]> Untitled Git - bdk/commitdiff
build(deps): bump Swatinem/rust-cache from 2.7.7 to 2.7.8 github/dependabot/github_actions/Swatinem/rust-cache-2.7.8
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 1 May 2025 02:09:49 +0000 (02:09 +0000)
committerGitHub <noreply@github.com>
Thu, 1 May 2025 02:09:49 +0000 (02:09 +0000)
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.7 to 2.7.8.
- [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.7.7...v2.7.8)

---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/code_coverage.yml
.github/workflows/cont_integration.yml

index 6dec3c086f93030865dbcf73a7ba0e8d8e7a4c9a..c768ee44312cac37624959d590258419857e89f5 100644 (file)
@@ -26,7 +26,7 @@ jobs:
             profile: minimal
             components: llvm-tools-preview
       - name: Rust Cache
-        uses: Swatinem/rust-cache@v2.7.7
+        uses: Swatinem/rust-cache@v2.7.8
       - name: Install grcov
         run: if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install grcov; fi
       - name: Test
index e517c2bf86c118bb899e20545facd91aadf39db1..432433a7e1ee5ca322849375f648c2c8baa39e41 100644 (file)
@@ -43,7 +43,7 @@ jobs:
             override: true
             profile: minimal
       - name: Rust Cache
-        uses: Swatinem/rust-cache@v2.7.7
+        uses: Swatinem/rust-cache@v2.7.8
       - name: Pin dependencies for 1.75
         if: matrix.rust.version == '1.75.0'
         run: |
@@ -84,7 +84,7 @@ jobs:
           profile: minimal
           # target: "thumbv6m-none-eabi"
       - name: Rust Cache
-        uses: Swatinem/rust-cache@v2.7.7
+        uses: Swatinem/rust-cache@v2.7.8
       - name: Check bdk_chain
         working-directory: ./crates/chain
         # TODO "--target thumbv6m-none-eabi" should work but currently does not
@@ -118,7 +118,7 @@ jobs:
             profile: minimal
             target: "wasm32-unknown-unknown"
       - name: Rust Cache
-        uses: Swatinem/rust-cache@v2.7.7
+        uses: Swatinem/rust-cache@v2.7.8
       - name: Check esplora
         working-directory: ./crates/esplora
         run: cargo check --target wasm32-unknown-unknown --no-default-features --features bdk_core/hashbrown,async
@@ -158,7 +158,7 @@ jobs:
             components: clippy
             override: true
       - name: Rust Cache
-        uses: Swatinem/rust-cache@v2.7.7
+        uses: Swatinem/rust-cache@v2.7.8
       - uses: actions-rs/clippy-check@v1
         with:
           token: ${{ secrets.GITHUB_TOKEN }}
@@ -188,7 +188,7 @@ jobs:
           override: true
           profile: minimal
       - name: Rust Cache
-        uses: Swatinem/rust-cache@v2.7.7
+        uses: Swatinem/rust-cache@v2.7.8
       - name: Build
         working-directory: examples/${{ matrix.example-dir }}
         run: cargo build