diff --git a/Cargo.toml b/Cargo.toml index 4c3d5ba..c8f42f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ serde_json = "1.0" serde_yaml = "0.9" sha2 = "0.10" sha3 = "0.10" -tendermint = "0.35" +tendermint = "0.36" tendermint-rpc = { version = "0.35", features = ["http-client"] } tokio = { version = "1.37", features = ["rt-multi-thread"] } tracing = "0.1"