From 54a7cd993e874f16d7340953b3e200c7f3397748 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 18:29:51 +0000 Subject: [PATCH] chore(deps): Bump Swatinem/rust-cache from 2.7.3 to 2.7.5 Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.3 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](https://github.com/swatinem/rust-cache/compare/v2.7.3...v2.7.5) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/CD.yaml | 2 +- .github/workflows/CI.yaml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/CD.yaml b/.github/workflows/CD.yaml index bf32454..b36daad 100644 --- a/.github/workflows/CD.yaml +++ b/.github/workflows/CD.yaml @@ -80,7 +80,7 @@ jobs: with: tool: cross - name: Cache build artifacts - uses: Swatinem/rust-cache@v2.7.3 + uses: Swatinem/rust-cache@v2.7.5 with: key: ${{ matrix.target }} - name: Setup Ruby diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index ae62dae..64deb46 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -47,7 +47,7 @@ jobs: toolchain: ${{ matrix.toolchain }} targets: ${{ matrix.target }} - name: Cache build artifacts - uses: Swatinem/rust-cache@v2.7.3 + uses: Swatinem/rust-cache@v2.7.5 with: key: ${{ matrix.target }} - name: Run tests @@ -85,7 +85,7 @@ jobs: with: node-version: 20 - name: Cache build artifacts - uses: Swatinem/rust-cache@v2.7.3 + uses: Swatinem/rust-cache@v2.7.5 - name: Run tests run: wasm-pack test --node crates/wasm @@ -101,7 +101,7 @@ jobs: toolchain: stable components: rustfmt - name: Cache build artifacts - uses: Swatinem/rust-cache@v2.7.3 + uses: Swatinem/rust-cache@v2.7.5 - name: Check code formatted run: cargo fmt --all -- --check @@ -117,7 +117,7 @@ jobs: toolchain: stable components: clippy - name: Cache build artifacts - uses: Swatinem/rust-cache@v2.7.3 + uses: Swatinem/rust-cache@v2.7.5 - name: Check no lint warnings run: cargo clippy --workspace -- -D warnings - name: Check no lint warnings (no default features) @@ -134,7 +134,7 @@ jobs: with: toolchain: stable - name: Cache build artifacts - uses: Swatinem/rust-cache@v2.7.3 + uses: Swatinem/rust-cache@v2.7.5 - name: Check no `rustdoc` lint warnings run: RUSTDOCFLAGS="-D warnings" cargo doc --workspace --exclude scryptenc-cli --no-deps --document-private-items @@ -149,7 +149,7 @@ jobs: with: toolchain: nightly - name: Cache build artifacts - uses: Swatinem/rust-cache@v2.7.3 + uses: Swatinem/rust-cache@v2.7.5 - name: Run benchmarks run: cargo bench -p scryptenc @@ -172,7 +172,7 @@ jobs: with: version: "latest" - name: Cache build artifacts - uses: Swatinem/rust-cache@v2.7.3 + uses: Swatinem/rust-cache@v2.7.5 - name: Check code formatted run: deno fmt --check crates/wasm/examples/*.ts - name: Check no lint warnings