From e44a2b7b2b84a8e9be5df02a6ea7c5b69ebca6dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 05:04:02 +0000 Subject: [PATCH] chore(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 | 24 ++++++++++++------------ .github/workflows/coverage.yml | 2 +- .github/workflows/fuzz-nightly.yml | 2 +- .github/workflows/macos-ci.yml | 2 +- .github/workflows/mutation-testing.yml | 4 ++-- .github/workflows/olympus-commit.yml | 2 +- .github/workflows/perf-baseline.yml | 2 +- .github/workflows/tauri-release.yml | 4 ++-- .github/workflows/windows-ci.yml | 2 +- 9 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fe2ea18..78f043e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -504,7 +504,7 @@ jobs: uses: taiki-e/install-action@37ba67210166984a515120020147f0b4ae3b8667 # nextest - name: Cache Rust build artifacts - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: workspaces: verifiers/rust -> target @@ -589,7 +589,7 @@ jobs: uses: taiki-e/install-action@37ba67210166984a515120020147f0b4ae3b8667 # nextest - name: Cache Rust build artifacts - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: workspaces: clients/cli -> clients/cli/target @@ -702,7 +702,7 @@ jobs: components: rustfmt, clippy - name: Rust cache - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: workspaces: ". -> target" @@ -784,7 +784,7 @@ jobs: uses: taiki-e/install-action@37ba67210166984a515120020147f0b4ae3b8667 # nextest - name: Rust cache - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: workspaces: ". -> target" @@ -900,7 +900,7 @@ jobs: components: clippy, rustfmt - name: Rust cache - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: workspaces: pg-embed-local -> target @@ -1005,7 +1005,7 @@ jobs: toolchain: 1.95.0 - name: Rust cache - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: workspaces: pg-embed-local -> target key: integration @@ -1077,7 +1077,7 @@ jobs: - name: Install cargo-nextest uses: taiki-e/install-action@37ba67210166984a515120020147f0b4ae3b8667 # nextest - name: Rust cache - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: workspaces: ". -> target" - name: Verify seed reproduces the committed Poseidon parameters @@ -1168,7 +1168,7 @@ jobs: toolchain: 1.95.0 - name: Rust cache - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: workspaces: ". -> target" key: circomspect @@ -1273,7 +1273,7 @@ jobs: run: rustup toolchain install nightly-2026-07-20 --no-self-update - name: Cache Rust build artifacts - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: workspaces: verifiers/rust -> target key: nightly @@ -1322,7 +1322,7 @@ jobs: run: rustup toolchain install nightly-2026-07-20 --no-self-update - name: Cache Rust build artifacts - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: workspaces: fuzz -> fuzz/target key: nightly-root-fuzz @@ -1668,7 +1668,7 @@ jobs: uses: taiki-e/install-action@37ba67210166984a515120020147f0b4ae3b8667 # nextest - name: Rust cache - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: workspaces: ". -> target" @@ -1875,7 +1875,7 @@ jobs: uses: taiki-e/install-action@37ba67210166984a515120020147f0b4ae3b8667 # nextest - name: Rust cache - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: workspaces: ". -> target" key: prover diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 88cec83d..ca090b9e 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -88,7 +88,7 @@ jobs: rustup default stable - name: Rust cache - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: workspaces: ". -> target" key: coverage diff --git a/.github/workflows/fuzz-nightly.yml b/.github/workflows/fuzz-nightly.yml index 768ef5f5..db2d0eb4 100644 --- a/.github/workflows/fuzz-nightly.yml +++ b/.github/workflows/fuzz-nightly.yml @@ -87,7 +87,7 @@ jobs: run: rustup toolchain install nightly-2026-07-20 --no-self-update - name: Cache Rust build artifacts - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: workspaces: ${{ matrix.cache_workspace }} key: ${{ matrix.cache_key }} diff --git a/.github/workflows/macos-ci.yml b/.github/workflows/macos-ci.yml index c2590fa3..0d7c1e62 100644 --- a/.github/workflows/macos-ci.yml +++ b/.github/workflows/macos-ci.yml @@ -99,7 +99,7 @@ jobs: uses: taiki-e/install-action@37ba67210166984a515120020147f0b4ae3b8667 # nextest - name: Rust cache - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: workspaces: ". -> target" diff --git a/.github/workflows/mutation-testing.yml b/.github/workflows/mutation-testing.yml index 7e57bae8..343487ef 100644 --- a/.github/workflows/mutation-testing.yml +++ b/.github/workflows/mutation-testing.yml @@ -93,7 +93,7 @@ jobs: toolchain: 1.95.0 - name: Rust cache - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: workspaces: ". -> target" @@ -365,7 +365,7 @@ jobs: libwebkit2gtk-4.1-dev - name: Rust cache - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: workspaces: ". -> target" shared-key: zk-mutation-profile diff --git a/.github/workflows/olympus-commit.yml b/.github/workflows/olympus-commit.yml index 7aa48be9..082f496f 100644 --- a/.github/workflows/olympus-commit.yml +++ b/.github/workflows/olympus-commit.yml @@ -33,7 +33,7 @@ jobs: toolchain: 1.95.0 - name: Rust cache - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: workspaces: "clients/cli -> clients/cli/target" diff --git a/.github/workflows/perf-baseline.yml b/.github/workflows/perf-baseline.yml index 548ead6b..d0f0e561 100644 --- a/.github/workflows/perf-baseline.yml +++ b/.github/workflows/perf-baseline.yml @@ -37,7 +37,7 @@ jobs: toolchain: 1.95.0 - name: Rust cache - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: workspaces: ". -> target" key: perf-baseline diff --git a/.github/workflows/tauri-release.yml b/.github/workflows/tauri-release.yml index 45489142..93386b25 100644 --- a/.github/workflows/tauri-release.yml +++ b/.github/workflows/tauri-release.yml @@ -38,7 +38,7 @@ jobs: tool: nextest@0.9.140 - name: Rust cache - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: workspaces: ". -> target" key: release-preflight @@ -290,7 +290,7 @@ jobs: tool: nextest@0.9.140 - name: Rust cache - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: workspaces: ". -> target" diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index 06291234..7805f7fe 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -73,7 +73,7 @@ jobs: uses: taiki-e/install-action@37ba67210166984a515120020147f0b4ae3b8667 # nextest - name: Rust cache - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: workspaces: ". -> target"