Skip to content

Commit

Permalink
Update rustls requirement from 0.22 to 0.23
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.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and djc committed Mar 1, 2024
1 parent 0a4f749 commit 90de8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpki-roots/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ hex = { workspace = true }
percent-encoding = "2.3"
rcgen = "0.12.0"
ring = "0.17.0"
rustls = "0.22"
rustls = "0.23"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
webpki = { workspace = true }
webpki-ccadb = { path = "../webpki-ccadb" }
Expand Down

0 comments on commit 90de8af

Please sign in to comment.