@@ -63,7 +63,7 @@ ibc-types-core-client = { version = "0.2.0", path = "../ibc-types-core-client",
6363ibc-types-core-connection = { version = " 0.2.0" , path = " ../ibc-types-core-connection" , default-features = false }
6464ibc-types-core-commitment = { version = " 0.2.0" , path = " ../ibc-types-core-commitment" , default-features = false }
6565# Proto definitions for all IBC-related interfaces, e.g., connections or channels.
66- ibc-proto = { git = " https://github.com/penumbra-zone/ibc-proto-rs " , branch = " penumbra " , version = " 0.30 .0" , default-features = false , features = [ " parity-scale-codec " , " borsh " ] }
66+ ibc-proto = { version = " 0.31 .0" , default-features = false }
6767ics23 = { version = " 0.10.1" , default-features = false , features = [" host-functions" ] }
6868time = { version = " >=0.3.0, <0.3.20" , default-features = false }
6969serde_derive = { version = " 1.0.104" , default-features = false , optional = true }
@@ -91,20 +91,20 @@ parking_lot = { version = "0.12.1", default-features = false, optional = true }
9191cfg-if = { version = " 1.0.0" , optional = true }
9292
9393[dependencies .tendermint ]
94- version = " 0.31.1 "
94+ version = " 0.32.0 "
9595default-features = false
9696
9797[dependencies .tendermint-proto ]
98- version = " 0.31.1 "
98+ version = " 0.32.0 "
9999default-features = false
100100
101101[dependencies .tendermint-light-client-verifier ]
102- version = " 0.31.1 "
102+ version = " 0.32.0 "
103103default-features = false
104104features = [" rust-crypto" ]
105105
106106[dependencies .tendermint-testgen ]
107- version = " 0.31.1 "
107+ version = " 0.32.0 "
108108optional = true
109109default-features = false
110110
@@ -113,8 +113,8 @@ env_logger = "0.10.0"
113113rstest = " 0.16.0"
114114tracing-subscriber = { version = " 0.3.14" , features = [" fmt" , " env-filter" , " json" ]}
115115test-log = { version = " 0.2.10" , features = [" trace" ] }
116- tendermint-rpc = { version = " 0.31.1 " , features = [" http-client" , " websocket-client" ] }
117- tendermint-testgen = { version = " 0.31.1 " } # Needed for generating (synthetic) light blocks.
116+ tendermint-rpc = { version = " 0.32.0 " , features = [" http-client" , " websocket-client" ] }
117+ tendermint-testgen = { version = " 0.32.0 " } # Needed for generating (synthetic) light blocks.
118118parking_lot = { version = " 0.12.1" }
119119cfg-if = { version = " 1.0.0" }
120120
0 commit comments