Skip to content

Commit 75c1610

Browse files
removed non needed attr
1 parent 38cde26 commit 75c1610

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

examples/tracing-grpc/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ opentelemetry_sdk = { path = "../../opentelemetry-sdk", features = ["rt-tokio"]
1919
opentelemetry-stdout = { workspace = true, features = ["trace"] }
2020
prost = { workspace = true }
2121
tokio = { workspace = true, features = ["full"] }
22-
tonic = { workspace = true, default-features = false, features = [
23-
"transport", "codegen", "prost", "channel"
24-
] }
2522
tonic = { workspace = true, features = ["server", "codegen", "channel", "prost"] }
2623

2724
[build-dependencies]

opentelemetry-otlp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ opentelemetry-proto = { version = "0.28", path = "../opentelemetry-proto", defau
3434
tracing = {workspace = true, optional = true}
3535

3636
prost = { workspace = true, optional = true }
37-
tonic = { workspace = true, default-features = false, optional = true }
37+
tonic = { workspace = true, optional = true }
3838
tokio = { workspace = true, features = ["sync", "rt"], optional = true }
3939

4040
reqwest = { workspace = true, optional = true }

0 commit comments

Comments
 (0)