From d0d199154e1a5bcdb758ca39e6351823e15dc9cd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 16 Jun 2025 00:03:07 +0000 Subject: [PATCH] fix(deps): 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 870baa3..b38b7b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ tokio = { version = "1.0", default-features = false, features = ["sync", "macros tracing-subscriber = { version = "0.3.0", features = ["env-filter"] } actix = "0.13.0" tonic = { version = "0.11.0", features = ["transport", "channel"] } -prost = "0.12.3" +prost = "0.14.0" tokio-stream = "0.1.14" async-stream = "0.3.5" actix-rt = "2.9.0"