fix(deps): update rust crate rustls to v0.23.21 (#494)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-01-10 15:15:54 +00:00 committed by GitHub
parent 9a75bfee6c
commit 9a611f18e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

22
Cargo.lock generated
View file

@ -1063,7 +1063,7 @@ dependencies = [
"hyper 1.5.2",
"hyper-util",
"log",
"rustls 0.23.20",
"rustls 0.23.21",
"rustls-native-certs 0.8.1",
"rustls-pki-types",
"tokio",
@ -1393,7 +1393,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]]
@ -1769,7 +1769,7 @@ dependencies = [
"quinn-proto",
"quinn-udp",
"rustc-hash 2.1.0",
"rustls 0.23.20",
"rustls 0.23.21",
"socket2",
"thiserror 2.0.9",
"tokio",
@ -1787,7 +1787,7 @@ dependencies = [
"rand",
"ring",
"rustc-hash 2.1.0",
"rustls 0.23.20",
"rustls 0.23.21",
"rustls-pki-types",
"slab",
"thiserror 2.0.9",
@ -1864,7 +1864,7 @@ dependencies = [
"num-bigint",
"percent-encoding",
"pin-project-lite",
"rustls 0.23.20",
"rustls 0.23.21",
"rustls-native-certs 0.7.3",
"rustls-pemfile 2.2.0",
"rustls-pki-types",
@ -1902,7 +1902,7 @@ dependencies = [
"redis",
"regex",
"reqwest 0.12.12",
"rustls 0.23.20",
"rustls 0.23.21",
"serde",
"serde_json",
"tokio",
@ -2005,7 +2005,7 @@ dependencies = [
"percent-encoding",
"pin-project-lite",
"quinn",
"rustls 0.23.20",
"rustls 0.23.21",
"rustls-pemfile 2.2.0",
"rustls-pki-types",
"serde",
@ -2098,9 +2098,9 @@ dependencies = [
[[package]]
name = "rustls"
version = "0.23.20"
version = "0.23.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b"
checksum = "8f287924602bf649d949c63dc8ac8b235fa5387d394020705b80c4eb597ce5b8"
dependencies = [
"aws-lc-rs",
"log",
@ -2774,7 +2774,7 @@ version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
dependencies = [
"rustls 0.23.20",
"rustls 0.23.21",
"tokio",
]
@ -3217,7 +3217,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]]