fix(deps): update rust crate rustls to v0.23.17 (#458)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-11-16 17:01:28 +00:00 committed by GitHub
parent 7e2cb6599f
commit 4973c725f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

20
Cargo.lock generated
View file

@ -1061,7 +1061,7 @@ dependencies = [
"hyper 1.5.0",
"hyper-util",
"log",
"rustls 0.23.16",
"rustls 0.23.17",
"rustls-native-certs 0.8.0",
"rustls-pki-types",
"tokio",
@ -1381,7 +1381,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
dependencies = [
"cfg-if",
"windows-targets 0.52.6",
"windows-targets 0.48.5",
]
[[package]]
@ -1764,7 +1764,7 @@ dependencies = [
"quinn-proto",
"quinn-udp",
"rustc-hash 2.0.0",
"rustls 0.23.16",
"rustls 0.23.17",
"socket2",
"thiserror",
"tokio",
@ -1781,7 +1781,7 @@ dependencies = [
"rand",
"ring",
"rustc-hash 2.0.0",
"rustls 0.23.16",
"rustls 0.23.17",
"slab",
"thiserror",
"tinyvec",
@ -1856,7 +1856,7 @@ dependencies = [
"num-bigint",
"percent-encoding",
"pin-project-lite",
"rustls 0.23.16",
"rustls 0.23.17",
"rustls-native-certs 0.7.3",
"rustls-pemfile 2.2.0",
"rustls-pki-types",
@ -1894,7 +1894,7 @@ dependencies = [
"redis",
"regex",
"reqwest 0.12.9",
"rustls 0.23.16",
"rustls 0.23.17",
"serde",
"serde_json",
"tokio",
@ -1997,7 +1997,7 @@ dependencies = [
"percent-encoding",
"pin-project-lite",
"quinn",
"rustls 0.23.16",
"rustls 0.23.17",
"rustls-pemfile 2.2.0",
"rustls-pki-types",
"serde",
@ -2089,9 +2089,9 @@ dependencies = [
[[package]]
name = "rustls"
version = "0.23.16"
version = "0.23.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eee87ff5d9b36712a58574e12e9f0ea80f915a5b0ac518d322b24a465617925e"
checksum = "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e"
dependencies = [
"aws-lc-rs",
"log",
@ -2729,7 +2729,7 @@ version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
dependencies = [
"rustls 0.23.16",
"rustls 0.23.17",
"rustls-pki-types",
"tokio",
]