From 0361ab101e27d0543500c345f50e8bf14fa3ba78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Jun 2025 10:30:38 +0000 Subject: [PATCH] chore(deps): bump swatinem/rust-cache from 2.7.8 to 2.8.0 Bumps [swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.8 to 2.8.0. - [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/9d47c6ad4b02e050fd481d890b2ea34778fd09d6...98c8021b550208e191a6a3145459bfc9fb29c4c0) --- updated-dependencies: - dependency-name: swatinem/rust-cache dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmark.yml | 2 +- .github/workflows/benchmark_fork_run.yml | 2 +- .github/workflows/benchmark_pr.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/functional.yml | 6 +++--- .github/workflows/linters.yml | 4 ++-- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 29f84dab..f36aaab0 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -36,7 +36,7 @@ jobs: targets: ${{ matrix.target }} - name: Rust Cache - uses: swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + uses: swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 - uses: bencherdev/bencher@main diff --git a/.github/workflows/benchmark_fork_run.yml b/.github/workflows/benchmark_fork_run.yml index f8035495..19925b16 100644 --- a/.github/workflows/benchmark_fork_run.yml +++ b/.github/workflows/benchmark_fork_run.yml @@ -19,7 +19,7 @@ jobs: targets: ${{ matrix.target }} - name: Rust Cache - uses: swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + uses: swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 - uses: bencherdev/bencher@main diff --git a/.github/workflows/benchmark_pr.yml b/.github/workflows/benchmark_pr.yml index e07c66d9..a059c650 100644 --- a/.github/workflows/benchmark_pr.yml +++ b/.github/workflows/benchmark_pr.yml @@ -37,7 +37,7 @@ jobs: targets: ${{ matrix.target }} - name: Rust Cache - uses: swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + uses: swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 - uses: bencherdev/bencher@main diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9df24a5..59c262be 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@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + uses: swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 - name: Run tests run: cargo nextest run diff --git a/.github/workflows/functional.yml b/.github/workflows/functional.yml index b2969fd8..5159b7c6 100644 --- a/.github/workflows/functional.yml +++ b/.github/workflows/functional.yml @@ -35,7 +35,7 @@ jobs: key: ${{ runner.os }}-integration - name: Rust Cache - uses: swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + uses: swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 - name: Install Rust uses: dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1 # stable @@ -94,7 +94,7 @@ jobs: key: ${{ runner.os }}-integration - name: Rust Cache - uses: swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + uses: swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: @@ -239,7 +239,7 @@ jobs: key: ${{ runner.os }}-integration - name: Rust Cache - uses: swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + uses: swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 with: diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index e7faa72a..4a66c142 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@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + - uses: swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 - name: Run rustfmt run: cargo fmt -- --check @@ -66,7 +66,7 @@ jobs: toolchain: ${{ env.rust_min }} components: rustfmt, clippy - - uses: swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + - uses: swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 - name: Install cargo-binstall uses: taiki-e/install-action@9ba3ac3fd006a70c6e186a683577abc1ccf0ff3a # v2.54.0