We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a14e2b commit b0e0461Copy full SHA for b0e0461
Cargo.toml
@@ -36,6 +36,7 @@ otel = [
36
"dep:opentelemetry",
37
"dep:opentelemetry_sdk",
38
"dep:tokio",
39
+ "dep:tracing",
40
]
41
42
# Exports code dependent on private interfaces for the integration test suite
@@ -92,7 +93,7 @@ tokio = { workspace = true, optional = true }
92
93
toml = "0.8"
94
tracing-opentelemetry = { workspace = true, optional = true }
95
tracing-subscriber = { workspace = true, optional = true, features = ["env-filter"] }
-tracing.workspace = true
96
+tracing = { workspace = true, optional = true }
97
url.workspace = true
98
wait-timeout = "0.2"
99
walkdir = { workspace = true, optional = true }
0 commit comments