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

This commit is contained in:
renovate[bot]
2026-02-04 04:41:34 +00:00
committed by GitHub
parent 8946bcc98a
commit 69e9be2ebd

8
Cargo.lock generated
View File

@@ -3261,7 +3261,7 @@ dependencies = [
"tokio-rustls", "tokio-rustls",
"trait-variant", "trait-variant",
"tun", "tun",
"webpki-roots 1.0.5", "webpki-roots 1.0.6",
"windows-sys 0.61.2", "windows-sys 0.61.2",
"zstd", "zstd",
] ]
@@ -4150,14 +4150,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.5", "webpki-roots 1.0.6",
] ]
[[package]] [[package]]
name = "webpki-roots" name = "webpki-roots"
version = "1.0.5" version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12bed680863276c63889429bfd6cab3b99943659923822de1c8a39c49e4d722c" checksum = "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed"
dependencies = [ dependencies = [
"rustls-pki-types", "rustls-pki-types",
] ]