We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed7a709 commit 5eb6558Copy full SHA for 5eb6558
opentelemetry-prometheus/Cargo.toml
@@ -24,7 +24,7 @@ once_cell = { workspace = true }
24
opentelemetry = { version = "0.21", path = "../opentelemetry", default-features = false, features = ["metrics"] }
25
opentelemetry_sdk = { version = "0.21", path = "../opentelemetry-sdk", default-features = false, features = ["metrics"] }
26
prometheus = "0.13"
27
-protobuf = "2.14"
+protobuf = "3.3"
28
29
[dev-dependencies]
30
opentelemetry-semantic-conventions = { path = "../opentelemetry-semantic-conventions" }
0 commit comments