From 0d5d814def9cfc0ea5f2c2ab2d23a26b05029a3f Mon Sep 17 00:00:00 2001 From: Tobias Koppers Date: Fri, 19 May 2023 17:55:05 +0000 Subject: [PATCH] remove tracing-appender --- Cargo.lock | 1 - crates/turbopack-cli/Cargo.toml | 1 - 2 files changed, 2 deletions(-) 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 }