fix(deps): update rust crate rustls to v0.23.19 (#469)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-11-27 16:53:24 +00:00 committed by GitHub
parent e3110a81ce
commit 1aeb35b796
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

20
Cargo.lock generated
View file

@ -1070,7 +1070,7 @@ dependencies = [
"hyper 1.5.1",
"hyper-util",
"log",
"rustls 0.23.18",
"rustls 0.23.19",
"rustls-native-certs 0.8.1",
"rustls-pki-types",
"tokio",
@ -1390,7 +1390,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]]
@ -1767,7 +1767,7 @@ dependencies = [
"quinn-proto",
"quinn-udp",
"rustc-hash 2.0.0",
"rustls 0.23.18",
"rustls 0.23.19",
"socket2",
"thiserror 2.0.3",
"tokio",
@ -1785,7 +1785,7 @@ dependencies = [
"rand",
"ring",
"rustc-hash 2.0.0",
"rustls 0.23.18",
"rustls 0.23.19",
"rustls-pki-types",
"slab",
"thiserror 2.0.3",
@ -1862,7 +1862,7 @@ dependencies = [
"num-bigint",
"percent-encoding",
"pin-project-lite",
"rustls 0.23.18",
"rustls 0.23.19",
"rustls-native-certs 0.7.3",
"rustls-pemfile 2.2.0",
"rustls-pki-types",
@ -1900,7 +1900,7 @@ dependencies = [
"redis",
"regex",
"reqwest 0.12.9",
"rustls 0.23.18",
"rustls 0.23.19",
"serde",
"serde_json",
"tokio",
@ -2003,7 +2003,7 @@ dependencies = [
"percent-encoding",
"pin-project-lite",
"quinn",
"rustls 0.23.18",
"rustls 0.23.19",
"rustls-pemfile 2.2.0",
"rustls-pki-types",
"serde",
@ -2095,9 +2095,9 @@ dependencies = [
[[package]]
name = "rustls"
version = "0.23.18"
version = "0.23.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f"
checksum = "934b404430bb06b3fae2cba809eb45a1ab1aecd64491213d7c3301b88393f8d1"
dependencies = [
"aws-lc-rs",
"log",
@ -2770,7 +2770,7 @@ version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
dependencies = [
"rustls 0.23.18",
"rustls 0.23.19",
"rustls-pki-types",
"tokio",
]