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-10 13:36:59 +00:00 committed by Dirkjan Ochtman
parent b862d49c53
commit 3da5ab62d2
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.0", features = ["io-util", "net", "time"] }
tokio-rustls = { version = "0.24", optional = true }
tracing = "0.1.29"
webpki-roots = "0.23"
webpki-roots = "0.24"
[dev-dependencies]
regex = "1.5"