From 4fa98dbee1d1651cc16ad22efd9bf6430c8a9b57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 09:19:23 +0000 Subject: [PATCH] chore(deps): update dtolnay/rust-toolchain requirement to 2fe4ca74464c5902a4f6e302d0a619b4ea911ccc Updates the requirements on [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) to permit the latest version. - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](https://github.com/dtolnay/rust-toolchain/commits/2fe4ca74464c5902a4f6e302d0a619b4ea911ccc) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-version: 2fe4ca74464c5902a4f6e302d0a619b4ea911ccc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/fuzz.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index 5849588..e95e259 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -35,7 +35,7 @@ jobs: # dtolnay/rust-toolchain encodes the toolchain in the tag the SHA pins # (there is no `toolchain` input at these commits) — this is the # `nightly` tag's commit. - - uses: dtolnay/rust-toolchain@4fd1da8b0805d2d2e936788875a7d65dbd677dc2 # nightly + - uses: dtolnay/rust-toolchain@2fe4ca74464c5902a4f6e302d0a619b4ea911ccc # nightly - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 with: workspaces: fuzz