File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,8 @@ no-self-update = []
3232otel = [
3333 " dep:opentelemetry-otlp" ,
3434 " dep:tracing-opentelemetry" ,
35- " dep:tracing-subscriber" ,
3635 " dep:opentelemetry" ,
3736 " dep:opentelemetry_sdk" ,
38- " dep:tokio" ,
39- " dep:tracing" ,
4037]
4138
4239# Exports code dependent on private interfaces for the integration test suite
@@ -89,11 +86,11 @@ tempfile.workspace = true
8986termcolor.workspace = true
9087thiserror.workspace = true
9188threadpool = " 1"
92- tokio = { workspace = true , optional = true }
89+ tokio = { workspace = true }
9390toml = " 0.8"
9491tracing-opentelemetry = { workspace = true , optional = true }
95- tracing-subscriber = { workspace = true , optional = true , features = [" env-filter" ] }
96- tracing = { workspace = true , optional = true }
92+ tracing-subscriber = { workspace = true , features = [" env-filter" ] }
93+ tracing = { workspace = true }
9794url.workspace = true
9895wait-timeout = " 0.2"
9996walkdir = { workspace = true , optional = true }
You can’t perform that action at this time.
0 commit comments