Skip to content

Commit eac6463

Browse files
chore(deps): bump Swatinem/rust-cache from 2.7.8 to 2.8.1
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.8 to 2.8.1. - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@v2.7.8...f13886b) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 964d714 commit eac6463

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/code_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
profile: minimal
2929
components: llvm-tools-preview
3030
- name: Rust Cache
31-
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
31+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
3232
- name: Install grcov
3333
run: if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install grcov; fi
3434
- name: Test

.github/workflows/cont_integration.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
override: true
4848
profile: minimal
4949
- name: Rust Cache
50-
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
50+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
5151
- name: Pin dependencies for MSRV
5252
if: matrix.rust.version == '1.63.0'
5353
run: ./ci/pin-msrv.sh
@@ -75,7 +75,7 @@ jobs:
7575
profile: minimal
7676
# target: "thumbv6m-none-eabi"
7777
- name: Rust Cache
78-
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
78+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
7979
- name: Check bdk wallet
8080
working-directory: ./wallet
8181
# TODO "--target thumbv6m-none-eabi" should work but currently does not
@@ -105,7 +105,7 @@ jobs:
105105
profile: minimal
106106
target: "wasm32-unknown-unknown"
107107
- name: Rust Cache
108-
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
108+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
109109
- name: Check bdk wallet
110110
working-directory: ./wallet
111111
run: cargo check --target wasm32-unknown-unknown --no-default-features --features miniscript/no-std,bdk_chain/hashbrown
@@ -144,7 +144,7 @@ jobs:
144144
components: clippy
145145
override: true
146146
- name: Rust Cache
147-
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
147+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
148148
- uses: actions-rs/clippy-check@v1
149149
with:
150150
token: ${{ secrets.GITHUB_TOKEN }}
@@ -174,7 +174,7 @@ jobs:
174174
override: true
175175
profile: minimal
176176
- name: Rust Cache
177-
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
177+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
178178
- name: Build
179179
working-directory: examples/${{ matrix.example-dir }}
180180
run: cargo build

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
persist-credentials: false
1919

2020
- name: Rust Cache
21-
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
21+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
2222

2323
- name: Install zizmor
2424
run: cargo install zizmor --locked --version 1.6.0

0 commit comments

Comments
 (0)