diff --git a/ci/no-std-check/Cargo.toml b/ci/no-std-check/Cargo.toml index 7093c8907..3bb142868 100644 --- a/ci/no-std-check/Cargo.toml +++ b/ci/no-std-check/Cargo.toml @@ -6,7 +6,7 @@ resolver = "2" [dependencies] ibc = { path = "../../crates/ibc", default-features = false, features = ["serde", "mocks-no-std"] } -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"]} tendermint = { version = "0.28.0", default-features = false } tendermint-proto = { version = "0.28.0", default-features = false } tendermint-light-client-verifier = { version = "0.28.0", default-features = false }