From 64161981289224b96e9419416f92867a786b85ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 15:38:22 +0000 Subject: [PATCH] chore(deps): update actions-rust-lang/setup-rust-toolchain action to v1.17.0 --- .github/workflows/pull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 0083f0df..7cc15f7b 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Install Rust - uses: actions-rust-lang/setup-rust-toolchain@d39b183d8d7c85028c4b64a005898c879197d13e # v1.0.2 + uses: actions-rust-lang/setup-rust-toolchain@166cdcfd11aee3cb47222f9ddb555ce30ddb9659 # v1.17.0 - name: Clippy run: cargo clippy --all-targets --all-features -- -D warnings - name: Test