From 6ff259a5d3542ac99c0c8d8ce5a84067fda329bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 06:22:10 +0000 Subject: [PATCH] fix(deps): update rust crate prost to 0.13.0 --- server/infra/grpc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/infra/grpc/Cargo.toml b/server/infra/grpc/Cargo.toml index e4f86e8..222da43 100644 --- a/server/infra/grpc/Cargo.toml +++ b/server/infra/grpc/Cargo.toml @@ -13,6 +13,6 @@ anyhow = "1.0.82" async-trait = "0.1.80" log = "0.4.21" pbjson-types = "0.5.1" -prost = "0.11.9" +prost = "0.13.0" serde = "1.0.198" tonic = { version = "0.9.2", features = ["gzip"] }