From 6e5ae53a4550a59c60a150787b584323660fbbc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 05:02:21 +0000 Subject: [PATCH] Update tendermint-proto requirement from 0.37 to 0.40 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.37.0...v0.40.1) --- 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 8dfb508..fce5487 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ scale-info = { version = "2.1.2", default-features = false, features = [ borsh = { version = "1", default-features = false, features = ["derive"], optional = true } [dependencies.tendermint-proto] -version = "0.37" +version = "0.40" default-features = false [dev-dependencies]