From 0a5455a58ec5270f27bd8deb4641927d2ccbe2fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Jun 2025 03:51:38 +0000 Subject: [PATCH] Update tokio-prost monorepo to 0.14.0 --- build/rust/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/rust/Cargo.toml b/build/rust/Cargo.toml index 0cb2c4b..346667d 100644 --- a/build/rust/Cargo.toml +++ b/build/rust/Cargo.toml @@ -10,8 +10,8 @@ include = ["src/*"] [dependencies] serde = { version = "1.0.217", features = ["derive"] } -prost-types = "0.13.4" -prost = "0.13.4" +prost-types = "0.14.0" +prost = "0.14.0" tonic = "0.13.0" serde_json = "1.0.138"