From 5eb655876f791bace699b204903f85bc55787da3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 21:52:21 +0000 Subject: [PATCH] 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](https://github.com/stepancheg/rust-protobuf/compare/v2.14.0...v3.3.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 46d7be9fba..db36603294 100644 --- a/opentelemetry-prometheus/Cargo.toml +++ b/opentelemetry-prometheus/Cargo.toml @@ -24,7 +24,7 @@ once_cell = { workspace = true } opentelemetry = { version = "0.21", path = "../opentelemetry", default-features = false, features = ["metrics"] } opentelemetry_sdk = { version = "0.21", path = "../opentelemetry-sdk", default-features = false, features = ["metrics"] } prometheus = "0.13" -protobuf = "2.14" +protobuf = "3.3" [dev-dependencies] opentelemetry-semantic-conventions = { path = "../opentelemetry-semantic-conventions" }