Skip to content

Commit

Permalink
runtime: Bump tendermint-rs to 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kostko committed Mar 21, 2023
1 parent 3cd22bb commit 5260971
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 deletions.
1 change: 1 addition & 0 deletions .changelog/5234.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
runtime: Bump tendermint-rs to 0.30.0
28 changes: 14 additions & 14 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ rustc-hex = "2.0.1"
rand = "0.7.3"
futures = "0.3.25"
tokio = { version = "~1.26.0", features = ["rt", "rt-multi-thread", "sync"] }
tendermint = "0.29.0"
tendermint-proto = "0.29.0"
tendermint-light-client = { version = "0.29.0", features = ["rust-crypto"], default-features = false }
tendermint-rpc = { version = "0.29.0", default-features = false }
tendermint = "0.30.0"
tendermint-proto = "0.30.0"
tendermint-light-client = { version = "0.30.0", features = ["rust-crypto"], default-features = false }
tendermint-rpc = { version = "0.30.0", default-features = false }
curve25519-dalek = "3.2.0"
x25519-dalek = "1.1.0"
ed25519-dalek = "1.0.1"
Expand Down Expand Up @@ -68,7 +68,7 @@ features = ["full"]
# For storage interoperability tests only.
jsonrpc = { version = "0.13.0", features = ["simple_uds"] }
tempfile = "3.4.0"
tendermint-testgen = "0.29.0"
tendermint-testgen = "0.30.0"

[[bin]]
name = "fuzz-mkvs-proof"
Expand Down

0 comments on commit 5260971

Please sign in to comment.