build: upgrade rustls-webpki to 0.103.12

Ignore <https://rustsec.org/advisories/RUSTSEC-2026-0098>
and <https://rustsec.org/advisories/RUSTSEC-2026-0099>
for rustls-webpki 0.102.8 that is an iroh dependency.
This commit is contained in:
link2xt
2026-04-15 13:50:55 +02:00
committed by Hocuri
parent a70924a1d6
commit 418fd92d6d
2 changed files with 7 additions and 3 deletions

6
Cargo.lock generated
View File

@@ -5164,7 +5164,7 @@ dependencies = [
"once_cell", "once_cell",
"ring", "ring",
"rustls-pki-types", "rustls-pki-types",
"rustls-webpki 0.103.10", "rustls-webpki 0.103.12",
"subtle", "subtle",
"zeroize", "zeroize",
] ]
@@ -5201,9 +5201,9 @@ dependencies = [
[[package]] [[package]]
name = "rustls-webpki" name = "rustls-webpki"
version = "0.103.10" version = "0.103.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef" checksum = "8279bb85272c9f10811ae6a6c547ff594d6a7f3c6c6b02ee9726d1d0dcfcdd06"
dependencies = [ dependencies = [
"ring", "ring",
"rustls-pki-types", "rustls-pki-types",

View File

@@ -23,7 +23,11 @@ ignore = [
# it is a transitive dependency of iroh 0.35.0 # it is a transitive dependency of iroh 0.35.0
# which depends on ^0.102. # which depends on ^0.102.
# <https://rustsec.org/advisories/RUSTSEC-2026-0049> # <https://rustsec.org/advisories/RUSTSEC-2026-0049>
# <https://rustsec.org/advisories/RUSTSEC-2026-0098>
# <https://rustsec.org/advisories/RUSTSEC-2026-0099>
"RUSTSEC-2026-0049", "RUSTSEC-2026-0049",
"RUSTSEC-2026-0098",
"RUSTSEC-2026-0099"
] ]
[bans] [bans]