Skip to content

Commit

Permalink
Update webpki-roots requirement from 0.22 to 0.23 (#343)
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](https://github.com/rustls/webpki-roots/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 3, 2023
1 parent 67e25fd commit 92d65e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -58,7 +58,7 @@ version = "0.22"

[dependencies.webpki-roots]
optional = true
version = "0.22"
version = "0.23"

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

0 comments on commit 92d65e1

Please sign in to comment.