From b6a55e67d2150fd324b44eb7e061e4e118b59e0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 22:22:23 +0000 Subject: [PATCH] build(deps): bump cargo-bins/cargo-binstall in the actions group Bumps the actions group with 1 update: [cargo-bins/cargo-binstall](https://github.com/cargo-bins/cargo-binstall). Updates `cargo-bins/cargo-binstall` from 1.15.11 to 1.16.0 - [Release notes](https://github.com/cargo-bins/cargo-binstall/releases) - [Changelog](https://github.com/cargo-bins/cargo-binstall/blob/main/install-from-binstall-release.ps1) - [Commits](https://github.com/cargo-bins/cargo-binstall/compare/ae04fb5e853ae6cd3ad7de4a1d554a8b646d12aa...ac8496113671719ef3f12282bc9f41d86322e0d7) --- updated-dependencies: - dependency-name: cargo-bins/cargo-binstall dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmark.yml | 2 +- .github/workflows/binary-builds.yml | 2 +- .github/workflows/build-docs.yml | 4 ++-- .github/workflows/bump-n-release.yml | 2 +- .github/workflows/node-js-packaging.yml | 2 +- .github/workflows/run-dev-tests.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 333f4e5..62cf43e 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -116,7 +116,7 @@ jobs: uses: actions/download-artifact@v6 - name: Install cargo-binstall - uses: cargo-bins/cargo-binstall@ae04fb5e853ae6cd3ad7de4a1d554a8b646d12aa # v1.15.11 + uses: cargo-bins/cargo-binstall@ac8496113671719ef3f12282bc9f41d86322e0d7 # v1.16.0 env: GITHUB_TOKEN: ${{ github.token }} - name: Install hyperfine diff --git a/.github/workflows/binary-builds.yml b/.github/workflows/binary-builds.yml index 2e233b0..641e030 100644 --- a/.github/workflows/binary-builds.yml +++ b/.github/workflows/binary-builds.yml @@ -114,7 +114,7 @@ jobs: - name: Install cargo-binstall if: matrix.cross - uses: cargo-bins/cargo-binstall@ae04fb5e853ae6cd3ad7de4a1d554a8b646d12aa # v1.15.11 + uses: cargo-bins/cargo-binstall@ac8496113671719ef3f12282bc9f41d86322e0d7 # v1.16.0 env: GITHUB_TOKEN: ${{ github.token }} - name: Install cross (cargo cross compiler) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 38ad6af..24330bf 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -59,7 +59,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3 - name: Install cargo-binstall - uses: cargo-bins/cargo-binstall@ae04fb5e853ae6cd3ad7de4a1d554a8b646d12aa # v1.15.11 + uses: cargo-bins/cargo-binstall@ac8496113671719ef3f12282bc9f41d86322e0d7 # v1.16.0 env: GITHUB_TOKEN: ${{ github.token }} - name: Install nur @@ -90,7 +90,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 # v7.1.3 - name: Install cargo-binstall - uses: cargo-bins/cargo-binstall@ae04fb5e853ae6cd3ad7de4a1d554a8b646d12aa # v1.15.11 + uses: cargo-bins/cargo-binstall@ac8496113671719ef3f12282bc9f41d86322e0d7 # v1.16.0 env: GITHUB_TOKEN: ${{ github.token }} - name: Install nur diff --git a/.github/workflows/bump-n-release.yml b/.github/workflows/bump-n-release.yml index 7e6cdf6..7428c71 100644 --- a/.github/workflows/bump-n-release.yml +++ b/.github/workflows/bump-n-release.yml @@ -45,7 +45,7 @@ jobs: with: node-version: 24.x - run: yarn install - - uses: cargo-bins/cargo-binstall@ae04fb5e853ae6cd3ad7de4a1d554a8b646d12aa # v1.15.11 + - uses: cargo-bins/cargo-binstall@ac8496113671719ef3f12282bc9f41d86322e0d7 # v1.16.0 - run: cargo binstall -y git-cliff env: GITHUB_TOKEN: ${{ github.token }} diff --git a/.github/workflows/node-js-packaging.yml b/.github/workflows/node-js-packaging.yml index 17ab8c7..250cea1 100644 --- a/.github/workflows/node-js-packaging.yml +++ b/.github/workflows/node-js-packaging.yml @@ -106,7 +106,7 @@ jobs: use-cache: true # zizmor: ignore[cache-poisoning] - name: Install cargo-binstall if: contains(matrix.settings.build, ' -x ') || contains(matrix.settings.build, '--use-cross ') - uses: cargo-bins/cargo-binstall@ae04fb5e853ae6cd3ad7de4a1d554a8b646d12aa # v1.15.11 + uses: cargo-bins/cargo-binstall@ac8496113671719ef3f12282bc9f41d86322e0d7 # v1.16.0 env: GITHUB_TOKEN: ${{ github.token }} - name: Install ${{contains(matrix.settings.build, ' -x ') && 'cargo-zigbuild' || 'cargo-cross'}} diff --git a/.github/workflows/run-dev-tests.yml b/.github/workflows/run-dev-tests.yml index 8995d0f..adb24c1 100644 --- a/.github/workflows/run-dev-tests.yml +++ b/.github/workflows/run-dev-tests.yml @@ -55,7 +55,7 @@ jobs: # if: runner.os == 'Windows' # run: vcpkg install openssl - - uses: cargo-bins/cargo-binstall@ae04fb5e853ae6cd3ad7de4a1d554a8b646d12aa # v1.15.11 + - uses: cargo-bins/cargo-binstall@ac8496113671719ef3f12282bc9f41d86322e0d7 # v1.16.0 env: GITHUB_TOKEN: ${{ github.token }} - name: Install third-party binaries