From 83cbff906cf9a08dec1b056c4269a1bc8205aad3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 10:52:30 +0000 Subject: [PATCH] Update tonic monorepo to 0.14.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7efe658..abacddd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,10 +14,10 @@ async-trait = "0.1.85" log = "0.4.24" serde_json = "1.0.138" serde = "1.0.138" -tonic = "0.13.0" +tonic = "0.14.0" dotenv = "0.15.0" code0-definition-reader = "0.0.8" -tonic-health = "0.13.1" +tonic-health = "0.14.0" async-nats = "0.42.0" futures-core = "0.3.31"