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

View File

@@ -23,7 +23,11 @@ ignore = [
# it is a transitive dependency of iroh 0.35.0
# which depends on ^0.102.
# <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-0098",
"RUSTSEC-2026-0099"
]
[bans]