Update rustls requirement from 0.22.0 to 0.23.4

Updates the requirements on [rustls](https://github.com/rustls/rustls) to permit the latest version.
- [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.22.0...v/0.23.4)

---
updated-dependencies:
- dependency-name: rustls
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-26 08:23:14 +00:00 committed by GitHub
parent 0fa41973b4
commit 0fd53a018e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ version = "0.2.3"
[dependencies.rustls]
optional = true
version = "0.22.0"
version = "0.23.4"
[dependencies.rustls-pki-types]
optional = true