Skip to content

Commit

Permalink
Update webpki-roots requirement from 0.25.2 to 0.26.1
Browse files Browse the repository at this point in the history
Updates the requirements on [webpki-roots](https://github.com/rustls/webpki-roots) to permit the latest version.
- [Release notes](https://github.com/rustls/webpki-roots/releases)
- [Commits](rustls/webpki-roots@v/0.25.2...v/0.26.1)

---
updated-dependencies:
- dependency-name: webpki-roots
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 2f9511c commit 46489e5
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 @@ -44,7 +44,7 @@ url = "2"
rustls-webpki = { version = "0.101.4", default-features = false, features = [
"std",
] }
webpki-roots = "0.25.2"
webpki-roots = "0.26.1"
rustls-native-certs = "0.6"
x509-parser = "0.15.0"
zeroize = { version = "1", features = ["zeroize_derive"] }
Expand Down

0 comments on commit 46489e5

Please sign in to comment.