From edff9f7dbfeae4f2e6ef0a34f43077fd3d0b950c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 15:44:00 +0000 Subject: [PATCH 1/2] build(deps): bump Swatinem/rust-cache from 2.8.2 to 2.9.1 Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.8.2 to 2.9.1. - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/swatinem/rust-cache/compare/v2.8.2...v2.9.1) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/mutation-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mutation-testing.yml b/.github/workflows/mutation-testing.yml index f14873b..3081fc6 100644 --- a/.github/workflows/mutation-testing.yml +++ b/.github/workflows/mutation-testing.yml @@ -64,7 +64,7 @@ jobs: with: toolchain: stable - - uses: Swatinem/rust-cache@v2.8.2 + - uses: Swatinem/rust-cache@v2.9.1 with: prefix-key: mutants-${{ matrix.package }} From 11dd7fbaea35c211c8ed57fec2cf33f64c4bfd38 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Wed, 25 Mar 2026 19:05:11 -0600 Subject: [PATCH 2/2] Apply suggestion from @tarcieri --- .github/workflows/mutation-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mutation-testing.yml b/.github/workflows/mutation-testing.yml index 3081fc6..5d4f89d 100644 --- a/.github/workflows/mutation-testing.yml +++ b/.github/workflows/mutation-testing.yml @@ -64,7 +64,7 @@ jobs: with: toolchain: stable - - uses: Swatinem/rust-cache@v2.9.1 + - uses: Swatinem/rust-cache@v2 with: prefix-key: mutants-${{ matrix.package }}