From e6257b258150f48d9f74967d1038af6f06cc966b Mon Sep 17 00:00:00 2001 From: ECG Bot Date: Tue, 19 Nov 2024 14:28:11 +0000 Subject: [PATCH] build(deps): update cargo-bins/cargo-binstall to v1.10.13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
cargo-bins/cargo-binstall (cargo-bins/cargo-binstall) ### [`v1.10.13`](https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.10.13) [Compare Source](https://github.com/cargo-bins/cargo-binstall/compare/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`) ([#​1871](https://github.com/cargo-bins/cargo-binstall/issues/1871)) ##### Other changes: - Upgrade transitive dependencies ### [`v1.10.12`](https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.10.12) [Compare Source](https://github.com/cargo-bins/cargo-binstall/compare/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](https://github.com/cargo-bins/cargo-binstall/compare/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](https://github.com/cargo-bins/cargo-binstall/compare/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 ([#​1080](https://github.com/cargo-bins/cargo-binstall/issues/1080) [#​1942](https://github.com/cargo-bins/cargo-binstall/issues/1942)) - Better UI: default to "yes" for installation prompt, and display more readable message for the prompt ([#​1943](https://github.com/cargo-bins/cargo-binstall/issues/1943) [#​1948](https://github.com/cargo-bins/cargo-binstall/issues/1948) [#​1950](https://github.com/cargo-bins/cargo-binstall/issues/1950) ) ##### Other changes: - Upgrade dependencies ([#​1949](https://github.com/cargo-bins/cargo-binstall/issues/1949)) ### [`v1.10.9`](https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.10.9) [Compare Source](https://github.com/cargo-bins/cargo-binstall/compare/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
--- ### 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. --- - [ ] If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). --- chezmoi/dot_config/aquaproj-aqua/aqua.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chezmoi/dot_config/aquaproj-aqua/aqua.yaml b/chezmoi/dot_config/aquaproj-aqua/aqua.yaml index 2727cb5d..a49bad16 100644 --- a/chezmoi/dot_config/aquaproj-aqua/aqua.yaml +++ b/chezmoi/dot_config/aquaproj-aqua/aqua.yaml @@ -289,7 +289,7 @@ packages: - name: martinvonz/jj@v0.22.0 description: A Git-compatible VCS that is both simple and powerful link: https://github.com/martinvonz/jj -- name: cargo-bins/cargo-binstall@v1.10.8 +- name: cargo-bins/cargo-binstall@v1.10.13 description: Binary installation for rust projects link: https://github.com/cargo-bins/cargo-binstall - name: ryodocx/kube-credential-cache@v0.5.1