From 311505eab789b2dd848aeb7787bf9e2d4c1cb811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 07:52:26 +0000 Subject: [PATCH] ci: bump cargo-bins/cargo-binstall from 1.19.0 to 1.19.1 Bumps [cargo-bins/cargo-binstall](https://github.com/cargo-bins/cargo-binstall) from 1.19.0 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/4852a15cf01e4f33958ce547326406fe78f27c38...aaa84a43aec4955a42c5ffc65d258961e39f276e) --- updated-dependencies: - dependency-name: cargo-bins/cargo-binstall dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0eba380..e978266 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,7 +90,7 @@ jobs: targets: ${{ matrix.target }} - name: Install cargo-binstall - uses: cargo-bins/cargo-binstall@4852a15cf01e4f33958ce547326406fe78f27c38 # cargo-bins/cargo-binstall main + uses: cargo-bins/cargo-binstall@aaa84a43aec4955a42c5ffc65d258961e39f276e # cargo-bins/cargo-binstall main - name: Install cross (for cross-compilation) if: matrix.use_cross