From 300a62f729f64c48de1dc8f611a67891e00ea6a2 Mon Sep 17 00:00:00 2001 From: Omid Rad Date: Wed, 1 Sep 2021 20:37:57 +0200 Subject: [PATCH] bump actix-tls version! --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 699717b4d..635b4310e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ actix-rt = "2.2" actix-server = "2.0.0-beta.3" actix-service = "2.0.0" actix-utils = "3.0.0" -actix-tls = { version = "3.0.0-beta.5", default-features = false, optional = true } +actix-tls = { version = "3.0.0-beta.6", default-features = false, optional = true } actix-web-codegen = "0.5.0-beta.2" actix-http = "3.0.0-beta.9"