From ca426d2171b6e0c8239b81b9e22bf7117fe3e050 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 20:02:39 +0000 Subject: [PATCH] build(deps): bump dtolnay/rust-toolchain Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from 888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1 to 0f44b27771c32bda9f458f75a1e241b09791b331. - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](https://github.com/dtolnay/rust-toolchain/compare/888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1...0f44b27771c32bda9f458f75a1e241b09791b331) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-version: 0f44b27771c32bda9f458f75a1e241b09791b331 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7ab2cb77..2fe592e3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@888c2e1ea69ab0d4330cbf0af1ecc7b68f368cc1 # v1 + uses: dtolnay/rust-toolchain@0f44b27771c32bda9f458f75a1e241b09791b331 # v1 with: toolchain: stable components: rustfmt