From da51e115c988150341cf77308233d78c6be2f7d7 Mon Sep 17 00:00:00 2001 From: Dmitry Demin Date: Tue, 15 Oct 2024 16:54:05 +0200 Subject: [PATCH] Upgrade prost dependency version to =0.12.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d7145796ec..3e828a7bb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,7 @@ maybe-rayon = { version = "0.1.0", default-features = false } rayon = "1.5" # Protobuf and gRPC -prost = "=0.12.3" +prost = "=0.12.6" tonic = { version = "0.10", default-features = false } tonic-build = { version = "0.10", default-features = false }