From e29c0f036098c40ef9d2675faa14c5b924ebf22e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 04:43:25 +0000 Subject: [PATCH] Update Rust crate tokio-rustls to 0.26.4 --- Cargo.lock | 63 +++++++++--------------------------------------------- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 54 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c41f4f9d..89bb41507 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1147,7 +1147,7 @@ dependencies = [ "tempfile", "test-strategy", "tokio", - "tokio-rustls 0.24.1", + "tokio-rustls 0.26.4", "tokio-test", "tokio-util", "toml 1.0.6+spec-1.1.0", @@ -1261,7 +1261,7 @@ dependencies = [ "test-strategy", "thiserror 2.0.18", "tokio", - "tokio-rustls 0.24.1", + "tokio-rustls 0.26.4", "toml 1.0.6+spec-1.1.0", "twox-hash", "uuid", @@ -1336,7 +1336,7 @@ dependencies = [ "tempfile", "thiserror 2.0.18", "tokio", - "tokio-rustls 0.24.1", + "tokio-rustls 0.26.4", "tokio-util", "toml 1.0.6+spec-1.1.0", "tracing", @@ -1693,7 +1693,7 @@ dependencies = [ "time", "time-macros", "tokio", - "tokio-rustls 0.26.0", + "tokio-rustls 0.26.4", "tokio-util", "toml_datetime 0.6.11", "tracing", @@ -3307,7 +3307,7 @@ dependencies = [ "rustls 0.23.31", "rustls-pki-types", "tokio", - "tokio-rustls 0.26.0", + "tokio-rustls 0.26.4", "tower-service", "webpki-roots 0.26.6", ] @@ -6384,7 +6384,7 @@ dependencies = [ "sync_wrapper", "tokio", "tokio-native-tls", - "tokio-rustls 0.26.0", + "tokio-rustls 0.26.4", "tokio-util", "tower", "tower-http", @@ -6430,7 +6430,7 @@ dependencies = [ "serde_urlencoded", "sync_wrapper", "tokio", - "tokio-rustls 0.26.0", + "tokio-rustls 0.26.4", "tokio-util", "tower", "tower-http", @@ -6587,18 +6587,6 @@ dependencies = [ "windows-sys 0.61.1", ] -[[package]] -name = "rustls" -version = "0.21.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "629648aced5775d558af50b2b4c7b02983a04b312126d45eeead26e7caa498b9" -dependencies = [ - "log", - "ring", - "rustls-webpki 0.101.7", - "sct", -] - [[package]] name = "rustls" version = "0.22.4" @@ -6696,16 +6684,6 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" -[[package]] -name = "rustls-webpki" -version = "0.101.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" -dependencies = [ - "ring", - "untrusted 0.9.0", -] - [[package]] name = "rustls-webpki" version = "0.102.8" @@ -6882,16 +6860,6 @@ dependencies = [ "syn 2.0.117", ] -[[package]] -name = "sct" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" -dependencies = [ - "ring", - "untrusted 0.9.0", -] - [[package]] name = "seahash" version = "4.1.0" @@ -7438,7 +7406,7 @@ version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451" dependencies = [ - "heck 0.4.1", + "heck 0.5.0", "proc-macro2", "quote", "syn 2.0.117", @@ -8049,16 +8017,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "tokio-rustls" -version = "0.24.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" -dependencies = [ - "rustls 0.21.9", - "tokio", -] - [[package]] name = "tokio-rustls" version = "0.25.0" @@ -8072,12 +8030,11 @@ dependencies = [ [[package]] name = "tokio-rustls" -version = "0.26.0" +version = "0.26.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" +checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" dependencies = [ "rustls 0.23.31", - "rustls-pki-types", "tokio", ] diff --git a/Cargo.toml b/Cargo.toml index 9d67d2e0d..00cb03ab9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -119,7 +119,7 @@ tempfile = "3" test-strategy = "0.4.5" thiserror = "2" tokio = { version = "1.40", features = ["full"] } -tokio-rustls = { version = "0.24.1" } +tokio-rustls = { version = "0.26.4" } tokio-test = "*" tokio-util = { version = "0.7", features = ["codec"]} toml = "1.0"