From 7a09ac6cd724ed18122a6cb2942ad7bd08929a60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 17:54:17 +0100 Subject: [PATCH] Bump Swatinem/rust-cache from 1.4.0 to 2.0.0 (#597) Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache) from 1.4.0 to 2.0.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/v1.4.0...v2.0.0) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/nightly.yml | 2 +- .github/workflows/rust.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index ef36de40d6..b1a4f93d0a 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -34,7 +34,7 @@ jobs: override: true - name: Rust Cache - uses: Swatinem/rust-cache@v1.4.0 + uses: Swatinem/rust-cache@v2.0.0 - name: Cargo test uses: actions-rs/cargo@v1.0.3 diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a75ab618ed..826a0f1128 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -40,7 +40,7 @@ jobs: override: true - name: Rust Cache - uses: Swatinem/rust-cache@v1.4.0 + uses: Swatinem/rust-cache@v2.0.0 - name: Build uses: actions-rs/cargo@v1.0.3 @@ -64,7 +64,7 @@ jobs: components: rustfmt - name: Rust Cache - uses: Swatinem/rust-cache@v1.4.0 + uses: Swatinem/rust-cache@v2.0.0 - name: Cargo fmt uses: actions-rs/cargo@v1.0.3 @@ -94,7 +94,7 @@ jobs: override: true - name: Rust Cache - uses: Swatinem/rust-cache@v1.4.0 + uses: Swatinem/rust-cache@v2.0.0 - name: Check internal documentation links run: RUSTDOCFLAGS="--deny rustdoc::broken_intra_doc_links" cargo doc -vv --workspace --no-deps --document-private-items @@ -127,7 +127,7 @@ jobs: override: true - name: Rust Cache - uses: Swatinem/rust-cache@v1.4.0 + uses: Swatinem/rust-cache@v2.0.0 - name: Cargo test uses: actions-rs/cargo@v1.0.3 @@ -158,7 +158,7 @@ jobs: override: true - name: Rust Cache - uses: Swatinem/rust-cache@v1.4.0 + uses: Swatinem/rust-cache@v2.0.0 - name: Run clippy uses: actions-rs/cargo@v1