From 065c20c0cdf1924e3f1efc22e4aa3e78645817c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 02:45:20 +0000 Subject: [PATCH] build(deps): bump Swatinem/rust-cache from 2.7.5 to 2.7.7 Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.5 to 2.7.7. - [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.5...v2.7.7) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df94cf6..996e976 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: components: clippy, rustfmt - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.5 + uses: Swatinem/rust-cache@v2.7.7 - name: Cargo fmt uses: actions-rs/cargo@v1.0.3 @@ -86,7 +86,7 @@ jobs: version: 0.5 - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.5 + uses: Swatinem/rust-cache@v2.7.7 - name: Cargo check all targets and features, except wasm run: | @@ -116,7 +116,7 @@ jobs: override: true - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.5 + uses: Swatinem/rust-cache@v2.7.7 - name: Cargo test uses: actions-rs/cargo@v1.0.3