diff --git a/actix-http/Cargo.toml b/actix-http/Cargo.toml
index 6d410e46..cd5d3f37 100644
--- a/actix-http/Cargo.toml
+++ b/actix-http/Cargo.toml
@@ -94,7 +94,7 @@ actix-tls = { version = "3", default-features = false, optional = true }
 # compress-*
 brotli = { version = "3.3.3", optional = true }
 flate2 = { version = "1.0.13", optional = true }
-zstd = { version = "0.10", optional = true }
+zstd = { version = "0.11", optional = true }
 
 [dev-dependencies]
 actix-http-test = { version = "3.0.0-beta.13", features = ["openssl"] }
diff --git a/actix-web/Cargo.toml b/actix-web/Cargo.toml
index 093c000b..7793fd8b 100644
--- a/actix-web/Cargo.toml
+++ b/actix-web/Cargo.toml
@@ -118,7 +118,7 @@ static_assertions = "1"
 tls-openssl = { package = "openssl", version = "0.10.9" }
 tls-rustls = { package = "rustls", version = "0.20.0" }
 tokio = { version = "1.13.1", features = ["rt-multi-thread", "macros"] }
-zstd = "0.10"
+zstd = "0.11"
 
 [[test]]
 name = "test_server"
diff --git a/awc/Cargo.toml b/awc/Cargo.toml
index 9dd29e4b..ba0fc14e 100644
--- a/awc/Cargo.toml
+++ b/awc/Cargo.toml
@@ -110,7 +110,7 @@ static_assertions = "1.1"
 rcgen = "0.8"
 rustls-pemfile = "0.2"
 tokio = { version = "1.13.1", features = ["rt-multi-thread", "macros"] }
-zstd = "0.10"
+zstd = "0.11"
 
 [[example]]
 name = "client"