Skip to content

Commit 5eb6558

Browse files
Update protobuf requirement from 2.14 to 3.3
Updates the requirements on [protobuf](https://github.com/stepancheg/rust-protobuf) to permit the latest version. - [Changelog](https://github.com/stepancheg/rust-protobuf/blob/master/CHANGELOG.md) - [Commits](stepancheg/rust-protobuf@v2.14.0...v3.3.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ed7a709 commit 5eb6558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-prometheus/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ once_cell = { workspace = true }
2424
opentelemetry = { version = "0.21", path = "../opentelemetry", default-features = false, features = ["metrics"] }
2525
opentelemetry_sdk = { version = "0.21", path = "../opentelemetry-sdk", default-features = false, features = ["metrics"] }
2626
prometheus = "0.13"
27-
protobuf = "2.14"
27+
protobuf = "3.3"
2828

2929
[dev-dependencies]
3030
opentelemetry-semantic-conventions = { path = "../opentelemetry-semantic-conventions" }

0 commit comments

Comments
 (0)