From ce8a96e042b399f862342e0ee114c0b001b171ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 16:38:23 +0000 Subject: [PATCH] Update Rust crate tonic to 0.14.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fb56e16..f60b69e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ 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"