From 11bb453b3751bf2b9f3d77f9bfcbe83834552af3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 11:22:49 +0000 Subject: [PATCH] Bump Swatinem/rust-cache from 1.3.0 to 2.8.2 Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 1.3.0 to 2.8.2. - [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/v1.3.0...v2.8.2) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 2.8.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 1aaa72f..07a48ea 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -195,7 +195,7 @@ jobs: - name: Rust Cache if: steps.changes.outputs.kusama_assethub == 'true' || steps.changes.outputs.kusama_relay == 'true' || steps.changes.outputs.polkadot_relay == 'true' - uses: Swatinem/rust-cache@v1.3.0 + uses: Swatinem/rust-cache@v2.8.2 - name: Run Kusama Relay storage decode tests (PR tier) if: steps.changes.outputs.kusama_relay == 'true'