From 02403900a8ad796df4157c165671b1bcde1636d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 20:23:51 +0000 Subject: [PATCH] chore(rust): bump rust-toolchain in /ci/rust-nightly Bumps [rust-toolchain](https://github.com/rust-lang/rust) from nightly-2026-08-18 to nightly-2026-08-25. - [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-08-25 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 606e515c23..ae2db21b37 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-08-18" +channel = "nightly-2026-08-25" profile = "minimal" components = ["clippy"]