From 95d238c3b4c58acd0a83b6fd78b22cd63758edcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 06:54:48 +0000 Subject: [PATCH] build(deps): update tonic requirement from 0.12 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/grpc/grpc-rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/tonic/compare/v0.12.0...v0.12.3) --- updated-dependencies: - dependency-name: tonic dependency-version: 0.12.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2f42e7d5a..736c2d5ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ aws-config = { version = "1", features = ["behavior-version-latest"] } aws-smithy-http = "0.60" # gRPC -tonic = "0.12" +tonic = "0.14" prost = "0.13" # Serialization