We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tracing*
1 parent 6d5f0f6 commit e790e6cCopy full SHA for e790e6c
Cargo.toml
@@ -32,7 +32,6 @@ no-self-update = []
32
otel = [
33
"dep:opentelemetry-otlp",
34
"dep:tracing-opentelemetry",
35
- "dep:tracing-subscriber",
36
"dep:opentelemetry",
37
"dep:opentelemetry_sdk",
38
]
@@ -87,7 +86,7 @@ tokio.workspace = true
87
86
tokio-stream.workspace = true
88
toml = "0.8"
89
tracing-opentelemetry = { workspace = true, optional = true }
90
-tracing-subscriber = { workspace = true, optional = true, features = ["env-filter"] }
+tracing-subscriber = { workspace = true, features = ["env-filter"] }
91
tracing.workspace = true
92
url.workspace = true
93
wait-timeout = "0.2"
0 commit comments