From c009e43d8f9384cc0ef3fc8f3793252017e2e5ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 02:12:04 +0000 Subject: [PATCH] chore(deps): bump Swatinem/rust-cache from 2.2.1 to 2.7.1 Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.2.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.2.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/code_coverage.yml | 2 +- .github/workflows/cont_integration.yml | 8 ++++---- .github/workflows/nightly_docs.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 54020bb90..4d7697307 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -24,7 +24,7 @@ jobs: profile: minimal components: llvm-tools-preview - name: Rust Cache - uses: Swatinem/rust-cache@v2.2.1 + uses: Swatinem/rust-cache@v2.7.1 - name: Install grcov run: if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install grcov; fi # TODO: re-enable the hwi tests diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 1892242ad..669f118a8 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -26,7 +26,7 @@ jobs: override: true profile: minimal - name: Rust Cache - uses: Swatinem/rust-cache@v2.2.1 + uses: Swatinem/rust-cache@v2.7.1 - name: Pin dependencies for MSRV if: matrix.rust.version == '1.63.0' run: | @@ -53,7 +53,7 @@ jobs: profile: minimal # target: "thumbv6m-none-eabi" - name: Rust Cache - uses: Swatinem/rust-cache@v2.2.1 + uses: Swatinem/rust-cache@v2.7.1 - name: Check bdk_chain working-directory: ./crates/chain # TODO "--target thumbv6m-none-eabi" should work but currently does not @@ -88,7 +88,7 @@ jobs: profile: minimal target: "wasm32-unknown-unknown" - name: Rust Cache - uses: Swatinem/rust-cache@v2.2.1 + uses: Swatinem/rust-cache@v2.7.1 - name: Check bdk working-directory: ./crates/bdk run: cargo check --target wasm32-unknown-unknown --no-default-features --features bitcoin/no-std,miniscript/no-std,bdk_chain/hashbrown,dev-getrandom-wasm @@ -124,7 +124,7 @@ jobs: components: clippy override: true - name: Rust Cache - uses: Swatinem/rust-cache@v2.2.1 + uses: Swatinem/rust-cache@v2.7.1 - uses: actions-rs/clippy-check@v1 with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/nightly_docs.yml b/.github/workflows/nightly_docs.yml index 0321cc533..8d88f2199 100644 --- a/.github/workflows/nightly_docs.yml +++ b/.github/workflows/nightly_docs.yml @@ -16,7 +16,7 @@ jobs: - name: Update toolchain run: rustup update - name: Rust Cache - uses: Swatinem/rust-cache@v2.2.1 + uses: Swatinem/rust-cache@v2.7.1 - name: Build docs run: cargo doc --no-deps env: