From 36894a0765f2e38a0e015e109bd982d16f508e9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 11:32:06 +0000 Subject: [PATCH] fix(deps): update rust crate prost to 0.14 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6189653..1496e51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -prost = { version = "0.13" } +prost = { version = "0.14" } tonic = { version = "0.12" } tonic-reflection = { version = "0.12" } tokio = { version = "1.0", features = [