diff --git a/Cargo.lock b/Cargo.lock index 66c95e4..c1dc573 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4237,9 +4237,9 @@ dependencies = [ [[package]] name = "tokio-rustls" -version = "0.26.1" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37" +checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" dependencies = [ "rustls", "tokio", diff --git a/Cargo.toml b/Cargo.toml index a51616a..12f2d49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ rustls = { version = "0.23.23", features = ["aws_lc_rs"] } rustls-pki-types = "1.11.0" rustls-pemfile = "2.2.0" tokio = { version = "1.43.0", features = ["rt-multi-thread", "time", "macros"] } -tokio-rustls = "0.26.1" +tokio-rustls = "0.26.2" tracing-subscriber = { version = "0.3", features = ["env-filter", "time"] } test-log = { version = "0.2.17", features = ["trace"] } http = "1.2.0"