bevy icon indicating copy to clipboard operation
bevy copied to clipboard

Bump cargo-bins/cargo-binstall from 1.12.3 to 1.12.5

Open dependabot[bot] opened this issue 9 months ago • 2 comments

Bumps cargo-bins/cargo-binstall from 1.12.3 to 1.12.5.

Release notes

Sourced from cargo-bins/cargo-binstall's releases.

v1.12.5

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.12.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 glibc detection on ubuntu 24.02 (#2141 #2143)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar May 19 '25 06:05 dependabot[bot]

~~Closing the previous PR won't stop the truth, Dependabot.~~

Please note that, as-is, this won't actually use the updated version of cargo-binstall. Due to how the workflow works, it attempts to install the latest cargo-binstall unless the BINSTALL_VERSION env-var is set - which it is.

https://github.com/bevyengine/bevy/blob/e7e9973c80c259ccf27a02090097887d9060d8fc/.github/workflows/ci.yml#L18

LikeLakers2 avatar May 19 '25 11:05 LikeLakers2

A newer version of cargo-bins/cargo-binstall exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

dependabot[bot] avatar Jun 02 '25 07:06 dependabot[bot]