diff --git a/Cargo.toml b/Cargo.toml index fe2d97f..8b16fc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ env_logger = "0.10.1" actix = "0.13.1" actix-web = { version = "4", features = ["rustls-0_21"] } actix-web-actors = "4.2.0" -actix-tls = "3.1.1" +actix-tls = "3.2.0" serde = { version = "1.0.195", features = ["derive"] } tokio = { version = "1.35.1", features = ["full"] } futures = "0.3.30"