From 20a8739b73c854bf53d37fbd57ee91f14d1fa173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 00:12:49 +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-07 to nightly-2026-07-15. - [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-15 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 3223c9df21..6e8a04eff3 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-07" +channel = "nightly-2026-07-15" profile = "minimal" components = ["clippy"]