From 67c6c697b7727afca0bc2fc9c721a7c3f71c560a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 07:50:13 +0000 Subject: [PATCH] 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/hyperium/tonic/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 b1698aa..981f0e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ talosconfig = ["serde_yaml", "base64"] [dependencies] tokio = { version = "1.42", features = ["macros", "rt-multi-thread"] } -tonic = { version = "0.12", features = ["tls", "tls-roots"] } +tonic = { version = "0.14", features = ["tls", "tls-roots"] } tower = "0.4" prost = "0.13" prost-types = "0.13"