Skip to content

Commit

Permalink
Bump tendermint-rs to v0.40.0 (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 authored Oct 23, 2024
1 parent c19d64b commit 0ac55d8
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 @@ -17,7 +17,7 @@ rust-version = "1.72"

[dependencies]
prost = { version = "0.13", default-features = false }
tendermint-proto = { version = "0.39.1" }
tendermint-proto = { version = "0.40.0" }

# Optional dependencies
tonic = { version = "0.12", 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.39.1", features = ["secp256k1"] }
tendermint = { version = "0.40.0", features = ["secp256k1"] }
thiserror = "1"

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

[dev-dependencies]
Expand Down

0 comments on commit 0ac55d8

Please sign in to comment.