From 0da848e4aee39a064f463f3e388c07c379af101c Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 6 Feb 2021 19:35:29 +0000 Subject: [PATCH] fix server dev dep --- actix-tls/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }