Skip to content

Commit

Permalink
chore(deps): bump Swatinem/rust-cache from 2.6.2 to 2.7.0 (#1201)
Browse files Browse the repository at this point in the history
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.6.2 to 2.7.0.
- [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.6.2...v2.7.0)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 14, 2023
1 parent c3d367d commit 0b15039
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.6.2
uses: Swatinem/rust-cache@v2.7.0

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

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

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

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

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

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

0 comments on commit 0b15039

Please sign in to comment.