From 5fcdaeee3d23f8171a7c4be337ecb75a994618c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 13:23:48 -0400 Subject: [PATCH] build(deps): update prost requirement from 0.11.9 to 0.12.0 (#246) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rpc/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 21c468462..16df5ebe4 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -17,10 +17,10 @@ bench = false [dependencies] firewood = { version = "0.0.3", path = "../firewood" } -prost = "0.11.9" +prost = "0.12.0" thiserror = "1.0.47" tokio = { version = "1.32.0", features = ["sync", "rt-multi-thread"] } -tonic = { version = "0.9.2", features = ["tls"] } +tonic = { version = "0.10.0", features = ["tls"] } [build-dependencies] tonic-build = "0.10.0"