diff --git a/Cargo.lock b/Cargo.lock index 692cc9a89092fa..20070d46a096cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8833,7 +8833,6 @@ dependencies = [ "serde_json", "tokio", "tracing", - "tracing-appender", "tracing-signpost", "tracing-subscriber", "turbo-tasks", diff --git a/crates/turbopack-cli/Cargo.toml b/crates/turbopack-cli/Cargo.toml index 8ffa300a765663..20ebf6ab5ab8ad 100644 --- a/crates/turbopack-cli/Cargo.toml +++ b/crates/turbopack-cli/Cargo.toml @@ -49,7 +49,6 @@ serde = { workspace = true } serde_json = { workspace = true } tokio = { workspace = true, features = ["full"] } tracing = { workspace = true } -tracing-appender = { workspace = true } tracing-subscriber = { workspace = true, features = ["env-filter", "json"] } turbo-tasks = { workspace = true } turbo-tasks-env = { workspace = true }