From bcd86676a8c864b46b242c8f808ede0d0854e25c Mon Sep 17 00:00:00 2001 From: ECG Bot Date: Thu, 5 Dec 2024 11:43:11 +0000 Subject: [PATCH] build(deps): update cargo-bins/cargo-binstall to v1.10.15 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.14` -> `v1.10.15` | 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.15`](https://github.com/cargo-bins/cargo-binstall/releases/tag/v1.10.15) [Compare Source](https://github.com/cargo-bins/cargo-binstall/compare/v1.10.14...v1.10.15) *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 transitive depdencies
--- ### 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 2f5f1d7..2d7fcb9 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.23.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.14 +- name: cargo-bins/cargo-binstall@v1.10.15 description: Binary installation for rust projects link: https://github.com/cargo-bins/cargo-binstall - name: ryodocx/kube-credential-cache@v0.5.1