From 3bac3cae56eb9e55b02349c5dbaf78f0cc33ab6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 02:28:33 +0000 Subject: [PATCH] build(deps): bump Swatinem/rust-cache Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from e18b497796c12c097a38f9edb9d0641fb99eee32 to a45951ff880207c249adf57334cf2e9bd81d6e1e. - [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...a45951ff880207c249adf57334cf2e9bd81d6e1e) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: a45951ff880207c249adf57334cf2e9bd81d6e1e dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6aa0b0..448d597 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: # Swatinem/rust-cache@v2 (adopted from corinth-canal for better caching) - name: Cache Cargo + target - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@a45951ff880207c249adf57334cf2e9bd81d6e1e # v2 with: cache-on-failure: true @@ -103,7 +103,7 @@ jobs: # Swatinem/rust-cache@v2 - name: Cache Cargo + target - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@a45951ff880207c249adf57334cf2e9bd81d6e1e # v2 with: cache-on-failure: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27d9e58..0bf7451 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: # Swatinem/rust-cache@v2 - name: Cache Cargo + target - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 + uses: Swatinem/rust-cache@a45951ff880207c249adf57334cf2e9bd81d6e1e with: shared-key: "release-v1" cache-on-failure: false