Update webpki-roots requirement from 0.24 to 0.25

Updates the requirements on [webpki-roots](https://github.com/rustls/webpki-roots) to permit the latest version.
- [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>
This commit is contained in:
dependabot[bot] 2023-07-27 08:31:10 +00:00 committed by GitHub
parent 53914c1180
commit a2398f0a21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ version = "0.6.0"
[dependencies.webpki-roots]
optional = true
version = "0.24"
version = "0.25"
[dev-dependencies]
criterion = "0.5.0"