]> Untitled Git - bdk/commitdiff
build(deps): bump Swatinem/rust-cache from 2.7.5 to 2.7.7 github/dependabot/github_actions/Swatinem/rust-cache-2.7.7
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 22 Jan 2025 02:55:46 +0000 (02:55 +0000)
committerGitHub <noreply@github.com>
Wed, 22 Jan 2025 02:55:46 +0000 (02:55 +0000)
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.5 to 2.7.7.
- [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.5...v2.7.7)

---
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
.github/workflows/nightly_docs.yml

index d29a5b200e689cfc9a646ae835ac66649b1d42a8..2a2a280a3468164f3ac07cd2ef0ca69cef4a638d 100644 (file)
@@ -24,7 +24,7 @@ jobs:
             profile: minimal
             components: llvm-tools-preview
       - name: Rust Cache
-        uses: Swatinem/rust-cache@v2.7.5
+        uses: Swatinem/rust-cache@v2.7.7
       - name: Install grcov
         run: if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install grcov; fi
       - name: Test
index b9c1664b26cb5154572010704ca2821f35314076..5e900663afe471e05f1ec8b45ff48d8bcafeb4b9 100644 (file)
@@ -39,7 +39,7 @@ jobs:
             override: true
             profile: minimal
       - name: Rust Cache
-        uses: Swatinem/rust-cache@v2.7.5
+        uses: Swatinem/rust-cache@v2.7.7
       - name: Pin dependencies for 1.75
         if: matrix.rust.version == '1.75.0'
         run: |
@@ -72,7 +72,7 @@ jobs:
           profile: minimal
           # target: "thumbv6m-none-eabi"
       - name: Rust Cache
-        uses: Swatinem/rust-cache@v2.7.5
+        uses: Swatinem/rust-cache@v2.7.7
       - name: Check bdk_chain
         working-directory: ./crates/chain
         # TODO "--target thumbv6m-none-eabi" should work but currently does not
@@ -108,7 +108,7 @@ jobs:
             profile: minimal
             target: "wasm32-unknown-unknown"
       - name: Rust Cache
-        uses: Swatinem/rust-cache@v2.7.5
+        uses: Swatinem/rust-cache@v2.7.7
       - name: Check bdk wallet
         working-directory: ./crates/wallet
         run: cargo check --target wasm32-unknown-unknown --no-default-features --features miniscript/no-std,bdk_chain/hashbrown
@@ -147,7 +147,7 @@ jobs:
             components: clippy
             override: true
       - name: Rust Cache
-        uses: Swatinem/rust-cache@v2.7.5
+        uses: Swatinem/rust-cache@v2.7.7
       - uses: actions-rs/clippy-check@v1
         with:
           token: ${{ secrets.GITHUB_TOKEN }}
@@ -179,7 +179,7 @@ jobs:
           override: true
           profile: minimal
       - name: Rust Cache
-        uses: Swatinem/rust-cache@v2.7.5
+        uses: Swatinem/rust-cache@v2.7.7
       - name: Build
         working-directory: example-crates/${{ matrix.example-dir }}
         run: cargo build
index 6e821c6d2fbefcb784b9319c35c659c39a337557..04f90d766f91d1e6f997babf4ab88a8c1f6c7c4c 100644 (file)
@@ -16,7 +16,7 @@ jobs:
       - name: Update toolchain
         run: rustup update
       - name: Rust Cache
-        uses: Swatinem/rust-cache@v2.7.5
+        uses: Swatinem/rust-cache@v2.7.7
       - name: Build docs
         run: cargo doc --no-deps
         env: