From 88f7644551eab917946c28cd9b15da6005d3cd39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 08:49:31 +0200 Subject: [PATCH] Update cargo-bins/cargo-binstall action to v1.15.3 (#20182) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cargo-bins/cargo-binstall](https://redirect.github.com/cargo-bins/cargo-binstall) | action | patch | `v1.15.1` -> `v1.15.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
cargo-bins/cargo-binstall (cargo-bins/cargo-binstall) ### [`v1.15.3`](https://redirect.github.com/cargo-bins/cargo-binstall/releases/tag/v1.15.3) [Compare Source](https://redirect.github.com/cargo-bins/cargo-binstall/compare/v1.15.2...v1.15.3) *Binstall is a tool to fetch and install Rust-based executables as binaries. It aims to be a drop-in replacement for `cargo install` in most cases. Install it today with `cargo install cargo-binstall`, from the binaries below, or if you already have it, upgrade with `cargo binstall cargo-binstall`.* ##### In this release: - Upgrade (de)compression libraries ([#​2289](https://redirect.github.com/cargo-bins/cargo-binstall/issues/2289)) - Fix release pipeline: stop building for x86\_64h-apple-darwin since it is broken and is a rarely used tier 3 target, plus GHA no longer offers x86\_64 mac ([#​2292](https://redirect.github.com/cargo-bins/cargo-binstall/issues/2292)) ### [`v1.15.2`](https://redirect.github.com/cargo-bins/cargo-binstall/releases/tag/v1.15.2) [Compare Source](https://redirect.github.com/cargo-bins/cargo-binstall/compare/v1.15.1...v1.15.2) *Binstall is a tool to fetch and install Rust-based executables as binaries. It aims to be a drop-in replacement for `cargo install` in most cases. Install it today with `cargo install cargo-binstall`, from the binaries below, or if you already have it, upgrade with `cargo binstall cargo-binstall`.* ##### In this release: - Fix updating telemetry config ([#​2279](https://redirect.github.com/cargo-bins/cargo-binstall/issues/2279) [#​2287](https://redirect.github.com/cargo-bins/cargo-binstall/issues/2287)) ##### Other changes: - Upgrade dependencies ([#​2278](https://redirect.github.com/cargo-bins/cargo-binstall/issues/2278) [#​2286](https://redirect.github.com/cargo-bins/cargo-binstall/issues/2286))
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/astral-sh/ruff). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8c42503467..1f23134c1b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -441,7 +441,7 @@ jobs: - name: "Install Rust toolchain" run: rustup show - name: "Install cargo-binstall" - uses: cargo-bins/cargo-binstall@0dca8cf8dfb40cb77a29cece06933ce674674523 # v1.15.1 + uses: cargo-bins/cargo-binstall@2bb61346d075e720d4c3da92f23b6d612d5a7543 # v1.15.3 with: tool: cargo-fuzz@0.11.2 - name: "Install cargo-fuzz" @@ -694,7 +694,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false - - uses: cargo-bins/cargo-binstall@0dca8cf8dfb40cb77a29cece06933ce674674523 # v1.15.1 + - uses: cargo-bins/cargo-binstall@2bb61346d075e720d4c3da92f23b6d612d5a7543 # v1.15.3 - run: cargo binstall --no-confirm cargo-shear - run: cargo shear