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]