diff --git a/Cargo.toml b/Cargo.toml index 550df49dc..73d068966 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ actix-threadpool = "0.3.1" actix-tls = "1.0.0" actix-web-codegen = "0.2.0" -actix-http = { version = "1.0.1" } +actix-http = "1.0.1" awc = { version = "1.0.1", default-features = false } bytes = "0.5.3" diff --git a/actix-identity/Cargo.toml b/actix-identity/Cargo.toml index 910aef48e..f97b66291 100644 --- a/actix-identity/Cargo.toml +++ b/actix-identity/Cargo.toml @@ -25,5 +25,5 @@ time = { version = "0.2.5", default-features = false, features = ["std"] } [dev-dependencies] actix-rt = "1.0.0" -actix-http = { version = "1.0.1" } +actix-http = "1.0.1" bytes = "0.5.4" diff --git a/awc/Cargo.toml b/awc/Cargo.toml index f7d5634e0..37392d28e 100644 --- a/awc/Cargo.toml +++ b/awc/Cargo.toml @@ -36,7 +36,7 @@ compress = ["actix-http/compress"] [dependencies] actix-codec = "0.2.0" actix-service = "1.0.1" -actix-http = { version = "1.0.1" } +actix-http = "1.0.1" actix-rt = "1.0.0" base64 = "0.11" diff --git a/test-server/Cargo.toml b/test-server/Cargo.toml index f4ec1e238..a458fb341 100644 --- a/test-server/Cargo.toml +++ b/test-server/Cargo.toml @@ -37,7 +37,7 @@ actix-utils = "1.0.3" actix-rt = "1.0.0" actix-server = "1.0.0" actix-testing = "1.0.0" -awc = { version = "1.0.1" } +awc = "1.0.1" base64 = "0.11" bytes = "0.5.3"