mirror of
https://github.com/openai/codex.git
synced 2026-04-24 22:54:54 +00:00
Revert "feat: support proxy for ws connection" (#9693)
Reverts openai/codex#9409
This commit is contained in:
@@ -21,7 +21,7 @@ clap = { workspace = true, features = ["derive"] }
|
||||
codex-process-hardening = { workspace = true }
|
||||
ctor = { workspace = true }
|
||||
libc = { workspace = true }
|
||||
reqwest = { workspace = true, features = ["blocking", "json", "rustls-tls-webpki-roots", "rustls-tls-native-roots"] }
|
||||
reqwest = { workspace = true, features = ["blocking", "json", "rustls-tls"] }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
serde_json = { workspace = true }
|
||||
tiny_http = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user