From b71052ef9d477025343c3613be77532719742880 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Sat, 20 Aug 2022 14:50:57 +0200 Subject: [PATCH] remove audit ignores --- .cargo/audit.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.cargo/audit.toml b/.cargo/audit.toml index 24a79c89..46ec91ce 100644 --- a/.cargo/audit.toml +++ b/.cargo/audit.toml @@ -1,6 +1,2 @@ [advisories] -ignore = [ - # see https://github.com/extrawurst/gitui/issues/951 - "RUSTSEC-2020-0159", - # see https://github.com/extrawurst/gitui/issues/950 - "RUSTSEC-2020-0071"] \ No newline at end of file +ignore = [] \ No newline at end of file