From b3d41a6031de771a5b8aa60333f44f688d4e87a0 Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Tue, 7 May 2024 13:58:55 +0000 Subject: [PATCH] chore(deps): update rust crate prost to 0.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f96cf18c..66a6ad8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ openssl = "0.10" p12 = "0.6" pin-project = "1.1" pkg-config = "0.3" -prost = "0.11" +prost = "0.12" prost-types = "0.11" rand = "0.8" serde = { version = "1.0", features = ["derive"] }