From e14317275a6d5d955a4c3249a8bf681ba6512952 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:42:08 +0000 Subject: [PATCH] Update tendermint-rpc requirement from 0.33.0 to 0.34.0 (#27) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dc4bf5a..e91c51e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ serde_yaml = "0.9.25" sha2 = "0.10.7" sha3 = "0.10.8" tendermint = "0.34.0" -tendermint-rpc = { version = "0.33.0", features = ["http-client"] } +tendermint-rpc = { version = "0.34.0", features = ["http-client"] } tokio = { version = "1.32.0", features = ["rt-multi-thread"] } tracing = "0.1.37" ureq = { version = "2.7.1", features = ["json"] }