From ebd1d3cde123dcecb07463759c578eb345eeb29b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 11:43:00 +0000 Subject: [PATCH] Bump Swatinem/rust-cache from 2.6.1 to 2.7.1 Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.6.1 to 2.7.1. - [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.6.1...v2.7.1) --- 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 | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/rust-clippy.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 64d2a35..617b089 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: override: true - name: Rust Cache - uses: Swatinem/rust-cache@v2.6.1 + uses: Swatinem/rust-cache@v2.7.1 - name: Run tests uses: actions-rs/cargo@v1 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 6130152..45de403 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -25,7 +25,7 @@ jobs: components: rustfmt, clippy override: true - name: Rust Cache - uses: Swatinem/rust-cache@v2.6.1 + uses: Swatinem/rust-cache@v2.7.1 - name: Build Documentation run: >- RUSTDOCFLAGS="-Z unstable-options --enable-index-page" diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index 9c6bc64..df43e5a 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -42,7 +42,7 @@ jobs: override: true - name: Rust Cache - uses: Swatinem/rust-cache@v2.6.1 + uses: Swatinem/rust-cache@v2.7.1 - name: Install required cargo run: cargo install clippy-sarif sarif-fmt