diff --git a/actix-tls/Cargo.toml b/actix-tls/Cargo.toml index 81da3d56..db79d6ab 100755 --- a/actix-tls/Cargo.toml +++ b/actix-tls/Cargo.toml @@ -64,7 +64,7 @@ tokio-native-tls = { version = "0.3", optional = true } [dev-dependencies] actix-rt = "2.0.0" -actix-server = "2.0.0-beta.2" +actix-server = "2.0.0-beta.3" bytes = "1" env_logger = "0.8" futures-util = { version = "0.3.7", default-features = false, features = ["sink"] }