From e4ab48ae64f9920ad101e020210a242870bd2f9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:25:39 +0000 Subject: [PATCH] build(deps): bump cw-orch-daemon from 0.24.5 to 0.28.1 Bumps [cw-orch-daemon](https://github.com/AbstractSDK/cw-orchestrator) from 0.24.5 to 0.28.1. - [Release notes](https://github.com/AbstractSDK/cw-orchestrator/releases) - [Changelog](https://github.com/AbstractSDK/cw-orchestrator/blob/main/CHANGELOG.md) - [Commits](https://github.com/AbstractSDK/cw-orchestrator/commits) --- updated-dependencies: - dependency-name: cw-orch-daemon dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 475 +++++++++++++++++----- ibc-tests/Cargo.toml | 2 +- packages/andromeda-testing-e2e/Cargo.toml | 2 +- packages/deploy/Cargo.toml | 2 +- 4 files changed, 376 insertions(+), 105 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 763a93c1c..274a5f3b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14,7 +14,7 @@ dependencies = [ "cosmwasm-std 1.5.8", "cw-storage-plus 1.2.0", "cw-utils 1.0.3", - "cw20-ics20", + "cw20-ics20 1.1.2", "derivative", "hex", "itertools 0.12.1", @@ -27,6 +27,31 @@ dependencies = [ "thiserror 1.0.69", ] +[[package]] +name = "abstract-cw-multi-test" +version = "2.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e09b032e3379899df1872e6a8e38ce31d1d446bb26adfe7d3ff432b0fe0bf4c1" +dependencies = [ + "anyhow", + "bech32 0.11.0", + "cosmwasm-schema 2.1.4", + "cosmwasm-std 2.1.4", + "cw-storage-plus 2.0.0", + "cw-utils 2.0.0", + "cw20-ics20 2.0.0", + "hex", + "itertools 0.13.0", + "log", + "prost 0.13.3", + "schemars", + "serde", + "serde_json", + "sha2 0.10.8", + "thiserror 1.0.69", + "tiny-keccak", +] + [[package]] name = "addr2line" version = "0.24.2" @@ -508,7 +533,7 @@ dependencies = [ "cosmwasm-schema 1.5.8", "cosmwasm-std 1.5.8", "cw-asset", - "cw-controllers", + "cw-controllers 1.1.2", "cw-utils 1.0.3", "cw20 1.1.2", "cw20-base", @@ -555,7 +580,7 @@ dependencies = [ "andromeda-testing", "cosmwasm-schema 1.5.8", "cosmwasm-std 1.5.8", - "cw-controllers", + "cw-controllers 1.1.2", "cw-multi-test", "cw-orch", "cw-storage-plus 1.2.0", @@ -1235,7 +1260,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf" dependencies = [ "async-trait", - "axum-core", + "axum-core 0.3.4", "bitflags 1.3.2", "bytes", "futures-util", @@ -1251,7 +1276,34 @@ dependencies = [ "rustversion", "serde", "sync_wrapper 0.1.2", - "tower", + "tower 0.4.13", + "tower-layer", + "tower-service", +] + +[[package]] +name = "axum" +version = "0.7.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" +dependencies = [ + "async-trait", + "axum-core 0.4.5", + "bytes", + "futures-util", + "http 1.1.0", + "http-body 1.0.1", + "http-body-util", + "itoa", + "matchit", + "memchr", + "mime", + "percent-encoding", + "pin-project-lite", + "rustversion", + "serde", + "sync_wrapper 1.0.1", + "tower 0.5.1", "tower-layer", "tower-service", ] @@ -1273,6 +1325,26 @@ dependencies = [ "tower-service", ] +[[package]] +name = "axum-core" +version = "0.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199" +dependencies = [ + "async-trait", + "bytes", + "futures-util", + "http 1.1.0", + "http-body 1.0.1", + "http-body-util", + "mime", + "pin-project-lite", + "rustversion", + "sync_wrapper 1.0.1", + "tower-layer", + "tower-service", +] + [[package]] name = "backtrace" version = "0.3.74" @@ -1300,6 +1372,16 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" +[[package]] +name = "base58ck" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c8d66485a3a2ea485c1913c4572ce0256067a5377ac8c75c4960e1cda98605f" +dependencies = [ + "bitcoin-internals", + "bitcoin_hashes 0.14.0", +] + [[package]] name = "base64" version = "0.13.1" @@ -1353,18 +1435,41 @@ dependencies = [ ] [[package]] -name = "bitcoin" -version = "0.30.2" +name = "bip39" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1945a5048598e4189e239d3f809b19bdad4845c4b2ba400d304d2dcf26d2c462" +checksum = "33415e24172c1b7d6066f6d999545375ab8e1d95421d6784bdfff9496f292387" dependencies = [ - "bech32 0.9.1", - "bitcoin-private", "bitcoin_hashes 0.12.0", + "rand", + "rand_core 0.6.4", + "serde", + "unicode-normalization", +] + +[[package]] +name = "bitcoin" +version = "0.32.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "788902099d47c8682efe6a7afb01c8d58b9794ba66c06affd81c3d6b560743eb" +dependencies = [ + "base58ck", + "bech32 0.11.0", + "bitcoin-internals", + "bitcoin-io", + "bitcoin-units", + "bitcoin_hashes 0.14.0", + "hex-conservative", "hex_lit", - "secp256k1 0.27.0", + "secp256k1 0.29.1", ] +[[package]] +name = "bitcoin-internals" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "30bdbe14aa07b06e6cfeffc529a1f099e5fbe249524f8125358604df99a4bed2" + [[package]] name = "bitcoin-io" version = "0.1.3" @@ -1377,6 +1482,15 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "73290177011694f38ec25e165d0387ab7ea749a4b81cd4c80dae5988229f7a57" +[[package]] +name = "bitcoin-units" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5285c8bcaa25876d07f37e3d30c303f2609179716e11d688f51e8f1fe70063e2" +dependencies = [ + "bitcoin-internals", +] + [[package]] name = "bitcoin_hashes" version = "0.12.0" @@ -1553,7 +1667,6 @@ dependencies = [ "prost 0.12.6", "prost-types 0.12.6", "tendermint-proto 0.34.1", - "tonic 0.10.2", ] [[package]] @@ -1586,6 +1699,7 @@ checksum = "1d0afc4daf81936e6ef5a2cf76f00c913ba5bc385d58ae1e09644e25d16b0381" dependencies = [ "prost 0.13.3", "tendermint-proto 0.39.1", + "tonic 0.12.3", ] [[package]] @@ -1605,9 +1719,7 @@ dependencies = [ "signature", "subtle-encoding", "tendermint 0.34.1", - "tendermint-rpc", "thiserror 1.0.69", - "tokio", ] [[package]] @@ -1647,7 +1759,9 @@ dependencies = [ "signature", "subtle-encoding", "tendermint 0.39.1", + "tendermint-rpc", "thiserror 1.0.69", + "tokio", ] [[package]] @@ -1967,6 +2081,21 @@ dependencies = [ "thiserror 1.0.69", ] +[[package]] +name = "cw-controllers" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50c1804013d21060b994dea28a080f9eab78a3bcb6b617f05e7634b0600bf7b1" +dependencies = [ + "cosmwasm-schema 2.1.4", + "cosmwasm-std 2.1.4", + "cw-storage-plus 2.0.0", + "cw-utils 2.0.0", + "schemars", + "serde", + "thiserror 1.0.69", +] + [[package]] name = "cw-json" version = "0.1.1" @@ -2008,10 +2137,10 @@ dependencies = [ "anyhow", "cosmwasm-std 1.5.8", "cw-orch-contract-derive", - "cw-orch-core", + "cw-orch-core 1.2.4", "cw-orch-fns-derive", "cw-orch-mock", - "cw-orch-traits", + "cw-orch-traits 0.23.3", "cw-utils 1.0.3", "hex", "log", @@ -2037,7 +2166,7 @@ version = "1.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9466093ad8bf067f9eebbe25835ada3ea155726ca557d9d1c7681538078ef24f" dependencies = [ - "abstract-cw-multi-test", + "abstract-cw-multi-test 1.0.1", "anyhow", "cosmos-sdk-proto 0.21.1", "cosmwasm-std 1.5.8", @@ -2051,37 +2180,60 @@ dependencies = [ "thiserror 1.0.69", ] +[[package]] +name = "cw-orch-core" +version = "2.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09c75b59e43cf3ec05bc9fc86748cdd4998bfb53a81e3fa99dda14cf4ded3d4d" +dependencies = [ + "abstract-cw-multi-test 2.2.4", + "anyhow", + "cosmos-sdk-proto 0.24.0", + "cosmwasm-std 2.1.4", + "cw-storage-plus 2.0.0", + "cw-utils 2.0.0", + "dirs", + "log", + "serde", + "serde_json", + "sha2 0.10.8", + "thiserror 1.0.69", +] + [[package]] name = "cw-orch-daemon" -version = "0.24.5" +version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "474651c5495b8644139a6978632ebe2e56f0e0fa3097b5e8b1bd7bd8128f8774" +checksum = "eb318421ff15d3760f21cb851de41b3b6a82cc42bedddebe2abb677507fbc752" dependencies = [ "anyhow", "async-recursion", "base16", "base64 0.22.1", + "bech32 0.11.0", + "bip39", "bitcoin", "chrono 0.4.38", - "cosmrs 0.15.0", - "cosmwasm-std 1.5.8", - "cw-orch-core", + "cosmrs 0.19.0", + "cosmwasm-std 2.1.4", + "cw-orch-core 2.1.3", "cw-orch-networks", - "cw-orch-traits", + "cw-orch-traits 0.25.0", "dirs", "ed25519-dalek", "eyre", "file-lock", "flate2", "hex", - "hkd32", + "http 1.1.0", "lazy_static", + "libc-print", "log", "once_cell", - "prost 0.12.6", - "prost-types 0.12.6", + "prost 0.13.3", + "prost-types 0.13.3", "rand_core 0.6.4", - "reqwest 0.11.27", + "reqwest 0.12.9", "ring", "ripemd", "schemars", @@ -2090,7 +2242,8 @@ dependencies = [ "sha2 0.10.8", "thiserror 1.0.69", "tokio", - "tonic 0.10.2", + "toml", + "tonic 0.12.3", "uid", ] @@ -2130,7 +2283,7 @@ dependencies = [ "base64 0.21.7", "cosmwasm-schema 1.5.8", "cosmwasm-std 1.5.8", - "cw-orch-core", + "cw-orch-core 1.2.4", "cw-orch-mock", "futures", "ibc-relayer-types", @@ -2152,7 +2305,7 @@ dependencies = [ "anyhow", "cosmrs 0.15.0", "cosmwasm-std 1.5.8", - "cw-orch-core", + "cw-orch-core 1.2.4", "cw-orch-interchain-core", "cw-orch-mock", "cw-utils 1.0.3", @@ -2169,9 +2322,9 @@ version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57beb30d841bde79df51c9402741ef926ca8ef7ecd3570aa180074f767ac04d3" dependencies = [ - "abstract-cw-multi-test", + "abstract-cw-multi-test 1.0.1", "cosmwasm-std 1.5.8", - "cw-orch-core", + "cw-orch-core 1.2.4", "cw-utils 1.0.3", "log", "serde", @@ -2180,11 +2333,11 @@ dependencies = [ [[package]] name = "cw-orch-networks" -version = "0.23.3" +version = "0.24.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6b0e1af56869ced61c25f509a0a40cddd028779d838441b70f4578a8d7c0253" +checksum = "65b932d1b0096c5ef144bb286a53305be46818a972540ea65ad0476dc2c5c2d3" dependencies = [ - "cw-orch-core", + "cw-orch-core 2.1.3", "serde", ] @@ -2194,11 +2347,21 @@ version = "0.23.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "70e6b81dc282724c9c6334a499f4867e575458e69fe5b99034d4f962860f3357" dependencies = [ - "cw-orch-core", + "cw-orch-core 1.2.4", "prost 0.12.6", "prost-types 0.12.6", ] +[[package]] +name = "cw-orch-traits" +version = "0.25.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2ccb1670cc49a7a10c425ba1072cb607eb00d8085f97692877b9bdb00d14dd3d" +dependencies = [ + "cw-orch-core 2.1.3", + "prost-types 0.13.3", +] + [[package]] name = "cw-ownable" version = "0.5.1" @@ -2386,6 +2549,19 @@ dependencies = [ "serde", ] +[[package]] +name = "cw20" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a42212b6bf29bbdda693743697c621894723f35d3db0d5df930be22903d0e27c" +dependencies = [ + "cosmwasm-schema 2.1.4", + "cosmwasm-std 2.1.4", + "cw-utils 2.0.0", + "schemars", + "serde", +] + [[package]] name = "cw20" version = "2.0.0" @@ -2423,7 +2599,7 @@ checksum = "76221201da08fed611c857ea3aa21c031a4a7dc771a8b1750559ca987335dc02" dependencies = [ "cosmwasm-schema 1.5.8", "cosmwasm-std 1.5.8", - "cw-controllers", + "cw-controllers 1.1.2", "cw-storage-plus 1.2.0", "cw-utils 1.0.3", "cw2 1.1.2", @@ -2434,6 +2610,25 @@ dependencies = [ "thiserror 1.0.69", ] +[[package]] +name = "cw20-ics20" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "80a9e377dbbd1ffb3b6a8a2dbf9128609a6458a3292f88f99e0b6840a7e9762e" +dependencies = [ + "cosmwasm-schema 2.1.4", + "cosmwasm-std 2.1.4", + "cw-controllers 2.0.0", + "cw-storage-plus 2.0.0", + "cw-utils 2.0.0", + "cw2 2.0.0", + "cw20 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "schemars", + "semver", + "serde", + "thiserror 1.0.69", +] + [[package]] name = "cw3" version = "1.1.2" @@ -2457,7 +2652,7 @@ dependencies = [ "cosmwasm-schema 2.1.4", "cosmwasm-std 2.1.4", "cw-utils 2.0.0", - "cw20 2.0.0", + "cw20 2.0.0 (git+https://github.com/CosmWasm/cw-plus)", "schemars", "serde", "thiserror 1.0.69", @@ -3211,21 +3406,6 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3011d1213f159867b13cfd6ac92d2cd5f1345762c63be3554e84092d85a50bbd" -[[package]] -name = "hkd32" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e013a4f0b8772418eee1fc462e74017aba13c364a7b61bd3df1ddcbfe47b065" -dependencies = [ - "hmac", - "once_cell", - "pbkdf2", - "rand_core 0.6.4", - "sha2 0.10.8", - "subtle-encoding", - "zeroize", -] - [[package]] name = "hmac" version = "0.12.1" @@ -3346,6 +3526,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "httparse", + "httpdate", "itoa", "pin-project-lite", "smallvec", @@ -3396,6 +3577,19 @@ dependencies = [ "tokio-io-timeout", ] +[[package]] +name = "hyper-timeout" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0" +dependencies = [ + "hyper 1.5.0", + "hyper-util", + "pin-project-lite", + "tokio", + "tower-service", +] + [[package]] name = "hyper-tls" version = "0.5.0" @@ -3828,6 +4022,15 @@ version = "0.2.164" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f" +[[package]] +name = "libc-print" +version = "0.1.23" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4a660208db49e35faf57b37484350f1a61072f2a5becf0592af6015d9ddd4b0" +dependencies = [ + "libc", +] + [[package]] name = "libm" version = "0.2.11" @@ -4190,15 +4393,6 @@ version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" -[[package]] -name = "pbkdf2" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917" -dependencies = [ - "digest 0.10.7", -] - [[package]] name = "peg" version = "0.8.4" @@ -4587,7 +4781,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "rustls 0.21.12", - "rustls-native-certs", + "rustls-native-certs 0.6.3", "rustls-pemfile 1.0.4", "serde", "serde_json", @@ -4758,7 +4952,9 @@ version = "0.23.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e" dependencies = [ + "log", "once_cell", + "ring", "rustls-pki-types", "rustls-webpki 0.102.8", "subtle", @@ -4777,6 +4973,19 @@ dependencies = [ "security-framework", ] +[[package]] +name = "rustls-native-certs" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a" +dependencies = [ + "openssl-probe", + "rustls-pemfile 2.2.0", + "rustls-pki-types", + "schannel", + "security-framework", +] + [[package]] name = "rustls-pemfile" version = "1.0.4" @@ -4908,12 +5117,12 @@ dependencies = [ [[package]] name = "secp256k1" -version = "0.27.0" +version = "0.29.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25996b82292a7a57ed3508f052cfff8640d38d32018784acd714758b43da9c8f" +checksum = "9465315bc9d4566e1724f0fffcbcc446268cb522e60f9a27bcded6b19c108113" dependencies = [ - "bitcoin_hashes 0.12.0", - "secp256k1-sys 0.8.1", + "bitcoin_hashes 0.14.0", + "secp256k1-sys", ] [[package]] @@ -4924,16 +5133,7 @@ checksum = "b50c5943d326858130af85e049f2661ba3c78b26589b8ab98e65e80ae44a1252" dependencies = [ "bitcoin_hashes 0.14.0", "rand", - "secp256k1-sys 0.10.1", -] - -[[package]] -name = "secp256k1-sys" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70a129b9e9efbfb223753b9163c4ab3b13cff7fd9c7f010fbac25ab4099fa07e" -dependencies = [ - "cc", + "secp256k1-sys", ] [[package]] @@ -5486,15 +5686,15 @@ dependencies = [ [[package]] name = "tendermint-config" -version = "0.34.1" +version = "0.39.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1a02da769166e2052cd537b1a97c78017632c2d9e19266367b27e73910434fc" +checksum = "d8add7b85b0282e5901521f78fe441956ac1e2752452f4e1f2c0ce7e1f10d485" dependencies = [ "flex-error", "serde", "serde_json", - "tendermint 0.34.1", - "toml 0.5.11", + "tendermint 0.39.1", + "toml", "url", ] @@ -5598,9 +5798,9 @@ dependencies = [ [[package]] name = "tendermint-rpc" -version = "0.34.1" +version = "0.39.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71afae8bb5f6b14ed48d4e1316a643b6c2c3cbad114f510be77b4ed20b7b3e42" +checksum = "9693f42544bf3b41be3cbbfa418650c86e137fb8f5a57981659a84b677721ecf" dependencies = [ "async-trait", "bytes", @@ -5617,9 +5817,9 @@ dependencies = [ "serde_json", "subtle", "subtle-encoding", - "tendermint 0.34.1", + "tendermint 0.39.1", "tendermint-config", - "tendermint-proto 0.34.1", + "tendermint-proto 0.39.1", "thiserror 1.0.69", "time 0.3.36", "tokio", @@ -5710,7 +5910,7 @@ dependencies = [ "cw721-base 0.18.0", "ibc-relayer-types", "rstest", - "toml 0.8.19", + "toml", ] [[package]] @@ -5794,6 +5994,15 @@ dependencies = [ "time-core", ] +[[package]] +name = "tiny-keccak" +version = "2.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" +dependencies = [ + "crunchy", +] + [[package]] name = "tinystr" version = "0.7.6" @@ -5804,6 +6013,21 @@ dependencies = [ "zerovec", ] +[[package]] +name = "tinyvec" +version = "1.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" +dependencies = [ + "tinyvec_macros", +] + +[[package]] +name = "tinyvec_macros" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" + [[package]] name = "tokio" version = "1.41.1" @@ -5898,15 +6122,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "toml" -version = "0.5.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" -dependencies = [ - "serde", -] - [[package]] name = "toml" version = "0.8.19" @@ -5948,7 +6163,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3082666a3a6433f7f511c7192923fa1fe07c69332d3c6a2e6bb040b569199d5a" dependencies = [ "async-trait", - "axum", + "axum 0.6.20", "base64 0.21.7", "bytes", "futures-core", @@ -5957,13 +6172,13 @@ dependencies = [ "http 0.2.12", "http-body 0.4.6", "hyper 0.14.31", - "hyper-timeout", + "hyper-timeout 0.4.1", "percent-encoding", "pin-project", "prost 0.11.9", "tokio", "tokio-stream", - "tower", + "tower 0.4.13", "tower-layer", "tower-service", "tracing", @@ -5977,24 +6192,57 @@ checksum = "d560933a0de61cf715926b9cac824d4c883c2c43142f787595e48280c40a1d0e" dependencies = [ "async-stream", "async-trait", - "axum", + "axum 0.6.20", "base64 0.21.7", "bytes", "h2 0.3.26", "http 0.2.12", "http-body 0.4.6", "hyper 0.14.31", - "hyper-timeout", + "hyper-timeout 0.4.1", "percent-encoding", "pin-project", "prost 0.12.6", "rustls 0.21.12", - "rustls-native-certs", + "rustls-native-certs 0.6.3", "rustls-pemfile 1.0.4", "tokio", "tokio-rustls 0.24.1", "tokio-stream", - "tower", + "tower 0.4.13", + "tower-layer", + "tower-service", + "tracing", +] + +[[package]] +name = "tonic" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52" +dependencies = [ + "async-stream", + "async-trait", + "axum 0.7.9", + "base64 0.22.1", + "bytes", + "h2 0.4.6", + "http 1.1.0", + "http-body 1.0.1", + "http-body-util", + "hyper 1.5.0", + "hyper-timeout 0.5.2", + "hyper-util", + "percent-encoding", + "pin-project", + "prost 0.13.3", + "rustls-native-certs 0.8.0", + "rustls-pemfile 2.2.0", + "socket2", + "tokio", + "tokio-rustls 0.26.0", + "tokio-stream", + "tower 0.4.13", "tower-layer", "tower-service", "tracing", @@ -6020,6 +6268,20 @@ dependencies = [ "tracing", ] +[[package]] +name = "tower" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2873938d487c3cfb9aed7546dc9f2711d867c9f90c46b889989a2cb84eba6b4f" +dependencies = [ + "futures-core", + "futures-util", + "pin-project-lite", + "sync_wrapper 0.1.2", + "tower-layer", + "tower-service", +] + [[package]] name = "tower-layer" version = "0.3.3" @@ -6099,6 +6361,15 @@ version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" +[[package]] +name = "unicode-normalization" +version = "0.1.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" +dependencies = [ + "tinyvec", +] + [[package]] name = "unicode-segmentation" version = "1.12.0" diff --git a/ibc-tests/Cargo.toml b/ibc-tests/Cargo.toml index 55e874a6b..e967cf4c8 100644 --- a/ibc-tests/Cargo.toml +++ b/ibc-tests/Cargo.toml @@ -12,7 +12,7 @@ name = "validator_staking" serde.workspace = true tokio = "1.39.3" cw-orch = { workspace = true } -cw-orch-daemon = "0.24.2" +cw-orch-daemon = "0.28.1" andromeda-testing-e2e = { workspace = true } diff --git a/packages/andromeda-testing-e2e/Cargo.toml b/packages/andromeda-testing-e2e/Cargo.toml index 8cb813a74..24d3542b4 100644 --- a/packages/andromeda-testing-e2e/Cargo.toml +++ b/packages/andromeda-testing-e2e/Cargo.toml @@ -46,5 +46,5 @@ cw-multi-test = { workspace = true } anyhow = "1.0.79" reqwest = { version = "0.12.5", features = ["json"] } tokio = "1.39.2" -cw-orch-daemon = "0.24.3" +cw-orch-daemon = "0.28.1" cw-orch = { workspace = true } diff --git a/packages/deploy/Cargo.toml b/packages/deploy/Cargo.toml index 3b081716b..7d034450e 100644 --- a/packages/deploy/Cargo.toml +++ b/packages/deploy/Cargo.toml @@ -33,7 +33,7 @@ serde-json-wasm = "0.5.0" enum-repr = { workspace = true } sha2 = "0.10.8" cw-orch = { workspace = true } -cw-orch-daemon = "0.24.2" +cw-orch-daemon = "0.28.1" # OS Contracts andromeda-kernel = { version = "1.1.1", path = "../../contracts/os/andromeda-kernel" }