Skip to content

Commit

Permalink
chore(deps): bump Swatinem/rust-cache from 2.0.1 to 2.0.2 (#923)
Browse files Browse the repository at this point in the history
Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache) from 2.0.1 to 2.0.2.
- [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.0.1...v2.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 3, 2022
1 parent eaf337d commit c4fafff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/[email protected].1
uses: Swatinem/[email protected].2

- name: Run benchmark
run: cargo bench -p jsonrpsee-benchmarks -- --output-format bencher | tee output.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks_gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/[email protected].1
uses: Swatinem/[email protected].2

- name: Copy bench results
id: step_one
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
components: clippy, rustfmt

- name: Rust Cache
uses: Swatinem/[email protected].1
uses: Swatinem/[email protected].2

- name: Cargo fmt
uses: actions-rs/[email protected]
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
version: 0.5

- name: Rust Cache
uses: Swatinem/[email protected].1
uses: Swatinem/[email protected].2

- name: Cargo check all targets and features
run: cargo hack check --workspace --each-feature --all-targets
Expand All @@ -106,7 +106,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/[email protected].1
uses: Swatinem/[email protected].2

- name: Cargo test
uses: actions-rs/[email protected]
Expand All @@ -129,7 +129,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/[email protected].1
uses: Swatinem/[email protected].2

- name: Cargo test
uses: actions-rs/[email protected]
Expand All @@ -152,7 +152,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/[email protected].1
uses: Swatinem/[email protected].2

- name: Cargo test
uses: actions-rs/[email protected]
Expand Down

0 comments on commit c4fafff

Please sign in to comment.