From 28e6d4de93a09f2ecc1edb6ed9600f69693f76dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 21:07:07 +0000 Subject: [PATCH] Update tendermint-proto requirement from =0.21.0 to =0.23.1 in /proto 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/v0.23.1/CHANGELOG.md) - [Commits](https://github.com/informalsystems/tendermint-rs/compare/v0.21.0...v0.23.1) --- updated-dependencies: - dependency-name: tendermint-proto dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- proto/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/Cargo.toml b/proto/Cargo.toml index f465a0037a..e26c744f52 100644 --- a/proto/Cargo.toml +++ b/proto/Cargo.toml @@ -29,4 +29,4 @@ tonic = "0.4" getrandom = { version = "0.2", features = ["js"] } [dependencies.tendermint-proto] -version = "=0.21.0" +version = "=0.23.1"