File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,8 @@ no-self-update = []
32
32
otel = [
33
33
" dep:opentelemetry-otlp" ,
34
34
" dep:tracing-opentelemetry" ,
35
- " dep:tracing-subscriber" ,
36
35
" dep:opentelemetry" ,
37
36
" dep:opentelemetry_sdk" ,
38
- " dep:tokio" ,
39
- " dep:tracing" ,
40
37
]
41
38
42
39
# Exports code dependent on private interfaces for the integration test suite
@@ -89,11 +86,11 @@ tempfile.workspace = true
89
86
termcolor.workspace = true
90
87
thiserror.workspace = true
91
88
threadpool = " 1"
92
- tokio = { workspace = true , optional = true }
89
+ tokio = { workspace = true }
93
90
toml = " 0.8"
94
91
tracing-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 }
97
94
url.workspace = true
98
95
wait-timeout = " 0.2"
99
96
walkdir = { workspace = true , optional = true }
You can’t perform that action at this time.
0 commit comments