Bump cargo-audit to 0.17.4

This commit is contained in:
Jonas Bushart
2022-11-09 18:14:33 +01:00
parent 585ac71b19
commit 34b262c4ff
2 changed files with 8 additions and 2 deletions

View File

@@ -33,12 +33,12 @@ runs:
${{ env.CARGO_HOME }}/.cargo/bin/cargo-audit*
${{ env.CARGO_HOME }}/.cargo/.crates.toml
${{ env.CARGO_HOME }}/.cargo/.crates2.json
key: cargo-audit-v0.17.0
key: cargo-audit-v0.17.4
- name: Install cargo-audit
if: steps.cache.outputs.cache-hit != 'true'
# Update both this version number and the cache key
run: cargo install cargo-audit --vers 0.17.0
run: cargo install cargo-audit --vers 0.17.4 --no-default-features
shell: bash
- run: |