Skip to content

Commit

Permalink
chore(deps): bump Swatinem/rust-cache from 2.5.0 to 2.5.1 (#1147)
Browse files Browse the repository at this point in the history
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.5.0 to 2.5.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.5.0...v2.5.1)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 6, 2023
1 parent 35defc5 commit bdd1213
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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/rust-cache@v2.5.0
uses: Swatinem/rust-cache@v2.5.1

- 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/rust-cache@v2.5.0
uses: Swatinem/rust-cache@v2.5.1

- name: Cargo fmt
uses: actions-rs/cargo@v1.0.3
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
version: 0.5

- name: Rust Cache
uses: Swatinem/rust-cache@v2.5.0
uses: Swatinem/rust-cache@v2.5.1

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

- name: Rust Cache
uses: Swatinem/rust-cache@v2.5.0
uses: Swatinem/rust-cache@v2.5.1

- name: Cargo test
uses: actions-rs/cargo@v1.0.3
Expand All @@ -138,7 +138,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/rust-cache@v2.5.0
uses: Swatinem/rust-cache@v2.5.1

- name: Cargo test
uses: actions-rs/cargo@v1.0.3
Expand All @@ -161,7 +161,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/rust-cache@v2.5.0
uses: Swatinem/rust-cache@v2.5.1

- name: Cargo test
uses: actions-rs/cargo@v1.0.3
Expand Down

0 comments on commit bdd1213

Please sign in to comment.