Skip to content

Commit

Permalink
build(deps): 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@v2.7.5...v2.7.7)

---
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 and VorpalBlade committed Jan 20, 2025
1 parent dfa31f8 commit 0e9296e
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 @@ -75,7 +75,7 @@ jobs:
- name: Install cross
uses: taiki-e/install-action@cross
- name: Cache builds
uses: Swatinem/rust-cache@v2.7.5
uses: Swatinem/rust-cache@v2.7.7
with:
key: ${{ matrix.target }}-${{ matrix.rust }}
- name: Cross compile
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
if: matrix.features == '--no-default-features --features=keyring'
run: sudo apt-get install -y libdbus-1-dev pkg-config
- name: Cache builds
uses: Swatinem/rust-cache@v2.7.5
uses: Swatinem/rust-cache@v2.7.7
with:
save-if: ${{ matrix.features == '--no-default-features --features=updater-tls-native-vendored' }}
- name: Compile
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
- name: Install Rust
run: rustup install --no-self-update --profile minimal ${{ matrix.rust }} && rustup default ${{ matrix.rust }} && rustup target add ${{ matrix.target }}
- name: Cache builds
uses: Swatinem/rust-cache@v2.7.5
uses: Swatinem/rust-cache@v2.7.7
with:
key: ${{ matrix.os }}-${{ matrix.target }}-${{ matrix.rust }}
- name: Compile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: cargo binstall --no-confirm --no-symlinks clippy-sarif sarif-fmt

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

- name: Run rust-clippy
run: cargo clippy --all-features --all-targets --message-format=json -- -D warnings | clippy-sarif | tee rust-clippy-results.sarif | sarif-fmt
Expand Down

0 comments on commit 0e9296e

Please sign in to comment.