From 5be0e8ab55fce28aab1e9381df679dfc3e934c72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 22:50:35 +0000 Subject: [PATCH] chore(deps): update cargo-bins/cargo-binstall action to v1.10.2 (#4957) 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 | patch | `v1.10.0` -> `v1.10.2` | --- ### Release Notes
cargo-bins/cargo-binstall (cargo-bins/cargo-binstall) ### [`v1.10.2`](https://togithub.com/cargo-bins/cargo-binstall/releases/tag/v1.10.2) [Compare Source](https://togithub.com/cargo-bins/cargo-binstall/compare/v1.10.1...v1.10.2) *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: - Enable happy eyeballs when using hickory-dns, ported from [seanmonstar/reqwest#2378](https://togithub.com/seanmonstar/reqwest/issues/2378) ([#​1877](https://togithub.com/cargo-bins/cargo-binstall/issues/1877)) ### [`v1.10.1`](https://togithub.com/cargo-bins/cargo-binstall/releases/tag/v1.10.1) [Compare Source](https://togithub.com/cargo-bins/cargo-binstall/compare/v1.10.0...v1.10.1) *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: - Enable happy eyeballs when using hickory-dns, ported from [seanmonstar/reqwest#2378](https://togithub.com/seanmonstar/reqwest/issues/2378) ([#​1877](https://togithub.com/cargo-bins/cargo-binstall/issues/1877))
--- ### 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 d8f4a09b486081..89b1b72fa8638f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -189,7 +189,7 @@ jobs: with: restore-cache: false if: steps.filter.outputs.src == 'true' - - uses: cargo-bins/cargo-binstall@v1.10.0 + - uses: cargo-bins/cargo-binstall@v1.10.2 if: steps.filter.outputs.src == 'true' - run: cargo binstall --no-confirm cargo-shear@1 if: steps.filter.outputs.src == 'true'