From 646728372b0885da78f1ce52b7a6bd8a2fc3b32d Mon Sep 17 00:00:00 2001 From: link2xt Date: Fri, 5 Dec 2025 21:52:00 +0000 Subject: [PATCH] chore: add RUSTSEC-2025-0134 exception to deny.toml --- deny.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deny.toml b/deny.toml index fcc25755b..8b7ed0344 100644 --- a/deny.toml +++ b/deny.toml @@ -12,6 +12,11 @@ ignore = [ # Unmaintained paste "RUSTSEC-2024-0436", + + # Unmaintained rustls-pemfile + # It is a transitive dependency of iroh 0.35.0, + # this should be fixed by upgrading to iroh 1.0 once it is released. + "RUSTSEC-2025-0134" ] [bans]