From e1b4d328485df5d4008e535273564be73a45e79a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:01:32 +0000 Subject: [PATCH] chore(deps): bump Swatinem/rust-cache from 2.7.0 to 2.7.1 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](https://github.com/swatinem/rust-cache/compare/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] --- .github/workflows/code.yml | 10 +++++----- .github/workflows/lint-toml.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 27a587fe..50ac4e10 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -21,7 +21,7 @@ jobs: toolchain: stable - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.0 + uses: Swatinem/rust-cache@v2.7.1 - name: Run cargo test run: cargo test --all-targets @@ -41,7 +41,7 @@ jobs: target: wasm32-unknown-unknown - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.0 + uses: Swatinem/rust-cache@v2.7.1 - name: Run cargo check run: RUSTFLAGS=--cfg=web_sys_unstable_apis cargo check > @@ -66,7 +66,7 @@ jobs: components: rustfmt - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.0 + uses: Swatinem/rust-cache@v2.7.1 - name: Run cargo clippy run: cargo fmt --all --check @@ -89,7 +89,7 @@ jobs: components: clippy - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.0 + uses: Swatinem/rust-cache@v2.7.1 - name: Run cargo clippy run: cargo clippy --all-targets -- -D warnings @@ -109,7 +109,7 @@ jobs: components: clippy - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.0 + uses: Swatinem/rust-cache@v2.7.1 - name: Run cargo clippy run: RUSTFLAGS=--cfg=web_sys_unstable_apis cargo clippy > diff --git a/.github/workflows/lint-toml.yml b/.github/workflows/lint-toml.yml index fc172032..2f557b4e 100644 --- a/.github/workflows/lint-toml.yml +++ b/.github/workflows/lint-toml.yml @@ -19,7 +19,7 @@ jobs: override: true - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.0 + uses: Swatinem/rust-cache@v2.7.1 - name: Install Taplo uses: actions-rs/cargo@v1