From 898275dc19a7de9e7f86d9a56b3568cc78e5898e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 21:55:03 +0000 Subject: [PATCH] chore(deps): bump swatinem/rust-cache from 2.8.2 to 2.9.1 Bumps [swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.8.2 to 2.9.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/779680da715d629ac1d338a641029a2f4372abb5...c19371144df3bb44fab255c43d04cbc2ab54d1c4) --- updated-dependencies: - dependency-name: swatinem/rust-cache dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/jsonrpc.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e5991d925..cf6be8469b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - run: rustup override set $RUST_VERSION shell: bash - name: Cache rust cargo artifacts - uses: swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 + uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 - name: Run rustfmt run: cargo fmt --all -- --check - name: Run clippy @@ -91,7 +91,7 @@ jobs: show-progress: false persist-credentials: false - name: Cache rust cargo artifacts - uses: swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 + uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 - name: Rustdoc run: cargo doc --document-private-items --no-deps @@ -134,7 +134,7 @@ jobs: shell: bash - name: Cache rust cargo artifacts - uses: swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 + uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 - name: Install nextest uses: taiki-e/install-action@69e777b377e4ec209ddad9426ae3e0c1008b0ef3 @@ -168,7 +168,7 @@ jobs: persist-credentials: false - name: Cache rust cargo artifacts - uses: swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 + uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 - name: Build C library run: cargo build -p deltachat_ffi @@ -194,7 +194,7 @@ jobs: persist-credentials: false - name: Cache rust cargo artifacts - uses: swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 + uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 - name: Build deltachat-rpc-server run: cargo build -p deltachat-rpc-server diff --git a/.github/workflows/jsonrpc.yml b/.github/workflows/jsonrpc.yml index 35daf49e9c..6db0a36703 100644 --- a/.github/workflows/jsonrpc.yml +++ b/.github/workflows/jsonrpc.yml @@ -25,7 +25,7 @@ jobs: with: node-version: 18.x - name: Add Rust cache - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 + uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 - name: npm install working-directory: deltachat-jsonrpc/typescript run: npm install