diff --git a/Cargo.toml b/Cargo.toml index b9b13fd73..f9f0491ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ actix-tls = "2.0.0-alpha.1" actix-web-codegen = "0.2.0" actix-http = "2.0.0-alpha.4" -awc = { version = "2.0.0-alpha.1", default-features = false } +awc = { version = "2.0.0-alpha.2", default-features = false } bytes = "0.5.3" derive_more = "0.99.2" diff --git a/test-server/Cargo.toml b/test-server/Cargo.toml index 7544ca19b..09d1a9195 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 = "2.0.0-alpha.1" +awc = "2.0.0-alpha.2" base64 = "0.12" bytes = "0.5.3"