From dfc93ef01667145d1b0ebb8ade2232a80aee9a11 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Fri, 27 Sep 2024 14:07:24 -0700 Subject: [PATCH] CI: Update to the newest cargo-deny. The older version we have been using is failing to build in CI. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6e8453ce..9ccff86dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,9 +99,9 @@ jobs: ~/.cargo/bin/cargo-deny ~/.cargo/.crates.toml ~/.cargo/.crates2.json - key: ${{ runner.os }}-v2-cargo-deny-locked-0.14.20 + key: ${{ runner.os }}-v2-cargo-deny-locked-0.16.1 - - run: cargo install cargo-deny --locked --vers "0.14.20" + - run: cargo install cargo-deny --locked --vers "0.16.1" - uses: briansmith/actions-checkout@v4 with: