diff --git a/crates/ibc/Cargo.toml b/crates/ibc/Cargo.toml index f70bf6a3b..7866d4ee5 100644 --- a/crates/ibc/Cargo.toml +++ b/crates/ibc/Cargo.toml @@ -52,7 +52,7 @@ mocks-no-std = ["cfg-if"] [dependencies] # Proto definitions for all IBC-related interfaces, e.g., connections or channels. -ibc-proto = { version = "0.24.1", default-features = false, features = ["parity-scale-codec", "borsh"] } +ibc-proto = { version = "0.25.0", default-features = false, features = ["parity-scale-codec", "borsh"] } ics23 = { version = "0.9.0", default-features = false, features = ["host-functions"] } time = { version = ">=0.3.0, <0.3.18", default-features = false } serde_derive = { version = "1.0.104", default-features = false, optional = true }