From d6d1d9d8c31cfba290da7b61f67f713b1abede4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 13:40:43 +0000 Subject: [PATCH] fix(deps): update rust crate rustls to v0.23.24 (#530) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 35 +++++++++++++++++++++++------------ 1 file changed, 23 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b14b1a9..8ae9dcc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1068,7 +1068,7 @@ dependencies = [ "hyper 1.6.0", "hyper-util", "log", - "rustls 0.23.23", + "rustls 0.23.24", "rustls-native-certs", "rustls-pki-types", "tokio", @@ -1413,7 +1413,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] @@ -1804,7 +1804,7 @@ dependencies = [ "quinn-proto", "quinn-udp", "rustc-hash 2.1.1", - "rustls 0.23.23", + "rustls 0.23.24", "socket2", "thiserror 2.0.12", "tokio", @@ -1822,7 +1822,7 @@ dependencies = [ "rand", "ring", "rustc-hash 2.1.1", - "rustls 0.23.23", + "rustls 0.23.24", "rustls-pki-types", "slab", "thiserror 2.0.12", @@ -1898,7 +1898,7 @@ dependencies = [ "num-bigint", "percent-encoding", "pin-project-lite", - "rustls 0.23.23", + "rustls 0.23.24", "rustls-native-certs", "ryu", "sha1_smol", @@ -1934,7 +1934,7 @@ dependencies = [ "redis", "regex", "reqwest 0.12.14", - "rustls 0.23.23", + "rustls 0.23.24", "serde", "serde_json", "tokio", @@ -2037,7 +2037,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "quinn", - "rustls 0.23.23", + "rustls 0.23.24", "rustls-pemfile 2.2.0", "rustls-pki-types", "serde", @@ -2142,16 +2142,16 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.23" +version = "0.23.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395" +checksum = "96bf61953b1bc045820a2b947e6e9771c58c8c4b15242425b03f783ede1b34fe" dependencies = [ "aws-lc-rs", "log", "once_cell", "ring", "rustls-pki-types", - "rustls-webpki 0.102.8", + "rustls-webpki 0.103.0", "subtle", "zeroize", ] @@ -2210,6 +2210,17 @@ name = "rustls-webpki" version = "0.102.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" +dependencies = [ + "ring", + "rustls-pki-types", + "untrusted", +] + +[[package]] +name = "rustls-webpki" +version = "0.103.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f" dependencies = [ "aws-lc-rs", "ring", @@ -2791,7 +2802,7 @@ version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" dependencies = [ - "rustls 0.23.23", + "rustls 0.23.24", "tokio", ] @@ -3247,7 +3258,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]]