Skip to content

Commit af24f4a

Browse files
authored
Bump ibc-proto to v0.30.0 and tendermint to v0.31 (#689)
1 parent 07dd858 commit af24f4a

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Bump ibc-proto to v0.30.0 and tendermint to v0.31
2+
([#689](https://github.com/cosmos/ibc-rs/issues/689))

crates/ibc/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ mocks-no-std = ["cfg-if"]
4949

5050
[dependencies]
5151
# Proto definitions for all IBC-related interfaces, e.g., connections or channels.
52-
ibc-proto = { version = "0.29.0", default-features = false, features = ["parity-scale-codec", "borsh"] }
52+
ibc-proto = { version = "0.30.0", default-features = false, features = ["parity-scale-codec", "borsh"] }
5353
ics23 = { version = "0.9.0", default-features = false, features = ["host-functions"] }
5454
time = { version = ">=0.3.0, <0.3.22", default-features = false }
5555
serde_derive = { version = "1.0.104", default-features = false, optional = true }
@@ -77,20 +77,20 @@ parking_lot = { version = "0.12.1", default-features = false, optional = true }
7777
cfg-if = { version = "1.0.0", optional = true }
7878

7979
[dependencies.tendermint]
80-
version = "0.30"
80+
version = "0.31"
8181
default-features = false
8282

8383
[dependencies.tendermint-proto]
84-
version = "0.30"
84+
version = "0.31"
8585
default-features = false
8686

8787
[dependencies.tendermint-light-client-verifier]
88-
version = "0.30"
88+
version = "0.31"
8989
default-features = false
9090
features = ["rust-crypto"]
9191

9292
[dependencies.tendermint-testgen]
93-
version = "0.30"
93+
version = "0.31"
9494
optional = true
9595
default-features = false
9696

@@ -99,7 +99,7 @@ env_logger = "0.10.0"
9999
rstest = "0.16.0"
100100
tracing-subscriber = { version = "0.3.14", features = ["fmt", "env-filter", "json"]}
101101
test-log = { version = "0.2.10", features = ["trace"] }
102-
tendermint-rpc = { version = "0.30", features = ["http-client", "websocket-client"] }
103-
tendermint-testgen = { version = "0.30" } # Needed for generating (synthetic) light blocks.
102+
tendermint-rpc = { version = "0.31", features = ["http-client", "websocket-client"] }
103+
tendermint-testgen = { version = "0.31" } # Needed for generating (synthetic) light blocks.
104104
parking_lot = { version = "0.12.1" }
105105
cfg-if = { version = "1.0.0" }

0 commit comments

Comments
 (0)