From 431c58d78107ea0343839de3084b8cc8f9d1ef90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 02:43:05 +0000 Subject: [PATCH] Bump cargo-bins/cargo-binstall from 1.18.1 to 1.19.0 Bumps [cargo-bins/cargo-binstall](https://github.com/cargo-bins/cargo-binstall) from 1.18.1 to 1.19.0. - [Release notes](https://github.com/cargo-bins/cargo-binstall/releases) - [Changelog](https://github.com/cargo-bins/cargo-binstall/blob/main/release-plz.toml) - [Commits](https://github.com/cargo-bins/cargo-binstall/compare/v1.18.1...v1.19.0) --- updated-dependencies: - dependency-name: cargo-bins/cargo-binstall dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/publish.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2e3e2fe..82507b5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: targets: aarch64-linux-android,armv7-linux-androideabi,i686-linux-android,x86_64-linux-android components: clippy, rustfmt - name: Install cargo-binstall - uses: cargo-bins/cargo-binstall@v1.18.1 + uses: cargo-bins/cargo-binstall@v1.19.0 - name: Install bindgen-cli run: cargo binstall bindgen-cli -y env: diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 3f0d911..a5377e5 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -34,7 +34,7 @@ jobs: with: targets: aarch64-linux-android,armv7-linux-androideabi,i686-linux-android,x86_64-linux-android - name: Install cargo-binstall - uses: cargo-bins/cargo-binstall@v1.18.1 + uses: cargo-bins/cargo-binstall@v1.19.0 - name: Install bindgen-cli run: cargo binstall bindgen-cli -y env: