Skip to content

Commit

Permalink
Bump Swatinem/rust-cache from 1.3.0 to 2.7.5 (#65)
Browse files Browse the repository at this point in the history
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 1.3.0 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@v1.3.0...v2.7.5)

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

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 Nov 4, 2024
1 parent 5b39159 commit 7f0214f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/rust-cache@v1.3.0
uses: Swatinem/rust-cache@v2.7.5

- name: Check all features
uses: actions-rs/[email protected]
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/rust-cache@v1.3.0
uses: Swatinem/rust-cache@v2.7.5

- name: Check all features
uses: actions-rs/[email protected]
Expand All @@ -85,7 +85,7 @@ jobs:
components: rustfmt

- name: Rust Cache
uses: Swatinem/rust-cache@v1.3.0
uses: Swatinem/rust-cache@v2.7.5

- name: Cargo fmt
uses: actions-rs/[email protected]
Expand All @@ -108,7 +108,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/rust-cache@v1.3.0
uses: Swatinem/rust-cache@v2.7.5

- name: Check internal documentation links
run: RUSTDOCFLAGS="--deny rustdoc::broken_intra_doc_links" cargo doc -vv --workspace --no-deps --document-private-items
Expand All @@ -128,7 +128,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/rust-cache@v1.3.0
uses: Swatinem/rust-cache@v2.7.5

- name: Cargo test
uses: actions-rs/[email protected]
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/rust-cache@v1.3.0
uses: Swatinem/rust-cache@v2.7.5

- name: Run clippy
uses: actions-rs/cargo@v1
Expand All @@ -194,7 +194,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/rust-cache@v1.3.0
uses: Swatinem/rust-cache@v2.7.5

- name: Check no_std build
uses: actions-rs/[email protected]
Expand Down

0 comments on commit 7f0214f

Please sign in to comment.