We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 646d74c commit 24682a4Copy full SHA for 24682a4
opentelemetry-jaeger/Cargo.toml
@@ -43,7 +43,7 @@ tokio = { workspace = true, features = ["net", "sync"], optional = true }
43
wasm-bindgen = { version = "0.2", optional = true }
44
wasm-bindgen-futures = { version = "0.4.18", optional = true }
45
46
-tonic = { workspace = true, optional = true, default-features = true }
+tonic = { workspace = true, optional = true, features = ["transport", "codegen", "prost"] }
47
prost = { workspace = true, optional = true }
48
prost-types = { workspace = true, optional = true }
49
0 commit comments