Skip to content

Commit

Permalink
build(deps): update rustls requirement from 0.22.0 to 0.23.12
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.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 27, 2024
1 parent e4ba74c commit d45d3bc
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 @@ -50,5 +50,5 @@ darling = "0.20.10"
http = "1.0.0"

# rustls, update together
rustls = "0.22.0"
rustls = "0.23.12"
tokio-rustls = "0.25.0"

0 comments on commit d45d3bc

Please sign in to comment.