diff --git a/Cargo.toml b/Cargo.toml index 39f2ac32a..6c64a9e87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ experimental-io-uring = ["actix-server/io-uring"] actix-codec = "0.4.1" actix-macros = "0.2.3" actix-rt = "2.6" -actix-server = "2.0.0-rc.4" +actix-server = "2" actix-service = "2.0.0" actix-utils = "3.0.0" actix-tls = { version = "3.0.0", default-features = false, optional = true } diff --git a/actix-http-test/Cargo.toml b/actix-http-test/Cargo.toml index b8521dd0c..993dc854e 100644 --- a/actix-http-test/Cargo.toml +++ b/actix-http-test/Cargo.toml @@ -34,7 +34,7 @@ actix-codec = "0.4.1" actix-tls = "3.0.0" actix-utils = "3.0.0" actix-rt = "2.2" -actix-server = "2.0.0-rc.2" +actix-server = "2" awc = { version = "3.0.0-beta.18", default-features = false } base64 = "0.13" diff --git a/actix-http/Cargo.toml b/actix-http/Cargo.toml index 163fce931..9fecd9a57 100644 --- a/actix-http/Cargo.toml +++ b/actix-http/Cargo.toml @@ -80,7 +80,7 @@ zstd = { version = "0.9", optional = true } [dev-dependencies] actix-http-test = { version = "3.0.0-beta.11", features = ["openssl"] } -actix-server = "2.0.0-rc.2" +actix-server = "2" actix-tls = { version = "3.0.0", features = ["openssl"] } actix-web = "4.0.0-beta.20" diff --git a/awc/Cargo.toml b/awc/Cargo.toml index 16c2083d8..bd9eb6cc6 100644 --- a/awc/Cargo.toml +++ b/awc/Cargo.toml @@ -95,7 +95,7 @@ trust-dns-resolver = { version = "0.20.0", optional = true } [dev-dependencies] actix-http = { version = "3.0.0-beta.18", features = ["openssl"] } actix-http-test = { version = "3.0.0-beta.11", features = ["openssl"] } -actix-server = "2.0.0-rc.2" +actix-server = "2" actix-test = { version = "0.1.0-beta.11", features = ["openssl", "rustls"] } actix-tls = { version = "3.0.0", features = ["openssl", "rustls"] } actix-utils = "3.0.0"