diff --git a/Cargo.toml b/Cargo.toml index cafe3c4..10e7bf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ failure = "0.1.8" derive_more = "0.99.10" jsonwebtoken = "7.2.0" bcrypt = "0.10.0" -actix-tls = "2.0.0" +actix-tls = "3.0.0" awc = { version = "2.0.0", default-features = false } open-ssl = { package = "openssl", version = "0.10", optional = true } rust-tls = { package = "rustls", version = "0.18.0", optional = true }