Skip to content

Commit

Permalink
Downgrade cargo audit
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-otf committed Oct 31, 2024
1 parent 3fb89ec commit d01d038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
key: ubuntu-latest-${{ env.RUST_BIN_DIR }}

- name: Install cargo-audit
run: cargo install cargo-audit
run: cargo install --version 0.20.1 cargo-audit

- name: cargo audit
run: cargo audit --ignore RUSTSEC-2024-0336 # rustls issue; wait for upstream to resolve this

0 comments on commit d01d038

Please sign in to comment.