remove now unused dep

This commit is contained in:
David Wiesen
2025-11-07 10:07:09 -08:00
parent fd31fbca87
commit c81c133070
2 changed files with 0 additions and 5 deletions

1
codex-rs/Cargo.lock generated
View File

@@ -1494,7 +1494,6 @@ dependencies = [
"unicode-width 0.2.1",
"url",
"vt100",
"windows-sys 0.52.0",
]
[[package]]

View File

@@ -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]