From 3eb3c63e535f56485db50d6c77d0af4e5b74e35a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 23:08:24 +0000 Subject: [PATCH] fix(deps): update tonic monorepo to 0.13.0 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dfa846a..dbb56f1 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.13.0" +tonic-reflection = "0.13.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.13.0" [dev-dependencies] gh-workflow = "0.5.1"