Skip to content

Commit

Permalink
Bump tendermint-rs dependencies to v0.37 (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-iqlusion authored May 31, 2024
1 parent 4f2e3bb commit d8ca2aa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion cosmos-sdk-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rust-version = "1.72"
[dependencies]
prost = "0.12.3"
prost-types = "0.12"
tendermint-proto = "0.36"
tendermint-proto = "0.37"

# Optional dependencies
tonic = { version = "0.11", optional = true, default-features = false, features = ["codegen", "prost"] }
Expand Down
4 changes: 2 additions & 2 deletions cosmrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ serde = { version = "1", features = ["serde_derive"] }
serde_json = "1"
signature = { version = "2", features = ["std"] }
subtle-encoding = { version = "0.5", features = ["bech32-preview"] }
tendermint = { version = "0.36", features = ["secp256k1"] }
tendermint = { version = "0.37", features = ["secp256k1"] }
thiserror = "1"

# optional dependencies
bip32 = { version = "0.5", optional = true, default-features = false, features = ["alloc", "secp256k1"] }
tendermint-rpc = { version = "0.36", optional = true, features = ["http-client"] }
tendermint-rpc = { version = "0.37", optional = true, features = ["http-client"] }
tokio = { version = "1", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit d8ca2aa

Please sign in to comment.