From 3a7334aa2eb7b4126bf8a42f0f8cd8a531ea54b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jan 2022 17:01:46 +0000 Subject: [PATCH] Update tendermint requirement in /modules Updates the requirements on [tendermint](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/master/CHANGELOG.md) - [Commits](https://github.com/informalsystems/tendermint-rs/compare/v0.17.0-rc3...v0.24.0-pre.1) --- updated-dependencies: - dependency-name: tendermint dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Cargo.toml b/modules/Cargo.toml index 5aeee146a5..6879d1c2af 100644 --- a/modules/Cargo.toml +++ b/modules/Cargo.toml @@ -38,7 +38,7 @@ regex = "1" bech32 = "0.7.2" [dependencies.tendermint] -version = "=0.17.0-rc3" +version = "=0.24.0-pre.1" [dependencies.tendermint-rpc] version = "=0.17.0-rc3"