From 1fcc670c54d4d9756d5a28c7aac528293b71330e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 20:00:00 +0000 Subject: [PATCH] Bump swatinem/rust-cache from 2.7.8 to 2.8.0 Bumps [swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.8 to 2.8.0. - [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.7.8...v2.8.0) --- updated-dependencies: - dependency-name: swatinem/rust-cache dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/rust-lint.yml | 2 +- .github/workflows/rust-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust-lint.yml b/.github/workflows/rust-lint.yml index 0f3a15b..d2b743d 100644 --- a/.github/workflows/rust-lint.yml +++ b/.github/workflows/rust-lint.yml @@ -26,7 +26,7 @@ jobs: components: clippy - name: Cache build artifacts - uses: swatinem/rust-cache@v2.7.8 + uses: swatinem/rust-cache@v2.8.0 - name: Run Clippy uses: actions-rs/cargo@v1 diff --git a/.github/workflows/rust-test.yml b/.github/workflows/rust-test.yml index 0afb4b3..48abb22 100644 --- a/.github/workflows/rust-test.yml +++ b/.github/workflows/rust-test.yml @@ -27,7 +27,7 @@ jobs: override: true - name: Cache build artifacts - uses: swatinem/rust-cache@v2.7.8 + uses: swatinem/rust-cache@v2.8.0 - name: Determine whether to measure test coverage id: coverage