From f52b6d1b8e82f3f73e32a738b4850263e37546ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 19:00:22 +0000 Subject: [PATCH] build(deps): bump bnjbvr/cargo-machete from 0.7.0 to 0.8.0 Bumps [bnjbvr/cargo-machete](https://github.com/bnjbvr/cargo-machete) from 0.7.0 to 0.8.0. - [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.7.0...v0.8.0) --- updated-dependencies: - dependency-name: bnjbvr/cargo-machete dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 11cb4f8b..31c4eda3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: RUSTDOCFLAGS: -Dwarnings - name: check unused dependencies - uses: bnjbvr/cargo-machete@v0.7.0 + uses: bnjbvr/cargo-machete@v0.8.0 env: RUSTUP_TOOLCHAIN: "stable"