From d6db2dad24925faf79f626be063e30597505ad38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:47:47 +0000 Subject: [PATCH] fix(deps): update rust crate prost to 0.12.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..0e25249 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.12.0" serde = "1.0.198" tonic = { version = "0.9.2", features = ["gzip"] }