From 21b2eb96d82fd8b102dc7c9480f95fe87acf62db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 11:24:52 +0100 Subject: [PATCH] Bump swatinem/rust-cache from 2.7.1 to 2.7.2 (#71) Bumps [swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.1 to 2.7.2. - [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.1...v2.7.2) --- 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 4e63248..38e451a 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.1 + uses: swatinem/rust-cache@v2.7.2 - 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.1 + uses: swatinem/rust-cache@v2.7.2 - name: Run tests with test coverage run: |