Skip to content

Commit

Permalink
Bump Swatinem/rust-cache from 2.7.3 to 2.7.5 (#12)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2024
1 parent 921927f commit 11aea8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
components: rustfmt, clippy

- name: Rust Cache
uses: Swatinem/[email protected].3
uses: Swatinem/[email protected].5

- name: Run clippy
run: cargo clippy --all --tests --all-features --examples --benches
2 changes: 1 addition & 1 deletion .github/workflows/cargo-fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
components: rustfmt, clippy

- name: Rust Cache
uses: Swatinem/[email protected].3
uses: Swatinem/[email protected].5

- name: Run cargo fmt
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cargo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: taiki-e/install-action@nextest

- name: Rust Cache
uses: Swatinem/[email protected].3
uses: Swatinem/[email protected].5

- name: cargo test
shell: bash
Expand Down

0 comments on commit 11aea8f

Please sign in to comment.