Skip to content

Commit

Permalink
Update webpki-roots requirement from 0.25 to 0.26
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.0...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 fc17f73 commit 74f45e3
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 @@ -54,7 +54,7 @@ version = "0.6.0"

[dependencies.webpki-roots]
optional = true
version = "0.25"
version = "0.26"

[dev-dependencies]
criterion = "0.5.0"
Expand Down

0 comments on commit 74f45e3

Please sign in to comment.