From 44211247f21f66a4dc9288bde55f120e0409c7ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 14:14:34 +0000 Subject: [PATCH] chore(deps): bump Swatinem/rust-cache from 2.7.7 to 2.8.0 Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.7 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/f0deed1e0edfc6a9be95417288c0e1099b1eeec3...98c8021b550208e191a6a3145459bfc9fb29c4c0) --- 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/calc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/calc.yml b/.github/workflows/calc.yml index d74eec8..175bda4 100644 --- a/.github/workflows/calc.yml +++ b/.github/workflows/calc.yml @@ -22,7 +22,7 @@ jobs: toolchain: stable - name: Rust Cache - uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7 + uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 - name: Cargo test uses: actions-rs/cargo@v1.0.3