From af3b1ae6cb1d31b8985e8f87e18bc98cd524d4b5 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 17 Feb 2026 11:46:28 -0800
Subject: [PATCH] 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.
Release notes
Sourced from rust-toolchain's
releases.
Rust 1.93.1
Changelog
Sourced from rust-toolchain's
changelog.
Version 1.93.1 (2026-02-12)
Commits
01f6ddf
Auto merge of #152450
- cuviper:stable-next, r=cuviper
674ccdd
Release 1.93.1
f0867bf
Sync release note changes from main
b8cc170
Remove the 4 failing tests from rustdoc-gui
128b1c9
Remove rustdoc GUI flaky test
f8cf317
Revert "Update wasm-related dependencies in CI"
9c13ace
fix: panicking_unwrap FP on field access with implicit
deref
feb759b
Don't try to recover keyword as non-keyword identifier
f691f9a
Add regression tests for keyword-in-identifier-position recovery
ICE
- See full diff in compare
view
[](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)
---
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 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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eric Traut
---
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 954b68489..dc50bc36d 100644
--- a/codex-rs/rust-toolchain.toml
+++ b/codex-rs/rust-toolchain.toml
@@ -1,3 +1,3 @@
[toolchain]
-channel = "1.93.0"
+channel = "1.93.1"
components = ["clippy", "rustfmt", "rust-src"]