From c1200cf73de89592cc22acccb0ce522d397d5d33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 06:05:27 +0000 Subject: [PATCH] fix(deps): update rust crate prost to 0.13.0 --- servers/translator/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }