From c118f12b22a281b551b94c3cc2d8804aae17eb84 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Tue, 5 Dec 2023 16:21:26 -0800 Subject: [PATCH] CI: Update versions of cargo-deny and cargo-audit --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d86e1e7..2705aeab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,9 +41,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-locked-1.67.0 - - run: cargo install cargo-audit --vers "0.13.1" + - run: cargo install cargo-audit --locked --vers "1.67.0" - uses: briansmith/actions-checkout@v4 with: @@ -65,9 +65,9 @@ jobs: ~/.cargo/bin/cargo-deny ~/.cargo/.crates.toml ~/.cargo/.crates2.json - key: ${{ runner.os }}-v2-cargo-deny-locked-0.8.5 + key: ${{ runner.os }}-v2-cargo-deny-locked-1.70.0 - - run: cargo install cargo-deny --locked --vers "0.8.5" + - run: cargo install cargo-deny --locked --vers "1.70.0" - uses: briansmith/actions-checkout@v4 with: