chore(cargo): update rustls-webpki to 0.103.10

Upgrading fixes RUSTSEC-2026-0049 for our usage
of TLS for SMTP and IMAP.

This introduces duplicate dependency because iroh
still depends 0.102.
This commit is contained in:
link2xt
2026-03-23 21:38:16 +01:00
committed by l
parent 59be03a7eb
commit 6a3ef20a99
2 changed files with 19 additions and 7 deletions

View File

@@ -49,6 +49,7 @@ skip = [
{ name = "rand_core", version = "0.6.4" },
{ name = "rand", version = "0.8.5" },
{ name = "rustix", version = "0.38.44" },
{ name = "rustls-webpki", version = "0.102.8" },
{ name = "serdect", version = "0.2.0" },
{ name = "socket2", version = "0.5.9" },
{ name = "spin", version = "0.9.8" },