From 3f5f2b8cad4535ba43ec41aaad81152471a6d0f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 22:02:15 +0000 Subject: [PATCH] Update tendermint-proto requirement from 0.25.0 to 0.29.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.29.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..5abd5b8 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.29.0" tokio = { version = "1.21.2", features = [ "io-util", "net",