From ae95ecbcadb5baa5e9788102c4d61c762e135801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 03:36:15 +0000 Subject: [PATCH] build(deps): bump Swatinem/rust-cache Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from e18b497796c12c097a38f9edb9d0641fb99eee32 to f0d9c3887740aee45f6153b24b3a6b815192ec16. - [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...f0d9c3887740aee45f6153b24b3a6b815192ec16) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: f0d9c3887740aee45f6153b24b3a6b815192ec16 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/package-unsigned-rc.yml | 2 +- .github/workflows/releases.yml | 2 +- .github/workflows/windows-acceptance-build.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83b65a5..f134971 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: with: toolchain: 1.93.0 components: clippy,rustfmt - - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + - uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 with: workspaces: src-tauri - name: Rust formatting diff --git a/.github/workflows/package-unsigned-rc.yml b/.github/workflows/package-unsigned-rc.yml index 691e5b3..6a958e4 100644 --- a/.github/workflows/package-unsigned-rc.yml +++ b/.github/workflows/package-unsigned-rc.yml @@ -39,7 +39,7 @@ jobs: toolchain: 1.93.0 components: clippy, rustfmt - - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 + - uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 with: workspaces: src-tauri diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 55ae721..d44342a 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -34,7 +34,7 @@ jobs: toolchain: 1.93.0 - name: Rust Cache (Build Speed Optimization) - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 with: workspaces: src-tauri diff --git a/.github/workflows/windows-acceptance-build.yml b/.github/workflows/windows-acceptance-build.yml index 10170dc..409b619 100644 --- a/.github/workflows/windows-acceptance-build.yml +++ b/.github/workflows/windows-acceptance-build.yml @@ -36,7 +36,7 @@ jobs: toolchain: 1.93.0 - name: Restore Rust cache - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@f0d9c3887740aee45f6153b24b3a6b815192ec16 # v2 with: workspaces: src-tauri