From 146fe50e20a83dbe32e4e224ac14e3cf55b5a350 Mon Sep 17 00:00:00 2001 From: link2xt Date: Thu, 17 Aug 2023 12:20:58 +0000 Subject: [PATCH] build(cargo-deny): ignore RUSTSEC-2022-0093 It is an API issue that can only be fixed in rPGP and iroh upstream. --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index b86f87556..d475bbbdb 100644 --- a/deny.toml +++ b/deny.toml @@ -2,6 +2,7 @@ unmaintained = "allow" ignore = [ "RUSTSEC-2020-0071", + "RUSTSEC-2022-0093", ] [bans]