From 676a5b36337dd06d005c7187cb9d59656075bcb9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 10:24:48 +0000 Subject: [PATCH] fix(deps): update rust crate prost to 0.12.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..9926a4a 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.12.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"] }