From 2e5eea484f838fe38743ebb0f3efae27567385fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 06:53:11 +0000 Subject: [PATCH] Bump swatinem/rust-cache from 2.7.3 to 2.7.7 Bumps [swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.3 to 2.7.7. - [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/v2.7.3...v2.7.7) --- updated-dependencies: - dependency-name: swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7332abb..ef3f14f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - name: Rust setup uses: dtolnay/rust-toolchain@stable - name: Rust cache - uses: swatinem/rust-cache@v2.7.3 + uses: swatinem/rust-cache@v2.7.7 with: workspaces: "./src-tauri -> target" - name: Setup Bun diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ac7471..388553a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: - name: Rust setup uses: dtolnay/rust-toolchain@stable - name: Rust cache - uses: swatinem/rust-cache@v2.7.3 + uses: swatinem/rust-cache@v2.7.7 with: workspaces: "./src-tauri -> target" - name: Setup Bun