From 682798812e425a3a4b8ac8f6e58e0e07315f7935 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 16:41:35 +0000 Subject: [PATCH] Update Rust crate prost to 0.12 --- full-service/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/full-service/Cargo.toml b/full-service/Cargo.toml index 98ced4a08e..30f31e3e93 100644 --- a/full-service/Cargo.toml +++ b/full-service/Cargo.toml @@ -78,7 +78,7 @@ hex = { version = "0.4", default-features = false } itertools = "0.10.5" libsqlite3-sys = { version = "0.26", features = ["bundled-sqlcipher"] } num_cpus = "1.16" -prost = "0.11" +prost = "0.12" protobuf = "2.28.0" rand = { version = "0.8", default-features = false } rayon = "1.7"