From 82959752d5f4dd428cda4b9740874df19e5484c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 07:29:03 +0000 Subject: [PATCH] build(deps): bump Swatinem/rust-cache Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from a45951ff880207c249adf57334cf2e9bd81d6e1e to 258712b0b7b1ddf8bddc9fc3b0faca682b2736c3. - [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/a45951ff880207c249adf57334cf2e9bd81d6e1e...258712b0b7b1ddf8bddc9fc3b0faca682b2736c3) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd62677..b95b467 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: # Tag runs re-verify a release: keep them off restored build state; # PR/main runs keep the cache. if: ${{ !startsWith(github.ref, 'refs/tags/') }} - uses: Swatinem/rust-cache@a45951ff880207c249adf57334cf2e9bd81d6e1e # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: workspaces: . -> target - name: Format @@ -70,7 +70,7 @@ jobs: # Tag runs re-verify a release: keep them off restored build state; # PR/main runs keep the cache. if: ${{ !startsWith(github.ref, 'refs/tags/') }} - uses: Swatinem/rust-cache@a45951ff880207c249adf57334cf2e9bd81d6e1e # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: workspaces: . -> target - name: Clippy @@ -96,7 +96,7 @@ jobs: components: clippy - name: Cache cargo if: ${{ !startsWith(github.ref, 'refs/tags/') }} - uses: Swatinem/rust-cache@a45951ff880207c249adf57334cf2e9bd81d6e1e # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: workspaces: . -> target - name: Clippy (beta) @@ -137,7 +137,7 @@ jobs: toolchain: "1.88" - name: Cache cargo if: ${{ !startsWith(github.ref, 'refs/tags/') }} - uses: Swatinem/rust-cache@a45951ff880207c249adf57334cf2e9bd81d6e1e # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: workspaces: . -> target - name: Build (MSRV) @@ -159,7 +159,7 @@ jobs: toolchain: "1.97.0" - name: Cache cargo if: ${{ !startsWith(github.ref, 'refs/tags/') }} - uses: Swatinem/rust-cache@a45951ff880207c249adf57334cf2e9bd81d6e1e # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: workspaces: . -> target - name: Regenerate man page + completions