From 746b971c3de63e80efac6e1f3ddcd111f2121da3 Mon Sep 17 00:00:00 2001 From: Kayanski Date: Tue, 17 Dec 2024 14:17:40 +0100 Subject: [PATCH] Better validation --- framework/Cargo.lock | 5 - framework/workspace-hack/Cargo.toml | 18 - integrations/Cargo.lock | 36 - interchain/Cargo.lock | 36 - .../scripts/src/bin/transfer_ownership.rs | 1 - modules/Cargo.lock | 802 +++++++++--------- 6 files changed, 421 insertions(+), 477 deletions(-) diff --git a/framework/Cargo.lock b/framework/Cargo.lock index e7d68f887..50e0aef7d 100644 --- a/framework/Cargo.lock +++ b/framework/Cargo.lock @@ -7954,12 +7954,10 @@ dependencies = [ "crunchy", "cw-orch 0.27.0", "cw-orch-interchain", - "cw-orch-interchain-core", "cw1-whitelist", "cw20-base", "der", "deranged", - "derive_more 0.99.18", "digest 0.10.7", "ecdsa", "ed25519", @@ -7982,7 +7980,6 @@ dependencies = [ "hex-conservative 0.1.2", "hyper 0.14.31", "ibc-proto", - "ibc-relayer-types", "ics23", "informalsystems-pbjson", "k256", @@ -7993,7 +7990,6 @@ dependencies = [ "num-bigint", "num-integer", "num-iter", - "num-rational", "num-traits", "once_cell", "p256", @@ -8022,7 +8018,6 @@ dependencies = [ "subtle-encoding", "syn 1.0.109", "syn 2.0.87", - "tendermint 0.38.1", "tendermint-proto 0.38.1", "tendermint-proto 0.39.1", "time", diff --git a/framework/workspace-hack/Cargo.toml b/framework/workspace-hack/Cargo.toml index 396310cb6..4fe1fbd5e 100644 --- a/framework/workspace-hack/Cargo.toml +++ b/framework/workspace-hack/Cargo.toml @@ -108,7 +108,6 @@ cosmos-sdk-proto = { version = "0.24", default-features = false, features = ["co cosmrs = { version = "0.19", features = ["cosmwasm", "dev", "grpc"] } crossbeam-epoch = { version = "0.9" } crunchy = { version = "0.2", features = ["std"] } -cw-orch-interchain-core = { version = "0.9", default-features = false, features = ["daemon"] } cw1-whitelist = { version = "2", default-features = false, features = ["library"] } ed25519 = { version = "2", features = ["alloc", "serde"] } ed25519-dalek = { version = "2", features = ["rand_core", "serde"] } @@ -128,7 +127,6 @@ group = { version = "0.13", default-features = false, features = ["alloc"] } hex-conservative = { version = "0.1", default-features = false, features = ["std"] } hyper = { version = "0.14", features = ["client", "http1", "http2", "runtime", "server", "stream"] } ibc-proto = { version = "0.47", features = ["serde"] } -ibc-relayer-types = { version = "0.29", default-features = false, features = ["clock"] } ics23 = { version = "0.12" } informalsystems-pbjson = { version = "0.7" } k256 = { version = "0.13", default-features = false, features = ["alloc", "ecdsa"] } @@ -138,7 +136,6 @@ log = { version = "0.4", default-features = false, features = ["serde"] } num-bigint = { version = "0.4", features = ["serde"] } num-integer = { version = "0.1", default-features = false, features = ["i128", "std"] } num-iter = { version = "0.1", default-features = false, features = ["i128", "std"] } -num-rational = { version = "0.4", features = ["num-bigint-std", "serde"] } num-traits = { version = "0.2" } once_cell = { version = "1" } p256 = { version = "0.13", features = ["serde"] } @@ -152,7 +149,6 @@ reqwest-a6292c17cd707f01 = { package = "reqwest", version = "0.11", default-feat serde_json = { version = "1", default-features = false, features = ["raw_value"] } signature = { version = "2", default-features = false, features = ["digest", "rand_core", "std"] } smallvec = { version = "1", default-features = false, features = ["const_new"] } -tendermint = { version = "0.38", features = ["secp256k1"] } tendermint-proto-d585fab2519d2d1 = { package = "tendermint-proto", version = "0.38" } time = { version = "0.3" } tokio-stream = { version = "0.1", features = ["net"] } @@ -181,9 +177,7 @@ cosmos-sdk-proto = { version = "0.24", default-features = false, features = ["co cosmrs = { version = "0.19", features = ["cosmwasm", "dev", "grpc"] } crossbeam-epoch = { version = "0.9" } crunchy = { version = "0.2", features = ["std"] } -cw-orch-interchain-core = { version = "0.9", default-features = false, features = ["daemon"] } cw1-whitelist = { version = "2", default-features = false, features = ["library"] } -derive_more = { version = "0.99" } ed25519 = { version = "2", features = ["alloc", "serde"] } ed25519-dalek = { version = "2", features = ["rand_core", "serde"] } either = { version = "1" } @@ -202,7 +196,6 @@ group = { version = "0.13", default-features = false, features = ["alloc"] } hex-conservative = { version = "0.1", default-features = false, features = ["std"] } hyper = { version = "0.14", features = ["client", "http1", "http2", "runtime", "server", "stream"] } ibc-proto = { version = "0.47", features = ["serde"] } -ibc-relayer-types = { version = "0.29", default-features = false, features = ["clock"] } ics23 = { version = "0.12" } informalsystems-pbjson = { version = "0.7" } k256 = { version = "0.13", default-features = false, features = ["alloc", "ecdsa"] } @@ -212,7 +205,6 @@ log = { version = "0.4", default-features = false, features = ["serde"] } num-bigint = { version = "0.4", features = ["serde"] } num-integer = { version = "0.1", default-features = false, features = ["i128", "std"] } num-iter = { version = "0.1", default-features = false, features = ["i128", "std"] } -num-rational = { version = "0.4", features = ["num-bigint-std", "serde"] } num-traits = { version = "0.2" } once_cell = { version = "1" } p256 = { version = "0.13", features = ["serde"] } @@ -227,7 +219,6 @@ serde_json = { version = "1", default-features = false, features = ["raw_value"] signature = { version = "2", default-features = false, features = ["digest", "rand_core", "std"] } smallvec = { version = "1", default-features = false, features = ["const_new"] } syn-f595c2ba2a3f28df = { package = "syn", version = "2", default-features = false, features = ["fold"] } -tendermint = { version = "0.38", features = ["secp256k1"] } tendermint-proto-d585fab2519d2d1 = { package = "tendermint-proto", version = "0.38" } time = { version = "0.3" } tokio-stream = { version = "0.1", features = ["net"] } @@ -255,7 +246,6 @@ cosmos-sdk-proto = { version = "0.24", default-features = false, features = ["co cosmrs = { version = "0.19", features = ["cosmwasm", "dev", "grpc"] } crossbeam-epoch = { version = "0.9" } crunchy = { version = "0.2", features = ["std"] } -cw-orch-interchain-core = { version = "0.9", default-features = false, features = ["daemon"] } cw1-whitelist = { version = "2", default-features = false, features = ["library"] } ed25519 = { version = "2", features = ["alloc", "serde"] } ed25519-dalek = { version = "2", features = ["rand_core", "serde"] } @@ -275,7 +265,6 @@ group = { version = "0.13", default-features = false, features = ["alloc"] } hex-conservative = { version = "0.1", default-features = false, features = ["std"] } hyper = { version = "0.14", features = ["client", "http1", "http2", "runtime", "server", "stream"] } ibc-proto = { version = "0.47", features = ["serde"] } -ibc-relayer-types = { version = "0.29", default-features = false, features = ["clock"] } ics23 = { version = "0.12" } informalsystems-pbjson = { version = "0.7" } k256 = { version = "0.13", default-features = false, features = ["alloc", "ecdsa"] } @@ -285,7 +274,6 @@ log = { version = "0.4", default-features = false, features = ["serde"] } num-bigint = { version = "0.4", features = ["serde"] } num-integer = { version = "0.1", default-features = false, features = ["i128", "std"] } num-iter = { version = "0.1", default-features = false, features = ["i128", "std"] } -num-rational = { version = "0.4", features = ["num-bigint-std", "serde"] } num-traits = { version = "0.2" } once_cell = { version = "1" } p256 = { version = "0.13", features = ["serde"] } @@ -299,7 +287,6 @@ reqwest-a6292c17cd707f01 = { package = "reqwest", version = "0.11", default-feat serde_json = { version = "1", default-features = false, features = ["raw_value"] } signature = { version = "2", default-features = false, features = ["digest", "rand_core", "std"] } smallvec = { version = "1", default-features = false, features = ["const_new"] } -tendermint = { version = "0.38", features = ["secp256k1"] } tendermint-proto-d585fab2519d2d1 = { package = "tendermint-proto", version = "0.38" } time = { version = "0.3" } tokio-stream = { version = "0.1", features = ["net"] } @@ -327,9 +314,7 @@ cosmos-sdk-proto = { version = "0.24", default-features = false, features = ["co cosmrs = { version = "0.19", features = ["cosmwasm", "dev", "grpc"] } crossbeam-epoch = { version = "0.9" } crunchy = { version = "0.2", features = ["std"] } -cw-orch-interchain-core = { version = "0.9", default-features = false, features = ["daemon"] } cw1-whitelist = { version = "2", default-features = false, features = ["library"] } -derive_more = { version = "0.99" } ed25519 = { version = "2", features = ["alloc", "serde"] } ed25519-dalek = { version = "2", features = ["rand_core", "serde"] } either = { version = "1" } @@ -348,7 +333,6 @@ group = { version = "0.13", default-features = false, features = ["alloc"] } hex-conservative = { version = "0.1", default-features = false, features = ["std"] } hyper = { version = "0.14", features = ["client", "http1", "http2", "runtime", "server", "stream"] } ibc-proto = { version = "0.47", features = ["serde"] } -ibc-relayer-types = { version = "0.29", default-features = false, features = ["clock"] } ics23 = { version = "0.12" } informalsystems-pbjson = { version = "0.7" } k256 = { version = "0.13", default-features = false, features = ["alloc", "ecdsa"] } @@ -358,7 +342,6 @@ log = { version = "0.4", default-features = false, features = ["serde"] } num-bigint = { version = "0.4", features = ["serde"] } num-integer = { version = "0.1", default-features = false, features = ["i128", "std"] } num-iter = { version = "0.1", default-features = false, features = ["i128", "std"] } -num-rational = { version = "0.4", features = ["num-bigint-std", "serde"] } num-traits = { version = "0.2" } once_cell = { version = "1" } p256 = { version = "0.13", features = ["serde"] } @@ -373,7 +356,6 @@ serde_json = { version = "1", default-features = false, features = ["raw_value"] signature = { version = "2", default-features = false, features = ["digest", "rand_core", "std"] } smallvec = { version = "1", default-features = false, features = ["const_new"] } syn-f595c2ba2a3f28df = { package = "syn", version = "2", default-features = false, features = ["fold"] } -tendermint = { version = "0.38", features = ["secp256k1"] } tendermint-proto-d585fab2519d2d1 = { package = "tendermint-proto", version = "0.38" } time = { version = "0.3" } tokio-stream = { version = "0.1", features = ["net"] } diff --git a/integrations/Cargo.lock b/integrations/Cargo.lock index 7306fa489..0a687bc11 100644 --- a/integrations/Cargo.lock +++ b/integrations/Cargo.lock @@ -6464,37 +6464,6 @@ dependencies = [ "windows-sys 0.59.0", ] -[[package]] -name = "tendermint" -version = "0.38.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "505d9d6ffeb83b1de47c307c6e0d2dff56c6256989299010ad03cd80a8491e97" -dependencies = [ - "bytes", - "digest 0.10.7", - "ed25519", - "ed25519-consensus", - "flex-error", - "futures", - "k256", - "num-traits", - "once_cell", - "prost 0.13.3", - "prost-types 0.13.3", - "ripemd", - "serde", - "serde_bytes", - "serde_json", - "serde_repr", - "sha2 0.10.8", - "signature", - "subtle", - "subtle-encoding", - "tendermint-proto 0.38.1", - "time", - "zeroize", -] - [[package]] name = "tendermint" version = "0.39.1" @@ -7835,12 +7804,10 @@ dependencies = [ "crunchy", "cw-orch 0.27.0", "cw-orch-interchain", - "cw-orch-interchain-core", "cw1-whitelist", "cw20-base", "der", "deranged", - "derive_more 0.99.18", "digest 0.10.7", "ecdsa", "ed25519", @@ -7863,7 +7830,6 @@ dependencies = [ "hex-conservative 0.1.2", "hyper 0.14.31", "ibc-proto 0.47.1", - "ibc-relayer-types", "ics23", "informalsystems-pbjson", "k256", @@ -7874,7 +7840,6 @@ dependencies = [ "num-bigint", "num-integer", "num-iter", - "num-rational", "num-traits", "once_cell", "p256", @@ -7903,7 +7868,6 @@ dependencies = [ "subtle-encoding", "syn 1.0.109", "syn 2.0.90", - "tendermint 0.38.1", "tendermint-proto 0.38.1", "tendermint-proto 0.39.1", "time", diff --git a/interchain/Cargo.lock b/interchain/Cargo.lock index a1bb84541..63d5b4b61 100644 --- a/interchain/Cargo.lock +++ b/interchain/Cargo.lock @@ -7928,37 +7928,6 @@ dependencies = [ "windows-sys 0.59.0", ] -[[package]] -name = "tendermint" -version = "0.38.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "505d9d6ffeb83b1de47c307c6e0d2dff56c6256989299010ad03cd80a8491e97" -dependencies = [ - "bytes", - "digest 0.10.7", - "ed25519", - "ed25519-consensus", - "flex-error", - "futures", - "k256", - "num-traits", - "once_cell", - "prost 0.13.4", - "prost-types 0.13.4", - "ripemd", - "serde", - "serde_bytes", - "serde_json", - "serde_repr", - "sha2 0.10.8", - "signature", - "subtle", - "subtle-encoding", - "tendermint-proto 0.38.1", - "time", - "zeroize", -] - [[package]] name = "tendermint" version = "0.39.1" @@ -9506,12 +9475,10 @@ dependencies = [ "crunchy", "cw-orch 0.27.0", "cw-orch-interchain 0.8.1", - "cw-orch-interchain-core 0.9.2", "cw1-whitelist", "cw20-base", "der", "deranged", - "derive_more 0.99.18", "digest 0.10.7", "ecdsa", "ed25519", @@ -9534,7 +9501,6 @@ dependencies = [ "hex-conservative 0.1.2", "hyper 0.14.32", "ibc-proto 0.47.1", - "ibc-relayer-types", "ics23", "informalsystems-pbjson", "k256", @@ -9545,7 +9511,6 @@ dependencies = [ "num-bigint", "num-integer", "num-iter", - "num-rational", "num-traits", "once_cell", "p256", @@ -9574,7 +9539,6 @@ dependencies = [ "subtle-encoding", "syn 1.0.109", "syn 2.0.90", - "tendermint 0.38.1", "tendermint-proto 0.38.1", "tendermint-proto 0.39.1", "time", diff --git a/interchain/scripts/src/bin/transfer_ownership.rs b/interchain/scripts/src/bin/transfer_ownership.rs index f3531c271..d0be68ab2 100644 --- a/interchain/scripts/src/bin/transfer_ownership.rs +++ b/interchain/scripts/src/bin/transfer_ownership.rs @@ -11,7 +11,6 @@ use abstract_std::{ }; use cosmos_sdk_proto::traits::Message; use cw20::Expiration; -use cw_orch_daemon::RUNTIME; use clap::Parser; use cw_orch::{daemon::networks::parse_network, prelude::*}; diff --git a/modules/Cargo.lock b/modules/Cargo.lock index ef69844f0..0f13992f5 100644 --- a/modules/Cargo.lock +++ b/modules/Cargo.lock @@ -16,7 +16,7 @@ dependencies = [ "cw-storage-plus", "cw2", "semver", - "thiserror", + "thiserror 1.0.69", "workspace-hack", ] @@ -37,7 +37,7 @@ dependencies = [ "cw2", "schemars", "serde", - "thiserror", + "thiserror 1.0.69", "workspace-hack", ] @@ -64,7 +64,7 @@ dependencies = [ "cw-storage-plus", "cw2", "semver", - "thiserror", + "thiserror 1.0.69", "workspace-hack", ] @@ -86,7 +86,7 @@ dependencies = [ "cw2", "schemars", "serde", - "thiserror", + "thiserror 1.0.69", "workspace-hack", ] @@ -121,7 +121,7 @@ dependencies = [ "rand", "semver", "serde", - "thiserror", + "thiserror 1.0.69", "workspace-hack", ] @@ -141,27 +141,31 @@ dependencies = [ "hex", "itertools 0.13.0", "log", - "prost 0.13.3", + "prost 0.13.4", "schemars", "serde", "serde_json", "sha2 0.10.8", - "thiserror", + "thiserror 1.0.69", "tiny-keccak", ] [[package]] name = "abstract-cw-orch-polytone" -version = "6.0.0" +version = "6.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc86c3c8694f1ee0cb6d740f5fcb1570580e9137efaf3b4ac65881695f8b4121" +checksum = "4019014c13e057b37c9cb2bd2a09a8f4ea6254f3746123eaa29d1ace68b7e982" dependencies = [ "abstract-polytone-note", "abstract-polytone-proxy", "abstract-polytone-voice", + "clap 4.5.23", "cosmwasm-std", "cw-orch 0.27.0", "cw-orch-interchain", + "dotenv", + "env_logger 0.10.2", + "log", ] [[package]] @@ -180,7 +184,7 @@ dependencies = [ "abstract-wyndex-adapter", "anyhow", "bip32", - "clap 4.5.21", + "clap 4.5.23", "cosmwasm-schema", "cosmwasm-std", "cw-asset", @@ -216,7 +220,7 @@ dependencies = [ "abstract-wyndex-adapter", "anyhow", "bip32", - "clap 4.5.21", + "clap 4.5.23", "cosmwasm-schema", "cosmwasm-std", "cw-asset", @@ -235,8 +239,8 @@ dependencies = [ "neutron-std", "osmosis-std 0.26.0", "prost 0.12.6", - "prost 0.13.3", - "prost-types 0.13.3", + "prost 0.13.4", + "prost-types 0.13.4", "semver", "serde_json", "tokio", @@ -256,7 +260,7 @@ dependencies = [ "cw-address-like", "cw-asset", "cw-orch 0.27.0", - "thiserror", + "thiserror 1.0.69", "workspace-hack", ] @@ -275,7 +279,7 @@ dependencies = [ "cw-utils", "cw2", "semver", - "thiserror", + "thiserror 1.0.69", "workspace-hack", ] @@ -295,7 +299,7 @@ dependencies = [ "cw-utils", "cw2", "semver", - "thiserror", + "thiserror 1.0.69", "workspace-hack", ] @@ -364,7 +368,7 @@ dependencies = [ "semver", "serde", "serde_json", - "thiserror", + "thiserror 1.0.69", "workspace-hack", ] @@ -406,7 +410,7 @@ dependencies = [ "cw2", "semver", "serde-cw-value", - "thiserror", + "thiserror 1.0.69", "workspace-hack", ] @@ -422,7 +426,7 @@ dependencies = [ "abstract-money-market-adapter", "abstract-money-market-standard", "anyhow", - "clap 4.5.21", + "clap 4.5.23", "cosmwasm-schema", "cosmwasm-std", "cw-asset", @@ -450,7 +454,7 @@ dependencies = [ "cosmwasm-std", "cw-asset", "cw-orch 0.27.0", - "thiserror", + "thiserror 1.0.69", "workspace-hack", ] @@ -494,7 +498,7 @@ dependencies = [ "cosmwasm-schema", "cosmwasm-std", "cw-storage-plus", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -510,7 +514,7 @@ dependencies = [ "cw-storage-plus", "cw-utils", "cw2", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -526,7 +530,7 @@ dependencies = [ "cw-storage-plus", "cw-utils", "cw2", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -544,7 +548,7 @@ dependencies = [ "cw-utils", "cw2", "sha2 0.10.8", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -560,7 +564,7 @@ dependencies = [ "cw-storage-plus", "cw2", "semver", - "thiserror", + "thiserror 1.0.69", "workspace-hack", ] @@ -581,7 +585,7 @@ dependencies = [ "schemars", "serde", "serde-cw-value", - "thiserror", + "thiserror 1.0.69", "workspace-hack", ] @@ -598,7 +602,7 @@ dependencies = [ "cw-asset", "cw-orch 0.27.0", "cw-utils", - "thiserror", + "thiserror 1.0.69", "workspace-hack", ] @@ -617,7 +621,7 @@ dependencies = [ "cw-storage-plus", "cw2", "semver", - "thiserror", + "thiserror 1.0.69", "workspace-hack", ] @@ -642,7 +646,7 @@ dependencies = [ "semver", "serde", "sha2 0.10.8", - "thiserror", + "thiserror 1.0.69", "workspace-hack", ] @@ -653,7 +657,7 @@ dependencies = [ "abstract-app", "abstract-client", "abstract-interface", - "clap 4.5.21", + "clap 4.5.23", "cosmwasm-schema", "cosmwasm-std", "cw-address-like", @@ -665,7 +669,7 @@ dependencies = [ "dotenv", "env_logger 0.11.5", "semver", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -676,7 +680,7 @@ dependencies = [ "cosmwasm-schema", "cosmwasm-std", "cw-orch 0.27.0", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -749,9 +753,9 @@ dependencies = [ [[package]] name = "allocator-api2" -version = "0.2.20" +version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45862d1c77f2228b9e10bc609d5bc203d86ebc9b87ad8d5d5167a6c9abf739d9" +checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" [[package]] name = "alloy" @@ -811,7 +815,7 @@ dependencies = [ "alloy-sol-macro-input", "const-hex", "heck 0.5.0", - "indexmap 2.6.0", + "indexmap 2.7.0", "proc-macro-error", "proc-macro2", "quote", @@ -912,15 +916,15 @@ dependencies = [ [[package]] name = "anybuf" -version = "0.5.0" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb5f1dee23caf80904249463cc4493b6789c2250f88c8f8d9160de5c6099bfe7" +checksum = "ecb50559f19eb92f65279f9de03e4625ed0572e7564ef3de5253e13928c55266" [[package]] name = "anyhow" -version = "1.0.93" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" +checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" [[package]] name = "arc-swap" @@ -1152,7 +1156,7 @@ version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" dependencies = [ - "hermit-abi", + "hermit-abi 0.1.19", "libc", "winapi", ] @@ -1176,7 +1180,7 @@ dependencies = [ "futures-util", "http 0.2.12", "http-body 0.4.6", - "hyper 0.14.31", + "hyper 0.14.32", "itoa", "matchit", "memchr", @@ -1205,7 +1209,7 @@ dependencies = [ "axum-core 0.4.5", "bytes", "futures-util", - "http 1.1.0", + "http 1.2.0", "http-body 1.0.1", "http-body-util", "itoa", @@ -1217,7 +1221,7 @@ dependencies = [ "rustversion", "serde", "sync_wrapper 1.0.2", - "tower 0.5.1", + "tower 0.5.2", "tower-layer", "tower-service", ] @@ -1248,7 +1252,7 @@ dependencies = [ "async-trait", "bytes", "futures-util", - "http 1.1.0", + "http 1.2.0", "http-body 1.0.1", "http-body-util", "mime", @@ -1570,9 +1574,9 @@ dependencies = [ [[package]] name = "bstr" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a68f1f47cdf0ec8ee4b941b2eee2a80cb796db73118c0dd09ac63fbe405be22" +checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8" dependencies = [ "memchr", "serde", @@ -1618,7 +1622,7 @@ dependencies = [ "abstract-interface", "calendar-app", "chrono", - "clap 4.5.21", + "clap 4.5.23", "cosmwasm-schema", "cosmwasm-std", "cw-asset", @@ -1629,14 +1633,14 @@ dependencies = [ "dotenv", "env_logger 0.11.5", "semver", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "cc" -version = "1.2.2" +version = "1.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f34d93e62b03caf570cccc334cbc6c2fceca82f39211051345108adcba3eebdc" +checksum = "9157bbaa6b165880c27a4293a474c91cdcf265cc68cc829bf10be0964a391caf" dependencies = [ "shlex", ] @@ -1663,7 +1667,7 @@ dependencies = [ "abstract-app", "abstract-interface", "challenge-app", - "clap 4.5.21", + "clap 4.5.23", "cosmwasm-schema", "cosmwasm-std", "cw-address-like", @@ -1674,14 +1678,14 @@ dependencies = [ "dotenv", "env_logger 0.11.5", "semver", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "chrono" -version = "0.4.38" +version = "0.4.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" +checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" dependencies = [ "android-tzdata", "iana-time-zone", @@ -1720,9 +1724,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.21" +version = "4.5.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f" +checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84" dependencies = [ "clap_builder", "clap_derive", @@ -1730,13 +1734,13 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.21" +version = "4.5.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec" +checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838" dependencies = [ "anstream", "anstyle", - "clap_lex 0.7.3", + "clap_lex 0.7.4", "strsim 0.11.1", ] @@ -1763,9 +1767,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afb84c814227b90d6895e01398aee0d8033c00e7466aca416fb6a8e0eb19d8a7" +checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" [[package]] name = "colorchoice" @@ -1784,15 +1788,15 @@ dependencies = [ [[package]] name = "console" -version = "0.15.8" +version = "0.15.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" +checksum = "ea3c6ecd8059b57859df5c69830340ed3c41d30e3da0c1cbed90a96ac853041b" dependencies = [ "encode_unicode", - "lazy_static", "libc", + "once_cell", "unicode-width", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -1816,18 +1820,18 @@ checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" [[package]] name = "const_format" -version = "0.2.33" +version = "0.2.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50c655d81ff1114fb0dcdea9225ea9f0cc712a6f8d189378e82bdf62a473a64b" +checksum = "126f97965c8ad46d6d9163268ff28432e8f6a1196a55578867832e3049df63dd" dependencies = [ "const_format_proc_macros", ] [[package]] name = "const_format_proc_macros" -version = "0.2.33" +version = "0.2.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eff1a44b93f47b1bac19a27932f5c591e43d1ba357ee4f61526c8a25603f0eb1" +checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744" dependencies = [ "proc-macro2", "quote", @@ -1909,8 +1913,8 @@ version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b2f63ab112b8c8e7b8a29c891adc48f43145beb21c0bfbf562957072c1e0beb" dependencies = [ - "prost 0.13.3", - "prost-types 0.13.3", + "prost 0.13.4", + "prost-types 0.13.4", "tendermint-proto 0.38.1", ] @@ -1920,7 +1924,7 @@ version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d0afc4daf81936e6ef5a2cf76f00c913ba5bc385d58ae1e09644e25d16b0381" dependencies = [ - "prost 0.13.3", + "prost 0.13.4", "tendermint-proto 0.39.1", "tonic", ] @@ -1931,7 +1935,7 @@ version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8ce7f4797cdf5cd18be6555ff3f0a8d37023c2d60f3b2708895d601b85c1c46" dependencies = [ - "prost 0.13.3", + "prost 0.13.4", "tendermint-proto 0.39.1", ] @@ -1942,7 +1946,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "462e1f6a8e005acc8835d32d60cbd7973ed65ea2a8d8473830e675f050956427" dependencies = [ "informalsystems-pbjson", - "prost 0.13.3", + "prost 0.13.4", "serde", "tendermint-proto 0.40.0", "tonic", @@ -1966,7 +1970,7 @@ dependencies = [ "subtle-encoding", "tendermint 0.39.1", "tendermint-rpc 0.39.1", - "thiserror", + "thiserror 1.0.69", "tokio", ] @@ -1988,26 +1992,27 @@ dependencies = [ "subtle-encoding", "tendermint 0.39.1", "tendermint-rpc 0.39.1", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "cosmwasm-core" -version = "2.1.4" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f6ceb8624260d0d3a67c4e1a1d43fc7e9406720afbcb124521501dd138f90aa" +checksum = "c34c440d4d8e3ecec783d0f9c89d25565168b0f4cdb80a1f6a387cf2168c0740" [[package]] name = "cosmwasm-crypto" -version = "2.1.4" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4125381e5fd7fefe9f614640049648088015eca2b60d861465329a5d87dfa538" +checksum = "134e765161d60228cc27635032d2a466542ca83fd6c87f3c87f4963c0bd51008" dependencies = [ "ark-bls12-381", "ark-ec", "ark-ff", "ark-serialize", "cosmwasm-core", + "curve25519-dalek", "digest 0.10.7", "ecdsa", "ed25519-zebra", @@ -2017,14 +2022,14 @@ dependencies = [ "rand_core", "rayon", "sha2 0.10.8", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "cosmwasm-derive" -version = "2.1.4" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b5658b1dc64e10b56ae7a449f678f96932a96f6cfad1769d608d1d1d656480a" +checksum = "3c94a4b93e722c91d2e58471cfe69480f4a656cfccacd8bfda5638f2a5d4512b" dependencies = [ "proc-macro2", "quote", @@ -2033,22 +2038,22 @@ dependencies = [ [[package]] name = "cosmwasm-schema" -version = "2.1.4" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f86b4d949b6041519c58993a73f4bbfba8083ba14f7001eae704865a09065845" +checksum = "3e9a7b56d154870ec4b57b224509854f706c9744449548d8a3bf91ac75c59192" dependencies = [ "cosmwasm-schema-derive", "schemars", "serde", "serde_json", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "cosmwasm-schema-derive" -version = "2.1.4" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8ef1b5835a65fcca3ab8b9a02b4f4dacc78e233a5c2f20b270efb9db0666d12" +checksum = "edd3d80310cd7b86b09dbe886f4f2ca235a5ddb8d478493c6e50e720a3b38a42" dependencies = [ "proc-macro2", "quote", @@ -2057,9 +2062,9 @@ dependencies = [ [[package]] name = "cosmwasm-std" -version = "2.1.4" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70eb7ab0c1e99dd6207496963ba2a457c4128ac9ad9c72a83f8d9808542b849b" +checksum = "4434e556b0aebff34bf082e75d175b5d7edbcf1d90d4cedb59623a1249fff567" dependencies = [ "base64 0.22.1", "bech32 0.11.0", @@ -2070,12 +2075,13 @@ dependencies = [ "derive_more 1.0.0", "hex", "rand_core", + "rmp-serde", "schemars", "serde", "serde-json-wasm", "sha2 0.10.8", "static_assertions", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -2098,18 +2104,18 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.13" +version = "0.5.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" +checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471" dependencies = [ "crossbeam-utils", ] [[package]] name = "crossbeam-deque" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" +checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" dependencies = [ "crossbeam-epoch", "crossbeam-utils", @@ -2126,9 +2132,9 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.20" +version = "0.8.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" +checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" [[package]] name = "crunchy" @@ -2218,7 +2224,7 @@ dependencies = [ "cw-address-like", "cw-storage-plus", "cw20", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -2254,7 +2260,7 @@ dependencies = [ "cw-utils", "schemars", "serde", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -2272,13 +2278,13 @@ dependencies = [ "cw-storage-plus", "cw2", "ibc-proto 0.47.1", - "prost 0.13.3", + "prost 0.13.4", "schemars", "semver", "serde", "serde-json-wasm", "serde_with", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -2310,7 +2316,7 @@ dependencies = [ "log", "schemars", "serde", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -2336,7 +2342,7 @@ dependencies = [ "sanitize-filename", "schemars", "serde", - "thiserror", + "thiserror 1.0.69", "tokio", ] @@ -2353,9 +2359,9 @@ dependencies = [ [[package]] name = "cw-orch-core" -version = "2.1.3" +version = "2.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09c75b59e43cf3ec05bc9fc86748cdd4998bfb53a81e3fa99dda14cf4ded3d4d" +checksum = "cd60ffab817101418b26b6bceadfdfc430dad4219c7e4cd972f8838e21190981" dependencies = [ "abstract-cw-multi-test", "anyhow", @@ -2368,7 +2374,7 @@ dependencies = [ "serde", "serde_json", "sha2 0.10.8", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -2396,13 +2402,13 @@ dependencies = [ "file-lock", "flate2", "hex", - "http 1.1.0", + "http 1.2.0", "lazy_static", "libc-print", "log", "once_cell", - "prost 0.13.3", - "prost-types 0.13.3", + "prost 0.13.4", + "prost-types 0.13.4", "rand_core", "reqwest 0.12.9", "ring", @@ -2411,7 +2417,7 @@ dependencies = [ "serde", "serde_json", "sha2 0.10.8", - "thiserror", + "thiserror 1.0.69", "tokio", "toml", "tonic", @@ -2473,10 +2479,10 @@ dependencies = [ "futures", "ibc-relayer-types", "log", - "prost 0.13.3", + "prost 0.13.4", "serde", "serde_json", - "thiserror", + "thiserror 1.0.69", "tokio", "tonic", ] @@ -2505,7 +2511,7 @@ dependencies = [ "log", "log4rs", "serde_json", - "thiserror", + "thiserror 1.0.69", "tokio", "tonic", ] @@ -2527,14 +2533,14 @@ dependencies = [ "log", "serde", "serde_json", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "cw-orch-mock" -version = "0.24.3" +version = "0.24.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa1151a4ed23b986dd197959c5a090a54710512913b033e202625c53ea8ae239" +checksum = "ce639c909e59fc1505f56772b9a37057a54d3c5a20f7a4c197cd518a27ce9770" dependencies = [ "abstract-cw-multi-test", "cosmwasm-std", @@ -2547,9 +2553,9 @@ dependencies = [ [[package]] name = "cw-orch-networks" -version = "0.24.6" +version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65b932d1b0096c5ef144bb286a53305be46818a972540ea65ad0476dc2c5c2d3" +checksum = "7fd4b6651ba68b83474ecfb09d12c7d59e2d9bab76810a41ffe6a948f635136b" dependencies = [ "cw-orch-core", "serde", @@ -2557,33 +2563,33 @@ dependencies = [ [[package]] name = "cw-orch-neutron-test-tube" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e268e93a5cb53affbd734242632d85d99e8522357aec24a280c82a69d169aed7" +checksum = "cb9cb4ad30f3ddd5e2d57fbdb91015cd2362a7d657ad8a270e72a81c025cda11" dependencies = [ "cosmwasm-std", "cw-orch-core", "cw-orch-mock", "cw-orch-traits 0.25.0", "neutron-test-tube", - "prost 0.13.3", - "prost-types 0.13.3", + "prost 0.13.4", + "prost-types 0.13.4", "serde", ] [[package]] name = "cw-orch-osmosis-test-tube" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5324b17b3d7e98781a4066142f85ca01b3c5ee51f1702fe720ff71040b541d8f" +checksum = "798578c4df18f6e910c7a3399184ca581ead6976012a6df469663e717d4c645e" dependencies = [ "cosmwasm-std", "cw-orch-core", "cw-orch-mock", "cw-orch-traits 0.25.0", "osmosis-test-tube", - "prost 0.13.3", - "prost-types 0.13.3", + "prost 0.13.4", + "prost-types 0.13.4", "serde", ] @@ -2605,7 +2611,7 @@ dependencies = [ "reqwest 0.12.9", "serde", "serde_json", - "thiserror", + "thiserror 1.0.69", "tokio", "url", "yaml-rust2", @@ -2618,8 +2624,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "563311d320c9bdbb2287892a70d54102381a2265c75b65086236c7d85cd7dd87" dependencies = [ "cw-orch-core", - "prost 0.13.3", - "prost-types 0.13.3", + "prost 0.13.4", + "prost-types 0.13.4", ] [[package]] @@ -2629,7 +2635,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2ccb1670cc49a7a10c425ba1072cb607eb00d8085f97692877b9bdb00d14dd3d" dependencies = [ "cw-orch-core", - "prost-types 0.13.3", + "prost-types 0.13.4", ] [[package]] @@ -2644,7 +2650,7 @@ dependencies = [ "cw-ownable-derive", "cw-storage-plus", "cw-utils", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -2678,7 +2684,7 @@ dependencies = [ "cosmwasm-std", "cw-storage-plus", "cw2", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -2728,7 +2734,7 @@ dependencies = [ "cosmwasm-std", "schemars", "serde", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -2759,7 +2765,7 @@ dependencies = [ "schemars", "semver", "serde", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -2776,7 +2782,7 @@ dependencies = [ "cw2", "schemars", "serde", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -2791,7 +2797,7 @@ dependencies = [ "schemars", "semver", "serde", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -2821,7 +2827,7 @@ dependencies = [ "schemars", "semver", "serde", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -2840,7 +2846,7 @@ dependencies = [ "schemars", "semver", "serde", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -2855,7 +2861,7 @@ dependencies = [ "cw20", "schemars", "serde", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -2872,7 +2878,7 @@ dependencies = [ "cw3", "schemars", "serde", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -2892,7 +2898,7 @@ dependencies = [ "cw4", "schemars", "serde", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -2923,7 +2929,7 @@ dependencies = [ "cw4", "schemars", "serde", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -2942,7 +2948,7 @@ dependencies = [ "cw4", "schemars", "serde", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -3183,7 +3189,7 @@ dependencies = [ "console", "shell-words", "tempfile", - "thiserror", + "thiserror 1.0.69", "zeroize", ] @@ -3411,9 +3417,9 @@ dependencies = [ [[package]] name = "encode_unicode" -version = "0.3.6" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" +checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" [[package]] name = "encoding_rs" @@ -3447,6 +3453,19 @@ dependencies = [ "termcolor", ] +[[package]] +name = "env_logger" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580" +dependencies = [ + "humantime", + "is-terminal", + "log", + "regex", + "termcolor", +] + [[package]] name = "env_logger" version = "0.11.5" @@ -3489,9 +3508,9 @@ dependencies = [ [[package]] name = "event-listener-strategy" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" +checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2" dependencies = [ "event-listener", "pin-project-lite", @@ -3509,9 +3528,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" +checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "ff" @@ -3783,7 +3802,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.12", - "indexmap 2.6.0", + "indexmap 2.7.0", "slab", "tokio", "tokio-util", @@ -3801,8 +3820,8 @@ dependencies = [ "fnv", "futures-core", "futures-sink", - "http 1.1.0", - "indexmap 2.6.0", + "http 1.2.0", + "indexmap 2.7.0", "slab", "tokio", "tokio-util", @@ -3873,7 +3892,7 @@ dependencies = [ "base64 0.21.7", "bytes", "headers-core", - "http 1.1.0", + "http 1.2.0", "httpdate", "mime", "sha1", @@ -3885,7 +3904,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4" dependencies = [ - "http 1.1.0", + "http 1.2.0", ] [[package]] @@ -3909,6 +3928,12 @@ dependencies = [ "libc", ] +[[package]] +name = "hermit-abi" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" + [[package]] name = "hex" version = "0.4.3" @@ -3953,11 +3978,11 @@ dependencies = [ [[package]] name = "home" -version = "0.5.9" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" +checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -3973,9 +3998,9 @@ dependencies = [ [[package]] name = "http" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" +checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" dependencies = [ "bytes", "fnv", @@ -4000,7 +4025,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" dependencies = [ "bytes", - "http 1.1.0", + "http 1.2.0", ] [[package]] @@ -4011,7 +4036,7 @@ checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" dependencies = [ "bytes", "futures-util", - "http 1.1.0", + "http 1.2.0", "http-body 1.0.1", "pin-project-lite", ] @@ -4046,9 +4071,9 @@ dependencies = [ [[package]] name = "hyper" -version = "0.14.31" +version = "0.14.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85" +checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" dependencies = [ "bytes", "futures-channel", @@ -4070,15 +4095,15 @@ dependencies = [ [[package]] name = "hyper" -version = "1.5.1" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" +checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0" dependencies = [ "bytes", "futures-channel", "futures-util", "h2 0.4.7", - "http 1.1.0", + "http 1.2.0", "http-body 1.0.1", "httparse", "httpdate", @@ -4098,14 +4123,14 @@ dependencies = [ "bytes", "futures-util", "headers", - "http 1.1.0", - "hyper 1.5.1", + "http 1.2.0", + "hyper 1.5.2", "hyper-rustls 0.27.3", "hyper-util", "pin-project-lite", "rustls-native-certs 0.7.3", "tokio", - "tokio-rustls 0.26.0", + "tokio-rustls 0.26.1", "tower-service", ] @@ -4117,7 +4142,7 @@ checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ "futures-util", "http 0.2.12", - "hyper 0.14.31", + "hyper 0.14.32", "rustls 0.21.12", "tokio", "tokio-rustls 0.24.1", @@ -4130,15 +4155,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" dependencies = [ "futures-util", - "http 1.1.0", - "hyper 1.5.1", + "http 1.2.0", + "hyper 1.5.2", "hyper-util", "log", - "rustls 0.23.19", + "rustls 0.23.20", "rustls-native-certs 0.8.1", "rustls-pki-types", "tokio", - "tokio-rustls 0.26.0", + "tokio-rustls 0.26.1", "tower-service", ] @@ -4148,7 +4173,7 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0" dependencies = [ - "hyper 1.5.1", + "hyper 1.5.2", "hyper-util", "pin-project-lite", "tokio", @@ -4163,7 +4188,7 @@ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" dependencies = [ "bytes", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.2", "hyper-util", "native-tls", "tokio", @@ -4180,9 +4205,9 @@ dependencies = [ "bytes", "futures-channel", "futures-util", - "http 1.1.0", + "http 1.2.0", "http-body 1.0.1", - "hyper 1.5.1", + "hyper 1.5.2", "pin-project-lite", "socket2", "tokio", @@ -4215,14 +4240,14 @@ dependencies = [ [[package]] name = "ibc-chain-registry" -version = "0.29.4" +version = "0.29.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75220fc035b41ba7d094f90ee2deb9cb63c3a9ae0698e30396a7035110325c24" +checksum = "04983480893df7e25ee12a7ee1173b461d55bef9d8340212e3e981a52e637031" dependencies = [ "async-trait", "flex-error", "futures", - "http 1.1.0", + "http 1.2.0", "ibc-proto 0.51.1", "ibc-relayer", "ibc-relayer-types", @@ -4246,7 +4271,7 @@ dependencies = [ "flex-error", "ics23", "informalsystems-pbjson", - "prost 0.13.3", + "prost 0.13.4", "serde", "subtle-encoding", "tendermint-proto 0.38.1", @@ -4265,7 +4290,7 @@ dependencies = [ "flex-error", "ics23", "informalsystems-pbjson", - "prost 0.13.3", + "prost 0.13.4", "serde", "subtle-encoding", "tendermint-proto 0.40.0", @@ -4274,9 +4299,9 @@ dependencies = [ [[package]] name = "ibc-relayer" -version = "0.29.4" +version = "0.29.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cef30a6f00e21d77ad61b6809de404f59cd3b6d9b31699f0ebd238539a33da46" +checksum = "7dba5944e440c7b10e1a514f2cdb017a7d9070c8b79ca76539b98acd4a37cbd3" dependencies = [ "anyhow", "async-stream", @@ -4296,7 +4321,7 @@ dependencies = [ "generic-array", "hdpath", "hex", - "http 1.1.0", + "http 1.2.0", "humantime", "humantime-serde", "ibc-proto 0.51.1", @@ -4307,7 +4332,7 @@ dependencies = [ "num-bigint", "num-rational", "once_cell", - "prost 0.13.3", + "prost 0.13.4", "regex", "reqwest 0.11.27", "retry", @@ -4327,7 +4352,7 @@ dependencies = [ "tendermint-light-client-verifier", "tendermint-proto 0.40.0", "tendermint-rpc 0.40.0", - "thiserror", + "thiserror 1.0.69", "tiny-bip39", "tiny-keccak", "tokio", @@ -4341,9 +4366,9 @@ dependencies = [ [[package]] name = "ibc-relayer-types" -version = "0.29.4" +version = "0.29.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3bcdf481e452b36076f2bc2899b21a6e58fb8c5ab773ef0631fb4df2ac2e4de0" +checksum = "6c79cde1a2f28f699d5a93688881c083b1b612a867304f2c8ab466ec9fcce47c" dependencies = [ "bytes", "derive_more 0.99.18", @@ -4353,7 +4378,7 @@ dependencies = [ "itertools 0.13.0", "num-rational", "primitive-types", - "prost 0.13.3", + "prost 0.13.4", "regex", "serde", "serde_derive", @@ -4369,9 +4394,9 @@ dependencies = [ [[package]] name = "ibc-telemetry" -version = "0.29.4" +version = "0.29.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "136f35f27cc543fc7e2cd83481abe59bae92e82e496074bb01e8c0efbcccb22e" +checksum = "43c95222259ed77d2fdda066ff53b7e787276a60361d6d7822a3780061beee69" dependencies = [ "axum 0.6.20", "dashmap", @@ -4400,7 +4425,7 @@ dependencies = [ "bytes", "hex", "informalsystems-pbjson", - "prost 0.13.3", + "prost 0.13.4", "ripemd", "serde", "sha2 0.10.8", @@ -4580,9 +4605,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.6.0" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" +checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" dependencies = [ "equivalent", "hashbrown 0.15.2", @@ -4627,6 +4652,17 @@ version = "2.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" +[[package]] +name = "is-terminal" +version = "0.4.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b" +dependencies = [ + "hermit-abi 0.4.0", + "libc", + "windows-sys 0.52.0", +] + [[package]] name = "is_terminal_polyfill" version = "1.70.1" @@ -4668,9 +4704,9 @@ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" [[package]] name = "js-sys" -version = "0.3.74" +version = "0.3.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a865e038f7f6ed956f788f0d7d60c541fff74c7bd74272c5d4cf15c63743e705" +checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7" dependencies = [ "once_cell", "wasm-bindgen", @@ -4685,7 +4721,7 @@ dependencies = [ "jsonptr", "serde", "serde_json", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -4700,7 +4736,7 @@ dependencies = [ "pest_derive", "regex", "serde_json", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -4773,10 +4809,10 @@ dependencies = [ "either", "futures", "home", - "http 1.1.0", + "http 1.2.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.2", "hyper-http-proxy", "hyper-rustls 0.27.3", "hyper-timeout", @@ -4786,13 +4822,13 @@ dependencies = [ "kube-core", "pem", "rand", - "rustls 0.23.19", + "rustls 0.23.20", "rustls-pemfile 2.2.0", "secrecy", "serde", "serde_json", "serde_yaml", - "thiserror", + "thiserror 1.0.69", "tokio", "tokio-tungstenite", "tokio-util", @@ -4809,13 +4845,13 @@ checksum = "cce373a74d787d439063cdefab0f3672860bd7bac01a38e39019177e764a0fe6" dependencies = [ "chrono", "form_urlencoded", - "http 1.1.0", + "http 1.2.0", "json-patch", "k8s-openapi", "schemars", "serde", "serde_json", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -4853,7 +4889,7 @@ dependencies = [ "pin-project", "serde", "serde_json", - "thiserror", + "thiserror 1.0.69", "tokio", "tokio-util", "tracing", @@ -4883,7 +4919,7 @@ dependencies = [ "cosmwasm-std", "kujira-fin", "kujira-std", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -4947,7 +4983,7 @@ dependencies = [ "hex", "serde-json-wasm", "sha2 0.10.8", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -4967,9 +5003,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.167" +version = "0.2.168" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc" +checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d" [[package]] name = "libc-print" @@ -5071,7 +5107,7 @@ dependencies = [ "serde-value", "serde_json", "serde_yaml", - "thiserror", + "thiserror 1.0.69", "thread-id", "typemap-ors", "winapi", @@ -5092,8 +5128,8 @@ dependencies = [ "chrono", "cosmwasm-std", "osmosis-std-derive", - "prost 0.13.3", - "prost-types 0.13.3", + "prost 0.13.4", + "prost-types 0.13.4", "schemars", "serde", "serde-cw-value", @@ -5134,9 +5170,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "miniz_oxide" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" +checksum = "a2ef2593ffb6958c941575cee70c8e257438749971869c4ae5acf6f91a168a61" dependencies = [ "adler2", ] @@ -5189,7 +5225,7 @@ dependencies = [ "rustc_version", "smallvec", "tagptr", - "thiserror", + "thiserror 1.0.69", "triomphe", "uuid", ] @@ -5201,7 +5237,7 @@ dependencies = [ "abstract-client", "abstract-interface", "abstract-standalone", - "clap 4.5.21", + "clap 4.5.23", "const_format", "cosmwasm-schema", "cosmwasm-std", @@ -5214,7 +5250,7 @@ dependencies = [ "dotenv", "env_logger 0.11.5", "my-standalone", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -5256,7 +5292,7 @@ dependencies = [ "serde_json", "speedate", "tendermint-proto 0.34.1", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -5284,11 +5320,11 @@ dependencies = [ "cosmwasm-std", "hex", "margined-neutron-std", - "prost 0.13.3", + "prost 0.13.4", "serde", "serde_json", "test-tube-ntrn", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -5502,7 +5538,7 @@ dependencies = [ "indexmap 1.9.3", "once_cell", "pin-project-lite", - "thiserror", + "thiserror 1.0.69", "urlencoding", ] @@ -5523,7 +5559,7 @@ dependencies = [ "opentelemetry_api", "percent-encoding", "rand", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -5556,8 +5592,8 @@ dependencies = [ "chrono", "cosmwasm-std", "osmosis-std-derive", - "prost 0.13.3", - "prost-types 0.13.3", + "prost 0.13.4", + "prost-types 0.13.4", "schemars", "serde", "serde-cw-value", @@ -5572,8 +5608,8 @@ dependencies = [ "chrono", "cosmwasm-std", "osmosis-std-derive", - "prost 0.13.3", - "prost-types 0.13.3", + "prost 0.13.4", + "prost-types 0.13.4", "schemars", "serde", "serde-cw-value", @@ -5603,11 +5639,11 @@ dependencies = [ "cosmrs 0.20.0", "cosmwasm-std", "osmosis-std 0.27.0", - "prost 0.13.3", + "prost 0.13.4", "serde", "serde_json", "test-tube", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -5672,7 +5708,7 @@ dependencies = [ "abstract-dex-adapter", "abstract-integration-tests", "abstract-interface", - "clap 4.5.21", + "clap 4.5.23", "cosmwasm-schema", "cosmwasm-std", "cw-asset", @@ -5686,7 +5722,7 @@ dependencies = [ "env_logger 0.11.5", "mockdex-bundle", "semver", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -5768,20 +5804,20 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pest" -version = "2.7.14" +version = "2.7.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442" +checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc" dependencies = [ "memchr", - "thiserror", + "thiserror 2.0.7", "ucd-trie", ] [[package]] name = "pest_derive" -version = "2.7.14" +version = "2.7.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d214365f632b123a47fd913301e14c946c61d1c183ee245fa76eb752e59a02dd" +checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e" dependencies = [ "pest", "pest_generator", @@ -5789,9 +5825,9 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.7.14" +version = "2.7.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb55586734301717aea2ac313f50b2eb8f60d2fc3dc01d190eefa2e625f60c4e" +checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b" dependencies = [ "pest", "pest_meta", @@ -5802,9 +5838,9 @@ dependencies = [ [[package]] name = "pest_meta" -version = "2.7.14" +version = "2.7.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b75da2a70cf4d9cb76833c990ac9cd3923c9a8905a8929789ce347c84564d03d" +checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea" dependencies = [ "once_cell", "pest", @@ -5861,7 +5897,7 @@ dependencies = [ "abstract-cw-orch-polytone", "abstract-ibc-client", "abstract-interface", - "clap 4.5.21", + "clap 4.5.23", "cosmwasm-schema", "cosmwasm-std", "cw-asset", @@ -5872,7 +5908,7 @@ dependencies = [ "dotenv", "env_logger 0.11.5", "semver", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -5903,7 +5939,7 @@ dependencies = [ "cosmwasm-std", "cw-asset", "cw-storage-plus", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -5997,7 +6033,7 @@ dependencies = [ "memchr", "parking_lot", "protobuf 2.28.0", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -6036,12 +6072,12 @@ dependencies = [ [[package]] name = "prost" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b0487d90e047de87f984913713b85c601c05609aad5b0df4b4573fbf69aa13f" +checksum = "2c0fef6c4230e4ccf618a35c59d7ede15dea37de8427500f50aff708806e42ec" dependencies = [ "bytes", - "prost-derive 0.13.3", + "prost-derive 0.13.4", ] [[package]] @@ -6072,9 +6108,9 @@ dependencies = [ [[package]] name = "prost-derive" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9552f850d5f0964a4e4d0bf306459ac29323ddfbae05e35a7c0d35cb0803cc5" +checksum = "157c5a9d7ea5c2ed2d9fb8f495b64759f7816c7eaea54ba3978f0d63000162e3" dependencies = [ "anyhow", "itertools 0.13.0", @@ -6103,11 +6139,11 @@ dependencies = [ [[package]] name = "prost-types" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4759aa0d3a6232fb8dbdb97b61de2c20047c68aca932c7ed76da9d788508d670" +checksum = "cc2f1e56baa61e93533aebc21af4d2134b70f66275e0fcdf3cbe43d77ff7e8fc" dependencies = [ - "prost 0.13.3", + "prost 0.13.4", ] [[package]] @@ -6124,7 +6160,7 @@ checksum = "b65f4a8ec18723a734e5dc09c173e0abf9690432da5340285d536edcb4dac190" dependencies = [ "once_cell", "protobuf-support", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -6133,14 +6169,14 @@ version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6872f4d4f4b98303239a2b5838f5bbbb77b01ffc892d627957f37a22d7cfe69c" dependencies = [ - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "quanta" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e5167a477619228a0b284fac2674e3c388cba90631d7b7de620e6f1fcd08da5" +checksum = "773ce68d0bb9bc7ef20be3536ffe94e223e1f365bd374108b2659fac0c65cfe6" dependencies = [ "crossbeam-utils", "libc", @@ -6230,9 +6266,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.7" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f" +checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834" dependencies = [ "bitflags 2.6.0", ] @@ -6245,7 +6281,7 @@ checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" dependencies = [ "getrandom", "libredox", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -6306,7 +6342,7 @@ dependencies = [ "h2 0.3.26", "http 0.2.12", "http-body 0.4.6", - "hyper 0.14.31", + "hyper 0.14.32", "hyper-rustls 0.24.2", "ipnet", "js-sys", @@ -6345,10 +6381,10 @@ dependencies = [ "futures-core", "futures-util", "h2 0.4.7", - "http 1.1.0", + "http 1.2.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.2", "hyper-rustls 0.27.3", "hyper-tls", "hyper-util", @@ -6416,11 +6452,33 @@ dependencies = [ "digest 0.10.7", ] +[[package]] +name = "rmp" +version = "0.8.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4" +dependencies = [ + "byteorder", + "num-traits", + "paste", +] + +[[package]] +name = "rmp-serde" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "52e599a477cf9840e92f2cde9a7189e67b42c57532749bf90aea6ec10facd4db" +dependencies = [ + "byteorder", + "rmp", + "serde", +] + [[package]] name = "ruint" -version = "1.12.3" +version = "1.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c3cc4c2511671f327125da14133d0c5c5d137f006a1017a16f557bc85b16286" +checksum = "f5ef8fb1dd8de3870cb8400d51b4c2023854bbafd5431a3ac7e7317243e22d2f" dependencies = [ "proptest", "rand", @@ -6494,15 +6552,15 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.41" +version = "0.38.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6" +checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85" dependencies = [ "bitflags 2.6.0", "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -6533,9 +6591,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.19" +version = "0.23.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "934b404430bb06b3fae2cba809eb45a1ab1aecd64491213d7c3301b88393f8d1" +checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b" dependencies = [ "log", "once_cell", @@ -6603,9 +6661,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.10.0" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b" +checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37" [[package]] name = "rustls-webpki" @@ -6811,18 +6869,18 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.23" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" +checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba" dependencies = [ "serde", ] [[package]] name = "serde" -version = "1.0.215" +version = "1.0.216" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f" +checksum = "0b9781016e935a97e8beecf0c933758c97a5520d32930e460142b4cd80c6338e" dependencies = [ "serde_derive", ] @@ -6876,9 +6934,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.215" +version = "1.0.216" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0" +checksum = "46f859dbbf73865c6627ed570e78961cd3ac92407a2d117204c49232485da55e" dependencies = [ "proc-macro2", "quote", @@ -6960,7 +7018,7 @@ dependencies = [ "chrono", "hex", "indexmap 1.9.3", - "indexmap 2.6.0", + "indexmap 2.7.0", "serde", "serde_derive", "serde_json", @@ -6986,7 +7044,7 @@ version = "0.9.34+deprecated" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" dependencies = [ - "indexmap 2.6.0", + "indexmap 2.7.0", "itoa", "ryu", "serde", @@ -7348,37 +7406,6 @@ dependencies = [ "windows-sys 0.59.0", ] -[[package]] -name = "tendermint" -version = "0.38.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "505d9d6ffeb83b1de47c307c6e0d2dff56c6256989299010ad03cd80a8491e97" -dependencies = [ - "bytes", - "digest 0.10.7", - "ed25519", - "ed25519-consensus", - "flex-error", - "futures", - "k256", - "num-traits", - "once_cell", - "prost 0.13.3", - "prost-types 0.13.3", - "ripemd", - "serde", - "serde_bytes", - "serde_json", - "serde_repr", - "sha2 0.10.8", - "signature", - "subtle", - "subtle-encoding", - "tendermint-proto 0.38.1", - "time", - "zeroize", -] - [[package]] name = "tendermint" version = "0.39.1" @@ -7394,7 +7421,7 @@ dependencies = [ "k256", "num-traits", "once_cell", - "prost 0.13.3", + "prost 0.13.4", "ripemd", "serde", "serde_bytes", @@ -7424,7 +7451,7 @@ dependencies = [ "k256", "num-traits", "once_cell", - "prost 0.13.3", + "prost 0.13.4", "ripemd", "serde", "serde_bytes", @@ -7554,8 +7581,8 @@ checksum = "8ed14abe3b0502a3afe21ca74ca5cdd6c7e8d326d982c26f98a394445eb31d6e" dependencies = [ "bytes", "flex-error", - "prost 0.13.3", - "prost-types 0.13.3", + "prost 0.13.4", + "prost-types 0.13.4", "serde", "serde_bytes", "subtle-encoding", @@ -7570,7 +7597,7 @@ checksum = "bf3abf34ecf33125621519e9952688e7a59a98232d51538037ba21fbe526a802" dependencies = [ "bytes", "flex-error", - "prost 0.13.3", + "prost 0.13.4", "serde", "serde_bytes", "subtle-encoding", @@ -7585,7 +7612,7 @@ checksum = "c81ba1b023ec00763c3bc4f4376c67c0047f185cccf95c416c7a2f16272c4cbb" dependencies = [ "bytes", "flex-error", - "prost 0.13.3", + "prost 0.13.4", "serde", "serde_bytes", "subtle-encoding", @@ -7616,7 +7643,7 @@ dependencies = [ "tendermint 0.39.1", "tendermint-config 0.39.1", "tendermint-proto 0.39.1", - "thiserror", + "thiserror 1.0.69", "time", "tokio", "tracing", @@ -7650,7 +7677,7 @@ dependencies = [ "tendermint 0.40.0", "tendermint-config 0.40.0", "tendermint-proto 0.40.0", - "thiserror", + "thiserror 1.0.69", "time", "tokio", "tracing", @@ -7711,10 +7738,10 @@ dependencies = [ "cosmrs 0.20.0", "cosmwasm-std", "osmosis-std 0.27.0", - "prost 0.13.3", + "prost 0.13.4", "serde", "serde_json", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -7726,10 +7753,10 @@ dependencies = [ "base64 0.21.7", "cosmrs 0.20.0", "cosmwasm-std", - "prost 0.13.3", + "prost 0.13.4", "serde", "serde_json", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -7744,7 +7771,16 @@ version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" dependencies = [ - "thiserror-impl", + "thiserror-impl 1.0.69", +] + +[[package]] +name = "thiserror" +version = "2.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767" +dependencies = [ + "thiserror-impl 2.0.7", ] [[package]] @@ -7758,6 +7794,17 @@ dependencies = [ "syn 2.0.90", ] +[[package]] +name = "thiserror-impl" +version = "2.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.90", +] + [[package]] name = "thread-id" version = "4.2.2" @@ -7780,9 +7827,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.36" +version = "0.3.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" +checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21" dependencies = [ "deranged", "itoa", @@ -7801,9 +7848,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" -version = "0.2.18" +version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" +checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de" dependencies = [ "num-conv", "time-core", @@ -7822,7 +7869,7 @@ dependencies = [ "rand", "rustc-hash", "sha2 0.10.8", - "thiserror", + "thiserror 1.0.69", "unicode-normalization", "wasm-bindgen", "zeroize", @@ -7864,9 +7911,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.41.1" +version = "1.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" +checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" dependencies = [ "backtrace", "bytes", @@ -7924,20 +7971,19 @@ dependencies = [ [[package]] name = "tokio-rustls" -version = "0.26.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" +checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37" dependencies = [ - "rustls 0.23.19", - "rustls-pki-types", + "rustls 0.23.20", "tokio", ] [[package]] name = "tokio-stream" -version = "0.1.16" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" +checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" dependencies = [ "futures-core", "pin-project-lite", @@ -7958,9 +8004,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.12" +version = "0.7.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" +checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078" dependencies = [ "bytes", "futures-core", @@ -7997,7 +8043,7 @@ version = "0.22.22" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" dependencies = [ - "indexmap 2.6.0", + "indexmap 2.7.0", "serde", "serde_spanned", "toml_datetime", @@ -8016,20 +8062,20 @@ dependencies = [ "base64 0.22.1", "bytes", "h2 0.4.7", - "http 1.1.0", + "http 1.2.0", "http-body 1.0.1", "http-body-util", - "hyper 1.5.1", + "hyper 1.5.2", "hyper-timeout", "hyper-util", "percent-encoding", "pin-project", - "prost 0.13.3", + "prost 0.13.4", "rustls-native-certs 0.8.1", "rustls-pemfile 2.2.0", "socket2", "tokio", - "tokio-rustls 0.26.0", + "tokio-rustls 0.26.1", "tokio-stream", "tower 0.4.13", "tower-layer", @@ -8059,14 +8105,14 @@ dependencies = [ [[package]] name = "tower" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2873938d487c3cfb9aed7546dc9f2711d867c9f90c46b889989a2cb84eba6b4f" +checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" dependencies = [ "futures-core", "futures-util", "pin-project-lite", - "sync_wrapper 0.1.2", + "sync_wrapper 1.0.2", "tower-layer", "tower-service", ] @@ -8080,7 +8126,7 @@ dependencies = [ "base64 0.21.7", "bitflags 2.6.0", "bytes", - "http 1.1.0", + "http 1.2.0", "http-body 1.0.1", "http-body-util", "mime", @@ -8198,14 +8244,14 @@ dependencies = [ "byteorder", "bytes", "data-encoding", - "http 1.1.0", + "http 1.2.0", "httparse", "log", "rand", "rustls 0.22.4", "rustls-pki-types", "sha1", - "thiserror", + "thiserror 1.0.69", "url", "utf-8", ] @@ -8219,12 +8265,12 @@ dependencies = [ "byteorder", "bytes", "data-encoding", - "http 1.1.0", + "http 1.2.0", "httparse", "log", "rand", "sha1", - "thiserror", + "thiserror 1.0.69", "utf-8", ] @@ -8296,9 +8342,9 @@ checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" [[package]] name = "unicode-width" -version = "0.1.14" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" +checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" [[package]] name = "unicode-xid" @@ -8428,9 +8474,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.97" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d15e63b4482863c109d70a7b8706c1e364eb6ea449b201a76c5b89cedcec2d5c" +checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396" dependencies = [ "cfg-if", "once_cell", @@ -8439,13 +8485,12 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.97" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d36ef12e3aaca16ddd3f67922bc63e48e953f126de60bd33ccc0101ef9998cd" +checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79" dependencies = [ "bumpalo", "log", - "once_cell", "proc-macro2", "quote", "syn 2.0.90", @@ -8454,9 +8499,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.47" +version = "0.4.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dfaf8f50e5f293737ee323940c7d8b08a66a95a419223d9f41610ca08b0833d" +checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2" dependencies = [ "cfg-if", "js-sys", @@ -8467,9 +8512,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.97" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "705440e08b42d3e4b36de7d66c944be628d579796b8090bfa3471478a2260051" +checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -8477,9 +8522,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.97" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98c9ae5a76e46f4deecd0f0255cc223cfa18dc9b261213b8aa0c7b36f61b3f1d" +checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2" dependencies = [ "proc-macro2", "quote", @@ -8490,15 +8535,15 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.97" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ee99da9c5ba11bd675621338ef6fa52296b76b83305e9b6e5c77d4c286d6d49" +checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6" [[package]] name = "web-sys" -version = "0.3.74" +version = "0.3.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a98bc3c33f0fe7e59ad7cd041b89034fa82a7c2d4365ca538dda6cdaf513863c" +checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc" dependencies = [ "js-sys", "wasm-bindgen", @@ -8778,12 +8823,10 @@ dependencies = [ "crunchy", "cw-orch 0.27.0", "cw-orch-interchain", - "cw-orch-interchain-core", "cw1-whitelist", "cw20-base", "der", "deranged", - "derive_more 0.99.18", "digest 0.10.7", "ecdsa", "ed25519", @@ -8804,9 +8847,8 @@ dependencies = [ "getrandom", "group", "hex-conservative 0.1.2", - "hyper 0.14.31", + "hyper 0.14.32", "ibc-proto 0.47.1", - "ibc-relayer-types", "ics23", "informalsystems-pbjson", "k256", @@ -8817,7 +8859,6 @@ dependencies = [ "num-bigint", "num-integer", "num-iter", - "num-rational", "num-traits", "once_cell", "p256", @@ -8825,7 +8866,7 @@ dependencies = [ "phf_shared", "ppv-lite86", "primeorder", - "prost 0.13.3", + "prost 0.13.4", "rand", "rand_chacha", "rand_core", @@ -8846,7 +8887,6 @@ dependencies = [ "subtle-encoding", "syn 1.0.109", "syn 2.0.90", - "tendermint 0.38.1", "tendermint-proto 0.38.1", "tendermint-proto 0.39.1", "time", @@ -8888,7 +8928,7 @@ dependencies = [ "schemars", "serde", "test-case", - "thiserror", + "thiserror 1.0.69", "uint", ] @@ -8905,7 +8945,7 @@ dependencies = [ "cw2", "cw20", "itertools 0.10.5", - "thiserror", + "thiserror 1.0.69", "wyndex", "wyndex-stake", ] @@ -8921,7 +8961,7 @@ dependencies = [ "cw-utils", "cw2", "cw20", - "thiserror", + "thiserror 1.0.69", "wyndex", ] @@ -8954,7 +8994,7 @@ dependencies = [ "cw2", "cw20", "serde", - "thiserror", + "thiserror 1.0.69", "wyndex", ]