From b83c1a79bdef823a1dc72cfcafc91101a226b10f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 09:43:27 +0100 Subject: [PATCH] Bump Swatinem/rust-cache from 2.8.2 to 2.9.1 (#55) Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.8.2 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/v2.8.2...v2.9.1) --- 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/rust.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ed043af..1b58fcf 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -25,7 +25,7 @@ jobs: toolchain: stable profile: minimal - name: Rust Cache - uses: Swatinem/rust-cache@v2.8.2 + uses: Swatinem/rust-cache@v2.9.1 - name: Run tests run: cargo test --verbose @@ -50,7 +50,7 @@ jobs: - name: Install RustFmt run: rustup component add rustfmt - name: Rust Cache - uses: Swatinem/rust-cache@v2.8.2 + uses: Swatinem/rust-cache@v2.9.1 - name: Run format check run: cargo fmt --all --check - name: Run clippy @@ -75,7 +75,7 @@ jobs: with: toolchain: ${{ matrix.rv }} - name: Rust Cache - uses: Swatinem/rust-cache@v2.8.2 + uses: Swatinem/rust-cache@v2.9.1 - name: Cargo Build uses: actions-rs/cargo@v1 with: