From 0a46da6d2e76f7f3f2c588de1a39a6dde262bd57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 19:45:16 +0000 Subject: [PATCH] chore(deps): update dtolnay/rust-toolchain requirement to 4cda84d5c5c54efe2404f9d843567869ab1699d4 Updates the requirements on [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) to permit the latest version. Updates `dtolnay/rust-toolchain` to 4cda84d5c5c54efe2404f9d843567869ab1699d4 - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](https://github.com/dtolnay/rust-toolchain/commits/4cda84d5c5c54efe2404f9d843567869ab1699d4) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-version: 4cda84d5c5c54efe2404f9d843567869ab1699d4 dependency-type: direct:production dependency-group: actions-all ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 634fb01..6bcc2be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -371,7 +371,7 @@ jobs: - name: Setup nightly Rust # Pinned to a SHA, so the toolchain can no longer be inferred from the # `@nightly` ref and must be named explicitly. - uses: dtolnay/rust-toolchain@4fd1da8b0805d2d2e936788875a7d65dbd677dc2 # nightly + uses: dtolnay/rust-toolchain@4cda84d5c5c54efe2404f9d843567869ab1699d4 # nightly with: toolchain: nightly - name: Cache Cargo dependencies and build artifacts