From 3a636d04fa573ff05fa6ffe57bdaa75ad9208f65 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 6 Feb 2021 17:18:53 +0000 Subject: [PATCH] fix tls cargo --- 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 db79d6ab..81da3d56 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.3" +actix-server = "2.0.0-beta.2" bytes = "1" env_logger = "0.8" futures-util = { version = "0.3.7", default-features = false, features = ["sink"] }