chore(deps): remove redundant obs tracing feature (#4892)

Co-authored-by: heihutu <heihutu@gmail.com>
This commit is contained in:
houseme
2026-07-16 14:22:06 +08:00
committed by GitHub
parent 513e5f1018
commit 3a4937367a
+1 -1
View File
@@ -98,7 +98,7 @@ tracing = { workspace = true, features = ["std", "attributes"] }
tracing-appender = { workspace = true } tracing-appender = { workspace = true }
tracing-error = { workspace = true } tracing-error = { workspace = true }
tracing-opentelemetry = { 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 = { workspace = true, features = ["sync", "rt-multi-thread", "time", "macros"] }
tokio-util = { workspace = true, features = ["io", "compat"] } tokio-util = { workspace = true, features = ["io", "compat"] }
dial9-tokio-telemetry = { workspace = true, optional = true } dial9-tokio-telemetry = { workspace = true, optional = true }