From 1b6588aa9b2567a4d4000de6686c7a4762a7fbf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 12:31:38 +0000 Subject: [PATCH] chore(deps): bump Swatinem/rust-cache from 2.4.0 to 2.6.2 Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.4.0 to 2.6.2. - [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.4.0...v2.6.2) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/binaries.yml | 2 +- .github/workflows/static-analysis.yml | 2 +- .github/workflows/test.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index f67d2fcc4..4109129ec 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -42,7 +42,7 @@ jobs: profile: minimal - name: Rust cache - uses: Swatinem/rust-cache@v2.4.0 + uses: Swatinem/rust-cache@v2.6.2 - name: Build farcaster daemon uses: actions-rs/cargo@v1 diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 025c2e242..4e615adb6 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -50,7 +50,7 @@ jobs: components: clippy - name: Rust cache - uses: Swatinem/rust-cache@v2.4.0 + uses: Swatinem/rust-cache@v2.6.2 - name: Run Clippy uses: actions-rs/cargo@v1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5ffe7fcdb..7c7697d89 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,7 +45,7 @@ jobs: override: true - name: Rust cache - uses: Swatinem/rust-cache@v2.4.0 + uses: Swatinem/rust-cache@v2.6.2 - name: Cargo test uses: actions-rs/cargo@v1 @@ -152,7 +152,7 @@ jobs: run: DEBIAN_FRONTEND=noninteractive apt-get install -y libssl-dev pkg-config build-essential cmake - name: Rust cache - uses: Swatinem/rust-cache@v2.4.0 + uses: Swatinem/rust-cache@v2.6.2 with: key: ${{ matrix.test }}