From 588fba9efd0d542a1a1db1aed5b937a0d4a63a47 Mon Sep 17 00:00:00 2001 From: Manuel Alonso <434575+manute@users.noreply.github.com> Date: Sat, 22 Nov 2025 09:20:30 +0100 Subject: [PATCH] chore(deps): fix deny to v0.17.0 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6acadc4..4b20a27 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,8 +36,8 @@ jobs: target key: cargo-cache-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }} - - name: Install cargo-deny - run: cargo install cargo-deny --locked + - name: Install cargo-deny v0.17.0 + run: cargo install cargo-deny --version 0.17.0 --locked - name: Run CI checks run: |