From 8f57e6f8213231a76fb516b4fee77b703fca3f5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:35:20 +0200 Subject: [PATCH] Bump Swatinem/rust-cache from 2.7.3 to 2.7.5 (#38) 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 08a52bf..5296161 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.7.3 + uses: Swatinem/rust-cache@v2.7.5 - 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.7.3 + uses: Swatinem/rust-cache@v2.7.5 - name: Run format check run: cargo fmt --all --check - name: Run clippy @@ -70,7 +70,7 @@ jobs: - name: Install Audit run: cargo install cargo-audit - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.3 + uses: Swatinem/rust-cache@v2.7.5 - name: Run Audit uses: actions-rs/cargo@v1 with: @@ -95,7 +95,7 @@ jobs: with: toolchain: ${{ matrix.rv }} - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.3 + uses: Swatinem/rust-cache@v2.7.5 - name: Cargo Build uses: actions-rs/cargo@v1 with: