Skip to content

Commit

Permalink
Bump tendermint-rs crates to v0.19 (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-iqlusion authored Apr 20, 2021
1 parent c363450 commit d2e8c05
Show file tree
Hide file tree
Showing 4 changed files with 216 additions and 14 deletions.
218 changes: 210 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ stdtx = { version = "0.4", optional = true }
subtle = "2"
subtle-encoding = { version = "0.5", features = ["bech32-preview"] }
tempfile = "3"
tendermint = { version = "0.18", features = ["secp256k1"] }
tendermint-rpc = { version = "0.18", optional = true, features = ["http-client"] }
tendermint-proto = "0.18"
tendermint-p2p = { version = "0.18", features = ["amino"] }
tendermint = { version = "0.19", features = ["secp256k1"] }
tendermint-rpc = { version = "0.19", optional = true, features = ["http-client"] }
tendermint-proto = "0.19"
tendermint-p2p = { version = "0.19", features = ["amino"] }
thiserror = "1"
wait-timeout = "0.2"
yubihsm = { version = "0.38", features = ["secp256k1", "setup", "usb"], optional = true }
Expand Down
Loading

0 comments on commit d2e8c05

Please sign in to comment.