Skip to content

build(deps): bump rust-toolchain from 1.93.0 to 1.96.1 in /codex-rs#13

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

build(deps): bump rust-toolchain from 1.93.0 to 1.96.1 in /codex-rs#13
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 6, 2026

Copy link
Copy Markdown

Bumps rust-toolchain from 1.93.0 to 1.96.1.

Release notes

Sourced from rust-toolchain's releases.

Rust 1.96.1

Rust 1.96.0

Language

Compiler

Libraries

Stabilized APIs

... (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.93.0 to 1.96.1.
- [Release notes](https://github.com/rust-lang/rust/releases)
- [Changelog](https://github.com/rust-lang/rust/blob/main/RELEASES.md)
- [Commits](rust-lang/rust@1.93.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 6, 2026
@nuntius-review

nuntius-review Bot commented Jul 6, 2026

Copy link
Copy Markdown
Nuntius

Reviewed commits

Commit Summary
7f618c8 build(deps): bump rust-toolchain from 1.93.0 to 1.96.1 in /codex-rs

Analysis

The change updates the Rust toolchain channel to "1.96.1".

Correctness / Compatibility:
As of early 2025, the official Rust stable compiler is in the 1.8x range (e.g., 1.84.0, 1.85.0). Version 1.96.1 does not yet exist in the official Rust release registry.

  • If this is a typo for an existing version (such as 1.76.1 or a recent 1.8x release), rustup will fail to find and install this toolchain.
  • If your organization uses a custom/private Rust toolchain registry or distribution that uses this versioning, this change is correct and can be kept.

Assuming this is a public project, you should pin it to a valid, currently available stable Rust version (for example, 1.84.0).

Suggestion

If you intended to use a recent stable version of Rust, update the channel to a valid released version:

file_path
@@ -2,2 +2,2 @@
 [toolchain]
-channel = "1.96.1"
+channel = "1.84.0"

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