From cb591439fee881c50161c4b57ce2340c9c04f0c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 06:55:17 +0000 Subject: [PATCH] fix(deps): update tokio-prost monorepo to 0.14.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dfa846a..ad6338b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,8 +10,8 @@ hyper = { version = "0.14.28", features = ["full"] } tokio = { version = "1.36.0", features = ["full"] } tonic = "0.11.0" tonic-reflection = "0.11.0" -prost = "0.12.3" -prost-types = "0.12.3" +prost = "0.14.0" +prost-types = "0.14.0" tower = "0.4.13" hyper-util = { version = "0.1.3", features = ["tokio"] } http-body-util = "0.1.0"