build(deps): bump Swatinem/rust-cache from 2.6.0 to 2.6.2

Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.6.0 to 2.6.2.
- [Release notes](https://github.com/swatinem/rust-cache/releases)
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md)
- [Commits](https://github.com/swatinem/rust-cache/compare/v2.6.0...v2.6.2)

---
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>
This commit is contained in:
dependabot[bot]
2023-08-21 19:34:56 +00:00
committed by Quentin Gliech
parent 8603113806
commit 61576692b3
4 changed files with 7 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ jobs:
rustup default stable
- name: Setup Rust cache
uses: Swatinem/rust-cache@v2.6.0
uses: Swatinem/rust-cache@v2.6.2
with:
save-if: "${{ github.event_name != 'pull_request' }}"