Skip to content

Commit

Permalink
Update rustls requirement from 0.22.0 to 0.23.4
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.22.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 156a6e6 commit 375d348
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 @@ -65,7 +65,7 @@ pin-project = "1.0.4"
proc-macro2 = "1.0.29"
quote = "1.0.10"
rand = "0.8.3"
rustls = "0.22.0"
rustls = "0.23.4"
rustls-pemfile = "2.0.0"
schemars = "0.8.6"
secrecy = "0.8.0"
Expand Down

0 comments on commit 375d348

Please sign in to comment.