Bump rustls from 0.23.19 to 0.23.20

Bumps [rustls](https://github.com/rustls/rustls) from 0.23.19 to 0.23.20.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustls/rustls/compare/v/0.23.19...v/0.23.20)

---
updated-dependencies:
- dependency-name: rustls
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-12-16 03:24:39 +00:00 committed by GitHub
parent 64b2e82244
commit a12f2ad286
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.19",
"rustls 0.23.20",
"rustls-pemfile",
"rustls-pki-types",
"tokio",
@ -874,7 +874,7 @@ dependencies = [
"rsa",
"rumqttc",
"rust-embed",
"rustls 0.23.19",
"rustls 0.23.20",
"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.19",
"rustls 0.23.20",
"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.19",
"rustls 0.23.20",
"socket2 0.5.8",
"thiserror 2.0.6",
"tokio",
@ -3552,7 +3552,7 @@ dependencies = [
"rand",
"ring",
"rustc-hash 2.1.0",
"rustls 0.23.19",
"rustls 0.23.20",
"rustls-pki-types",
"slab",
"thiserror 2.0.6",
@ -3689,7 +3689,7 @@ dependencies = [
"percent-encoding",
"pin-project-lite",
"rand",
"rustls 0.23.19",
"rustls 0.23.20",
"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.19",
"rustls 0.23.20",
"rustls-native-certs 0.8.1",
"rustls-pemfile",
"rustls-pki-types",
@ -4025,9 +4025,9 @@ dependencies = [
[[package]]
name = "rustls"
version = "0.23.19"
version = "0.23.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "934b404430bb06b3fae2cba809eb45a1ab1aecd64491213d7c3301b88393f8d1"
checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b"
dependencies = [
"log",
"once_cell",
@ -4824,7 +4824,7 @@ checksum = "27d684bad428a0f2481f42241f821db42c54e2dc81d8c00db8536c506b0a0144"
dependencies = [
"const-oid",
"ring",
"rustls 0.23.19",
"rustls 0.23.20",
"tokio",
"tokio-postgres",
"tokio-rustls 0.26.1",
@ -4862,7 +4862,7 @@ version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
dependencies = [
"rustls 0.23.19",
"rustls 0.23.20",
"tokio",
]