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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-03-16 09:43:27 +01:00
committed by GitHub
parent 2fa102ce19
commit b83c1a79bd
+3 -3
View File
@@ -25,7 +25,7 @@ jobs:
toolchain: stable toolchain: stable
profile: minimal profile: minimal
- name: Rust Cache - name: Rust Cache
uses: Swatinem/rust-cache@v2.8.2 uses: Swatinem/rust-cache@v2.9.1
- name: Run tests - name: Run tests
run: cargo test --verbose run: cargo test --verbose
@@ -50,7 +50,7 @@ jobs:
- name: Install RustFmt - name: Install RustFmt
run: rustup component add rustfmt run: rustup component add rustfmt
- name: Rust Cache - name: Rust Cache
uses: Swatinem/rust-cache@v2.8.2 uses: Swatinem/rust-cache@v2.9.1
- name: Run format check - name: Run format check
run: cargo fmt --all --check run: cargo fmt --all --check
- name: Run clippy - name: Run clippy
@@ -75,7 +75,7 @@ jobs:
with: with:
toolchain: ${{ matrix.rv }} toolchain: ${{ matrix.rv }}
- name: Rust Cache - name: Rust Cache
uses: Swatinem/rust-cache@v2.8.2 uses: Swatinem/rust-cache@v2.9.1
- name: Cargo Build - name: Cargo Build
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with: