From 1911d708cd500316b3a522b907ab28f90a87a693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 09:21:50 +0000 Subject: [PATCH] chore(deps): bump swatinem/rust-cache from 2.7.5 to 2.7.8 Bumps [swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.5 to 2.7.8. - [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/82a92a6e8fbeee089604da2575dc567ae9ddeaab...9d47c6ad4b02e050fd481d890b2ea34778fd09d6) --- updated-dependencies: - dependency-name: swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmark.yml | 4 ++-- .github/workflows/ci.yml | 2 +- .github/workflows/fork_pr_benchmark_run.yml | 2 +- .github/workflows/linters.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 55200086..0e4b18da 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -39,7 +39,7 @@ jobs: targets: ${{ matrix.target }} - name: Rust Cache - uses: swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5 + uses: swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 - uses: bencherdev/bencher@main @@ -86,7 +86,7 @@ jobs: targets: ${{ matrix.target }} - name: Rust Cache - uses: swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5 + uses: swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 - uses: bencherdev/bencher@main diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db0c27d9..65003e62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: tool: cargo-nextest - name: Rust Cache - uses: swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5 + uses: swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 - name: Run tests run: cargo nextest run diff --git a/.github/workflows/fork_pr_benchmark_run.yml b/.github/workflows/fork_pr_benchmark_run.yml index 56cf462e..e1a21fd2 100644 --- a/.github/workflows/fork_pr_benchmark_run.yml +++ b/.github/workflows/fork_pr_benchmark_run.yml @@ -18,7 +18,7 @@ jobs: targets: ${{ matrix.target }} - name: Rust Cache - uses: swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5 + uses: swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 - uses: bencherdev/bencher@main diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index e2011949..8725d385 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -40,7 +40,7 @@ jobs: toolchain: ${{ env.rust_min }} components: rustfmt - - uses: swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5 + - uses: swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 - name: Run rustfmt run: cargo fmt -- --check @@ -66,7 +66,7 @@ jobs: toolchain: ${{ env.rust_min }} components: rustfmt, clippy - - uses: swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5 + - uses: swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 - name: Install cargo-binstall uses: taiki-e/install-action@f1390fd0d8205ae79e5e57b1d1e300dceeb4163e # v2.49.44