Skip to content

Commit

Permalink
chore(deps): bump Swatinem/rust-cache from 2.7.0 to 2.7.1
Browse files Browse the repository at this point in the history
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.0 to 2.7.1.
- [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.0...v2.7.1)

---
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 Oct 23, 2023
1 parent 98f40ea commit e1b4d32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
toolchain: stable

- name: Rust Cache
uses: Swatinem/[email protected].0
uses: Swatinem/[email protected].1

- name: Run cargo test
run: cargo test --all-targets
Expand All @@ -41,7 +41,7 @@ jobs:
target: wasm32-unknown-unknown

- name: Rust Cache
uses: Swatinem/[email protected].0
uses: Swatinem/[email protected].1

- name: Run cargo check
run: RUSTFLAGS=--cfg=web_sys_unstable_apis cargo check >
Expand All @@ -66,7 +66,7 @@ jobs:
components: rustfmt

- name: Rust Cache
uses: Swatinem/[email protected].0
uses: Swatinem/[email protected].1

- name: Run cargo clippy
run: cargo fmt --all --check
Expand All @@ -89,7 +89,7 @@ jobs:
components: clippy

- name: Rust Cache
uses: Swatinem/[email protected].0
uses: Swatinem/[email protected].1

- name: Run cargo clippy
run: cargo clippy --all-targets -- -D warnings
Expand All @@ -109,7 +109,7 @@ jobs:
components: clippy

- name: Rust Cache
uses: Swatinem/[email protected].0
uses: Swatinem/[email protected].1

- name: Run cargo clippy
run: RUSTFLAGS=--cfg=web_sys_unstable_apis cargo clippy >
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-toml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/[email protected].0
uses: Swatinem/[email protected].1

- name: Install Taplo
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit e1b4d32

Please sign in to comment.