From de1c162d7a5b2267a279f214eab275d6635d0906 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 12:18:05 +0000 Subject: [PATCH] Update prost requirement from 0.9 to 0.11 Updates the requirements on [prost](https://github.com/tokio-rs/prost) to permit the latest version. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Commits](https://github.com/tokio-rs/prost/compare/v0.9.0...v0.11.0) --- updated-dependencies: - dependency-name: prost dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- chain-network/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chain-network/Cargo.toml b/chain-network/Cargo.toml index 2f93a4ac6..adc22aac0 100644 --- a/chain-network/Cargo.toml +++ b/chain-network/Cargo.toml @@ -11,7 +11,7 @@ async-trait = "0.1" futures = "0.3" http-body = "0.4" pin-project = "1.0" -prost = "0.9" +prost = "0.11" rand_core = "0.6" thiserror = "1.0"