From 505fd75f600ae784518e4cdeb62fbcd56095ccc6 Mon Sep 17 00:00:00 2001 From: yihau Date: Tue, 5 Mar 2024 12:42:05 +0800 Subject: [PATCH] ci: ignore mio audit --- ci/do-audit.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/do-audit.sh b/ci/do-audit.sh index 039df6b63cb635..0118c84c5f0fec 100755 --- a/ci/do-audit.sh +++ b/ci/do-audit.sh @@ -30,6 +30,9 @@ cargo_audit_ignores=( --ignore RUSTSEC-2023-0001 --ignore RUSTSEC-2022-0093 + + # mio + --ignore RUSTSEC-2024-0019 ) scripts/cargo-for-all-lock-files.sh audit "${cargo_audit_ignores[@]}" | $dep_tree_filter # we want the `cargo audit` exit code, not `$dep_tree_filter`'s