This commit is contained in:
Matthew Zeng
2026-01-21 22:59:01 -08:00
parent 407cd9f0d3
commit da95ee0e58
2 changed files with 0 additions and 2 deletions

1
codex-rs/Cargo.lock generated
View File

@@ -1796,7 +1796,6 @@ dependencies = [
"tokio-stream",
"tokio-util",
"toml 0.9.5",
"toml_edit 0.24.0+spec-1.1.0",
"tracing",
"tracing-appender",
"tracing-subscriber",

View File

@@ -85,7 +85,6 @@ tokio = { workspace = true, features = [
] }
tokio-stream = { workspace = true, features = ["sync"] }
toml = { workspace = true }
toml_edit = { workspace = true }
tracing = { workspace = true, features = ["log"] }
tracing-appender = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter"] }