Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent f81424d commit 483da68
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 @@ -51,5 +51,5 @@ darling = "0.20.10"
http = "1.0.0"

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

0 comments on commit 483da68

Please sign in to comment.