Skip to content

Commit

Permalink
Bump Swatinem/rust-cache from 2.6.2 to 2.7.0
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sk1p committed Sep 18, 2023
1 parent 296942c commit c6a00fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: rustup stable
run: rustup default stable
- name: Rust Cache
uses: Swatinem/rust-cache@v2.6.2
uses: Swatinem/rust-cache@v2.7.0
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
- name: rustup stable
run: rustup default stable
- name: Rust Cache
uses: Swatinem/rust-cache@v2.6.2
uses: Swatinem/rust-cache@v2.7.0
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand All @@ -135,7 +135,7 @@ jobs:
- name: rustup stable
run: rustup default stable
- name: Rust Cache
uses: Swatinem/rust-cache@v2.6.2
uses: Swatinem/rust-cache@v2.7.0
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand Down

0 comments on commit c6a00fd

Please sign in to comment.