Skip to content

Commit

Permalink
don't need duplicate feature here
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Oct 10, 2024
1 parent e3ec9fb commit 65ae3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] }
tracing-opentelemetry = "0.27.0"
opentelemetry = { version = "0.26.0", features = ["trace"] }
opentelemetry-otlp = { version = "0.26.0", features = ["tokio"], optional = true }
opentelemetry_sdk = { version = "0.26.0", features = ["tokio", "rt-tokio"] }
opentelemetry_sdk = { version = "0.26.0", features = ["rt-tokio"] }
thiserror = "1.0.47"
anyhow = "1.0.89"
prometheus-client = "0.22.2"
Expand Down

0 comments on commit 65ae3f7

Please sign in to comment.