From 6585b49730443b3f1fd063ec0ec180ae46ebe3ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 17:32:20 +0000 Subject: [PATCH] chore(deps): update tendermint-rpc requirement from 0.35.0 to 0.36.0 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/main/CHANGELOG.md) - [Commits](https://github.com/informalsystems/tendermint-rs/compare/v0.35.0...v0.35.0) --- updated-dependencies: - dependency-name: tendermint-rpc 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 fc9a7c5ad..cfbadeda5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,7 +109,7 @@ tendermint = { version = "0.35.0", default-features = fals tendermint-light-client = { version = "0.35.0", default-features = false } tendermint-light-client-verifier = { version = "0.35.0", default-features = false } tendermint-proto = { version = "0.35.0", default-features = false } -tendermint-rpc = { version = "0.35.0", default-features = false } +tendermint-rpc = { version = "0.36.0", default-features = false } tendermint-testgen = { version = "0.35.0", default-features = false } # cosmwasm dependencies