Update cargo audit to 0.14.1.

This commit is contained in:
Brian Smith 2021-05-11 20:08:43 -07:00
parent 50bdf32ba2
commit 8f759ab135

View File

@ -59,9 +59,9 @@ jobs:
~/.cargo/bin/cargo-audit
~/.cargo/.crates.toml
~/.cargo/.crates2.json
key: ${{ runner.os }}-v2-cargo-audit-0.13.1
key: ${{ runner.os }}-v2-cargo-audit-0.14.1
- run: cargo install cargo-audit --vers "0.13.1"
- run: cargo install cargo-audit --locked --vers "0.14.1"
- uses: briansmith/actions-checkout@v2
with: