From 84b2add8914030849815f73fe743c145de1ff5c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 16:27:54 +0000 Subject: [PATCH] chore(deps): update dependency cargo-udeps to v0.1.53 (#460) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2405d18..1acf7af 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: - name: Install development tools uses: taiki-e/install-action@7549ed47d9c1c29e3ef638e3eb011b60bc3e2855 with: - tool: cargo-deny@0.16.3, cargo-udeps@0.1.52, cargo-hack@0.6.33 + tool: cargo-deny@0.16.3, cargo-udeps@0.1.53, cargo-hack@0.6.33 - name: Install Rust linters run: rustup component add clippy rustfmt - name: Run checks