Skip to content

Commit

Permalink
Update rustls requirement from 0.21 to 0.22
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.21.0...v/0.22.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Dec 4, 2023
1 parent ba4ff6e commit 79883c4
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 @@ -25,5 +25,5 @@ tokio = "1"
futures = "0.3"
lazy_static = "1"
rcgen = "0.11"
rustls = "0.21"
rustls = "0.22"
tokio = { version = "1", features = ["macros", "rt", "sync"] }

0 comments on commit 79883c4

Please sign in to comment.