Skip to content

Commit

Permalink
Bump Swatinem/rust-cache from 2.6.2 to 2.7.0 (#145)
Browse files Browse the repository at this point in the history
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.6.2 to 2.7.0.
- [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.6.2...v2.7.0)

---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 1, 2023
1 parent d21bd6f commit 4db0490
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_buildpacks-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: rustup target add x86_64-unknown-linux-musl

- name: Rust cache
uses: Swatinem/rust-cache@v2.6.2
uses: Swatinem/rust-cache@v2.7.0

# the version of `libcnb-cargo` installed here is kept in sync with the version of `libcnb-package`
# that the release automation CLI tooling depends on
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: rustup update

- name: Rust Cache
uses: Swatinem/rust-cache@v2.6.2
uses: Swatinem/rust-cache@v2.7.0

- name: Clippy
run: cargo clippy --all-targets --all-features -- --deny warnings
Expand All @@ -42,7 +42,7 @@ jobs:
run: rustup update

- name: Rust Cache
uses: Swatinem/rust-cache@v2.6.2
uses: Swatinem/rust-cache@v2.7.0

- name: Test
run: cargo test --all-features
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: rustup update

- name: Rust cache
uses: Swatinem/rust-cache@v2.6.2
uses: Swatinem/rust-cache@v2.7.0

- name: Install cargo-bump
run: cargo install cargo-bump
Expand Down

0 comments on commit 4db0490

Please sign in to comment.