From 0b7dfb3ac0fd994f1802c652db67f3525b70e82e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 09:44:08 +0200 Subject: [PATCH] Bump swatinem/rust-cache from 2.7.3 to 2.7.5 (#81) Bumps [swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.3 to 2.7.5. - [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.7.3...v2.7.5) --- updated-dependencies: - dependency-name: swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index bc744b3..8a9313b 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -52,7 +52,7 @@ jobs: uses: actions/checkout@v4 - name: Cache build artifacts - uses: swatinem/rust-cache@v2.7.3 + uses: swatinem/rust-cache@v2.7.5 - name: Run Clippy run: cargo clippy --all-targets --all-features -- -D warnings @@ -90,7 +90,7 @@ jobs: uses: actions/checkout@v4 - name: Cache build artifacts - uses: swatinem/rust-cache@v2.7.3 + uses: swatinem/rust-cache@v2.7.5 - name: Run tests with test coverage run: |