From aa0301158edb9939104f3e4fd3d14e6c8b7e69ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 08:12:38 +0000 Subject: [PATCH] build(deps): bump prost from 0.10.3 to 0.10.4 (#4490) Bumps [prost](https://github.com/tokio-rs/prost) from 0.10.3 to 0.10.4. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Commits](https://github.com/tokio-rs/prost/compare/v0.10.3...v0.10.4) --- updated-dependencies: - dependency-name: prost dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- zebrad/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2ffc08c..b80a6f36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3514,9 +3514,9 @@ dependencies = [ [[package]] name = "prost" -version = "0.10.3" +version = "0.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc03e116981ff7d8da8e5c220e374587b98d294af7ba7dd7fda761158f00086f" +checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e" dependencies = [ "bytes", "prost-derive", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 012938c0..afa5b631 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -99,7 +99,7 @@ tokio = { version = "1.18.2", features = ["full", "test-util"] } tokio-stream = "0.1.8" # test feature lightwalletd-grpc-tests -prost = "0.10.3" +prost = "0.10.4" tonic = "0.7.2" proptest = "0.10.1"