diff --git a/codex-rs/Cargo.lock b/codex-rs/Cargo.lock index f74d9ee9ff..446bd0bf9f 100644 --- a/codex-rs/Cargo.lock +++ b/codex-rs/Cargo.lock @@ -1494,7 +1494,6 @@ dependencies = [ "unicode-width 0.2.1", "url", "vt100", - "windows-sys 0.52.0", ] [[package]] diff --git a/codex-rs/tui/Cargo.toml b/codex-rs/tui/Cargo.toml index 99baf35f31..2786fd6ad8 100644 --- a/codex-rs/tui/Cargo.toml +++ b/codex-rs/tui/Cargo.toml @@ -90,10 +90,6 @@ url = { workspace = true } codex-windows-sandbox = { workspace = true } [target.'cfg(windows)'.dependencies] -windows-sys = { version = "0.52", features = [ - "Win32_Foundation", - "Win32_System_Console", -] } terminal-colorsaurus = "1" [target.'cfg(unix)'.dependencies]