Skip to content

Commit

Permalink
fix: ignore RUSTSEC-2023-0071 (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
itegulov authored Nov 29, 2023
1 parent 3cb44f3 commit 5e03bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: audit
args: --ignore RUSTSEC-2020-0071 --ignore RUSTSEC-2023-0052 --ignore RUSTSEC-2022-0093
args: --ignore RUSTSEC-2020-0071 --ignore RUSTSEC-2023-0052 --ignore RUSTSEC-2022-0093 --ignore RUSTSEC-2023-0071

0 comments on commit 5e03bf3

Please sign in to comment.