Skip to content

Commit

Permalink
chore(deps): bump Swatinem/rust-cache from 2.0.0 to 2.2.0 (#303)
Browse files Browse the repository at this point in the history
Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache) from 2.0.0 to 2.2.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.0.0...v2.2.0)

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

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 10, 2022
1 parent db85bae commit b32682f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
override: true

- name: Rust cache
uses: Swatinem/rust-cache@v2.0.0
uses: Swatinem/rust-cache@v2.2.0

- name: Run Rustfmt
uses: actions-rs/cargo@v1
Expand All @@ -49,7 +49,7 @@ jobs:
override: true

- name: Rust cache
uses: Swatinem/rust-cache@v2.0.0
uses: Swatinem/rust-cache@v2.2.0

- name: Run Clippy
uses: actions-rs/cargo@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
override: true
profile: minimal

- uses: Swatinem/rust-cache@v2.0.0
- uses: Swatinem/rust-cache@v2.2.0

- name: Build
run: cargo build --verbose
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
override: true
profile: minimal

- uses: Swatinem/rust-cache@v2.0.0
- uses: Swatinem/rust-cache@v2.2.0

- run: cargo test --verbose --features ${{ matrix.features }}

Expand Down

0 comments on commit b32682f

Please sign in to comment.