chore(deps): update rust crate webpki-roots to v1.0.5

This commit is contained in:
renovate[bot]
2026-01-02 20:46:15 +00:00
committed by GitHub
parent 1b580b0fd9
commit 1b23fd82cd

12
Cargo.lock generated
View File

@@ -1436,7 +1436,7 @@ dependencies = [
"tokio", "tokio",
"tokio-rustls", "tokio-rustls",
"tower-service", "tower-service",
"webpki-roots 1.0.4", "webpki-roots 1.0.5",
] ]
[[package]] [[package]]
@@ -2655,7 +2655,7 @@ dependencies = [
"wasm-bindgen", "wasm-bindgen",
"wasm-bindgen-futures", "wasm-bindgen-futures",
"web-sys", "web-sys",
"webpki-roots 1.0.4", "webpki-roots 1.0.5",
] ]
[[package]] [[package]]
@@ -3172,7 +3172,7 @@ dependencies = [
"tokio-rustls", "tokio-rustls",
"trait-variant", "trait-variant",
"tun", "tun",
"webpki-roots 1.0.4", "webpki-roots 1.0.5",
"windows-sys 0.61.2", "windows-sys 0.61.2",
"zstd", "zstd",
] ]
@@ -4030,14 +4030,14 @@ 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 = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9" checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
dependencies = [ dependencies = [
"webpki-roots 1.0.4", "webpki-roots 1.0.5",
] ]
[[package]] [[package]]
name = "webpki-roots" name = "webpki-roots"
version = "1.0.4" version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2878ef029c47c6e8cf779119f20fcf52bde7ad42a731b2a304bc221df17571e" checksum = "12bed680863276c63889429bfd6cab3b99943659923822de1c8a39c49e4d722c"
dependencies = [ dependencies = [
"rustls-pki-types", "rustls-pki-types",
] ]