Skip to content

chore(deps): update dependency cargo-binstall to v1.21.1 - #19

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cargo-binstall-1.x
Open

chore(deps): update dependency cargo-binstall to v1.21.1#19
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cargo-binstall-1.x

Conversation

@renovate

@renovate renovate Bot commented Apr 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
cargo-binstall tools minor 1.14.11.21.1

Release Notes

cargo-bins/cargo-binstall (cargo-binstall)

v1.21.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.21.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:
  • bugfix: honour --version for git or local manifest (#​2165 #​2598
  • Prefer ipv6 for hickory-dns dns resolution (#​2595%
Other changes:
  • Upgrade dependencies

v1.20.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.20.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:
Other changes:
  • Upgrade dependencies

v1.19.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:

v1.19.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:
  • Support cargo config.toml include field for recursive loading (#​2531)
  • Add github attestation for release artifacts verification (#​2549)
  • Prefer quic and tls over udp/tcp for dns configs of interfaces discovered on windows (#​2550)
Bug fixes:
  • Fallback to quad9, cloudflare and then google dns if reading /etc/resolv.conf fails, prefer QUIC, then http3, tls, http2, fallback to udp/TCP (#​2181 #​2550)
  • Fix Error message outputs ANSI escape sequences (#​2554 #​2556)
Other changes:

v1.18.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:

Remove GITHUB_TOKEN and GH_TOKEN when fallback to installing from source using cargo-install (#​2533)

This reduces the risk of leaks of tokens for users who pass the GITHUN_TOKEN or GH_TOKEN
environment variables to cargo-binstall to avoid GitHub API rate limits.

v1.18.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:
  • feat: support cargo:token and cargo:token-from-stdout auth for private registries (#​2526 #​2528)
Other changes:
  • Upgrade dependencies

v1.17.9

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.17.8

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
Other changes:
  • Prebuilt signing process is much safer now (#​2503)

v1.17.7

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.17.6

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 infinite rate limit waiting (#​2485)
Other changes:
  • Upgrade dependencies

v1.17.5

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:
  • Automatically uses system-proxy (#​2474)
Other changes:
  • Upgrade dependencies

v1.17.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 loading --manifest-path Cargo.toml (#​2453 #​2459)
  • Fix handling of ** in [workspace.members] and [workspace.members] (#​2465)
  • Added pkg-fmt field for cargo-binstall metadata to speed up binary discovery process (#​2451)
  • Upgrade dependencies (#​2468)
Other changes:
  • Allow pinning binstall version in the action (#​2449)
  • Fix changelog format (#​2454)

v1.17.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:

v1.17.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:
  • Fix release pipeline for immutable release (#​2445)

v1.17.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 release pipeline for immutable release (#​2443)

v1.17.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:
Other changes:
  • dep: Upgrade transitive dependencies (#​2438)

v1.16.7

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:
  • Error if --install-path is passed when building from source (#​2398 #​2430)
Other changes:
  • docs: fix grammatical error in --github-token docs (#​2421)
  • Upgrade dependencies

v1.16.6

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.16.5

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:
  • Upgrade dependencies

v1.16.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:

v1.16.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:
Other changes:

v1.16.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:
  • Use well-maintained netdev instead of legacy default-net/ipconfig on Windows (#​2378)
Other changes:
  • Upgrade transitive dependencies (#​2380)

v1.16.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: Don't send reports when telemetry is disabled (#​2373)
Other changes:
  • Upgrade transitive dependencies

v1.16.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:
Other changes:
  • Upgrade dependencies

v1.15.11

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 binstalk-downloader cannot decode some zip files on macos (x64 and arm64) platforms (#​2049 #​2362)
  • Fix grammer in HELP.md and --help output (#​2357 #​2359)
  • Update documentation link in Cargo.toml (#​2355)
Other changes:
  • Upgrade dependencies

v1.15.10

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:
  • Upgrade dependencies

v1.15.9

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:

v1.15.8

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.15.7

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:
  • Updated example of CLI argument in README (#​2326)
Other changes:
  • Upgrade dependencies

v1.15.6

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.15.5

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:
  • Upgrade dependencies

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

Configuration

📅 Schedule: (UTC)

  • 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 was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/cargo-binstall-1.x branch from bd4eba3 to dc0960e Compare May 3, 2026 07:43
@renovate renovate Bot changed the title chore(deps): update dependency cargo-binstall to v1.18.1 chore(deps): update dependency cargo-binstall to v1.19.0 May 3, 2026
@renovate
renovate Bot force-pushed the renovate/cargo-binstall-1.x branch from dc0960e to 8cc02c6 Compare May 6, 2026 19:49
@renovate renovate Bot changed the title chore(deps): update dependency cargo-binstall to v1.19.0 chore(deps): update dependency cargo-binstall to v1.19.1 May 6, 2026
@renovate
renovate Bot force-pushed the renovate/cargo-binstall-1.x branch from 8cc02c6 to 6530487 Compare June 12, 2026 14:35
@renovate renovate Bot changed the title chore(deps): update dependency cargo-binstall to v1.19.1 chore(deps): update dependency cargo-binstall to v1.20.0 Jun 12, 2026
@renovate
renovate Bot force-pushed the renovate/cargo-binstall-1.x branch from 6530487 to 8381766 Compare June 21, 2026 11:09
@renovate renovate Bot changed the title chore(deps): update dependency cargo-binstall to v1.20.0 chore(deps): update dependency cargo-binstall to v1.20.1 Jun 21, 2026
@renovate
renovate Bot force-pushed the renovate/cargo-binstall-1.x branch from 8381766 to 26cb277 Compare July 16, 2026 08:12
@renovate renovate Bot changed the title chore(deps): update dependency cargo-binstall to v1.20.1 chore(deps): update dependency cargo-binstall to v1.21.0 Jul 16, 2026
@renovate
renovate Bot force-pushed the renovate/cargo-binstall-1.x branch from 26cb277 to 9511daf Compare July 25, 2026 15:14
@renovate renovate Bot changed the title chore(deps): update dependency cargo-binstall to v1.21.0 chore(deps): update dependency cargo-binstall to v1.21.1 Jul 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants