mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
chore(deps): bump rust-toolchain from 1.93.0 to 1.93.1 in /codex-rs (#11886)
Bumps [rust-toolchain](https://github.com/rust-lang/rust) from 1.93.0 to 1.93.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/rust/releases">rust-toolchain's releases</a>.</em></p> <blockquote> <h2>Rust 1.93.1</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <ul> <li><a href="https://redirect.github.com/rust-lang/rust/pull/150590">Don't try to recover keyword as non-keyword identifier</a>, fixing an ICE that especially <a href="https://redirect.github.com/rust-lang/rustfmt/issues/6739">affected rustfmt</a>.</li> <li><a href="https://redirect.github.com/rust-lang/rust-clippy/pull/16196">Fix <code>clippy::panicking_unwrap</code> false-positive on field access with implicit deref</a>.</li> <li><a href="https://redirect.github.com/rust-lang/rust/pull/152259">Revert "Update wasm-related dependencies in CI"</a>, fixing file descriptor leaks on the <code>wasm32-wasip2</code> target.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/rust/blob/main/RELEASES.md">rust-toolchain's changelog</a>.</em></p> <blockquote> <h1>Version 1.93.1 (2026-02-12)</h1> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <ul> <li><a href="https://redirect.github.com/rust-lang/rust/pull/150590">Don't try to recover keyword as non-keyword identifier</a>, fixing an ICE that especially <a href="https://redirect.github.com/rust-lang/rustfmt/issues/6739">affected rustfmt</a>.</li> <li><a href="https://redirect.github.com/rust-lang/rust-clippy/pull/16196">Fix <code>clippy::panicking_unwrap</code> false-positive on field access with implicit deref</a>.</li> <li><a href="https://redirect.github.com/rust-lang/rust/pull/152259">Revert "Update wasm-related dependencies in CI"</a>, fixing file descriptor leaks on the <code>wasm32-wasip2</code> target.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/rust/commit/01f6ddf7588f42ae2d7eb0a2f21d44e8e96674cf"><code>01f6ddf</code></a> Auto merge of <a href="https://redirect.github.com/rust-lang/rust/issues/152450">#152450</a> - cuviper:stable-next, r=cuviper</li> <li><a href="https://github.com/rust-lang/rust/commit/674ccdd847d19d556c0f51967a092d89bc995664"><code>674ccdd</code></a> Release 1.93.1</li> <li><a href="https://github.com/rust-lang/rust/commit/f0867bf650e3edf3b37a720416852c8afd18f48f"><code>f0867bf</code></a> Sync release note changes from main</li> <li><a href="https://github.com/rust-lang/rust/commit/b8cc170b70ff51f55b72b4a668d7329ecebf659e"><code>b8cc170</code></a> Remove the 4 failing tests from rustdoc-gui</li> <li><a href="https://github.com/rust-lang/rust/commit/128b1c9f64f85958246b7dfdafc6f62f17dc7bb9"><code>128b1c9</code></a> Remove rustdoc GUI flaky test</li> <li><a href="https://github.com/rust-lang/rust/commit/f8cf317da396d8cf403171ba2713c07c301d1e39"><code>f8cf317</code></a> Revert "Update wasm-related dependencies in CI"</li> <li><a href="https://github.com/rust-lang/rust/commit/9c13ace16dce9c54222f5a8f02b4227e85edff21"><code>9c13ace</code></a> fix: <code>panicking_unwrap</code> FP on field access with implicit deref</li> <li><a href="https://github.com/rust-lang/rust/commit/feb759bb79a51b3abef735a164346dcec3866d99"><code>feb759b</code></a> Don't try to recover keyword as non-keyword identifier</li> <li><a href="https://github.com/rust-lang/rust/commit/f691f9a0ec7c1724112f9d97e9e9fb6f6e10888f"><code>f691f9a</code></a> Add regression tests for keyword-in-identifier-position recovery ICE</li> <li>See full diff in <a href="https://github.com/rust-lang/rust/compare/1.93.0...1.93.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eric Traut <etraut@openai.com>
This commit is contained in:
committed by
GitHub
Unverified
parent
15cd796749
commit
af3b1ae6cb
@@ -1,3 +1,3 @@
|
||||
[toolchain]
|
||||
channel = "1.93.0"
|
||||
channel = "1.93.1"
|
||||
components = ["clippy", "rustfmt", "rust-src"]
|
||||
|
||||
Reference in New Issue
Block a user