Skip to content

Commit cf2c4a0

Browse files
Update protobuf requirement from 2.14 to 3.4
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-before-3.md) - [Commits](stepancheg/rust-protobuf@v2.14.0...v3.4.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 19b9878 commit cf2c4a0

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.22", path = "../opentelemetry", default-features = false, features = ["metrics"] }
2525
opentelemetry_sdk = { version = "0.22", path = "../opentelemetry-sdk", default-features = false, features = ["metrics"] }
2626
prometheus = "0.13"
27-
protobuf = "2.14"
27+
protobuf = "3.4"
2828

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

0 commit comments

Comments
 (0)