Skip to content

Commit

Permalink
Bump tendermint-rs dependencies to v0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-iqlusion committed Apr 25, 2024
1 parent c0fa7b4 commit 46f8b2d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 29 deletions.
33 changes: 10 additions & 23 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions cosmos-sdk-proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cosmos-sdk-proto"
version = "0.21.1"
version = "0.22.0-pre"
authors = [
"Justin Kilpatrick <[email protected]>",
"Greg Szabo <[email protected]>",
Expand All @@ -18,7 +18,7 @@ rust-version = "1.72"
[dependencies]
prost = "0.12.3"
prost-types = "0.12"
tendermint-proto = "0.35"
tendermint-proto = "0.36"

# Optional dependencies
tonic = { version = "0.11", optional = true, default-features = false, features = ["codegen", "prost"] }
Expand Down
8 changes: 4 additions & 4 deletions cosmrs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cosmrs"
version = "0.16.0"
version = "0.17.0-pre"
authors = ["Tony Arcieri <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/cosmos/cosmos-rust/tree/main/cosmrs"
Expand All @@ -12,7 +12,7 @@ edition = "2021"
rust-version = "1.72"

[dependencies]
cosmos-sdk-proto = { version = "0.21", default-features = false, path = "../cosmos-sdk-proto" }
cosmos-sdk-proto = { version = "=0.22.0-pre", default-features = false, path = "../cosmos-sdk-proto" }
ecdsa = "0.16"
eyre = "0.6"
k256 = { version = "0.13", default-features = false, features = ["ecdsa", "sha256"] }
Expand All @@ -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.35", features = ["secp256k1"] }
tendermint = { version = "0.36", features = ["secp256k1"] }
thiserror = "1"

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

[dev-dependencies]
Expand Down

0 comments on commit 46f8b2d

Please sign in to comment.