From 3bfa54dee938ee7fbda20339f5fb0c30f5fd44cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 22:22:06 +0000 Subject: [PATCH] chore(deps): update cargo-bins/cargo-binstall action to v1.10.0 (#4832) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cargo-bins/cargo-binstall](https://togithub.com/cargo-bins/cargo-binstall) | action | minor | `v1.9.0` -> `v1.10.0` | --- ### Release Notes
cargo-bins/cargo-binstall (cargo-bins/cargo-binstall) ### [`v1.10.0`](https://togithub.com/cargo-bins/cargo-binstall/releases/tag/v1.10.0) [Compare Source](https://togithub.com/cargo-bins/cargo-binstall/compare/v1.9.0...v1.10.0) *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: - feature: Merge `--disable-strategies` with `disabled-strategies` in crate cargo manifest ([#​1867](https://togithub.com/cargo-bins/cargo-binstall/issues/1867) [#​1868](https://togithub.com/cargo-bins/cargo-binstall/issues/1868)) - dep: Bump hickory-resolver to 0.25.0-alpha.2 ([#​665](https://togithub.com/cargo-bins/cargo-binstall/issues/665) [#​1869](https://togithub.com/cargo-bins/cargo-binstall/issues/1869))
--- ### Configuration 📅 **Schedule**: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/oxc-project/oxc). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5786ba329..58402a236 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -184,7 +184,7 @@ jobs: with: restore-cache: false if: steps.filter.outputs.src == 'true' - - uses: cargo-bins/cargo-binstall@v1.9.0 + - uses: cargo-bins/cargo-binstall@v1.10.0 if: steps.filter.outputs.src == 'true' - run: cargo binstall --no-confirm cargo-shear@1 if: steps.filter.outputs.src == 'true'