Skip to content

Commit 0a6d6b6

Browse files
Update cargo-bins/cargo-binstall action to v1.15.11 (#21352)
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.10` -> `v1.15.11` | --- > [!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.11`](https://redirect.github.com/cargo-bins/cargo-binstall/releases/tag/v1.15.11) [Compare Source](https://redirect.github.com/cargo-bins/cargo-binstall/compare/v1.15.10...v1.15.11) *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 ([#&#8203;2049](https://redirect.github.com/cargo-bins/cargo-binstall/issues/2049) [#&#8203;2362](https://redirect.github.com/cargo-bins/cargo-binstall/issues/2362)) - Fix grammer in `HELP.md` and `--help` output ([#&#8203;2357](https://redirect.github.com/cargo-bins/cargo-binstall/issues/2357) [#&#8203;2359](https://redirect.github.com/cargo-bins/cargo-binstall/issues/2359)) - Update documentation link in Cargo.toml ([#&#8203;2355](https://redirect.github.com/cargo-bins/cargo-binstall/issues/2355)) ##### Other changes: - Upgrade dependencies </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbnRlcm5hbCJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ca51feb commit 0a6d6b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ jobs:
440440
- name: "Install mold"
441441
uses: rui314/setup-mold@725a8794d15fc7563f59595bd9556495c0564878 # v1
442442
- name: "Install cargo-binstall"
443-
uses: cargo-bins/cargo-binstall@b3f755e95653da9a2d25b99154edfdbd5b356d0a # v1.15.10
443+
uses: cargo-bins/cargo-binstall@ae04fb5e853ae6cd3ad7de4a1d554a8b646d12aa # v1.15.11
444444
- name: "Install cargo-fuzz"
445445
# Download the latest version from quick install and not the github releases because github releases only has MUSL targets.
446446
run: cargo binstall cargo-fuzz --force --disable-strategies crate-meta-data --no-confirm
@@ -692,7 +692,7 @@ jobs:
692692
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
693693
with:
694694
persist-credentials: false
695-
- uses: cargo-bins/cargo-binstall@b3f755e95653da9a2d25b99154edfdbd5b356d0a # v1.15.10
695+
- uses: cargo-bins/cargo-binstall@ae04fb5e853ae6cd3ad7de4a1d554a8b646d12aa # v1.15.11
696696
- run: cargo binstall --no-confirm cargo-shear
697697
- run: cargo shear
698698

0 commit comments

Comments
 (0)