We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc1188a commit b03be02Copy full SHA for b03be02
.github/workflows/ci.yml
@@ -50,8 +50,7 @@ jobs:
50
toolchain: stable
51
components: rustfmt
52
default: true
53
- - name: cargo audit
54
- uses: actions-rs/[email protected]
55
- with:
56
- token: ${{ secrets.GITHUB_TOKEN }}
57
-
+ - name: Install cargo audit
+ run: cargo install cargo-audit
+ - name: Cargo audit
+ run: cargo audit --ignore RUSTSEC-2020-0159 --ignore RUSTSEC-2020-0071
0 commit comments