From 02dc21eb480f41bfdceff71d2d32338d4bec1560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 19:31:05 +0000 Subject: [PATCH] chore(deps): update tonic requirement from 0.13 to 0.14 Updates the requirements on [tonic](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 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..49a6b4c4b 100644 --- a/opentelemetry-stackdriver/Cargo.toml +++ b/opentelemetry-stackdriver/Cargo.toml @@ -19,7 +19,7 @@ opentelemetry-semantic-conventions = { workspace = true } prost = "0.13" prost-types = "0.13" thiserror = "2.0" -tonic = { version = "0.13", default-features = false, features = ["channel", "codegen", "gzip", "prost"] } +tonic = { version = "0.14", default-features = false, features = ["channel", "codegen", "gzip", "prost"] } tracing = { version = "0.1", optional = true } # Futures