diff --git a/Cargo.lock b/Cargo.lock index 341267c..2dd023a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,9 +147,9 @@ dependencies = [ [[package]] name = "actix-tls" -version = "3.2.0" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "929e47cc23865cdb856e59673cfba2d28f00b3bbd060dfc80e33a00a3cea8317" +checksum = "d4cce60a2f2b477bc72e5cde0af1812a6e82d8fd85b5570a5dcf2a5bf2c5be5f" dependencies = [ "actix-rt", "actix-service", diff --git a/Cargo.toml b/Cargo.toml index f5d8435..f191f0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ env_logger = "0.11.3" actix = "0.13.3" actix-web = { version = "4", features = ["rustls-0_21"] } actix-web-actors = "4.3.0" -actix-tls = "3.1.1" +actix-tls = "3.3.0" serde = { version = "1.0.197", features = ["derive"] } tokio = { version = "1.36.0", features = ["full"] } futures = "0.3.30"