Update webpki-roots requirement from 0.22 to 0.23 (#343)

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>
pull/345/head
dependabot[bot] 2 years ago committed by GitHub
parent 67e25fdd68
commit 92d65e1104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Cargo.toml

@ -58,7 +58,7 @@ version = "0.22"
[dependencies.webpki-roots]
optional = true
version = "0.22"
version = "0.23"
[dev-dependencies]
criterion = "0.4.0"

Loading…
Cancel
Save