From 10517636d361ac4a0d04183df7ebd613e98f8410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 17:12:47 +0000 Subject: [PATCH] chore(dependabot): bump baptiste0928/cargo-install Bumps the ci-dependencies group with 1 update: [baptiste0928/cargo-install](https://github.com/baptiste0928/cargo-install). Updates `baptiste0928/cargo-install` from 3.3.2 to 3.4.0 - [Release notes](https://github.com/baptiste0928/cargo-install/releases) - [Changelog](https://github.com/baptiste0928/cargo-install/blob/main/CHANGELOG.md) - [Commits](https://github.com/baptiste0928/cargo-install/compare/v3.3.2...v3.4.0) --- updated-dependencies: - dependency-name: baptiste0928/cargo-install dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e1d117abc..da30d2cfb 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -117,7 +117,7 @@ jobs: with: key: features-test - name: Install cargo-all-features - uses: baptiste0928/cargo-install@v3.3.2 + uses: baptiste0928/cargo-install@v3.4.0 with: crate: cargo-all-features