chore(cargo): bump webpki-roots from 0.26.8 to 1.0.7

Bumps [webpki-roots](https://github.com/rustls/webpki-roots) from 0.26.8 to 1.0.7.
- [Release notes](https://github.com/rustls/webpki-roots/releases)
- [Commits](https://github.com/rustls/webpki-roots/compare/v/0.26.8...v/1.0.7)
This commit is contained in:
dependabot[bot]
2026-05-02 01:20:28 +00:00
committed by iequidoo
parent d75c05e717
commit 8056605e37
2 changed files with 17 additions and 8 deletions

View File

@@ -111,7 +111,7 @@ tracing = "0.1.41"
url = "2"
uuid = { version = "1", features = ["serde", "v4"] }
walkdir = "2.5.0"
webpki-roots = "0.26.8"
webpki-roots = "1.0"
[dev-dependencies]
anyhow = { workspace = true, features = ["backtrace"] } # Enable `backtrace` feature in tests.