Skip to content

Commit f24cc9d

Browse files
fixed diff
1 parent 37af26e commit f24cc9d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/tracing-grpc/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ opentelemetry_sdk = { path = "../../opentelemetry-sdk", features = ["rt-tokio"]
1919
opentelemetry-stdout = { path = "../../opentelemetry-stdout", features = ["trace"] }
2020
prost = { workspace = true }
2121
tokio = { workspace = true, features = ["full"] }
22-
tonic = { workspace = true, default-features = false }
23-
serde_json = { workspace = true }
22+
tonic = { workspace = true, default-features = false, features = ["server"] }
2423

2524
[build-dependencies]
2625
tonic-build = { workspace = true }

0 commit comments

Comments
 (0)