mirror of
https://github.com/chatmail/core.git
synced 2026-05-24 09:16:32 +03:00
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:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user