Skip to content

Commit

Permalink
ci: --ignore RUSTSEC-2021-0130 (#1350)
Browse files Browse the repository at this point in the history
  • Loading branch information
q9f authored Jan 6, 2022
1 parent 356757e commit bdd4d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ jobs:
command: cargo install cargo-audit
- run:
name: Check for known security issues in dependencies
command: cargo audit --ignore RUSTSEC-2020-0159 --ignore RUSTSEC-2020-0071
command: cargo audit --ignore RUSTSEC-2020-0159 --ignore RUSTSEC-2020-0071 --ignore RUSTSEC-2021-0130

workflows:
test-checks:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,4 @@ jobs:
- name: build
run: |
cargo install cargo-audit
cargo audit --ignore RUSTSEC-2020-0159 --ignore RUSTSEC-2020-0071
cargo audit --ignore RUSTSEC-2020-0159 --ignore RUSTSEC-2020-0071 --ignore RUSTSEC-2021-0130

0 comments on commit bdd4d91

Please sign in to comment.