Skip to content

Commit b0e0461

Browse files
klensyrami3l
authored andcommitted
tracing unsed only from otel feature, so move it to optional
1 parent 0a14e2b commit b0e0461

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ otel = [
3636
"dep:opentelemetry",
3737
"dep:opentelemetry_sdk",
3838
"dep:tokio",
39+
"dep:tracing",
3940
]
4041

4142
# Exports code dependent on private interfaces for the integration test suite
@@ -92,7 +93,7 @@ tokio = { workspace = true, optional = true }
9293
toml = "0.8"
9394
tracing-opentelemetry = { workspace = true, optional = true }
9495
tracing-subscriber = { workspace = true, optional = true, features = ["env-filter"] }
95-
tracing.workspace = true
96+
tracing = { workspace = true, optional = true }
9697
url.workspace = true
9798
wait-timeout = "0.2"
9899
walkdir = { workspace = true, optional = true }

0 commit comments

Comments
 (0)