diff --git a/cw-orch-daemon/Cargo.toml b/cw-orch-daemon/Cargo.toml index d24743fa4..05004d716 100644 --- a/cw-orch-daemon/Cargo.toml +++ b/cw-orch-daemon/Cargo.toml @@ -44,7 +44,7 @@ prost = { version = "0.11" } bitcoin = { version = "0.30.0" } hex = { version = "0.4.3" } ripemd = { version = "0.1.3" } -ibc-chain-registry = { version = "0.24.1" } +ibc-chain-registry = { version = "0.25.0" } ibc-relayer-types = { version = "0.24.1" } tokio = { version = "1.4", features = ["full"] } tonic = { version = "0.9.2", features = ["tls", "tls-roots"] } diff --git a/cw-orch/Cargo.toml b/cw-orch/Cargo.toml index ff5f79c5f..c46594d2e 100644 --- a/cw-orch/Cargo.toml +++ b/cw-orch/Cargo.toml @@ -68,7 +68,7 @@ thiserror = { workspace = true } # Daemon deps cw-orch-daemon = { workspace = true, optional = true } cw-orch-networks = { workspace = true } -ibc-chain-registry = { version = "0.24.1", optional = true } +ibc-chain-registry = { version = "0.25.0", optional = true } ibc-relayer-types = { version = "0.24.1", optional = true } tokio = { version = "1.4", features = ["full"], optional = true } cosmrs = { version = "0.14.0", features = [ diff --git a/packages/cw-orch-networks/Cargo.toml b/packages/cw-orch-networks/Cargo.toml index 1ceb42c57..85927d2e7 100644 --- a/packages/cw-orch-networks/Cargo.toml +++ b/packages/cw-orch-networks/Cargo.toml @@ -14,4 +14,4 @@ exclude = [".env"] [dependencies] serde = { workspace = true } -ibc-chain-registry = { version = "0.24.1" } +ibc-chain-registry = { version = "0.25.0" }