Skip to content

Commit 0113425

Browse files
yihauwillhickey
authored andcommitted
v1.17: ignore mio audit report (pyth-network#76)
ci: ignore mio audit
1 parent d0ed878 commit 0113425

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/do-audit.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ cargo_audit_ignores=(
3030
--ignore RUSTSEC-2023-0001
3131

3232
--ignore RUSTSEC-2022-0093
33+
34+
# mio
35+
--ignore RUSTSEC-2024-0019
3336
)
3437
scripts/cargo-for-all-lock-files.sh audit "${cargo_audit_ignores[@]}" | $dep_tree_filter
3538
# we want the `cargo audit` exit code, not `$dep_tree_filter`'s

0 commit comments

Comments
 (0)