From 0df92d5cb4d61aa7d91afcb74d142ad5804f6e33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 21:58:11 +0000 Subject: [PATCH] Update tendermint-proto requirement from 0.25.0 to 0.30.0 Updates the requirements on [tendermint-proto](https://github.com/informalsystems/tendermint-rs) to permit the latest version. - [Release notes](https://github.com/informalsystems/tendermint-rs/releases) - [Changelog](https://github.com/informalsystems/tendermint-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/informalsystems/tendermint-rs/compare/v0.25.0...v0.30.0) --- updated-dependencies: - dependency-name: tendermint-proto dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bd28940..a9b28da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ integer-encoding = "3.0.4" prost = "0.11.0" prost-types = "0.11.1" smol = { version = "1.2.5", optional = true } -tendermint-proto = "0.25.0" +tendermint-proto = "0.30.0" tokio = { version = "1.21.2", features = [ "io-util", "net",