fix(deps): update rust crate rustls to v0.23.22 (#506)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-01-30 21:42:08 +00:00 committed by GitHub
parent 524a1f088d
commit 501cc32e72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

20
Cargo.lock generated
View file

@ -1064,7 +1064,7 @@ dependencies = [
"hyper 1.5.2",
"hyper-util",
"log",
"rustls 0.23.21",
"rustls 0.23.22",
"rustls-native-certs 0.8.1",
"rustls-pki-types",
"tokio",
@ -1385,7 +1385,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]]
@ -1761,7 +1761,7 @@ dependencies = [
"quinn-proto",
"quinn-udp",
"rustc-hash 2.1.0",
"rustls 0.23.21",
"rustls 0.23.22",
"socket2",
"thiserror 2.0.11",
"tokio",
@ -1779,7 +1779,7 @@ dependencies = [
"rand",
"ring",
"rustc-hash 2.1.0",
"rustls 0.23.21",
"rustls 0.23.22",
"rustls-pki-types",
"slab",
"thiserror 2.0.11",
@ -1855,7 +1855,7 @@ dependencies = [
"num-bigint",
"percent-encoding",
"pin-project-lite",
"rustls 0.23.21",
"rustls 0.23.22",
"rustls-native-certs 0.7.3",
"rustls-pemfile 2.2.0",
"rustls-pki-types",
@ -1893,7 +1893,7 @@ dependencies = [
"redis",
"regex",
"reqwest 0.12.12",
"rustls 0.23.21",
"rustls 0.23.22",
"serde",
"serde_json",
"tokio",
@ -1996,7 +1996,7 @@ dependencies = [
"percent-encoding",
"pin-project-lite",
"quinn",
"rustls 0.23.21",
"rustls 0.23.22",
"rustls-pemfile 2.2.0",
"rustls-pki-types",
"serde",
@ -2089,9 +2089,9 @@ dependencies = [
[[package]]
name = "rustls"
version = "0.23.21"
version = "0.23.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f287924602bf649d949c63dc8ac8b235fa5387d394020705b80c4eb597ce5b8"
checksum = "9fb9263ab4eb695e42321db096e3b8fbd715a59b154d5c88d82db2175b681ba7"
dependencies = [
"aws-lc-rs",
"log",
@ -2771,7 +2771,7 @@ version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
dependencies = [
"rustls 0.23.21",
"rustls 0.23.22",
"tokio",
]