From c77b04519ebd5b134b98e304ca67248d91c9a370 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 06:42:34 +0000 Subject: [PATCH] Bump actions-rs-plus/clippy-check from 2.5.0 to 2.7.1 Bumps [actions-rs-plus/clippy-check](https://github.com/actions-rs-plus/clippy-check) from 2.5.0 to 2.7.1. - [Release notes](https://github.com/actions-rs-plus/clippy-check/releases) - [Changelog](https://github.com/actions-rs-plus/clippy-check/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions-rs-plus/clippy-check/compare/v2.5.0...v2.7.1) --- updated-dependencies: - dependency-name: actions-rs-plus/clippy-check dependency-version: 2.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f97f982..189108f 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -51,7 +51,7 @@ jobs: working-directory: shootout - name: Run clippy - uses: actions-rs-plus/clippy-check@v2.5.0 + uses: actions-rs-plus/clippy-check@v2.7.1 with: args: --all-features --manifest-path shootout/Cargo.toml @@ -91,7 +91,7 @@ jobs: components: clippy - name: Run clippy - uses: actions-rs-plus/clippy-check@v2.5.0 + uses: actions-rs-plus/clippy-check@v2.7.1 with: args: --all-features