Skip to content

Commit

Permalink
build(deps): update cargo-bins/cargo-binstall to v1.10.13
Browse files Browse the repository at this point in the history
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cargo-bins/cargo-binstall](https://github.com/cargo-bins/cargo-binstall) | patch | `v1.10.8` -> `v1.10.13` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>cargo-bins/cargo-binstall (cargo-bins/cargo-binstall)</summary>

### [`v1.10.13`](https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.10.13)

[Compare Source](cargo-bins/cargo-binstall@v1.10.12...v1.10.13)

*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 git credential helper for github token auto discovery (can be disabled via `--no-discover-github-token`) ([#&#8203;1871](cargo-bins/cargo-binstall#1871))

##### Other changes:

-   Upgrade transitive dependencies

### [`v1.10.12`](https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.10.12)

[Compare Source](cargo-bins/cargo-binstall@v1.10.11...v1.10.12)

*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:

-   Speedup installation script by avoiding additional network trip

##### Other changes:

-   Upgrade dependencies (hickory-dns, thiserror, file-format, etc).

### [`v1.10.11`](https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.10.11)

[Compare Source](cargo-bins/cargo-binstall@v1.10.10...v1.10.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:

-   Upgrade dependencies to fix compilation failures due to yanked dependency fs4 0.10

### [`v1.10.10`](https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.10.10)

[Compare Source](cargo-bins/cargo-binstall@v1.10.9...v1.10.10)

*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 rc-zip-sync for zip extraction ([#&#8203;1080](cargo-bins/cargo-binstall#1080) [#&#8203;1942](cargo-bins/cargo-binstall#1942))
-   Better UI: default to "yes" for installation prompt, and display more readable message for the prompt ([#&#8203;1943](cargo-bins/cargo-binstall#1943) [#&#8203;1948](cargo-bins/cargo-binstall#1948) [#&#8203;1950](cargo-bins/cargo-binstall#1950) )

##### Other changes:

-   Upgrade dependencies ([#&#8203;1949](cargo-bins/cargo-binstall#1949))

### [`v1.10.9`](https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.10.9)

[Compare Source](cargo-bins/cargo-binstall@v1.10.8...v1.10.9)

*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

</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 MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
  • Loading branch information
ECG Bot authored and tmeijn committed Nov 19, 2024
1 parent 038b31e commit e6257b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chezmoi/dot_config/aquaproj-aqua/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ packages:
- name: martinvonz/[email protected]
description: A Git-compatible VCS that is both simple and powerful
link: https://github.com/martinvonz/jj
- name: cargo-bins/[email protected].8
- name: cargo-bins/[email protected].13
description: Binary installation for rust projects
link: https://github.com/cargo-bins/cargo-binstall
- name: ryodocx/[email protected]
Expand Down

0 comments on commit e6257b2

Please sign in to comment.