From a4127d0a3c0c948c04a807746bd7d34575e6fd9d Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Tue, 5 Dec 2023 18:18:33 -0800 Subject: [PATCH] CI: Update versions of cargo-audit and cargo-deny. --- .github/workflows/ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab96d813f..7414dd4dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,10 +50,9 @@ jobs: ~/.cargo/bin/cargo-audit ~/.cargo/.crates.toml ~/.cargo/.crates2.json - key: ${{ runner.os }}-v2-cargo-audit-0.17.4 + key: ${{ runner.os }}-v2-cargo-audit-locked-0.18.3 - # With `--locked` `cargo install` complains about using yanked crates. - - run: cargo install cargo-audit --vers "0.17.4" + - run: cargo install cargo-audit --locked --vers "0.18.3" - uses: briansmith/actions-checkout@v4 with: @@ -78,9 +77,9 @@ jobs: ~/.cargo/bin/cargo-deny ~/.cargo/.crates.toml ~/.cargo/.crates2.json - key: ${{ runner.os }}-v2-cargo-deny-locked-0.9.1 + key: ${{ runner.os }}-v2-cargo-deny-locked-0.14.3 - - run: cargo install cargo-deny --locked --vers "0.9.1" + - run: cargo install cargo-deny --locked --vers "0.14.3" - uses: briansmith/actions-checkout@v4 with: