From c4afe3068670c088a07606f5de697032d9ef6c82 Mon Sep 17 00:00:00 2001 From: Anatolii Kurotych Date: Tue, 16 Jul 2024 10:14:01 +0300 Subject: [PATCH] Use prost = 0.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8144a56df..3fdd7715b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,7 +102,7 @@ http = "<=0.2" triggered = "0" futures = "*" futures-util = "*" -prost = "*" +prost = "0.12" once_cell = "1" lazy_static = "1" config = { version = "0", default-features = false, features = ["toml"] }