From e9062b26d2521eea905233ac23126065232f032b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 07:06:23 +0000 Subject: [PATCH] Bump actions-rs-plus/clippy-check from 2.4.2 to 2.5.0 Bumps [actions-rs-plus/clippy-check](https://github.com/actions-rs-plus/clippy-check) from 2.4.2 to 2.5.0. - [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.4.2...v2.5.0) --- updated-dependencies: - dependency-name: actions-rs-plus/clippy-check dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 e7f09b4..3601f8c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -61,6 +61,6 @@ jobs: components: clippy - name: Run clippy - uses: actions-rs-plus/clippy-check@v2.4.2 + uses: actions-rs-plus/clippy-check@v2.5.0 with: args: --all-features