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

23
Cargo.lock generated
View File

@@ -1400,7 +1400,7 @@ dependencies = [
"url", "url",
"uuid", "uuid",
"walkdir", "walkdir",
"webpki-roots", "webpki-roots 1.0.7",
] ]
[[package]] [[package]]
@@ -2645,7 +2645,7 @@ dependencies = [
"tokio", "tokio",
"tokio-rustls", "tokio-rustls",
"tower-service", "tower-service",
"webpki-roots", "webpki-roots 0.26.11",
] ]
[[package]] [[package]]
@@ -3009,7 +3009,7 @@ dependencies = [
"tracing", "tracing",
"url", "url",
"wasm-bindgen-futures", "wasm-bindgen-futures",
"webpki-roots", "webpki-roots 0.26.11",
"x509-parser", "x509-parser",
"z32", "z32",
] ]
@@ -3195,7 +3195,7 @@ dependencies = [
"tokio-websockets", "tokio-websockets",
"tracing", "tracing",
"url", "url",
"webpki-roots", "webpki-roots 0.26.11",
"ws_stream_wasm", "ws_stream_wasm",
"z32", "z32",
] ]
@@ -5007,7 +5007,7 @@ dependencies = [
"wasm-bindgen-futures", "wasm-bindgen-futures",
"wasm-streams", "wasm-streams",
"web-sys", "web-sys",
"webpki-roots", "webpki-roots 0.26.11",
"windows-registry", "windows-registry",
] ]
@@ -6765,9 +6765,18 @@ dependencies = [
[[package]] [[package]]
name = "webpki-roots" name = "webpki-roots"
version = "0.26.8" version = "0.26.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9" checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
dependencies = [
"webpki-roots 1.0.7",
]
[[package]]
name = "webpki-roots"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52f5ee44c96cf55f1b349600768e3ece3a8f26010c05265ab73f945bb1a2eb9d"
dependencies = [ dependencies = [
"rustls-pki-types", "rustls-pki-types",
] ]

View File

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