From fa2c10de2bcfe4b622e3693adfb815fc87d1dc0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 10:04:43 +0000 Subject: [PATCH] chore(deps): 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 8ba8e43..da84242 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: with: toolchain: "1.85" components: clippy - - uses: clechasseur/rs-clippy-check@v5.0.1 + - uses: clechasseur/rs-clippy-check@v5.0.2 with: args: --all-targets --all-features -- -D warnings @@ -66,7 +66,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: components: clippy - - uses: clechasseur/rs-clippy-check@v5.0.1 + - uses: clechasseur/rs-clippy-check@v5.0.2 with: args: --all-targets --all-features