Skip to content

Commit

Permalink
Update rustls requirement from 0.22.0 to 0.23.2
Browse files Browse the repository at this point in the history
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](rustls/rustls@v/0.22.0...v/0.23.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 14, 2024
1 parent 0fa4197 commit 2cb3ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ version = "0.2.3"

[dependencies.rustls]
optional = true
version = "0.22.0"
version = "0.23.2"

[dependencies.rustls-pki-types]
optional = true
Expand Down

0 comments on commit 2cb3ce4

Please sign in to comment.