Skip to content

Commit 4cccf8d

Browse files
committed
Bump tendermint-rs dependencies to v0.37
1 parent 4f2e3bb commit 4cccf8d

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Cargo.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cosmos-sdk-proto/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rust-version = "1.72"
1818
[dependencies]
1919
prost = "0.12.3"
2020
prost-types = "0.12"
21-
tendermint-proto = "0.36"
21+
tendermint-proto = "0.37"
2222

2323
# Optional dependencies
2424
tonic = { version = "0.11", optional = true, default-features = false, features = ["codegen", "prost"] }

cosmrs/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ serde = { version = "1", features = ["serde_derive"] }
2121
serde_json = "1"
2222
signature = { version = "2", features = ["std"] }
2323
subtle-encoding = { version = "0.5", features = ["bech32-preview"] }
24-
tendermint = { version = "0.36", features = ["secp256k1"] }
24+
tendermint = { version = "0.37", features = ["secp256k1"] }
2525
thiserror = "1"
2626

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

3232
[dev-dependencies]

0 commit comments

Comments
 (0)