From 862bc7815a1e41fbc133eb22a92d2fedf5af5d41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 19:51:41 +0000 Subject: [PATCH] Update tonic requirement from 0.12.3 to 0.14.5 in /rust 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.12.3...v0.14.5) --- updated-dependencies: - dependency-name: tonic dependency-version: 0.14.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust/echo-grpc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/echo-grpc/Cargo.toml b/rust/echo-grpc/Cargo.toml index fd9f99bdc..1b36e0cc5 100644 --- a/rust/echo-grpc/Cargo.toml +++ b/rust/echo-grpc/Cargo.toml @@ -19,7 +19,7 @@ serde = "1.0.219" serde_derive = "1.0.219" tokio = { version = "1.44.2", features = ["macros", "rt-multi-thread"] } tokio-stream = "0.1.17" -tonic = "0.12.3" +tonic = "0.14.5" uuid = { version = "1.16.0", features = ["v4"] } [build-dependencies]