Skip to content

Commit bca0c14

Browse files
committed
➖ remove unused tansitive dependencies
1 parent cd4f9b8 commit bca0c14

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ opentelemetry-jaeger = { version = "0.16", features = [
1919
"rt-tokio",
2020
], optional = true }
2121
opentelemetry-semantic-conventions = { version = "0.9", optional = true }
22-
opentelemetry-otlp = { version = "0.10", features = [
23-
"http-proto",
24-
], optional = true }
22+
opentelemetry-otlp = { version = "0.10", optional = true }
2523
tower-http = { version = "0.3", features = ["trace"] }
2624
tracing = "0.1"
2725
tracing-opentelemetry = "0.17"

0 commit comments

Comments
 (0)