From badc72f17f13d300e33cf68b4d6439b8863f118c Mon Sep 17 00:00:00 2001 From: link2xt Date: Wed, 15 Apr 2026 15:03:17 +0200 Subject: [PATCH] chore: add exception for RUSTSEC-2026-0097 --- deny.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 009b80b14..005655118 100644 --- a/deny.toml +++ b/deny.toml @@ -27,7 +27,15 @@ ignore = [ # "RUSTSEC-2026-0049", "RUSTSEC-2026-0098", - "RUSTSEC-2026-0099" + "RUSTSEC-2026-0099", + + # rand 0.8.x + # + # We already use rand 0.9, + # version 0.8 that cannot be upgraded + # is a dependency of iroh 0.35.0 and rPGP. + # rPGP upgrade is waiting for + "RUSTSEC-2026-0097" ] [bans]