Update webpki-roots requirement from 0.23 to 0.24

Updates the requirements on [webpki-roots](https://github.com/rustls/webpki-roots) to permit the latest version.
- [Commits](https://github.com/rustls/webpki-roots/compare/v/0.23.1...v/0.24.0)

---
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-07 08:51:20 +00:00 committed by GitHub
parent 57d9e23939
commit 40cd43c4f9
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.23"
version = "0.24"
[dev-dependencies]
criterion = "0.5.0"