diff --git a/server/Cargo.toml b/server/Cargo.toml index 620f777..bc0fd46 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" axum = "0.6.18" async-trait = "0.1.68" pbjson-types = "0.5.1" -prost = "0.11.9" +prost = "0.13.0" tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] } tonic = { version = "0.9.2", features = ["gzip"] } tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }