From 1ef3e3b354b7cb7a8e2101aebd7560b8acd11680 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 01:53:54 +0000 Subject: [PATCH] chore(deps): update dependency rust to v1.96.1 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d15274d..5f751e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@stable with: - toolchain: "1.96.0" # MSRV + toolchain: "1.96.1" # MSRV - uses: Swatinem/rust-cache@v2 - name: Default features run: cargo check --workspace --all-targets @@ -163,7 +163,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@stable with: - toolchain: "1.96.0" # MSRV + toolchain: "1.96.1" # MSRV components: clippy - uses: Swatinem/rust-cache@v2 - name: Install SARIF tools