diff --git a/servers/translator/Cargo.toml b/servers/translator/Cargo.toml index e443a5c..f5b7a35 100644 --- a/servers/translator/Cargo.toml +++ b/servers/translator/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" axum = "0.5.17" async-trait = "0.1.80" pbjson-types = "0.5.1" -prost = "0.11.8" +prost = "0.13.0" tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] } tonic = { version = "0.9.1", features = ["gzip"] } tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }