From d34369fd40cc8099f0ce78710560852f4c3f7f32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 17:14:05 +0000 Subject: [PATCH] chore: bump swatinem/rust-cache from 2.9.1 to 2.9.2 Bumps [swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.9.1 to 2.9.2. - [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/c19371144df3bb44fab255c43d04cbc2ab54d1c4...6323deb102c322ba6fcbdcafc7e3dddab59af2b6) --- updated-dependencies: - dependency-name: swatinem/rust-cache dependency-version: 2.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- .github/workflows/erlang.yml | 4 ++-- .github/workflows/rust.yml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 39a4bfe..1a1d7a2 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -37,7 +37,7 @@ jobs: run: cd ./native/arrow_format_nif/ && rustup toolchain install - name: Cache Rust packages - uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 + uses: swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 with: workspaces: | native/arrow_format_nif diff --git a/.github/workflows/erlang.yml b/.github/workflows/erlang.yml index 3d46be1..a2c1bfe 100644 --- a/.github/workflows/erlang.yml +++ b/.github/workflows/erlang.yml @@ -70,7 +70,7 @@ jobs: run: cd ./native/arrow_format_nif/ && rustup toolchain install - name: Cache Rust packages - uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 + uses: swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 with: env-vars: "RUST_TOOLCHAIN_VERSION" workspaces: | @@ -109,7 +109,7 @@ jobs: run: cd ./native/arrow_format_nif/ && rustup toolchain install - name: Cache Rust packages - uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 + uses: swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 with: env-vars: "RUST_TOOLCHAIN_VERSION" workspaces: | diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 486d8f8..bd5bbaa 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -44,7 +44,7 @@ jobs: - name: Install Rust run: cd ./native/arrow_format_nif/ && rustup toolchain install - - uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 + - uses: swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 with: workspaces: | native/arrow_format_nif @@ -68,7 +68,7 @@ jobs: - name: Install Rust run: cd ./native/arrow_format_nif/ && rustup toolchain install - - uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 + - uses: swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 with: workspaces: | native/arrow_format_nif @@ -92,7 +92,7 @@ jobs: - name: Install Rust run: cd ./native/arrow_format_nif/ && rustup toolchain install - - uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 + - uses: swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 with: workspaces: | native/arrow_format_nif