Skip to content

Commit

Permalink
Update rustls requirement from 0.20.0 to 0.21.0
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/RELEASE_NOTES.md)
- [Commits](rustls/rustls@v/0.20.0...v/0.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 30, 2023
1 parent 42b8797 commit 1422d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -46,7 +46,7 @@ version = "0.2.3"

[dependencies.rustls]
optional = true
version = "0.20.0"
version = "0.21.0"

[dependencies.rustls-native-certs]
optional = true
Expand Down

0 comments on commit 1422d47

Please sign in to comment.