Skip to content

Commit

Permalink
Bump version for cargo-audit
Browse files Browse the repository at this point in the history
This commit bumps `cargo-audit` in order to use fresher version of the
tool.

Signed-off-by: Mark Kirichenko <[email protected]>
  • Loading branch information
atanzu committed Jan 20, 2025
1 parent 8cd57f0 commit 7099d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo install --locked --version "~0.17" cargo-audit
- run: cargo install --locked --version "0.17.6" cargo-audit
- run: cargo audit --ignore RUSTSEC-2020-0159 --ignore RUSTSEC-2020-0071

license:
Expand Down

0 comments on commit 7099d4c

Please sign in to comment.