Skip to content

Commit

Permalink
ci: cargo-audit ressurect with new 0.21.1 version (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli authored Jan 23, 2025
1 parent 6651b20 commit 0db65b9
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ jobs:
with:
cache-on-failure: true

# HACK: v0.21.0 fails during dependency resolution. Remove when this is resolved
# https://github.com/rustsec/rustsec/issues/1249#issuecomment-2423257490
- name: Install cargo-audit v0.20.0
run: cargo install cargo-audit --version 0.20.0 --force
- name: Install cargo-audit
run: cargo install cargo-audit --force --locked

# HACK: not denying warnings as we depend on `yaml-rust` via `format-serde-error` which is unmaintained
- name: Check for audit warnings
Expand Down

0 comments on commit 0db65b9

Please sign in to comment.