diff --git a/hermes/Cargo.lock b/hermes/Cargo.lock index de288a157..3ef7759c5 100644 --- a/hermes/Cargo.lock +++ b/hermes/Cargo.lock @@ -3090,7 +3090,7 @@ dependencies = [ "temp-dir", "thiserror 2.0.16", "tokio", - "tokio-rustls 0.26.2", + "tokio-rustls 0.26.4", "tracing", "tracing-subscriber", "traitreg", @@ -3429,7 +3429,7 @@ dependencies = [ "rustls-native-certs 0.8.1", "rustls-pki-types", "tokio", - "tokio-rustls 0.26.2", + "tokio-rustls 0.26.4", "tower-service", ] @@ -6856,7 +6856,7 @@ dependencies = [ "sync_wrapper", "tokio", "tokio-native-tls", - "tokio-rustls 0.26.2", + "tokio-rustls 0.26.4", "tokio-util", "tower", "tower-http", @@ -8375,9 +8375,9 @@ dependencies = [ [[package]] name = "tokio-rustls" -version = "0.26.2" +version = "0.26.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" +checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" dependencies = [ "rustls 0.23.31", "tokio", diff --git a/hermes/bin/Cargo.toml b/hermes/bin/Cargo.toml index be68c2849..d253068ed 100644 --- a/hermes/bin/Cargo.toml +++ b/hermes/bin/Cargo.toml @@ -89,7 +89,7 @@ dirs = "6.0.0" regex = "1.11.2" rustls = { version = "0.23.31", default-features = false, features = ["ring","brotli","zlib"] } webpki-roots = "1.0.2" -tokio-rustls = { version = "0.26.2", default-features = false, features = ["ring"] } +tokio-rustls = { version = "0.26.4", default-features = false, features = ["ring"] } usvg = "0.45.1" uuid = { version = "1.18.0", features = ["v4"] } reqwest = "0.12.23"