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"] }