Skip to content

Commit

Permalink
Remove failure audit ignore (#23431)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyera Eulberg authored Mar 2, 2022
1 parent a0d68ef commit 2a17a66
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ci/do-audit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a17a66

Please sign in to comment.