fix(deps): update rust crate rustls to v0.23.25 (#531)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-17 20:39:37 +00:00 committed by GitHub
parent d6d1d9d8c3
commit 327f79afbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

20
Cargo.lock generated
View file

@ -1068,7 +1068,7 @@ dependencies = [
"hyper 1.6.0",
"hyper-util",
"log",
"rustls 0.23.24",
"rustls 0.23.25",
"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.48.5",
"windows-targets 0.52.6",
]
[[package]]
@ -1804,7 +1804,7 @@ dependencies = [
"quinn-proto",
"quinn-udp",
"rustc-hash 2.1.1",
"rustls 0.23.24",
"rustls 0.23.25",
"socket2",
"thiserror 2.0.12",
"tokio",
@ -1822,7 +1822,7 @@ dependencies = [
"rand",
"ring",
"rustc-hash 2.1.1",
"rustls 0.23.24",
"rustls 0.23.25",
"rustls-pki-types",
"slab",
"thiserror 2.0.12",
@ -1898,7 +1898,7 @@ dependencies = [
"num-bigint",
"percent-encoding",
"pin-project-lite",
"rustls 0.23.24",
"rustls 0.23.25",
"rustls-native-certs",
"ryu",
"sha1_smol",
@ -1934,7 +1934,7 @@ dependencies = [
"redis",
"regex",
"reqwest 0.12.14",
"rustls 0.23.24",
"rustls 0.23.25",
"serde",
"serde_json",
"tokio",
@ -2037,7 +2037,7 @@ dependencies = [
"percent-encoding",
"pin-project-lite",
"quinn",
"rustls 0.23.24",
"rustls 0.23.25",
"rustls-pemfile 2.2.0",
"rustls-pki-types",
"serde",
@ -2142,9 +2142,9 @@ dependencies = [
[[package]]
name = "rustls"
version = "0.23.24"
version = "0.23.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96bf61953b1bc045820a2b947e6e9771c58c8c4b15242425b03f783ede1b34fe"
checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c"
dependencies = [
"aws-lc-rs",
"log",
@ -2802,7 +2802,7 @@ version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
dependencies = [
"rustls 0.23.24",
"rustls 0.23.25",
"tokio",
]