From fe82bffc6ba6a315d5be3cdec5796d1b86dae6e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 22:55:07 +0000 Subject: [PATCH] Bump swatinem/rust-cache from 2.7.2 to 2.7.3 Bumps [swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.2 to 2.7.3. - [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.2...v2.7.3) --- updated-dependencies: - dependency-name: swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 8ce7c95..9e58f64 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.2 + uses: swatinem/rust-cache@v2.7.3 - 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.2 + uses: swatinem/rust-cache@v2.7.3 - name: Run tests with test coverage run: |