From 2a0bfcb81ae3a97ebc26bb4f411facff99313326 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 03:31:29 +0000 Subject: [PATCH] ci(deps)(deps): bump Swatinem/rust-cache Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from e18b497796c12c097a38f9edb9d0641fb99eee32 to 258712b0b7b1ddf8bddc9fc3b0faca682b2736c3. - [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/e18b497796c12c097a38f9edb9d0641fb99eee32...258712b0b7b1ddf8bddc9fc3b0faca682b2736c3) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 16 ++++++++-------- .github/workflows/mutants.yml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87b840b..d20d827 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: components: clippy - name: Cache - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: shared-key: ${{ matrix.rust }}-${{ matrix.os }} save-if: ${{ github.ref == 'refs/heads/main' }} @@ -150,7 +150,7 @@ jobs: toolchain: stable - name: Cache - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 - name: Build docs run: cargo doc --all-features --no-deps @@ -195,7 +195,7 @@ jobs: toolchain: stable - name: Cache - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 continue-on-error: true with: shared-key: features @@ -228,7 +228,7 @@ jobs: toolchain: stable - name: Cache - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 continue-on-error: true with: shared-key: semver @@ -324,7 +324,7 @@ jobs: toolchain: stable - name: Cache - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 continue-on-error: true with: shared-key: test @@ -381,7 +381,7 @@ jobs: toolchain: stable - name: Cache - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 continue-on-error: true with: shared-key: examples @@ -438,7 +438,7 @@ jobs: toolchain: stable - name: Cache - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 continue-on-error: true with: shared-key: test @@ -473,7 +473,7 @@ jobs: components: llvm-tools-preview - name: Cache - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 continue-on-error: true with: shared-key: coverage diff --git a/.github/workflows/mutants.yml b/.github/workflows/mutants.yml index 81f691e..72ddb19 100644 --- a/.github/workflows/mutants.yml +++ b/.github/workflows/mutants.yml @@ -50,7 +50,7 @@ jobs: toolchain: stable - name: Cache - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: shared-key: mutants save-if: ${{ github.event_name == 'schedule' }} @@ -117,7 +117,7 @@ jobs: toolchain: stable - name: Cache - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: shared-key: mutants save-if: false