Update Rust crate actix-tls to 3.3.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2024-03-26 00:28:35 +00:00 committed by Pierre Hubert
parent ce3bfac99b
commit a415c328b1
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -147,9 +147,9 @@ dependencies = [
[[package]] [[package]]
name = "actix-tls" name = "actix-tls"
version = "3.2.0" version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "929e47cc23865cdb856e59673cfba2d28f00b3bbd060dfc80e33a00a3cea8317" checksum = "d4cce60a2f2b477bc72e5cde0af1812a6e82d8fd85b5570a5dcf2a5bf2c5be5f"
dependencies = [ dependencies = [
"actix-rt", "actix-rt",
"actix-service", "actix-service",

View File

@ -11,7 +11,7 @@ env_logger = "0.11.3"
actix = "0.13.3" actix = "0.13.3"
actix-web = { version = "4", features = ["rustls-0_21"] } actix-web = { version = "4", features = ["rustls-0_21"] }
actix-web-actors = "4.3.0" actix-web-actors = "4.3.0"
actix-tls = "3.1.1" actix-tls = "3.3.0"
serde = { version = "1.0.197", features = ["derive"] } serde = { version = "1.0.197", features = ["derive"] }
tokio = { version = "1.36.0", features = ["full"] } tokio = { version = "1.36.0", features = ["full"] }
futures = "0.3.30" futures = "0.3.30"