chore: Rust 1.89 promoted file locking to the standard library, so prefer stdlib to fs2 (#2467)

---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/openai/codex/pull/2467).
* __->__ #2467
* #2465
This commit is contained in:
Michael Bolin
2025-08-19 13:22:46 -07:00
committed by GitHub
parent 50c48e88f5
commit e58125e6c1
3 changed files with 15 additions and 23 deletions

View File

@@ -23,7 +23,6 @@ codex-protocol = { path = "../protocol" }
dirs = "6"
env-flags = "0.1.1"
eventsource-stream = "0.2.3"
fs2 = "0.4.3"
futures = "0.3"
libc = "0.2.175"
mcp-types = { path = "../mcp-types" }