From 66e7ab8ee95fb83273889542c9602574673e0fd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 17:09:01 +0000 Subject: [PATCH] build(deps): Bump Swatinem/rust-cache Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 8cbdedb5103daa674dcf46d3590fe06a76645684 to 98c8021b550208e191a6a3145459bfc9fb29c4c0. - [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/8cbdedb5103daa674dcf46d3590fe06a76645684...98c8021b550208e191a6a3145459bfc9fb29c4c0) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 98c8021b550208e191a6a3145459bfc9fb29c4c0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/release.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 264f5f8..fe6261c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - name: Install Rust toolchain (from rust-toolchain.toml) uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 - - uses: Swatinem/rust-cache@8cbdedb5103daa674dcf46d3590fe06a76645684 + - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 with: shared-key: release-${{ runner.os }} save-if: ${{ github.ref == 'refs/heads/main' }} @@ -79,7 +79,7 @@ jobs: - name: Install Rust toolchain (from rust-toolchain.toml) uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 - - uses: Swatinem/rust-cache@8cbdedb5103daa674dcf46d3590fe06a76645684 + - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 with: shared-key: release-${{ runner.os }} save-if: ${{ github.ref == 'refs/heads/main' }} @@ -122,7 +122,7 @@ jobs: - name: Install Rust toolchain (from rust-toolchain.toml) uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 - - uses: Swatinem/rust-cache@8cbdedb5103daa674dcf46d3590fe06a76645684 + - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 with: shared-key: release-${{ runner.os }} save-if: ${{ github.ref == 'refs/heads/main' }} @@ -190,7 +190,7 @@ jobs: with: persist-credentials: false - uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 - - uses: Swatinem/rust-cache@8cbdedb5103daa674dcf46d3590fe06a76645684 + - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 with: shared-key: release-${{ runner.os }} save-if: ${{ github.ref == 'refs/heads/main' }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3008497..b7a1bb0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: - uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 if: steps.detect.outputs.should_release == 'true' - - uses: Swatinem/rust-cache@8cbdedb5103daa674dcf46d3590fe06a76645684 + - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 if: steps.detect.outputs.should_release == 'true' with: shared-key: release-${{ runner.os }} @@ -339,7 +339,7 @@ jobs: - uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 if: github.event_name == 'workflow_dispatch' && inputs.publish_crates == true - - uses: Swatinem/rust-cache@8cbdedb5103daa674dcf46d3590fe06a76645684 + - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 if: github.event_name == 'workflow_dispatch' && inputs.publish_crates == true with: shared-key: release-${{ runner.os }}