From ed4ddef039ae90613cbfae519686120526f2eaeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 20:03:40 +0000 Subject: [PATCH] Update tendermint requirement from =0.17.0-rc3 to =0.28.0 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/main/CHANGELOG.md) - [Commits](https://github.com/informalsystems/tendermint-rs/compare/v0.17.0-rc3...v0.28.0) --- 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..b2dd433812 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.28.0" [dependencies.tendermint-rpc] version = "=0.17.0-rc3"