From c157820194e1a6926d63303d6e66752bf78c8e5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 21:09:20 +0000 Subject: [PATCH] fix(deps): update rust crate prost to 0.12.0 --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index 620f777..b7e27d4 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.12.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"] }