From 6a92373f42b2c848bb17531d5d42207aa39472f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 06:53:43 +0000 Subject: [PATCH] Bump Swatinem/rust-cache from 1.2.0 to 1.3.0 Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/Swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/v1/CHANGELOG.md) - [Commits](https://github.com/Swatinem/rust-cache/compare/v1.2.0...v1.3.0) Signed-off-by: dependabot[bot] --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 33ae0e75..9bd2569c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -21,7 +21,7 @@ jobs: profile: minimal toolchain: stable override: true - - uses: Swatinem/rust-cache@v1.2.0 + - uses: Swatinem/rust-cache@v1.3.0 - uses: actions-rs/cargo@v1.0.3 with: command: test