Skip to content

Commit c3490bc

Browse files
committed
chore(deps): make tracing* and tokio hard requirements
1 parent 1d839ea commit c3490bc

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Cargo.toml

+3-6
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,8 @@ no-self-update = []
3232
otel = [
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
8986
termcolor.workspace = true
9087
thiserror.workspace = true
9188
threadpool = "1"
92-
tokio = { workspace = true, optional = true }
89+
tokio = { workspace = true }
9390
toml = "0.8"
9491
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 }
9794
url.workspace = true
9895
wait-timeout = "0.2"
9996
walkdir = { workspace = true, optional = true }

0 commit comments

Comments
 (0)