Skip to content

Commit

Permalink
don't need duplicate feature here (#93)
Browse files Browse the repository at this point in the history
* don't need duplicate feature here

Signed-off-by: clux <[email protected]>

* don't need this either!

Signed-off-by: clux <[email protected]>

---------

Signed-off-by: clux <[email protected]>
  • Loading branch information
clux authored Oct 10, 2024
1 parent e3ec9fb commit a7085e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ tracing = "0.1.37"
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-otlp = { version = "0.26.0", optional = true }
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 a7085e4

Please sign in to comment.