chore(deps): update dependency cargo-bins/cargo-binstall to v1.15.4 #1001

Merged
Jade merged 1 commit from renovate/cargo-bins-cargo-binstall-1.x into main 2025-09-10 17:44:45 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
cargo-bins/cargo-binstall minor 1.13.0 -> 1.15.4

⚠️ 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.4

Compare Source

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:
  • clarify --install-path behavior when installing from source (#​2259 #​2294)
Other changes:

v1.15.3

Compare Source

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)
  • 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)

v1.15.2

Compare Source

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:
Other changes:

v1.15.1

Compare Source

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 failure to create settings manifest file (#​2268 #​2271)
  • fix race condition in creating, loading and writing of settings manifest file (#​2272)
  • fix infinite hang on --self-install due to the quickinstall consent (#​2269 #​2273)

v1.15.0

Compare Source

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:
  • confirm on the first time using quickinstall (#​2223)
Other changes:
  • upgrade dependencies

v1.14.4

Compare Source

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 unused Result in detect_targets::DesiredTargets::auto_detect (#​2250)
  • Use newly stablised stdlib file lock API in crate fs-lock (#​2254)
Other changes:

v1.14.3

Compare Source

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 race condition in target detections (#​2238)
Other changes:
  • Upgrade dependencies

v1.14.2

Compare Source

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 dependencies

v1.14.1

Compare Source

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 dependencies

v1.14.0

Compare Source

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 glibc detection on arm Fedora (#​2205)
  • Add support for repository host Codeberg (#​2202)
  • Fix error for missing binaries when --bin does not include any of these missing bins (#​1888 #​2199)
Other changes:
  • Rm uninstalled crates from $CARGO_HOME/binstall/crates-v1.json (#​2197)
  • Upgrade dependencies

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cargo-bins/cargo-binstall](https://github.com/cargo-bins/cargo-binstall) | minor | `1.13.0` -> `1.15.4` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cargo-bins/cargo-binstall (cargo-bins/cargo-binstall)</summary> ### [`v1.15.4`](https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.15.4) [Compare Source](https://github.com/cargo-bins/cargo-binstall/compare/v1.15.3...v1.15.4) *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: - clarify `--install-path` behavior when installing from source ([#&#8203;2259](https://github.com/cargo-bins/cargo-binstall/issues/2259) [#&#8203;2294](https://github.com/cargo-bins/cargo-binstall/issues/2294)) ##### Other changes: - bump dependencies ([#&#8203;2295](https://github.com/cargo-bins/cargo-binstall/issues/2295) [#&#8203;2298](https://github.com/cargo-bins/cargo-binstall/issues/2298) [#&#8203;2299](https://github.com/cargo-bins/cargo-binstall/issues/2299)) ### [`v1.15.3`](https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.15.3) [Compare Source](https://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 ([#&#8203;2289](https://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 ([#&#8203;2292](https://github.com/cargo-bins/cargo-binstall/issues/2292)) ### [`v1.15.2`](https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.15.2) [Compare Source](https://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 ([#&#8203;2279](https://github.com/cargo-bins/cargo-binstall/issues/2279) [#&#8203;2287](https://github.com/cargo-bins/cargo-binstall/issues/2287)) ##### Other changes: - Upgrade dependencies ([#&#8203;2278](https://github.com/cargo-bins/cargo-binstall/issues/2278) [#&#8203;2286](https://github.com/cargo-bins/cargo-binstall/issues/2286)) ### [`v1.15.1`](https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.15.1) [Compare Source](https://github.com/cargo-bins/cargo-binstall/compare/v1.15.0...v1.15.1) *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 failure to create settings manifest file ([#&#8203;2268](https://github.com/cargo-bins/cargo-binstall/issues/2268) [#&#8203;2271](https://github.com/cargo-bins/cargo-binstall/issues/2271)) - fix race condition in creating, loading and writing of settings manifest file ([#&#8203;2272](https://github.com/cargo-bins/cargo-binstall/issues/2272)) - fix infinite hang on `--self-install` due to the quickinstall consent ([#&#8203;2269](https://github.com/cargo-bins/cargo-binstall/issues/2269) [#&#8203;2273](https://github.com/cargo-bins/cargo-binstall/issues/2273)) ### [`v1.15.0`](https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.15.0) [Compare Source](https://github.com/cargo-bins/cargo-binstall/compare/v1.14.4...v1.15.0) *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: - confirm on the first time using quickinstall ([#&#8203;2223](https://github.com/cargo-bins/cargo-binstall/issues/2223)) ##### Other changes: - upgrade dependencies ### [`v1.14.4`](https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.14.4) [Compare Source](https://github.com/cargo-bins/cargo-binstall/compare/v1.14.3...v1.14.4) *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 unused `Result` in `detect_targets::DesiredTargets::auto_detect` ([#&#8203;2250](https://github.com/cargo-bins/cargo-binstall/issues/2250)) - Use newly stablised stdlib file lock API in crate `fs-lock` ([#&#8203;2254](https://github.com/cargo-bins/cargo-binstall/issues/2254)) ##### Other changes: - Upgrade dependencies ([#&#8203;2256](https://github.com/cargo-bins/cargo-binstall/issues/2256) [#&#8203;2257](https://github.com/cargo-bins/cargo-binstall/issues/2257)) - Remove dependency `fs4` ([#&#8203;2254](https://github.com/cargo-bins/cargo-binstall/issues/2254)) ### [`v1.14.3`](https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.14.3) [Compare Source](https://github.com/cargo-bins/cargo-binstall/compare/v1.14.2...v1.14.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: - Fix race condition in target detections ([#&#8203;2238](https://github.com/cargo-bins/cargo-binstall/issues/2238)) ##### Other changes: - Upgrade dependencies ### [`v1.14.2`](https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.14.2) [Compare Source](https://github.com/cargo-bins/cargo-binstall/compare/v1.14.1...v1.14.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: - Upgrade dependencies ### [`v1.14.1`](https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.14.1) [Compare Source](https://github.com/cargo-bins/cargo-binstall/compare/v1.14.0...v1.14.1) *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 dependencies ### [`v1.14.0`](https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.14.0) [Compare Source](https://github.com/cargo-bins/cargo-binstall/compare/v1.13.0...v1.14.0) *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 glibc detection on arm Fedora ([#&#8203;2205](https://github.com/cargo-bins/cargo-binstall/issues/2205)) - Add support for repository host Codeberg ([#&#8203;2202](https://github.com/cargo-bins/cargo-binstall/issues/2202)) - Fix error for missing binaries when `--bin` does not include any of these missing bins ([#&#8203;1888](https://github.com/cargo-bins/cargo-binstall/issues/1888) [#&#8203;2199](https://github.com/cargo-bins/cargo-binstall/issues/2199)) ##### Other changes: - Rm uninstalled crates from `$CARGO_HOME/binstall/crates-v1.json` ([#&#8203;2197](https://github.com/cargo-bins/cargo-binstall/issues/2197)) - Upgrade dependencies </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny45IiwidXBkYXRlZEluVmVyIjoiNDEuOTcuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiRGVwZW5kZW5jaWVzIiwiRGVwZW5kZW5jaWVzL1Jlbm92YXRlIl19-->
renovate force-pushed renovate/cargo-bins-cargo-binstall-1.x from b17e375868
Some checks failed
Documentation / Build and Deploy Documentation (pull_request) Successful in 34s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 31s
Release Docker Image / define-variables (pull_request) Successful in 4s
Checks / Prek / Clippy and Cargo Tests (pull_request) Failing after 1m19s
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (pull_request) Failing after 2m7s
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (pull_request) Failing after 2m20s
Release Docker Image / merge (pull_request) Has been skipped
to 532fdeaabc
All checks were successful
Documentation / Build and Deploy Documentation (pull_request) Successful in 26s
Release Docker Image / define-variables (pull_request) Successful in 26s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 1m41s
Checks / Prek / Clippy and Cargo Tests (pull_request) Successful in 6m46s
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (pull_request) Successful in 4m50s
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (pull_request) Successful in 5m13s
Release Docker Image / merge (pull_request) Successful in 12s
2025-09-10 17:06:38 +00:00
Compare
Jade merged commit d74b9de221 into main 2025-09-10 17:44:45 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
continuwuation/continuwuity!1001
No description provided.