Remove failure audit ignore (#23431)
This commit is contained in:
@@ -8,11 +8,6 @@ src_root="$(readlink -f "${here}/..")"
|
|||||||
cd "${src_root}"
|
cd "${src_root}"
|
||||||
|
|
||||||
cargo_audit_ignores=(
|
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
|
# `net2` crate has been deprecated; use `socket2` instead
|
||||||
#
|
#
|
||||||
# Blocked on https://github.com/paritytech/jsonrpc/issues/575
|
# Blocked on https://github.com/paritytech/jsonrpc/issues/575
|
||||||
|
Reference in New Issue
Block a user