From 5b0d9a123a5f645f59202a85b27392381b6f000b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 19:04:14 +0000 Subject: [PATCH] deps(actions)(deps): bump cargo-bins/cargo-binstall Bumps [cargo-bins/cargo-binstall](https://github.com/cargo-bins/cargo-binstall) from 1.18.1 to 1.19.1. - [Release notes](https://github.com/cargo-bins/cargo-binstall/releases) - [Changelog](https://github.com/cargo-bins/cargo-binstall/blob/main/release-plz.toml) - [Commits](https://github.com/cargo-bins/cargo-binstall/compare/dc19f1e48450eefe5a29b8da6c6b00a87d730b37...aaa84a43aec4955a42c5ffc65d258961e39f276e) --- updated-dependencies: - dependency-name: cargo-bins/cargo-binstall dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/rust-base.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust-base.yaml b/.github/workflows/rust-base.yaml index 6b0c1c3..d0a902a 100644 --- a/.github/workflows/rust-base.yaml +++ b/.github/workflows/rust-base.yaml @@ -277,7 +277,7 @@ jobs: - name: Checkout sources uses: actions/checkout@v6 - name: Install cargo-binstall - uses: cargo-bins/cargo-binstall@dc19f1e48450eefe5a29b8da6c6b00a87d730b37 # v1.18.1 + uses: cargo-bins/cargo-binstall@aaa84a43aec4955a42c5ffc65d258961e39f276e # v1.19.1 - name: Install cargo-shear run: cargo binstall --no-confirm cargo-shear - name: Run cargo shear @@ -336,7 +336,7 @@ jobs: toolchain: ${{ inputs.rust-channel }} - name: Install cargo-binstall if: ${{ inputs.zepter-preinstalled != true }} - uses: cargo-bins/cargo-binstall@dc19f1e48450eefe5a29b8da6c6b00a87d730b37 # v1.18.1 + uses: cargo-bins/cargo-binstall@aaa84a43aec4955a42c5ffc65d258961e39f276e # v1.19.1 - name: Install zepter if: ${{ inputs.zepter-preinstalled != true }} run: cargo binstall --no-confirm zepter