From 9d274e30402c6832a0baf0e699cc7b4949780937 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 15:52:50 +0000 Subject: [PATCH] Chore(deps): bump Swatinem/rust-cache from 2.8.0 to 2.9.1 Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.8.0 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/98c8021b550208e191a6a3145459bfc9fb29c4c0...c19371144df3bb44fab255c43d04cbc2ab54d1c4) --- 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/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 fb3e92b6..667eef1b 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@c19371144df3bb44fab255c43d04cbc2ab54d1c4 - name: Run advanced tests run: RUSTFLAGS="--cfg loom" cargo test --features advanced-tests