Update webpki requirement from 0.21.4 to 0.22.0

Updates the requirements on [webpki](https://github.com/briansmith/webpki) to permit the latest version.
- [Release notes](https://github.com/briansmith/webpki/releases)
- [Commits](https://github.com/briansmith/webpki/commits)

Signed-off-by: dependabot[bot] <support@github.com>
pull/193/head
dependabot[bot] 3 years ago committed by GitHub
parent e6fee89726
commit 4f024a9ae9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Cargo.toml

@ -46,7 +46,7 @@ version = "0.19.0"
[dependencies.webpki]
optional = true
version = "0.21.4"
version = "0.22.0"
[dependencies.webpki-roots]
optional = true

Loading…
Cancel
Save