Update Rust crate actix-tls to 3.2.0 #109

Closed
pierre wants to merge 1 commits from renovate/actix-tls-3.x into master

View File

@ -11,7 +11,7 @@ env_logger = "0.10.1"
actix = "0.13.1" actix = "0.13.1"
actix-web = { version = "4", features = ["rustls-0_21"] } actix-web = { version = "4", features = ["rustls-0_21"] }
actix-web-actors = "4.2.0" actix-web-actors = "4.2.0"
actix-tls = "3.1.1" actix-tls = "3.2.0"
serde = { version = "1.0.195", features = ["derive"] } serde = { version = "1.0.195", features = ["derive"] }
tokio = { version = "1.35.1", features = ["full"] } tokio = { version = "1.35.1", features = ["full"] }
futures = "0.3.30" futures = "0.3.30"