From e4a538170607fa45b344cb5d6ef8c675ca7e6a56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 23:52:11 +0000 Subject: [PATCH] build(deps): bump Swatinem/rust-cache from 2.7.8 to 2.8.0 Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.8 to 2.8.0. - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Commits](https://github.com/swatinem/rust-cache/compare/v2.7.8...v2.8.0) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 2.8.0 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 | 10 +++++----- .github/workflows/zizmor.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index d6d8e9acf..66818e268 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -23,7 +23,7 @@ jobs: profile: minimal components: llvm-tools-preview - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.8 + uses: Swatinem/rust-cache@v2.8.0 - name: Install cargo-llvm-cov run: if [[ ! -e ~/.cargo/bin/cargo-llvm-cov ]]; then cargo install cargo-llvm-cov; fi - name: Make coverage directory diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 3d2943d78..c6334aee4 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -45,7 +45,7 @@ jobs: override: true profile: minimal - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.8 + uses: Swatinem/rust-cache@v2.8.0 - name: Pin dependencies for 1.75 if: matrix.rust.version == '1.75.0' run: | @@ -86,7 +86,7 @@ jobs: profile: minimal # target: "thumbv6m-none-eabi" - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.8 + uses: Swatinem/rust-cache@v2.8.0 - name: Check bdk_chain working-directory: ./crates/chain # TODO "--target thumbv6m-none-eabi" should work but currently does not @@ -120,7 +120,7 @@ jobs: profile: minimal target: "wasm32-unknown-unknown" - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.8 + uses: Swatinem/rust-cache@v2.8.0 - name: Check esplora working-directory: ./crates/esplora run: cargo check --target wasm32-unknown-unknown --no-default-features --features bdk_core/hashbrown,async @@ -159,7 +159,7 @@ jobs: components: clippy override: true - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.8 + uses: Swatinem/rust-cache@v2.8.0 - uses: actions-rs/clippy-check@v1 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -189,7 +189,7 @@ jobs: override: true profile: minimal - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.8 + uses: Swatinem/rust-cache@v2.8.0 - name: Build working-directory: examples/${{ matrix.example-dir }} run: cargo build diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index 0c2aa080d..11a7a6c9d 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -18,7 +18,7 @@ jobs: persist-credentials: false - name: Rust Cache - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 + uses: Swatinem/rust-cache@a8b36e3f740d2ae4fa6e44a424a7b296af51cbef - name: Install zizmor run: cargo install zizmor --locked --version 1.6.0