From d13c3510eaaa40b8c7715bee554b551881f7450e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 15:00:50 +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 13cd53b..1467fe8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ futures = "0.3.31" log = "0.4.26" env_logger = "0.11.8" prost = "0.13.5" -tonic = "0.13.0" +tonic = "0.14.0" tucana = { version = "0.0.28", features = ["all"] } code0-flow = { version = "0.0.13", features = ["flow_store", "flow_config"] } serde_json = "1.0.140"