From 1fdc767f7fe007ac83dcf59bf65c317ef1da2c34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 20:25:55 +0000 Subject: [PATCH] chore(rust): Bump rust-toolchain in /ci/rust-nightly Bumps [rust-toolchain](https://github.com/rust-lang/rust) from nightly-2026-07-21 to nightly-2026-07-28. - [Release notes](https://github.com/rust-lang/rust/releases) - [Changelog](https://github.com/rust-lang/rust/blob/main/RELEASES.md) - [Commits](https://github.com/rust-lang/rust/commits) --- updated-dependencies: - dependency-name: rust-toolchain dependency-version: nightly-2026-07-28 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ci/rust-nightly/rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/rust-nightly/rust-toolchain.toml b/ci/rust-nightly/rust-toolchain.toml index 23aa4c4949..202226a528 100644 --- a/ci/rust-nightly/rust-toolchain.toml +++ b/ci/rust-nightly/rust-toolchain.toml @@ -16,6 +16,6 @@ # under the License. [toolchain] -channel = "nightly-2026-07-21" +channel = "nightly-2026-07-28" profile = "minimal" components = ["clippy"]