Skip to content

Commit

Permalink
chore(deps): Bump Swatinem/rust-cache from 2.7.3 to 2.7.5
Browse files Browse the repository at this point in the history
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.3 to 2.7.5.
- [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.7.3...v2.7.5)

---
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>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 4df4eb4 commit c090238
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install cross
uses: taiki-e/install-action@cross
- name: Cache builds
uses: Swatinem/rust-cache@v2.7.3
uses: Swatinem/rust-cache@v2.7.5
with:
key: ${{ matrix.target }}
- name: Cross compile
Expand All @@ -73,7 +73,7 @@ jobs:
rustup target add ${{ matrix.target }}
rustup default stable
- name: Cache builds
uses: Swatinem/rust-cache@v2.7.3
uses: Swatinem/rust-cache@v2.7.5
- name: Compile
run: cargo test --target ${{ matrix.target }} --verbose --no-run
- name: Test
Expand All @@ -93,7 +93,7 @@ jobs:
- name: Install Rust
run: rustup install --profile minimal ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
- name: Cache builds
uses: Swatinem/rust-cache@v2.7.3
uses: Swatinem/rust-cache@v2.7.5
- name: Compile
run: cargo test --verbose --no-run
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: cargo binstall --no-confirm --no-symlinks clippy-sarif sarif-fmt

- name: Cache builds
uses: Swatinem/rust-cache@v2.7.3
uses: Swatinem/rust-cache@v2.7.5

- name: Run rust-clippy
run:
Expand Down

0 comments on commit c090238

Please sign in to comment.