Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
update tendermint
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed May 1, 2024
1 parent 75822b9 commit 524586c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ serde_json = "1.0"
serde_yaml = "0.9"
sha2 = "0.10"
sha3 = "0.10"
tendermint = "0.35"
tendermint-rpc = { version = "0.35", features = ["http-client"] }
tendermint = "0.36"
tendermint-rpc = { version = "0.36", features = ["http-client"] }
tokio = { version = "1.37", features = ["rt-multi-thread"] }
tracing = "0.1"
ureq = { version = "2.9", features = ["json"] }
Expand Down

0 comments on commit 524586c

Please sign in to comment.