From fef64660013cb5404d1376896d3b485f50505006 Mon Sep 17 00:00:00 2001 From: Chris Czub Date: Wed, 17 Jul 2024 13:54:42 -0400 Subject: [PATCH] ibc-proto to version 0.42.2 --- ci/no-std-check/Cargo.toml | 2 +- crates/ibc-types-core-channel/Cargo.toml | 2 +- crates/ibc-types-core-client/Cargo.toml | 2 +- crates/ibc-types-core-commitment/Cargo.toml | 2 +- crates/ibc-types-core-connection/Cargo.toml | 2 +- crates/ibc-types-lightclients-tendermint/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ci/no-std-check/Cargo.toml b/ci/no-std-check/Cargo.toml index 845547f..07c9c36 100644 --- a/ci/no-std-check/Cargo.toml +++ b/ci/no-std-check/Cargo.toml @@ -9,7 +9,7 @@ ibc-types = { path = "../../crates/ibc-types", default-features = false, feature "serde", "mocks-no-std", ] } -ibc-proto = { version = "0.42.0", default-features = false } +ibc-proto = { version = "0.42.2", default-features = false } tendermint = { version = "0.34.0", default-features = false } tendermint-proto = { version = "0.34.0", default-features = false } tendermint-light-client-verifier = { version = "0.34.0", default-features = false, features = ["rust-crypto"] } diff --git a/crates/ibc-types-core-channel/Cargo.toml b/crates/ibc-types-core-channel/Cargo.toml index 7748e24..ad78d25 100644 --- a/crates/ibc-types-core-channel/Cargo.toml +++ b/crates/ibc-types-core-channel/Cargo.toml @@ -60,7 +60,7 @@ ibc-types-domain-type = { version = "0.14.1", path = "../ibc-types-domain-type", ibc-types-identifier = { version = "0.14.1", path = "../ibc-types-identifier", default-features = false } ibc-types-timestamp = { version = "0.14.1", path = "../ibc-types-timestamp", default-features = false } # Proto definitions for all IBC-related interfaces, e.g., connections or channels. -ibc-proto = { version = "0.42.0", default-features = false } +ibc-proto = { version = "0.42.2", default-features = false } ## for borsh encode or decode borsh = {version = "0.10.0", default-features = false, optional = true } bytes = { version = "1.2.1", default-features = false } diff --git a/crates/ibc-types-core-client/Cargo.toml b/crates/ibc-types-core-client/Cargo.toml index 6e2e692..52441db 100644 --- a/crates/ibc-types-core-client/Cargo.toml +++ b/crates/ibc-types-core-client/Cargo.toml @@ -54,7 +54,7 @@ bytes = { version = "1.2.1", default-features = false } cfg-if = { version = "1.0.0", optional = true } derive_more = { version = "0.99.17", default-features = false, features = ["from", "into", "display"] } displaydoc = { version = "0.2", default-features = false } -ibc-proto = { version = "0.42.0", default-features = false } +ibc-proto = { version = "0.42.2", default-features = false } ibc-types-domain-type = { version = "0.14.1", path = "../ibc-types-domain-type", default-features = false } ibc-types-identifier = { version = "0.14.1", path = "../ibc-types-identifier", default-features = false } ibc-types-timestamp = { version = "0.14.1", path = "../ibc-types-timestamp", default-features = false } diff --git a/crates/ibc-types-core-commitment/Cargo.toml b/crates/ibc-types-core-commitment/Cargo.toml index 397cad3..12ae73b 100644 --- a/crates/ibc-types-core-commitment/Cargo.toml +++ b/crates/ibc-types-core-commitment/Cargo.toml @@ -59,7 +59,7 @@ ibc-types-timestamp = { version = "0.14.1", path = "../ibc-types-timestamp", def ibc-types-identifier = { version = "0.14.1", path = "../ibc-types-identifier", default-features = false } ibc-types-domain-type = { version = "0.14.1", path = "../ibc-types-domain-type", default-features = false } # Proto definitions for all IBC-related interfaces, e.g., connections or channels. -ibc-proto = { version = "0.42.0", default-features = false } +ibc-proto = { version = "0.42.2", default-features = false } ics23 = { version = "0.11.3", default-features = false, features = ["host-functions"] } time = { version = "0.3", default-features = false } serde_derive = { version = "1.0.104", default-features = false, optional = true } diff --git a/crates/ibc-types-core-connection/Cargo.toml b/crates/ibc-types-core-connection/Cargo.toml index 6c325f3..7120750 100644 --- a/crates/ibc-types-core-connection/Cargo.toml +++ b/crates/ibc-types-core-connection/Cargo.toml @@ -61,7 +61,7 @@ bytes = { version = "1.2.1", default-features = false } cfg-if = { version = "1.0.0", optional = true } derive_more = { version = "0.99.17", default-features = false, features = ["from", "into", "display"] } displaydoc = { version = "0.2", default-features = false } -ibc-proto = { version = "0.42.0", default-features = false } +ibc-proto = { version = "0.42.2", default-features = false } ics23 = { version = "0.11.3", default-features = false, features = ["host-functions"] } num-traits = { version = "0.2.15", default-features = false } parity-scale-codec = { version = "3.0.0", default-features = false, features = ["full"], optional = true } diff --git a/crates/ibc-types-lightclients-tendermint/Cargo.toml b/crates/ibc-types-lightclients-tendermint/Cargo.toml index 4642ad3..618b00c 100644 --- a/crates/ibc-types-lightclients-tendermint/Cargo.toml +++ b/crates/ibc-types-lightclients-tendermint/Cargo.toml @@ -63,7 +63,7 @@ ibc-types-core-client = { version = "0.14.1", path = "../ibc-types-core-client", ibc-types-core-connection = { version = "0.14.1", path = "../ibc-types-core-connection", default-features = false } ibc-types-core-commitment = { version = "0.14.1", path = "../ibc-types-core-commitment", default-features = false } # Proto definitions for all IBC-related interfaces, e.g., connections or channels. -ibc-proto = { version = "0.42.0", default-features = false } +ibc-proto = { version = "0.42.2", default-features = false } ics23 = { version = "0.11.3", default-features = false, features = ["host-functions"] } time = { version = "0.3", default-features = false } serde_derive = { version = "1.0.104", default-features = false, optional = true }