From 28a20a8f83a6f014b17b7c41019ab24b0bbd2eb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 17:41:40 +0000 Subject: [PATCH] chore(deps): update tendermint requirement from 0.34.0 to 0.35.0 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/commits) --- updated-dependencies: - dependency-name: tendermint 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 62981c026..8c7112bf8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -105,7 +105,7 @@ ibc-app-nft-transfer-types = { version = "0.51.0", path = "./ibc-apps/ics721-nf ibc-proto = { version = "0.42.2", default-features = false } # cosmos dependencies -tendermint = { version = "0.34.0", default-features = false } +tendermint = { version = "0.35.0", default-features = false } tendermint-light-client = { version = "0.34.0", default-features = false } tendermint-light-client-verifier = { version = "0.34.0", default-features = false } tendermint-proto = { version = "0.34.0", default-features = false }