From 854ce6818d7a2847eb52b213b69ecb04026cbaff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 01:06:10 +0000 Subject: [PATCH] Bump baptiste0928/cargo-install from 3.1.0 to 3.1.1 Bumps [baptiste0928/cargo-install](https://github.com/baptiste0928/cargo-install) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/baptiste0928/cargo-install/releases) - [Changelog](https://github.com/baptiste0928/cargo-install/blob/main/CHANGELOG.md) - [Commits](https://github.com/baptiste0928/cargo-install/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: baptiste0928/cargo-install dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/rust-clippy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index 4443058..c81f112 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -34,14 +34,14 @@ jobs: override: true - name: Install clippy-sarif - uses: baptiste0928/cargo-install@v3.1.0 + uses: baptiste0928/cargo-install@v3.1.1 env: RUSTC_WRAPPER: "" with: crate: clippy-sarif - name: Install sarif-fmt - uses: baptiste0928/cargo-install@v3.1.0 + uses: baptiste0928/cargo-install@v3.1.1 env: RUSTC_WRAPPER: "" with: