From 765b3cba7ed1ad15c136231aea03397ad0378d71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 21:32:32 +0000 Subject: [PATCH] build(deps): bump bnjbvr/cargo-machete from 0.9.1 to 0.9.2 Bumps [bnjbvr/cargo-machete](https://github.com/bnjbvr/cargo-machete) from 0.9.1 to 0.9.2. - [Release notes](https://github.com/bnjbvr/cargo-machete/releases) - [Changelog](https://github.com/bnjbvr/cargo-machete/blob/main/CHANGELOG.md) - [Commits](https://github.com/bnjbvr/cargo-machete/compare/v0.9.1...v0.9.2) --- updated-dependencies: - dependency-name: bnjbvr/cargo-machete dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 7372862c..9757ce71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: RUSTDOCFLAGS: -Dwarnings - name: check unused dependencies - uses: bnjbvr/cargo-machete@v0.9.1 + uses: bnjbvr/cargo-machete@v0.9.2 env: RUSTUP_TOOLCHAIN: "stable"