Skip to content

Commit 13b234b

Browse files
chore(deps): bump Swatinem/rust-cache from 2.8.0 to 2.8.1
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.8.0 to 2.8.1. - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Commits](Swatinem/rust-cache@v2.8.0...v2.8.1) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bb3c537 commit 13b234b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
1919

2020
- name: Rust Cache
21-
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
21+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
2222

2323
- name: run benchmarks
2424
run: cargo bench -p jsonrpsee-benchmarks -- --output-format bencher | tee output.txt

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
components: clippy, rustfmt
3535

3636
- name: Rust Cache
37-
uses: Swatinem/[email protected].0
37+
uses: Swatinem/[email protected].1
3838

3939
- name: Cargo fmt
4040
uses: actions-rs/[email protected]
@@ -92,7 +92,7 @@ jobs:
9292
version: 0.5
9393

9494
- name: Rust Cache
95-
uses: Swatinem/[email protected].0
95+
uses: Swatinem/[email protected].1
9696

9797
- name: Cargo check all targets and features
9898
run: cargo hack check --workspace --each-feature --all-targets
@@ -116,7 +116,7 @@ jobs:
116116
override: true
117117

118118
- name: Rust Cache
119-
uses: Swatinem/[email protected].0
119+
uses: Swatinem/[email protected].1
120120

121121
- name: Cargo test
122122
uses: actions-rs/[email protected]
@@ -139,7 +139,7 @@ jobs:
139139
override: true
140140

141141
- name: Rust Cache
142-
uses: Swatinem/[email protected].0
142+
uses: Swatinem/[email protected].1
143143

144144
- name: Cargo test
145145
uses: actions-rs/[email protected]
@@ -162,7 +162,7 @@ jobs:
162162
override: true
163163

164164
- name: Rust Cache
165-
uses: Swatinem/[email protected].0
165+
uses: Swatinem/[email protected].1
166166

167167
- name: Cargo test
168168
uses: actions-rs/[email protected]
@@ -185,7 +185,7 @@ jobs:
185185
override: true
186186

187187
- name: Rust Cache
188-
uses: Swatinem/[email protected].0
188+
uses: Swatinem/[email protected].1
189189

190190
- name: Cargo test
191191
uses: actions-rs/[email protected]

0 commit comments

Comments
 (0)