Skip to content

Commit

Permalink
Bump swatinem/rust-cache from 2.7.5 to 2.7.7
Browse files Browse the repository at this point in the history
Bumps [swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.5 to 2.7.7.
- [Release notes](https://github.com/swatinem/rust-cache/releases)
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md)
- [Commits](Swatinem/rust-cache@82a92a6...f0deed1)

---
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 Dec 30, 2024
1 parent 5b7d7e6 commit be00df1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: /usr/bin/sudo /usr/bin/apt install -y protobuf-compiler

- name: Rust cache
uses: swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
uses: swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7

- name: Run clippy
run: cargo clippy --no-deps --workspace --all-targets -- --deny warnings
Expand All @@ -66,7 +66,7 @@ jobs:
run: /usr/bin/sudo /usr/bin/apt install -y protobuf-compiler

- name: Rust cache
uses: swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
uses: swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7

- name: Build Documentation
run: cargo doc --all --no-deps
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
run: /usr/bin/sudo /usr/bin/apt install -y protobuf-compiler

- name: Rust cache
uses: swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
uses: swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7

- name: List Docker services
run: /usr/bin/docker ps
Expand Down

0 comments on commit be00df1

Please sign in to comment.