From 8556d12d6f21746248254a3ddc4601d48f079539 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 23:43:29 +0000 Subject: [PATCH] Bump cargo-bins/cargo-binstall from 1.17.4 to 1.17.5 Bumps [cargo-bins/cargo-binstall](https://github.com/cargo-bins/cargo-binstall) from 1.17.4 to 1.17.5. - [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.17.4...v1.17.5) --- updated-dependencies: - dependency-name: cargo-bins/cargo-binstall dependency-version: 1.17.5 dependency-type: direct:production update-type: version-update:semver-patch ... 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 0d27a45..afdc006 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -47,7 +47,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.17.4 + uses: cargo-bins/cargo-binstall@v1.17.5 - name: Install bindgen-cli run: cargo binstall bindgen-cli -y env: diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 68bd6a0..1281e8d 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -32,7 +32,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.17.4 + uses: cargo-bins/cargo-binstall@v1.17.5 - name: Install bindgen-cli run: cargo binstall bindgen-cli -y env: