From bfdb2dfb1729496a8abf711acab849b180a0e7d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 06:27:37 +0000 Subject: [PATCH] chore(deps): bump clechasseur/rs-clippy-check from 6.0.5 to 6.0.6 Bumps [clechasseur/rs-clippy-check](https://github.com/clechasseur/rs-clippy-check) from 6.0.5 to 6.0.6. - [Release notes](https://github.com/clechasseur/rs-clippy-check/releases) - [Commits](https://github.com/clechasseur/rs-clippy-check/compare/62ad100473a5e6513e86407b859091115ec89ae3...e198ae0533dc69d707c383951d90dc356a692026) --- updated-dependencies: - dependency-name: clechasseur/rs-clippy-check dependency-version: 6.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 812183a..a54c71c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - - uses: clechasseur/rs-clippy-check@62ad100473a5e6513e86407b859091115ec89ae3 # v6.0.5 + - uses: clechasseur/rs-clippy-check@e198ae0533dc69d707c383951d90dc356a692026 # v6.0.6 with: args: --all-targets --all-features