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"