From 981db13bd905c4b1c2a7aa1af9fd1d812a082d39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 05:37:30 +0000 Subject: [PATCH] chore(deps): bump Swatinem/rust-cache Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from e18b497796c12c097a38f9edb9d0641fb99eee32 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/e18b497796c12c097a38f9edb9d0641fb99eee32...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 1845e51..c3623ec 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@e18b497796c12c097a38f9edb9d0641fb99eee32 # 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@e18b497796c12c097a38f9edb9d0641fb99eee32 # 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@e18b497796c12c097a38f9edb9d0641fb99eee32 # 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@e18b497796c12c097a38f9edb9d0641fb99eee32 # 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@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@258712b0b7b1ddf8bddc9fc3b0faca682b2736c3 # v2 with: workspaces: . -> target - name: Regenerate man page + completions