From 9860574a572a194ad51800c2601aba369849bbd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 14:20:10 +0000 Subject: [PATCH] chore(deps): bump rust-toolchain from 1.90.0 to 1.91.1 in /codex-rs Bumps [rust-toolchain](https://github.com/rust-lang/rust) from 1.90.0 to 1.91.1. - [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/compare/1.90.0...1.91.1) --- updated-dependencies: - dependency-name: rust-toolchain dependency-version: 1.91.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- codex-rs/rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/rust-toolchain.toml b/codex-rs/rust-toolchain.toml index 7187a33189e..16a1c1cfa3a 100644 --- a/codex-rs/rust-toolchain.toml +++ b/codex-rs/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.90.0" +channel = "1.91.1" components = ["clippy", "rustfmt", "rust-src"]