From bb755335fc9888ab6f945821cc033b0813b03da0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 09:13:07 +0000 Subject: [PATCH] Update tendermint-rpc requirement from =0.19.0 to =0.23.1 in /modules Updates the requirements on [tendermint-rpc](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/v0.23.1/CHANGELOG.md) - [Commits](https://github.com/informalsystems/tendermint-rs/compare/v0.19.0...v0.23.1) --- updated-dependencies: - dependency-name: tendermint-rpc 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 187ab7c410..5d249363c9 100644 --- a/modules/Cargo.toml +++ b/modules/Cargo.toml @@ -49,7 +49,7 @@ optional = true [dev-dependencies] modelator = { git = "https://github.com/informalsystems/modelator", rev = "99f656fa8b3cf46a2aa0b6513e4e140d1778c4bd" } -tendermint-rpc = { version = "=0.19.0", features = ["http-client", "websocket-client"] } +tendermint-rpc = { version = "=0.23.1", features = ["http-client", "websocket-client"] } tendermint-testgen = { version = "=0.19.0" } # Needed for generating (synthetic) light blocks. sha2 = { version = "0.9.3" }