Skip to content

Commit

Permalink
Update webpki-roots requirement from 0.25.2 to 0.26.0
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.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent 2f9511c commit c6cfcea
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.0"
rustls-native-certs = "0.6"
x509-parser = "0.15.0"
zeroize = { version = "1", features = ["zeroize_derive"] }
Expand Down

0 comments on commit c6cfcea

Please sign in to comment.