From 2451a8b21b7317722ed6e7fd224021c56d6ebcbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 04:04:15 +0000 Subject: [PATCH] Bump Swatinem/rust-cache from 2.5.1 to 2.6.0 Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.5.1 to 2.6.0. - [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.5.1...v2.6.0) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index a1cce68..a66bb49 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -39,7 +39,7 @@ jobs: toolchain: 1.65.0 # MSRV targets: ${{ matrix.target }} - name: Cache build artifacts - uses: Swatinem/rust-cache@v2.5.1 + uses: Swatinem/rust-cache@v2.6.0 with: key: ${{ matrix.target }} - name: Run tests @@ -65,7 +65,7 @@ jobs: toolchain: stable components: rustfmt - name: Cache build artifacts - uses: Swatinem/rust-cache@v2.5.1 + uses: Swatinem/rust-cache@v2.6.0 - name: Check code formatted run: cargo fmt -- --check @@ -81,7 +81,7 @@ jobs: toolchain: stable components: clippy - name: Cache build artifacts - uses: Swatinem/rust-cache@v2.5.1 + uses: Swatinem/rust-cache@v2.6.0 - name: Check no lint warnings run: cargo clippy -- -D warnings - name: Check no lint warnings (all features)