From 5674e4ee89cfe8056d98cf0198ad91abd6b07549 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 07:13:39 +0000 Subject: [PATCH] Bump clechasseur/rs-clippy-check from 5.0.1 to 5.0.2 Bumps [clechasseur/rs-clippy-check](https://github.com/clechasseur/rs-clippy-check) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/clechasseur/rs-clippy-check/releases) - [Commits](https://github.com/clechasseur/rs-clippy-check/compare/v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: clechasseur/rs-clippy-check dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 195cc42..ccb166f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: with: toolchain: "1.88" components: clippy - - uses: clechasseur/rs-clippy-check@v5.0.1 + - uses: clechasseur/rs-clippy-check@v5.0.2 with: # setup-rust-toolchain already sets `-D warnings`, but we leave this # here to make the behavior explicit. @@ -69,7 +69,7 @@ jobs: components: clippy # Defaults to '-D warnings', so clear it out manually. rustflags: '' - - uses: clechasseur/rs-clippy-check@v5.0.1 + - uses: clechasseur/rs-clippy-check@v5.0.2 with: args: --all-targets --all-features