chore(cargo): update rustls-webpki to 0.103.13

Also ignore RUSTSEC-2026-0104 because iroh 0.35.0
pulls in rustls-webpki that cannot be updated.
This commit is contained in:
link2xt
2026-04-22 14:40:36 +02:00
committed by l
parent 38affa2c62
commit ad5e904d1c
2 changed files with 10 additions and 4 deletions

View File

@@ -27,7 +27,13 @@ ignore = [
# <https://rustsec.org/advisories/RUSTSEC-2026-0099>
"RUSTSEC-2026-0049",
"RUSTSEC-2026-0098",
"RUSTSEC-2026-0099"
"RUSTSEC-2026-0099",
# Panic in CRL signature checks.
# We do not check CRL and cannot update rustls-webpki 0.102.8
# which is a dependency of iroh 0.35.0.
# <https://rustsec.org/advisories/RUSTSEC-2026-0104>
"RUSTSEC-2026-0104"
]
[bans]