From cf2c4a0a643b106bdff251c7ae0f7591ba82fa2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 18:31:43 +0000 Subject: [PATCH] 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](https://github.com/stepancheg/rust-protobuf/compare/v2.14.0...v3.4.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- opentelemetry-prometheus/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentelemetry-prometheus/Cargo.toml b/opentelemetry-prometheus/Cargo.toml index 83e1855d89..9f8b44a09d 100644 --- a/opentelemetry-prometheus/Cargo.toml +++ b/opentelemetry-prometheus/Cargo.toml @@ -24,7 +24,7 @@ once_cell = { workspace = true } opentelemetry = { version = "0.22", path = "../opentelemetry", default-features = false, features = ["metrics"] } opentelemetry_sdk = { version = "0.22", path = "../opentelemetry-sdk", default-features = false, features = ["metrics"] } prometheus = "0.13" -protobuf = "2.14" +protobuf = "3.4" [dev-dependencies] opentelemetry-semantic-conventions = { path = "../opentelemetry-semantic-conventions" }