From 3a4937367a5ae75402aecb0ab3f1f50e9389bc0f Mon Sep 17 00:00:00 2001 From: houseme Date: Thu, 16 Jul 2026 14:22:06 +0800 Subject: [PATCH] chore(deps): remove redundant obs tracing feature (#4892) Co-authored-by: heihutu --- crates/obs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/obs/Cargo.toml b/crates/obs/Cargo.toml index 7c652b1c6..6f42090e5 100644 --- a/crates/obs/Cargo.toml +++ b/crates/obs/Cargo.toml @@ -98,7 +98,7 @@ tracing = { workspace = true, features = ["std", "attributes"] } tracing-appender = { workspace = true } tracing-error = { workspace = true } tracing-opentelemetry = { workspace = true } -tracing-subscriber = { workspace = true, features = ["fmt", "env-filter", "tracing-log", "time", "local-time", "json"] } +tracing-subscriber = { workspace = true, features = ["fmt", "env-filter", "tracing-log", "local-time", "json"] } tokio = { workspace = true, features = ["sync", "rt-multi-thread", "time", "macros"] } tokio-util = { workspace = true, features = ["io", "compat"] } dial9-tokio-telemetry = { workspace = true, optional = true }