From 47583f7fcae1b3a215997814a285af72a6a4d5d6 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Wed, 24 Feb 2021 11:44:22 +0000 Subject: [PATCH] fix rt version in tls --- 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 94ac85f3..3d6be9ba 100755 --- a/actix-tls/Cargo.toml +++ b/actix-tls/Cargo.toml @@ -41,7 +41,7 @@ uri = ["http"] [dependencies] actix-codec = "0.4.0-beta.1" -actix-rt = { version = "2.0.0", default-features = false } +actix-rt = { version = "2.1.0", default-features = false } actix-service = "2.0.0-beta.4" actix-utils = "3.0.0-beta.2"