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"] }