From 6c5525e331f16390c524699326ea3c3ff72b6a9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 17:54:53 +0000 Subject: [PATCH] chore(deps): update tonic-build requirement from 0.13 to 0.14 Updates the requirements on [tonic-build](https://github.com/hyperium/tonic) to permit the latest version. - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/tonic/compare/v0.13.0...v0.13.1) --- updated-dependencies: - dependency-name: tonic-build dependency-version: 0.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- opentelemetry-stackdriver/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentelemetry-stackdriver/Cargo.toml b/opentelemetry-stackdriver/Cargo.toml index 915299e43..ddad87c38 100644 --- a/opentelemetry-stackdriver/Cargo.toml +++ b/opentelemetry-stackdriver/Cargo.toml @@ -39,7 +39,7 @@ internal-logs = ["tracing"] reqwest = "0.12" tempfile = "3.3.0" tokio = { version = "1.0", features = ["macros", "rt"] } -tonic-build = "0.13" +tonic-build = "0.14" walkdir = "2.3.2" futures-util = { version = "0.3", default-features = false } opentelemetry = { workspace = true, features = ["testing"] }