Skip to content

Commit

Permalink
v1.18: ignore mio audit report (#77)
Browse files Browse the repository at this point in the history
* Revert "v1.18: update mio to 0.8.11 (backport of #60) (#71)"

This reverts commit 9b784a2.

* ci: ignore mio audit
  • Loading branch information
yihau authored Mar 5, 2024
1 parent 9b784a2 commit 5b1a4b2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions ci/do-audit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions programs/sbf/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5b1a4b2

Please sign in to comment.