Skip to content

Commit

Permalink
Group otel-proto subdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AllexVeldman committed Sep 16, 2024
1 parent 5415545 commit 3b2110a
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,24 +45,20 @@ wasm-bindgen = "0.2.93"
worker = { version = "0.3.0", features = ["http"] }
tracing-web = "0.1.3"
futures = "0.3.30"
getrandom = { version = "*", features = ["js"] }

# OTLP dependencies
opentelemetry = { version = "*", default-features = false, features = ["trace"] }
opentelemetry-proto = { version = "0.7.0", default-features = false, features = ["gen-tonic-messages", "logs", "trace"] }
# sub-dependencies of opentelemetry-proto, here to disable the default features
opentelemetry = { version = "*", default-features = false, features = ["trace"] }
opentelemetry_sdk = { version = "*", default-features = false, features = ["trace"] }

tracing-core = "0.1.32"
prost = "0.13.2"
tower = {version = "0.5.0", features = ["util"]}
async-trait = "0.1.81"
pin-project = "1.1.5"

[dependencies.opentelemetry_sdk]
version = "*"
default-features = false
features = ["trace"]

[dependencies.getrandom]
version = "*"
features = ["js"]

[dependencies.web-sys]
version = "0.3.63"
Expand Down

0 comments on commit 3b2110a

Please sign in to comment.