Merge 9ce6246ddeddc0c6c342a5460f251be8d29f8537 into 01246dd1240873e12ffe246aab4e98fe8ecec5c3

This commit is contained in:
dependabot[bot] 2025-02-17 03:31:38 +00:00 committed by GitHub
commit 31168e563d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

22
Cargo.lock generated
View File

@ -600,7 +600,7 @@ dependencies = [
"hyper 1.5.1",
"hyper-util",
"pin-project-lite",
"rustls 0.23.20",
"rustls 0.23.23",
"rustls-pemfile",
"rustls-pki-types",
"tokio",
@ -874,7 +874,7 @@ dependencies = [
"rsa",
"rumqttc",
"rust-embed",
"rustls 0.23.20",
"rustls 0.23.23",
"rustls-native-certs 0.8.1",
"rustls-pemfile",
"scoped-futures",
@ -2165,7 +2165,7 @@ dependencies = [
"http 1.2.0",
"hyper 1.5.1",
"hyper-util",
"rustls 0.23.20",
"rustls 0.23.23",
"rustls-native-certs 0.8.1",
"rustls-pki-types",
"tokio",
@ -3534,7 +3534,7 @@ dependencies = [
"quinn-proto",
"quinn-udp",
"rustc-hash 2.1.0",
"rustls 0.23.20",
"rustls 0.23.23",
"socket2 0.5.8",
"thiserror 2.0.10",
"tokio",
@ -3552,7 +3552,7 @@ dependencies = [
"rand",
"ring",
"rustc-hash 2.1.0",
"rustls 0.23.20",
"rustls 0.23.23",
"rustls-pki-types",
"slab",
"thiserror 2.0.10",
@ -3689,7 +3689,7 @@ dependencies = [
"percent-encoding",
"pin-project-lite",
"rand",
"rustls 0.23.20",
"rustls 0.23.23",
"rustls-native-certs 0.7.3",
"rustls-pemfile",
"rustls-pki-types",
@ -3781,7 +3781,7 @@ dependencies = [
"percent-encoding",
"pin-project-lite",
"quinn",
"rustls 0.23.20",
"rustls 0.23.23",
"rustls-native-certs 0.8.1",
"rustls-pemfile",
"rustls-pki-types",
@ -4025,9 +4025,9 @@ dependencies = [
[[package]]
name = "rustls"
version = "0.23.20"
version = "0.23.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b"
checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
dependencies = [
"log",
"once_cell",
@ -4818,7 +4818,7 @@ checksum = "27d684bad428a0f2481f42241f821db42c54e2dc81d8c00db8536c506b0a0144"
dependencies = [
"const-oid",
"ring",
"rustls 0.23.20",
"rustls 0.23.23",
"tokio",
"tokio-postgres",
"tokio-rustls 0.26.1",
@ -4856,7 +4856,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.23",
"tokio",
]