From 0eb01f9ec4b1058cb1694d87f8ebd2e22bb8d129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 08:52:53 +0000 Subject: [PATCH] Bump Swatinem/rust-cache from 2.8.0 to 2.8.1 Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.8.0 to 2.8.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/98c8021b550208e191a6a3145459bfc9fb29c4c0...f13886b937689c021905a6b90929199931d60db1) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/advanced-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/advanced-tests.yml b/.github/workflows/advanced-tests.yml index 2dd56d58..0a7866d7 100644 --- a/.github/workflows/advanced-tests.yml +++ b/.github/workflows/advanced-tests.yml @@ -18,6 +18,6 @@ jobs: override: true components: rustfmt, clippy - name: Cache cargo - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 + uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 - name: Run advanced tests run: RUSTFLAGS="--cfg loom" cargo test --features advanced-tests