From 2a17a661e61794cd58f84826f780e9cab15e6d5f Mon Sep 17 00:00:00 2001 From: Tyera Eulberg Date: Tue, 1 Mar 2022 17:02:55 -0700 Subject: [PATCH] Remove failure audit ignore (#23431) --- ci/do-audit.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ci/do-audit.sh b/ci/do-audit.sh index 3356b3423..66c7d9132 100755 --- a/ci/do-audit.sh +++ b/ci/do-audit.sh @@ -8,11 +8,6 @@ src_root="$(readlink -f "${here}/..")" cd "${src_root}" cargo_audit_ignores=( - # failure is officially deprecated/unmaintained - # - # Blocked on multiple upstream crates removing their `failure` dependency. - --ignore RUSTSEC-2020-0036 - # `net2` crate has been deprecated; use `socket2` instead # # Blocked on https://github.com/paritytech/jsonrpc/issues/575