From 40309ce857b7263b5a5d753f0cb1e8f21c0c4763 Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 8 Jun 2026 15:32:37 +0200 Subject: [PATCH] chore: add exception for unmaintained proc-macro-error2 to deny.toml --- deny.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deny.toml b/deny.toml index 189043103..b32af0979 100644 --- a/deny.toml +++ b/deny.toml @@ -18,6 +18,11 @@ ignore = [ # this should be fixed by upgrading to iroh 1.0 once it is released. "RUSTSEC-2025-0134", + # Unmaintained proc-macro-error2 + # Transitive dependency of typescript-type-def 0.5.13. + # + "RUSTSEC-2026-0173", + # rustls-webpki v0.102.8 # We cannot upgrade to >=0.103.10 because # it is a transitive dependency of iroh 0.35.0