Skip to content

Commit

Permalink
ci: temporarily ignore RUSTSEC-2022-0009 (#1424)
Browse files Browse the repository at this point in the history
  • Loading branch information
q9f authored Feb 10, 2022
1 parent 4bd0a3b commit 8ba25d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: audit
args: --ignore RUSTSEC-2020-0159 --ignore RUSTSEC-2020-0071 --ignore RUSTSEC-2021-0130
args: --ignore RUSTSEC-2020-0159 --ignore RUSTSEC-2020-0071 --ignore RUSTSEC-2021-0130 --ignore RUSTSEC-2022-0009

build:
name: Build
Expand Down

0 comments on commit 8ba25d1

Please sign in to comment.