chore(deps): bump rust-toolchain from 1.91.1 to 1.92.0 in /codex-rs
Open
Number: #123
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Unknown
Comments: 2
Association: Unknown
Comments: 2
Created:
December 15, 2025 at 04:24 AM UTC
(6 months ago)
(6 months ago)
Updated:
January 26, 2026 at 06:15 AM UTC
(5 months ago)
(5 months ago)
Labels:
dependencies rust_toolchain_package_manager
dependencies rust_toolchain_package_manager
Description:
Bumps rust-toolchain from 1.91.1 to 1.92.0.
Release notes
Sourced from rust-toolchain's releases.
Rust 1.92.0
Language
- Document
MaybeUninitrepresentation and validity- Allow
&raw [mut | const]for union field in safe code- Prefer item bounds of associated types over where-bounds for auto-traits and
Sized- Do not materialize
Xin[X; 0]whenXis unsizing a const- Support combining
#[track_caller]and#[no_mangle](requires every declaration specifying#[track_caller]as well)- Make never type lints
never_type_fallback_flowing_into_unsafeanddependency_on_unit_never_type_fallbackdeny-by-default- Allow specifying multiple bounds for same associated item, except in trait objects
- Slightly strengthen higher-ranked region handling in coherence
- The
unused_must_uselint no longer warns onResult<(), Uninhabited>(for instance,Result<(), !>), orControlFlow<Uninhabited, ()>. This avoids having to check for an error that can never happen.Compiler
- Make
mips64el-unknown-linux-muslabi64link dynamically- Remove current code for embedding command-line args in PDB Command-line information is typically not needed by debugging tools, and the removed code was causing problems for incremental builds even on targets that don't use PDB debuginfo.
Libraries
- Specialize
Iterator::eq{_by}forTrustedLeniterators- Simplify
Extendfor tuples- Added details to
DebugforEncodeWide.iter::Repeat::lastandcountwill now panic, rather than looping infinitely.Stabilized APIs
NonZero<u{N}>::div_ceilLocation::file_as_c_strRwLockWriteGuard::downgradeBox::new_zeroedBox::new_zeroed_sliceRc::new_zeroedRc::new_zeroed_sliceArc::new_zeroedArc::new_zeroed_slicebtree_map::Entry::insert_entrybtree_map::VacantEntry::insert_entryimpl Extend<proc_macro::Group> for proc_macro::TokenStreamimpl Extend<proc_macro::Literal> for proc_macro::TokenStreamimpl Extend<proc_macro::Punct> for proc_macro::TokenStreamimpl Extend<proc_macro::Ident> for proc_macro::TokenStream
... (truncated)
Changelog
Sourced from rust-toolchain's changelog.
Version 1.92.0 (2025-12-11)
Language
- Document
MaybeUninitrepresentation and validity- Allow
&raw [mut | const]for union field in safe code- Prefer item bounds of associated types over where-bounds for auto-traits and
Sized- Do not materialize
Xin[X; 0]whenXis unsizing a const- Support combining
#[track_caller]and#[no_mangle](requires every declaration specifying#[track_caller]as well)- Make never type lints
never_type_fallback_flowing_into_unsafeanddependency_on_unit_never_type_fallbackdeny-by-default- Allow specifying multiple bounds for same associated item, except in trait objects
- Slightly strengthen higher-ranked region handling in coherence
- The
unused_must_uselint no longer warns onResult<(), Uninhabited>(for instance,Result<(), !>), orControlFlow<Uninhabited, ()>. This avoids having to check for an error that can never happen.Compiler
- Make
mips64el-unknown-linux-muslabi64link dynamically- Remove current code for embedding command-line args in PDB Command-line information is typically not needed by debugging tools, and the removed code was causing problems for incremental builds even on targets that don't use PDB debuginfo.
Libraries
- Specialize
Iterator::eq{_by}forTrustedLeniterators- Simplify
Extendfor tuples- Added details to
DebugforEncodeWide.iter::Repeat::lastandcountwill now panic, rather than looping infinitely.Stabilized APIs
... (truncated)
Commits
ded5c06Auto merge of #149758 - BoxyUwU:stable, r=BoxyUwU2f2f518bump channelb7d4f12add release notes112a4afAuto merge of #149656 - flip1995:clippy-beta-backport, r=Mark-Simulacrum5cd7b31Auto merge of #149649 - wesleywiser:revert_147793, r=wesleywiserf5e067bfix(double_parens): don't lint in proc-macros (#15939)25cde47Fixreplace_boxFP when the box is moved (#15984)2a33be7Taking a raw pointer on a union field is a safe operation (#16079)9deb2c4Revert "Replace NullOp::SizeOf and NullOp::AlignOf by lang items."ac0aff2Auto merge of #149572 - cuviper:beta-next, r=cuviper- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Package:
rust-toolchain
Ecosystem:
cargo
cargo
Version Change:
1.91.1 → 1.92.0
Update Type:
Minor
Minor
Path:
/codex-rs
Technical Details
| ID: | 12004322 |
| UUID: | 3728638333 |
| Node ID: | PR_kwDOQQCrdM641Bb6 |
| Host: | GitHub |
| Repository: | ScriptedAlchemy/codex-native |