From c8a9f93325eb0cccbee6799103deeb7a4bca3f2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 20:52:45 +0000 Subject: [PATCH] chore(deps): bump swatinem/rust-cache from 2.8.2 to 2.9.1 Bumps [swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.8.2 to 2.9.1. - [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/779680da715d629ac1d338a641029a2f4372abb5...c19371144df3bb44fab255c43d04cbc2ab54d1c4) --- updated-dependencies: - dependency-name: swatinem/rust-cache dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release-fast.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee5f02b..55b6cda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: cache-dependency-path: tauri-app/src-ui/package-lock.json - name: Rust cache - uses: swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 + uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2 - name: Install frontend dependencies run: cd tauri-app/src-ui && npm ci @@ -76,7 +76,7 @@ jobs: librsvg2-dev patchelf libgtk-3-dev libdbus-1-dev pkg-config - name: Rust cache - uses: swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 + uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2 - name: Check formatting run: cargo fmt --all -- --check @@ -130,7 +130,7 @@ jobs: targets: ${{ matrix.target }} - name: Rust cache - uses: swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 + uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2 - name: Install cargo-llvm-cov (ubuntu only) if: matrix.platform == 'ubuntu-22.04' diff --git a/.github/workflows/release-fast.yml b/.github/workflows/release-fast.yml index 9178b9f..93dfa69 100644 --- a/.github/workflows/release-fast.yml +++ b/.github/workflows/release-fast.yml @@ -255,7 +255,7 @@ jobs: run: cargo generate-lockfile - name: Rust cache - uses: swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 + uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2 with: workspaces: "." shared-key: release-fast-${{ matrix.platform }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 60bd171..c23007b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -263,7 +263,7 @@ jobs: run: cargo generate-lockfile - name: Rust cache - uses: swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 + uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2 with: workspaces: "." shared-key: release-${{ matrix.platform }}