Skip to content

Bump rust-toolchain from 1.95.0 to 1.96.1 in /codex-rs#30787

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/rust_toolchain/codex-rs/rust-toolchain-1.96.1
Open

Bump rust-toolchain from 1.95.0 to 1.96.1 in /codex-rs#30787
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/rust_toolchain/codex-rs/rust-toolchain-1.96.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps rust-toolchain from 1.95.0 to 1.96.1.

Release notes

Sourced from rust-toolchain's releases.

Rust 1.96.0

Language

Compiler

Libraries

Stabilized APIs

Cargo

... (truncated)

Changelog

Sourced from rust-toolchain's changelog.

Version 1.96.1 (2026-06-30)

Version 1.96.0 (2026-05-28)

Language

Compiler

Libraries

Stabilized APIs

... (truncated)

Commits
  • 31fca3a Auto merge of #158331 - Mark-Simulacrum:stable-patch, r=Mark-Simulacrum
  • a4d95c6 adjust release notes to reflect comments
  • ebbfeb3 Prepare release notes
  • d493521 Patch the vendored libssh2 for security fixes
  • 483648a don't try to remove assignments in SimplifyComparisonIntegral
  • 81fb5b5 Prepare release notes
  • 120dec0 add test case for miscompilation
  • 9580d74 Backport timeout and retry behavior fixes
  • ac68faa Auto merge of #156937 - cuviper:stable-next, r=cuviper
  • 8e5c006 Bump to stable release
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rust-toolchain](https://github.com/rust-lang/rust) from 1.95.0 to 1.96.1.
- [Release notes](https://github.com/rust-lang/rust/releases)
- [Changelog](https://github.com/rust-lang/rust/blob/1.96.1/RELEASES.md)
- [Commits](rust-lang/rust@1.95.0...1.96.1)

---
updated-dependencies:
- dependency-name: rust-toolchain
  dependency-version: 1.96.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust_toolchain_package_manager Pull requests that update rust_toolchain_package_manager code labels Jul 1, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 3e9d27ec80

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@@ -1,3 +1,3 @@
[toolchain]
channel = "1.95.0"
channel = "1.96.1"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Sync all Rust toolchain pins

After changing rust-toolchain.toml to 1.96.1, several repository entry points still install or use 1.95.0: Bazel’s Rust toolchain is pinned in MODULE.bazel:173 with matching MODULE.bazel.lock artifacts, and codex-rs/scripts/setup-windows.ps1:182 still installs 1.95.0 even though that script says it is configuring per rust-toolchain.toml. Any Bazel build/release path or fresh Windows setup will therefore continue compiling with 1.95.0, so the bump is only partially applied and code that relies on 1.96.1 can fail in those supported contexts. Update the Bazel toolchain/lock and setup script with this change.

AGENTS.md reference: AGENTS.md:L317-L319

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust_toolchain_package_manager Pull requests that update rust_toolchain_package_manager code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants