build(deps): bump rustls from 0.21.10 to 0.21.11 (#1663)

Bumps [rustls](https://github.com/rustls/rustls) from 0.21.10 to 0.21.11.
- [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.21.10...v/0.21.11)

---
updated-dependencies:
- dependency-name: rustls
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-04-20 11:54:12 +10:00 committed by GitHub
parent 6476c3bdd9
commit f45dd80b4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

14
Cargo.lock generated
View file

@ -2128,7 +2128,7 @@ dependencies = [
"quinn",
"rand",
"ring 0.16.20",
"rustls 0.21.10",
"rustls 0.21.11",
"rustls-pemfile 1.0.4",
"thiserror",
"tinyvec",
@ -2154,7 +2154,7 @@ dependencies = [
"parking_lot",
"rand",
"resolv-conf",
"rustls 0.21.10",
"rustls 0.21.11",
"smallvec",
"thiserror",
"tokio",
@ -3010,7 +3010,7 @@ dependencies = [
"quinn-proto",
"quinn-udp",
"rustc-hash",
"rustls 0.21.10",
"rustls 0.21.11",
"thiserror",
"tokio",
"tracing",
@ -3026,7 +3026,7 @@ dependencies = [
"rand",
"ring 0.16.20",
"rustc-hash",
"rustls 0.21.10",
"rustls 0.21.11",
"slab",
"thiserror",
"tinyvec",
@ -3302,9 +3302,9 @@ dependencies = [
[[package]]
name = "rustls"
version = "0.21.10"
version = "0.21.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba"
checksum = "7fecbfb7b1444f477b345853b1fce097a2c6fb637b2bfb87e6bc5db0f043fae4"
dependencies = [
"log",
"ring 0.17.8",
@ -3901,7 +3901,7 @@ version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
dependencies = [
"rustls 0.21.10",
"rustls 0.21.11",
"tokio",
]