From 2ef123d2cc1e13eef0614978c26062755de88616 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 07:57:20 +0000 Subject: [PATCH] fix(deps): update tonic monorepo to 0.12.0 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dfa846a..e0c73c2 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.12.0" +tonic-reflection = "0.12.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.12.0" [dev-dependencies] gh-workflow = "0.5.1"