Skip to content

Commit

Permalink
chore(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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 29, 2024
1 parent 196fa30 commit b0ade5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7
- run: cargo build --release --all-targets --all-features
- run: cargo test --release --all-features

Expand All @@ -41,7 +41,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7
- run: cargo update -Z direct-minimal-versions
- run: cargo build --release --all-targets --all-features

Expand All @@ -53,7 +53,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7
- run: cargo clippy --all-targets --all-features

fmt:
Expand Down

0 comments on commit b0ade5c

Please sign in to comment.