diff --git a/Cargo.toml b/Cargo.toml index 52d19c572..981f2ad3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ actix-threadpool = "0.3.1" actix-tls = "2.0.0-alpha.2" actix-web-codegen = "0.3.0-beta.1" -actix-http = "2.0.0-beta.3" +actix-http = { version = "2.0.0-beta.3", default-features = false } awc = { version = "2.0.0-beta.3", default-features = false } bytes = "0.5.3" diff --git a/actix-files/Cargo.toml b/actix-files/Cargo.toml index c3444809e..7b605c52a 100644 --- a/actix-files/Cargo.toml +++ b/actix-files/Cargo.toml @@ -18,7 +18,7 @@ path = "src/lib.rs" [dependencies] actix-web = { version = "3.0.0-beta.3", default-features = false } -actix-http = "2.0.0-beta.3" +actix-http = { version = "2.0.0-beta.3", default-features = false } actix-service = "1.0.1" bitflags = "1" bytes = "0.5.3" diff --git a/actix-web-actors/Cargo.toml b/actix-web-actors/Cargo.toml index a5f682cd5..8fe564748 100644 --- a/actix-web-actors/Cargo.toml +++ b/actix-web-actors/Cargo.toml @@ -18,7 +18,7 @@ path = "src/lib.rs" [dependencies] actix = "0.10.0-alpha.2" actix-web = { version = "3.0.0-beta.3", default-features = false } -actix-http = "2.0.0-beta.3" +actix-http = { version = "2.0.0-beta.3", default-features = false } actix-codec = "0.2.0" bytes = "0.5.2" futures-channel = { version = "0.3.5", default-features = false } diff --git a/awc/Cargo.toml b/awc/Cargo.toml index ea4450bb2..63b91c294 100644 --- a/awc/Cargo.toml +++ b/awc/Cargo.toml @@ -39,7 +39,7 @@ compress = ["actix-http/compress"] [dependencies] actix-codec = "0.2.0" actix-service = "1.0.1" -actix-http = "2.0.0-beta.3" +actix-http = { version = "2.0.0-beta.3", default-features = false } actix-rt = "1.0.0" base64 = "0.12"