From 9462edafabe69af7b9436ef9675cdaf344c7ed06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 17:39:33 +0000 Subject: [PATCH] fix(deps): update tonic monorepo to 0.14.0 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dfa846a..6c926cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,8 +8,8 @@ edition = "2021" [dependencies] hyper = { version = "0.14.28", features = ["full"] } tokio = { version = "1.36.0", features = ["full"] } -tonic = "0.11.0" -tonic-reflection = "0.11.0" +tonic = "0.14.0" +tonic-reflection = "0.14.0" prost = "0.12.3" prost-types = "0.12.3" tower = "0.4.13" @@ -36,7 +36,7 @@ async-trait = "0.1" [build-dependencies] gh-workflow = "0.5.1" -tonic-build = "0.11.0" +tonic-build = "0.14.0" [dev-dependencies] gh-workflow = "0.5.1"