]> Untitled Git - bdk/commitdiff
chore(deps): bump Swatinem/rust-cache from 2.2.1 to 2.7.5 github/dependabot/github_actions/Swatinem/rust-cache-2.7.5
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 1 Nov 2024 23:11:52 +0000 (23:11 +0000)
committerGitHub <noreply@github.com>
Fri, 1 Nov 2024 23:11:52 +0000 (23:11 +0000)
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.2.1 to 2.7.5.
- [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.5)

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

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

index d8bbb8d3a3bdc2b2e864ee47303bc848bcd0e953..d29a5b200e689cfc9a646ae835ac66649b1d42a8 100644 (file)
@@ -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.5
       - name: Install grcov
         run: if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install grcov; fi
       - name: Test
index 04f88fb09d51ada40ea9ec6d656d7df62b5cc1b7..aeebc81070920bfd062f1bec614892499f559768 100644 (file)
@@ -37,7 +37,7 @@ jobs:
             override: true
             profile: minimal
       - name: Rust Cache
-        uses: Swatinem/rust-cache@v2.2.1
+        uses: Swatinem/rust-cache@v2.7.5
       - name: Pin dependencies for MSRV
         if: matrix.rust.version == '1.63.0'
         run: |
@@ -68,7 +68,7 @@ jobs:
           profile: minimal
           # target: "thumbv6m-none-eabi"
       - name: Rust Cache
-        uses: Swatinem/rust-cache@v2.2.1
+        uses: Swatinem/rust-cache@v2.7.5
       - name: Check bdk_chain
         working-directory: ./crates/chain
         # TODO "--target thumbv6m-none-eabi" should work but currently does not
@@ -103,7 +103,7 @@ jobs:
             profile: minimal
             target: "wasm32-unknown-unknown"
       - name: Rust Cache
-        uses: Swatinem/rust-cache@v2.2.1
+        uses: Swatinem/rust-cache@v2.7.5
       - 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
@@ -140,7 +140,7 @@ jobs:
             components: clippy
             override: true
       - name: Rust Cache
-        uses: Swatinem/rust-cache@v2.2.1
+        uses: Swatinem/rust-cache@v2.7.5
       - uses: actions-rs/clippy-check@v1
         with:
           token: ${{ secrets.GITHUB_TOKEN }}
@@ -171,7 +171,7 @@ jobs:
           override: true
           profile: minimal
       - name: Rust Cache
-        uses: Swatinem/rust-cache@v2.2.1
+        uses: Swatinem/rust-cache@v2.7.5
       - name: Build
         working-directory: example-crates/${{ matrix.example-dir }}
         run: cargo build
index 86ce85842b85900609abe49fa459a721c63b1173..0bbe499360f0ac239ee98f1b68af4b4e8f06a6c0 100644 (file)
@@ -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.5
       - name: Build docs
         run: cargo doc --no-deps
         env: