Skip to content

Commit e790e6c

Browse files
committed
chore(deps): make tracing* hard requirements
1 parent 6d5f0f6 commit e790e6c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ no-self-update = []
3232
otel = [
3333
"dep:opentelemetry-otlp",
3434
"dep:tracing-opentelemetry",
35-
"dep:tracing-subscriber",
3635
"dep:opentelemetry",
3736
"dep:opentelemetry_sdk",
3837
]
@@ -87,7 +86,7 @@ tokio.workspace = true
8786
tokio-stream.workspace = true
8887
toml = "0.8"
8988
tracing-opentelemetry = { workspace = true, optional = true }
90-
tracing-subscriber = { workspace = true, optional = true, features = ["env-filter"] }
89+
tracing-subscriber = { workspace = true, features = ["env-filter"] }
9190
tracing.workspace = true
9291
url.workspace = true
9392
wait-timeout = "0.2"

0 commit comments

Comments
 (0)