From 1e79b1a857cd1bd0b681ac8adf3ede76158a151d 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 870fd79e0..c834622bd 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"] }