build(deps): bump Swatinem/rust-cache from 2.5.0 to 2.5.1 (#85)

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](2656b87321...dd05243424)

---
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>
master
dependabot[bot] 2023-07-04 09:33:05 +10:00 committed by GitHub
parent 130766c72d
commit f3cbcdc9e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,6 +76,6 @@ jobs:
with: with:
toolchain: stable toolchain: stable
- uses: Swatinem/rust-cache@2656b87321093db1cb55fbd73183d195214fdfd1 # 2.5.0 - uses: Swatinem/rust-cache@dd05243424bd5c0e585e4b55eb2d7615cdd32f1f # 2.5.1
- run: python3 -m pip install nox - run: python3 -m pip install nox
- run: nox -s test-${{ matrix.python-version }} - run: nox -s test-${{ matrix.python-version }}