From 4168f92167445ccb93b4a4aad26ca896af645ec3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 15:00:44 +0000 Subject: [PATCH] Update Rust crate prost to 0.14.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 13cd53b..b60589e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ dotenv = "0.15.0" futures = "0.3.31" log = "0.4.26" env_logger = "0.11.8" -prost = "0.13.5" +prost = "0.14.0" tonic = "0.13.0" tucana = { version = "0.0.28", features = ["all"] } code0-flow = { version = "0.0.13", features = ["flow_store", "flow_config"] }