From b195d1afd2218c5d004ebfb655eebc00a6e2727d Mon Sep 17 00:00:00 2001 From: Daan van der Plas <93204684+Daanvdplas@users.noreply.github.com> Date: Tue, 31 Dec 2024 18:35:10 +0100 Subject: [PATCH] chore: upgrade stable2409 (#412) Co-authored-by: chungquantin <56880684+chungquantin@users.noreply.github.com> --- Cargo.lock | 7425 ++++++++--------- Cargo.toml | 193 +- extension/Cargo.toml | 1 + integration-tests/Cargo.toml | 5 + .../src/chains/asset_hub/genesis.rs | 1 + integration-tests/src/chains/asset_hub/mod.rs | 2 +- .../src/chains/pop_network/genesis.rs | 1 + integration-tests/src/chains/relay/genesis.rs | 1 + node/Cargo.toml | 28 + node/src/command.rs | 21 +- node/src/rpc.rs | 11 +- node/src/service.rs | 17 +- pallets/api/Cargo.toml | 1 + pallets/api/src/fungibles/tests.rs | 4 +- pop-api/integration-tests/Cargo.toml | 16 +- .../integration-tests/src/fungibles/mod.rs | 4 +- runtime/common/Cargo.toml | 11 +- runtime/common/src/lib.rs | 18 +- runtime/devnet/Cargo.toml | 9 +- runtime/devnet/src/config/contracts.rs | 3 +- runtime/devnet/src/config/ismp.rs | 10 +- runtime/devnet/src/lib.rs | 17 +- runtime/mainnet/Cargo.toml | 1 + runtime/mainnet/src/config/xcm.rs | 6 +- runtime/mainnet/src/lib.rs | 19 +- runtime/testnet/Cargo.toml | 1 + runtime/testnet/src/config/contracts.rs | 3 +- runtime/testnet/src/lib.rs | 10 +- 28 files changed, 3558 insertions(+), 4281 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c6b020a9d..3a5f167aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 4 +version = 3 [[package]] name = "Inflector" @@ -23,18 +23,18 @@ dependencies = [ [[package]] name = "addr2line" -version = "0.22.0" +version = "0.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" +checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" dependencies = [ - "gimli 0.29.0", + "gimli 0.31.1", ] [[package]] -name = "adler" -version = "1.0.2" +name = "adler2" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" +checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" [[package]] name = "aead" @@ -68,7 +68,7 @@ dependencies = [ "cipher 0.4.4", "ctr", "ghash", - "subtle 2.5.0", + "subtle 2.6.1", ] [[package]] @@ -106,9 +106,9 @@ dependencies = [ [[package]] name = "allocator-api2" -version = "0.2.18" +version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" +checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" [[package]] name = "always-assert" @@ -131,20 +131,11 @@ dependencies = [ "libc", ] -[[package]] -name = "ansi_term" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" -dependencies = [ - "winapi", -] - [[package]] name = "anstream" -version = "0.6.14" +version = "0.6.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b" +checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" dependencies = [ "anstyle", "anstyle-parse", @@ -157,43 +148,43 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.7" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b" +checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" [[package]] name = "anstyle-parse" -version = "0.2.4" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4" +checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" dependencies = [ "utf8parse", ] [[package]] name = "anstyle-query" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391" +checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] name = "anstyle-wincon" -version = "3.0.3" +version = "3.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19" +checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125" dependencies = [ "anstyle", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" [[package]] name = "approx" @@ -355,9 +346,9 @@ checksum = "5d5dde061bd34119e902bbb2d9b90c5692635cf59fb91d582c2b68043f1b8293" [[package]] name = "arrayref" -version = "0.3.7" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" +checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" [[package]] name = "arrayvec" @@ -370,9 +361,9 @@ dependencies = [ [[package]] name = "arrayvec" -version = "0.7.4" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" +checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" [[package]] name = "asn1-rs" @@ -386,7 +377,7 @@ dependencies = [ "nom", "num-traits", "rusticata-macros", - "thiserror", + "thiserror 1.0.69", "time", ] @@ -402,7 +393,7 @@ dependencies = [ "nom", "num-traits", "rusticata-macros", - "thiserror", + "thiserror 1.0.69", "time", ] @@ -480,12 +471,12 @@ dependencies = [ "frame-benchmarking 36.0.0", "frame-executive 36.0.0", "frame-metadata-hash-extension 0.4.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "frame-system-benchmarking 36.0.0", "frame-system-rpc-runtime-api 33.0.0", "frame-try-runtime 0.42.0", - "hex-literal 0.4.1", + "hex-literal", "log", "pallet-asset-conversion 18.0.0", "pallet-asset-conversion-tx-payment 18.0.0", @@ -494,7 +485,7 @@ dependencies = [ "pallet-authorship 36.0.0", "pallet-balances 37.0.0", "pallet-collator-selection 17.0.0", - "pallet-message-queue 39.0.0", + "pallet-message-queue 39.0.1", "pallet-multisig 36.0.0", "pallet-nfts 30.0.0", "pallet-nfts-runtime-api 22.0.0", @@ -519,7 +510,7 @@ dependencies = [ "primitive-types", "scale-info", "serde_json", - "snowbridge-router-primitives", + "snowbridge-router-primitives 0.14.0", "sp-api 33.0.0", "sp-block-builder 33.0.0", "sp-consensus-aura 0.39.0", @@ -529,7 +520,7 @@ dependencies = [ "sp-inherents 33.0.0", "sp-io 37.0.0", "sp-offchain 33.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-session 34.0.0", "sp-std", "sp-storage", @@ -547,65 +538,67 @@ dependencies = [ [[package]] name = "asset-hub-westend-runtime" -version = "0.25.0" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1b95e6c6f89dc74b6fe2c031894ef07e55a7159de64fb2634da6a1be1bdd0b8" +checksum = "e38cd1bff7bfcad37e21bb0a23aae818bb122389e44ef1e6cc20b638d8211733" dependencies = [ - "assets-common 0.17.0", + "assets-common 0.18.1", "bp-asset-hub-rococo", "bp-asset-hub-westend", "bp-bridge-hub-rococo", "bp-bridge-hub-westend", - "cumulus-pallet-aura-ext 0.16.0", - "cumulus-pallet-parachain-system 0.16.0", - "cumulus-pallet-session-benchmarking 18.0.0", - "cumulus-pallet-xcm 0.16.0", - "cumulus-pallet-xcmp-queue 0.16.0", + "cumulus-pallet-aura-ext 0.17.0", + "cumulus-pallet-parachain-system 0.17.1", + "cumulus-pallet-session-benchmarking 19.0.0", + "cumulus-pallet-xcm 0.17.0", + "cumulus-pallet-xcmp-queue 0.17.0", "cumulus-primitives-aura 0.15.0", - "cumulus-primitives-core 0.15.0", + "cumulus-primitives-core 0.16.0", "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-utility 0.16.0", - "frame-benchmarking 37.0.0", - "frame-executive 37.0.0", - "frame-metadata-hash-extension 0.5.0", - "frame-support 37.0.1", - "frame-system 37.1.0", - "frame-system-benchmarking 37.0.0", + "cumulus-primitives-utility 0.17.0", + "frame-benchmarking 38.0.0", + "frame-executive 38.0.0", + "frame-metadata-hash-extension 0.6.0", + "frame-support 38.0.0", + "frame-system 38.0.0", + "frame-system-benchmarking 38.0.0", "frame-system-rpc-runtime-api 34.0.0", - "frame-try-runtime 0.43.0", - "hex-literal 0.4.1", + "frame-try-runtime 0.44.0", + "hex-literal", "log", - "pallet-asset-conversion 19.0.0", + "pallet-asset-conversion 20.0.0", "pallet-asset-conversion-ops", - "pallet-asset-conversion-tx-payment 19.0.0", - "pallet-assets 39.0.0", + "pallet-asset-conversion-tx-payment 20.0.0", + "pallet-assets 40.0.0", "pallet-assets-freezer", - "pallet-aura 36.0.0", - "pallet-authorship 37.0.0", - "pallet-balances 38.0.0", - "pallet-collator-selection 18.0.0", - "pallet-message-queue 40.0.1", - "pallet-multisig 37.0.0", + "pallet-aura 37.0.0", + "pallet-authorship 38.0.0", + "pallet-balances 39.0.0", + "pallet-collator-selection 19.0.0", + "pallet-message-queue 41.0.2", + "pallet-multisig 38.0.0", "pallet-nft-fractionalization", - "pallet-nfts 31.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "pallet-nfts-runtime-api 23.0.0", - "pallet-proxy 37.0.0", - "pallet-session 37.0.0", - "pallet-state-trie-migration 39.0.0", - "pallet-timestamp 36.0.1", - "pallet-transaction-payment 37.0.1", - "pallet-transaction-payment-rpc-runtime-api 37.0.0", - "pallet-uniques 37.0.0", - "pallet-utility 37.0.1", - "pallet-xcm 16.0.2", - "pallet-xcm-benchmarks 16.0.0", - "pallet-xcm-bridge-hub-router 0.14.0", - "parachains-common 17.0.0", + "pallet-nfts 32.0.0", + "pallet-nfts-runtime-api 24.0.0", + "pallet-proxy 38.0.0", + "pallet-session 38.0.0", + "pallet-state-trie-migration 40.0.0", + "pallet-timestamp 37.0.0", + "pallet-transaction-payment 38.0.0", + "pallet-transaction-payment-rpc-runtime-api 38.0.0", + "pallet-uniques 38.0.0", + "pallet-utility 38.0.0", + "pallet-xcm 17.0.1", + "pallet-xcm-benchmarks 17.0.0", + "pallet-xcm-bridge-hub-router 0.15.1", + "parachains-common 18.0.0", "parity-scale-codec", "polkadot-parachain-primitives 14.0.0", - "polkadot-runtime-common 16.0.0", + "polkadot-runtime-common 17.0.0", "primitive-types", "scale-info", + "serde_json", + "snowbridge-router-primitives 0.16.0", "sp-api 34.0.0", "sp-block-builder 34.0.0", "sp-consensus-aura 0.40.0", @@ -614,47 +607,48 @@ dependencies = [ "sp-inherents 34.0.0", "sp-offchain 34.0.0", "sp-runtime 39.0.3", - "sp-session 35.0.0", + "sp-session 36.0.0", + "sp-std", "sp-storage", "sp-transaction-pool 34.0.0", "sp-version 37.0.0", - "staging-parachain-info 0.16.0", + "staging-parachain-info 0.17.0", "staging-xcm", - "staging-xcm-builder 16.0.3", - "staging-xcm-executor 16.0.0", + "staging-xcm-builder 17.0.1", + "staging-xcm-executor 17.0.0", "substrate-wasm-builder 24.0.1", "testnet-parachains-constants", "westend-runtime-constants", - "xcm-runtime-apis 0.3.1", + "xcm-runtime-apis 0.4.0", ] [[package]] name = "asset-test-utils" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfc6a3e0cc46969273574de535fb0ad782f53aa7e30acf360bded7f559f08be9" -dependencies = [ - "cumulus-pallet-parachain-system 0.16.0", - "cumulus-pallet-xcmp-queue 0.16.0", - "cumulus-primitives-core 0.15.0", - "frame-support 37.0.1", - "frame-system 37.1.0", - "pallet-assets 39.0.0", - "pallet-balances 38.0.0", - "pallet-collator-selection 18.0.0", - "pallet-session 37.0.0", - "pallet-timestamp 36.0.1", - "pallet-xcm 16.0.2", - "pallet-xcm-bridge-hub-router 0.14.0", - "parachains-common 17.0.0", +checksum = "d0324df9ce91a9840632e865dd3272bd20162023856f1b189b7ae58afa5c6b61" +dependencies = [ + "cumulus-pallet-parachain-system 0.17.1", + "cumulus-pallet-xcmp-queue 0.17.0", + "cumulus-primitives-core 0.16.0", + "frame-support 38.0.0", + "frame-system 38.0.0", + "pallet-assets 40.0.0", + "pallet-balances 39.0.0", + "pallet-collator-selection 19.0.0", + "pallet-session 38.0.0", + "pallet-timestamp 37.0.0", + "pallet-xcm 17.0.1", + "pallet-xcm-bridge-hub-router 0.15.1", + "parachains-common 18.0.0", "parachains-runtimes-test-utils", "parity-scale-codec", "sp-io 38.0.0", "sp-runtime 39.0.3", - "staging-parachain-info 0.16.0", + "staging-parachain-info 0.17.0", "staging-xcm", - "staging-xcm-builder 16.0.3", - "staging-xcm-executor 16.0.0", + "staging-xcm-builder 17.0.1", + "staging-xcm-executor 17.0.0", "substrate-wasm-builder 24.0.1", ] @@ -665,7 +659,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d4e2360c96927aa33b3fef7190eabf2aa4129fe3505c11dfa860ada0f27fd1b1" dependencies = [ "cumulus-primitives-core 0.14.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "impl-trait-for-tuples", "log", "pallet-asset-conversion 18.0.0", @@ -674,7 +668,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-api 33.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", "staging-xcm", "staging-xcm-builder 15.0.0", @@ -684,24 +678,25 @@ dependencies = [ [[package]] name = "assets-common" -version = "0.17.0" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aaa876208ff7bee8fba77aa31612c1247ebd79436d750ea2c44a14e9722b692a" +checksum = "93438e31a4449fbeab87210931edc8cd156292354f1fc15f17d819ecded6bf25" dependencies = [ - "cumulus-primitives-core 0.15.0", - "frame-support 37.0.1", + "cumulus-primitives-core 0.16.0", + "frame-support 38.0.0", "impl-trait-for-tuples", "log", - "pallet-asset-conversion 19.0.0", - "pallet-xcm 16.0.2", - "parachains-common 17.0.0", + "pallet-asset-conversion 20.0.0", + "pallet-assets 40.0.0", + "pallet-xcm 17.0.1", + "parachains-common 18.0.0", "parity-scale-codec", "scale-info", "sp-api 34.0.0", "sp-runtime 39.0.3", "staging-xcm", - "staging-xcm-builder 16.0.3", - "staging-xcm-executor 16.0.0", + "staging-xcm-builder 17.0.1", + "staging-xcm-executor 17.0.0", "substrate-wasm-builder 24.0.1", ] @@ -730,14 +725,14 @@ dependencies = [ [[package]] name = "async-executor" -version = "1.12.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8828ec6e544c02b0d6691d21ed9f9218d0384a82542855073c2a3f58304aaf0" +checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec" dependencies = [ "async-task", "concurrent-queue", - "fastrand 2.1.0", - "futures-lite 2.3.0", + "fastrand 2.3.0", + "futures-lite 2.5.0", "slab", ] @@ -775,21 +770,21 @@ dependencies = [ [[package]] name = "async-io" -version = "2.3.3" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964" +checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059" dependencies = [ "async-lock 3.4.0", "cfg-if", "concurrent-queue", "futures-io", - "futures-lite 2.3.0", + "futures-lite 2.5.0", "parking", - "polling 3.7.2", - "rustix 0.38.34", + "polling 3.7.4", + "rustix 0.38.42", "slab", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -836,26 +831,26 @@ dependencies = [ "cfg-if", "event-listener 3.1.0", "futures-lite 1.13.0", - "rustix 0.38.34", + "rustix 0.38.42", "windows-sys 0.48.0", ] [[package]] name = "async-signal" -version = "0.2.8" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "794f185324c2f00e771cd9f1ae8b5ac68be2ca7abb129a87afd6e86d228bc54d" +checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3" dependencies = [ - "async-io 2.3.3", + "async-io 2.4.0", "async-lock 3.4.0", "atomic-waker", "cfg-if", "futures-core", "futures-io", - "rustix 0.38.34", + "rustix 0.38.42", "signal-hook-registry", "slab", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -866,9 +861,9 @@ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[package]] name = "async-trait" -version = "0.1.80" +version = "0.1.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" +checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" dependencies = [ "proc-macro2", "quote", @@ -913,23 +908,23 @@ dependencies = [ [[package]] name = "autocfg" -version = "1.3.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" +checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "backtrace" -version = "0.3.73" +version = "0.3.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" +checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" dependencies = [ - "addr2line 0.22.0", - "cc", + "addr2line 0.24.2", "cfg-if", "libc", "miniz_oxide", - "object 0.36.4", + "object 0.36.5", "rustc-demangle", + "windows-targets 0.52.6", ] [[package]] @@ -968,20 +963,11 @@ version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" -[[package]] -name = "beef" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1" -dependencies = [ - "serde", -] - [[package]] name = "binary-merkle-tree" -version = "15.0.0" +version = "15.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b5c0fd4282c30c05647e1052d71bf1a0c8067ab1e9a8fc6d0c292dce0ecb237" +checksum = "336bf780dd7526a9a4bc1521720b25c1994dc132cccd59553431923fa4d1a693" dependencies = [ "hash-db", "log", @@ -1008,22 +994,22 @@ dependencies = [ "lazy_static", "lazycell", "peeking_take_while", - "prettyplease 0.2.20", + "prettyplease 0.2.25", "proc-macro2", "quote", "regex", - "rustc-hash", + "rustc-hash 1.1.0", "shlex", "syn 2.0.90", ] [[package]] name = "bip39" -version = "2.0.0" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f" +checksum = "33415e24172c1b7d6066f6d999545375ab8e1d95421d6784bdfff9496f292387" dependencies = [ - "bitcoin_hashes 0.11.0", + "bitcoin_hashes", ] [[package]] @@ -1032,12 +1018,6 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9425c3bf7089c983facbae04de54513cce73b41c7f9ff8c845b54e7bc64ebbfb" -[[package]] -name = "bitcoin_hashes" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90064b8dee6815a6470d60bad07bbbaee885c0e12d04177138fa3291a01b7bc4" - [[package]] name = "bitcoin_hashes" version = "0.13.0" @@ -1056,9 +1036,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" +checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" [[package]] name = "bitvec" @@ -1111,8 +1091,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780" dependencies = [ "arrayref", - "arrayvec 0.7.4", - "constant_time_eq 0.3.0", + "arrayvec 0.7.6", + "constant_time_eq 0.3.1", ] [[package]] @@ -1122,21 +1102,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94230421e395b9920d23df13ea5d77a20e1725331f90fbbf6df6040b33f756ae" dependencies = [ "arrayref", - "arrayvec 0.7.4", - "constant_time_eq 0.3.0", + "arrayvec 0.7.6", + "constant_time_eq 0.3.1", ] [[package]] name = "blake3" -version = "1.5.1" +version = "1.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30cca6d3674597c30ddf2c587bf8d9d65c9a84d2326d941cc79c9842dfe0ef52" +checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e" dependencies = [ "arrayref", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "cc", "cfg-if", - "constant_time_eq 0.3.0", + "constant_time_eq 0.3.1", ] [[package]] @@ -1166,7 +1146,7 @@ dependencies = [ "async-channel 2.3.1", "async-task", "futures-io", - "futures-lite 2.3.0", + "futures-lite 2.5.0", "piper", ] @@ -1182,9 +1162,9 @@ dependencies = [ "futures-core", "futures-util", "hex", - "http 1.1.0", + "http 1.2.0", "http-body-util", - "hyper 1.4.1", + "hyper 1.5.2", "hyper-named-pipe", "hyper-util", "hyperlocal-next", @@ -1195,7 +1175,7 @@ dependencies = [ "serde_json", "serde_repr", "serde_urlencoded", - "thiserror", + "thiserror 1.0.69", "tokio", "tokio-util", "tower-service", @@ -1216,9 +1196,9 @@ dependencies = [ [[package]] name = "bounded-collections" -version = "0.2.0" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d32385ecb91a31bddaf908e8dcf4a15aef1bcd3913cc03ebfad02ff6d568abc1" +checksum = "3d077619e9c237a5d1875166f5e8033e8f6bff0c96f8caf81e1c2d7738c431bf" dependencies = [ "log", "parity-scale-codec", @@ -1232,7 +1212,7 @@ version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "68534a48cbf63a4b1323c433cf21238c9ec23711e0df13b08c33e5c2082663ce" dependencies = [ - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -1241,7 +1221,7 @@ version = "1.0.0" source = "git+https://github.com/paseo-network/runtimes/?tag=v1.3.3#871469acf97f0f233d0d50ebf80b414305a5c055" dependencies = [ "bp-xcm-bridge-hub-router 0.13.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "parity-scale-codec", "scale-info", "sp-std", @@ -1251,24 +1231,24 @@ dependencies = [ [[package]] name = "bp-asset-hub-rococo" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cc690e001757e0180b5276a529d675d96210f4529dad5419733a22b0e308c6e" +checksum = "5a42112437ef1f44af72fbef0d897472765b3d7527479e65b3cfc5f7bd038b54" dependencies = [ - "bp-xcm-bridge-hub-router 0.14.0", - "frame-support 37.0.1", + "bp-xcm-bridge-hub-router 0.14.1", + "frame-support 38.0.0", "parity-scale-codec", "scale-info", ] [[package]] name = "bp-asset-hub-westend" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c02d421e25941017421db656a03a0897e67c4195924b865646366683c4493890" +checksum = "a2b4e8f1566e87729e95971483d63a5afeb448465ebb630a6d9790d19c8bfc15" dependencies = [ - "bp-xcm-bridge-hub-router 0.14.0", - "frame-support 37.0.1", + "bp-xcm-bridge-hub-router 0.14.1", + "frame-support 38.0.0", "parity-scale-codec", "scale-info", ] @@ -1282,7 +1262,7 @@ dependencies = [ "bp-messages 0.15.0", "bp-polkadot-core 0.15.0", "bp-runtime 0.15.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "polkadot-primitives 14.0.0", "sp-api 33.0.0", @@ -1291,16 +1271,16 @@ dependencies = [ [[package]] name = "bp-bridge-hub-cumulus" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3192b02ea5d42d256afd2932696c477af4c46a52981b8551bc2e8de67c758234" +checksum = "3832b3362711b0c186f046d248407aec14b89812d39d996b914634a72b2bc2ce" dependencies = [ - "bp-messages 0.17.0", - "bp-polkadot-core 0.17.0", - "bp-runtime 0.17.0", - "frame-support 37.0.1", - "frame-system 37.1.0", - "polkadot-primitives 15.0.0", + "bp-messages 0.18.0", + "bp-polkadot-core 0.18.0", + "bp-runtime 0.18.0", + "frame-support 38.0.0", + "frame-system 38.0.0", + "polkadot-primitives 16.0.0", "sp-api 34.0.0", "sp-std", ] @@ -1313,11 +1293,11 @@ dependencies = [ "bp-bridge-hub-cumulus 0.15.0", "bp-messages 0.15.0", "bp-runtime 0.15.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "kusama-runtime-constants", "polkadot-runtime-constants", "sp-api 33.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", "system-parachains-constants 1.0.0 (git+https://github.com/polkadot-fellows/runtimes?tag=v1.3.3)", ] @@ -1331,12 +1311,12 @@ dependencies = [ "bp-messages 0.15.0", "bp-polkadot-bulletin", "bp-runtime 0.15.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "kusama-runtime-constants", "paseo-runtime-constants", - "snowbridge-core", + "snowbridge-core 0.8.0", "sp-api 33.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", "staging-xcm", "system-parachains-constants 1.0.0 (git+https://github.com/paseo-network/runtimes/?tag=v1.3.3)", @@ -1351,12 +1331,12 @@ dependencies = [ "bp-messages 0.15.0", "bp-polkadot-bulletin", "bp-runtime 0.15.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "kusama-runtime-constants", "polkadot-runtime-constants", - "snowbridge-core", + "snowbridge-core 0.8.0", "sp-api 33.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", "staging-xcm", "system-parachains-constants 1.0.0 (git+https://github.com/polkadot-fellows/runtimes?tag=v1.3.3)", @@ -1364,14 +1344,16 @@ dependencies = [ [[package]] name = "bp-bridge-hub-rococo" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f9dc7fabdbf27587e4a0635e1967aa521582f4b78e43d2b8b1dd90a7d9a8753" +checksum = "48208b6149c6e219c3f59600ed73d65b1d4d358bf876c7a8f6895961b447894b" dependencies = [ - "bp-bridge-hub-cumulus 0.17.0", - "bp-messages 0.17.0", - "bp-runtime 0.17.0", - "frame-support 37.0.1", + "bp-bridge-hub-cumulus 0.18.0", + "bp-messages 0.18.0", + "bp-runtime 0.18.0", + "bp-xcm-bridge-hub", + "frame-support 38.0.0", + "parity-scale-codec", "sp-api 34.0.0", "sp-runtime 39.0.3", "sp-std", @@ -1379,14 +1361,16 @@ dependencies = [ [[package]] name = "bp-bridge-hub-westend" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d7f8398b5f288297601d6b6196d3735bd5aa619f125f917a030ebb3a6ec4f2a" +checksum = "9511f4c28e54f03afa39c98a3ae9e1555dcbd1446f2d095cb62ab39f7e4c57d4" dependencies = [ - "bp-bridge-hub-cumulus 0.17.0", - "bp-messages 0.17.0", - "bp-runtime 0.17.0", - "frame-support 37.0.1", + "bp-bridge-hub-cumulus 0.18.0", + "bp-messages 0.18.0", + "bp-runtime 0.18.0", + "bp-xcm-bridge-hub", + "frame-support 38.0.0", + "parity-scale-codec", "sp-api 34.0.0", "sp-runtime 39.0.3", "sp-std", @@ -1400,25 +1384,25 @@ checksum = "57cac4b71008e46d43e346476ed1be85cf7b505efacee17dad84d687344bf1b1" dependencies = [ "bp-runtime 0.15.0", "finality-grandpa", - "frame-support 36.0.0", + "frame-support 36.0.1", "parity-scale-codec", "scale-info", "serde", "sp-consensus-grandpa 20.0.0", "sp-core", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "bp-header-chain" -version = "0.17.1" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f15e4ab5118e1c3f6d62529fc992644a5b10cea1787c510b837f94cc32e9992e" +checksum = "890df97cea17ee61ff982466bb9e90cb6b1462adb45380999019388d05e4b92d" dependencies = [ - "bp-runtime 0.17.0", + "bp-runtime 0.18.0", "finality-grandpa", - "frame-support 37.0.1", + "frame-support 38.0.0", "parity-scale-codec", "scale-info", "serde", @@ -1436,7 +1420,7 @@ checksum = "f97eec00a98efeb052ac9fc9676d9fccf5acd19e3b18530f3d72af1a1faf21ec" dependencies = [ "bp-header-chain 0.15.0", "bp-runtime 0.15.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "parity-scale-codec", "scale-info", "serde", @@ -1446,30 +1430,31 @@ dependencies = [ [[package]] name = "bp-messages" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22c6d9770036edc711dbd5875f9d7255f2d61248e45614d79d4c44edd55b46ce" +checksum = "7efabf94339950b914ba87249497f1a0e35a73849934d164fecae4b275928cf6" dependencies = [ - "bp-header-chain 0.17.1", - "bp-runtime 0.17.0", - "frame-support 37.0.1", + "bp-header-chain 0.18.1", + "bp-runtime 0.18.0", + "frame-support 38.0.0", "parity-scale-codec", "scale-info", "serde", "sp-core", + "sp-io 38.0.0", "sp-std", ] [[package]] name = "bp-parachains" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8aa2ee8b6f3caa5c9fbb45e5562feefd07de9e18a7bf5d22d2b118cbb73e0c77" +checksum = "9011e5c12c15caf3c4129a98f4f4916ea9165db8daf6ed85867c3106075f40df" dependencies = [ - "bp-header-chain 0.17.1", - "bp-polkadot-core 0.17.0", - "bp-runtime 0.17.0", - "frame-support 37.0.1", + "bp-header-chain 0.18.1", + "bp-polkadot-core 0.18.0", + "bp-runtime 0.18.0", + "frame-support 38.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", @@ -1488,12 +1473,12 @@ dependencies = [ "bp-messages 0.15.0", "bp-polkadot-core 0.15.0", "bp-runtime 0.15.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "parity-scale-codec", "scale-info", "sp-api 33.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] @@ -1505,27 +1490,27 @@ checksum = "6ef2272823ecfee580c00f6542dfcab3ec7abdb00857af853429736847c3a2d9" dependencies = [ "bp-messages 0.15.0", "bp-runtime 0.15.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "parity-scale-codec", "parity-util-mem", "scale-info", "serde", "sp-core", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "bp-polkadot-core" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed179fa9346b000577d4737b9f55ede68a44291074a4b89e12e047e196d1c3cd" +checksum = "345cf472bac11ef79d403e4846a666b7d22a13cd16d9c85b62cd6b5e16c4a042" dependencies = [ - "bp-messages 0.17.0", - "bp-runtime 0.17.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "bp-messages 0.18.0", + "bp-runtime 0.18.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "parity-scale-codec", "parity-util-mem", "scale-info", @@ -1537,13 +1522,17 @@ dependencies = [ [[package]] name = "bp-relayers" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae45b931fe181a2ad470b82715f2c34994df7cf05a3bd952ec33ba06e6a49412" +checksum = "f9465ad727e466d67d64244a1aa7bb19933a297913fdde34b8e9bda0a341bdeb" dependencies = [ - "bp-messages 0.17.0", - "bp-runtime 0.17.0", - "frame-support 37.0.1", + "bp-header-chain 0.18.1", + "bp-messages 0.18.0", + "bp-parachains", + "bp-runtime 0.18.0", + "frame-support 38.0.0", + "frame-system 38.0.0", + "pallet-utility 38.0.0", "parity-scale-codec", "scale-info", "sp-runtime 39.0.3", @@ -1556,7 +1545,7 @@ version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "904644c23b437dde65741f3148067624ed0b4d8360f68adf9e92273aeb970814" dependencies = [ - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "hash-db", "impl-trait-for-tuples", @@ -1567,7 +1556,7 @@ dependencies = [ "serde", "sp-core", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-state-machine 0.42.0", "sp-std", "sp-trie 36.0.0", @@ -1576,12 +1565,12 @@ dependencies = [ [[package]] name = "bp-runtime" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3b5be3112cccbfbe89b8d5543b89116f03cb0b5451460dd091b2880996a844c" +checksum = "746d9464f912b278f8a5e2400f10541f95da7fc6c7d688a2788b9a46296146ee" dependencies = [ - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "hash-db", "impl-trait-for-tuples", "log", @@ -1600,14 +1589,14 @@ dependencies = [ [[package]] name = "bp-test-utils" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93fad911a4304c200861ed15c5eee9397d93c7d0309249ee982d3d83b8104885" +checksum = "92e659078b54c0b6bd79896738212a305842ad37168976363233516754337826" dependencies = [ - "bp-header-chain 0.17.1", + "bp-header-chain 0.18.1", "bp-parachains", - "bp-polkadot-core 0.17.0", - "bp-runtime 0.17.0", + "bp-polkadot-core 0.18.0", + "bp-runtime 0.18.0", "ed25519-dalek", "finality-grandpa", "parity-scale-codec", @@ -1621,11 +1610,20 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "192804908f1d3b7bfad12abce448fb3b7ec8dda765cac4a8d811fa75557e528f" +checksum = "6909117ca87cb93703742939d5f0c4c93e9646d9cda22262e9709d68c929999b" dependencies = [ + "bp-messages 0.18.0", + "bp-runtime 0.18.0", + "frame-support 38.0.0", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io 38.0.0", "sp-std", + "staging-xcm", ] [[package]] @@ -1637,44 +1635,44 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-core", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", ] [[package]] name = "bp-xcm-bridge-hub-router" -version = "0.14.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7a8db232b5330d750760bd830c3c836b9ec37922753d3446d5242367a682f05" +checksum = "9284820ca704f5c065563cad77d2e3d069a23cc9cb3a29db9c0de8dd3b173a87" dependencies = [ "parity-scale-codec", "scale-info", "sp-core", "sp-runtime 39.0.3", + "staging-xcm", ] [[package]] name = "bridge-runtime-common" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02d0be3fbe1a7bb931206eaf086b5c507c10f43638b32039ac2a18461ed7c5b7" +checksum = "c639aa22de6e904156a3e8b0e6b9e6af790cb27a1299688cc07997e1ffe5b648" dependencies = [ - "bp-header-chain 0.17.1", - "bp-messages 0.17.0", + "bp-header-chain 0.18.1", + "bp-messages 0.18.0", "bp-parachains", - "bp-polkadot-core 0.17.0", + "bp-polkadot-core 0.18.0", "bp-relayers", - "bp-runtime 0.17.0", + "bp-runtime 0.18.0", "bp-xcm-bridge-hub", - "bp-xcm-bridge-hub-router 0.14.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "pallet-bridge-grandpa", "pallet-bridge-messages", "pallet-bridge-parachains", "pallet-bridge-relayers", - "pallet-transaction-payment 37.0.1", - "pallet-utility 37.0.1", + "pallet-transaction-payment 38.0.0", + "pallet-utility 38.0.0", "parity-scale-codec", "scale-info", "sp-io 38.0.0", @@ -1682,7 +1680,6 @@ dependencies = [ "sp-std", "sp-trie 37.0.0", "staging-xcm", - "staging-xcm-builder 16.0.3", "tuplex", ] @@ -1730,9 +1727,9 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" [[package]] name = "bytemuck" -version = "1.16.0" +version = "1.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78834c15cb5d5efe3452d58b1e8ba890dd62d21907f867f383358198e56ebca5" +checksum = "8b37c88a63ffd85d15b406896cc343916d7cf57838a847b3a6f2ca5d39a5695a" [[package]] name = "byteorder" @@ -1742,9 +1739,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.6.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" +checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" [[package]] name = "bzip2-sys" @@ -1769,18 +1766,18 @@ dependencies = [ [[package]] name = "camino" -version = "1.1.7" +version = "1.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0ec6b951b160caa93cc0c7b209e5a3bff7aae9062213451ac99493cd844c239" +checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" dependencies = [ "serde", ] [[package]] name = "cargo-platform" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc" +checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea" dependencies = [ "serde", ] @@ -1793,10 +1790,10 @@ checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" dependencies = [ "camino", "cargo-platform", - "semver 1.0.23", + "semver 1.0.24", "serde", "serde_json", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -1807,21 +1804,21 @@ checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037" dependencies = [ "camino", "cargo-platform", - "semver 1.0.23", + "semver 1.0.24", "serde", "serde_json", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "cc" -version = "1.0.99" +version = "1.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695" +checksum = "9157bbaa6b165880c27a4293a474c91cdcf265cc68cc829bf10be0964a391caf" dependencies = [ "jobserver", "libc", - "once_cell", + "shlex", ] [[package]] @@ -1896,9 +1893,9 @@ dependencies = [ [[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", @@ -1955,15 +1952,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "ckb-merkle-mountain-range" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56ccb671c5921be8a84686e6212ca184cb1d7c51cadcdbfcbd1cc3f042f5dfb8" -dependencies = [ - "cfg-if", -] - [[package]] name = "clang-sys" version = "1.8.1" @@ -1977,9 +1965,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.7" +version = "4.5.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5db83dced34638ad474f39f250d7fea9598bdd239eaced1bdf45d597da0f433f" +checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84" dependencies = [ "clap_builder", "clap_derive", @@ -1987,9 +1975,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.7" +version = "4.5.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7e204572485eb3fbf28f871612191521df159bc3e15a9f5064c66dba3a8c05f" +checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838" dependencies = [ "anstream", "anstyle", @@ -2000,9 +1988,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.5" +version = "4.5.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c780290ccf4fb26629baa7a1081e68ced113f1d3ec302fa5948f1c381ebf06c6" +checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab" dependencies = [ "heck 0.5.0", "proc-macro2", @@ -2012,15 +2000,15 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.7.1" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70" +checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" [[package]] name = "coarsetime" -version = "0.1.34" +version = "0.1.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13b3839cf01bb7960114be3ccf2340f541b6d0c81f8690b007b2b39f750f7e5d" +checksum = "4252bf230cb600c19826a575b31c8c9c84c6f11acfab6dfcad2e941b10b6f8e2" dependencies = [ "libc", "wasix", @@ -2034,7 +2022,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" dependencies = [ "termcolor", - "unicode-width", + "unicode-width 0.1.14", ] [[package]] @@ -2044,18 +2032,18 @@ source = "git+https://github.com/polkadot-fellows/runtimes?tag=v1.3.3#55bd514d60 [[package]] name = "color-print" -version = "0.3.6" +version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ee543c60ff3888934877a5671f45494dd27ed4ba25c6670b9a7576b7ed7a8c0" +checksum = "3aa954171903797d5623e047d9ab69d91b493657917bdfb8c2c80ecaf9cdb6f4" dependencies = [ "color-print-proc-macro", ] [[package]] name = "color-print-proc-macro" -version = "0.3.6" +version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77ff1a80c5f3cb1ca7c06ffdd71b6a6dd6d8f896c42141fbd43f50ed28dcdb93" +checksum = "692186b5ebe54007e45a59aea47ece9eb4108e141326c304cdc91699a7118a22" dependencies = [ "nom", "proc-macro2", @@ -2065,18 +2053,18 @@ dependencies = [ [[package]] name = "colorchoice" -version = "1.0.1" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" +checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" [[package]] name = "colored" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" +checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" dependencies = [ "lazy_static", - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] @@ -2091,13 +2079,13 @@ dependencies = [ [[package]] name = "comfy-table" -version = "7.1.1" +version = "7.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b34115915337defe99b2aff5c2ce6771e5fbc4079f4b506301f5cf394c8452f7" +checksum = "24f165e7b643266ea80cb858aed492ad9280e3e05ce24d4a99d7d7b889b6a4d9" dependencies = [ - "strum 0.26.2", + "strum 0.26.3", "strum_macros 0.26.4", - "unicode-width", + "unicode-width 0.2.0", ] [[package]] @@ -2117,15 +2105,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", - "unicode-width", - "windows-sys 0.52.0", + "once_cell", + "unicode-width 0.2.0", + "windows-sys 0.59.0", ] [[package]] @@ -2162,9 +2150,9 @@ checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" [[package]] name = "constant_time_eq" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2" +checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" [[package]] name = "constcat" @@ -2174,9 +2162,9 @@ checksum = "cd7e35aee659887cbfb97aaf227ac12cad1a9d7c71e55ff3376839ed4e282d08" [[package]] name = "contract-build" -version = "4.1.1" +version = "4.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d30f629d8cb26692c4e5f4155e8ab37649f1b2fd0abab64a4c1b3c95c9bcf3df" +checksum = "5c49937fb19dcb29219ce081292d820d7297560754e29ded0a9f5e7bb8ed64cd" dependencies = [ "anyhow", "blake2 0.10.6", @@ -2194,15 +2182,15 @@ dependencies = [ "parity-wasm", "regex", "rustc_version", - "semver 1.0.23", + "semver 1.0.24", "serde", "serde_json", - "strum 0.26.2", + "strum 0.26.3", "tempfile", "term_size", "tokio", "tokio-stream", - "toml 0.8.14", + "toml 0.8.19", "tracing", "url", "uzers", @@ -2214,13 +2202,13 @@ dependencies = [ [[package]] name = "contract-metadata" -version = "4.1.1" +version = "4.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd54ed69476dc2076d6ebda17351babe1c2f33751170877f66719e8129078d3a" +checksum = "141ae20807af6bfde6aa4ae2027f6b74713ca0ce0777191b8d45941de6a91365" dependencies = [ "anyhow", "impl-serde", - "semver 1.0.23", + "semver 1.0.24", "serde", "serde_json", "url", @@ -2244,9 +2232,9 @@ dependencies = [ [[package]] name = "core-foundation-sys" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" +checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "core2" @@ -2278,9 +2266,9 @@ dependencies = [ [[package]] name = "cpufeatures" -version = "0.2.12" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" +checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3" dependencies = [ "libc", ] @@ -2409,9 +2397,9 @@ dependencies = [ [[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", @@ -2428,18 +2416,18 @@ dependencies = [ [[package]] name = "crossbeam-queue" -version = "0.3.11" +version = "0.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" +checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" dependencies = [ "crossbeam-utils", ] [[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 = "crossterm" @@ -2447,10 +2435,10 @@ version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "crossterm_winapi", "libc", - "mio", + "mio 0.8.11", "parking_lot 0.12.3", "signal-hook", "signal-hook-mio", @@ -2480,7 +2468,7 @@ checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" dependencies = [ "generic-array 0.14.7", "rand_core", - "subtle 2.5.0", + "subtle 2.6.1", "zeroize", ] @@ -2512,7 +2500,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab" dependencies = [ "generic-array 0.14.7", - "subtle 2.5.0", + "subtle 2.6.1", ] [[package]] @@ -2526,17 +2514,17 @@ dependencies = [ [[package]] name = "cumulus-client-cli" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "237e5c0295e2fabf682015f71eb1c6b618b1dff926c8c91ed04927d773aee8ee" +checksum = "60076ec03541dcbda35fd856a3a20362d951ec0e0dc5c8e84184bf0d237f2875" dependencies = [ "clap", "parity-scale-codec", - "sc-chain-spec 37.0.0", - "sc-cli 0.46.0", - "sc-client-api 37.0.0", - "sc-service 0.45.0", - "sp-blockchain 37.0.1", + "sc-chain-spec", + "sc-cli", + "sc-client-api", + "sc-service", + "sp-blockchain", "sp-core", "sp-runtime 39.0.3", "url", @@ -2544,23 +2532,23 @@ dependencies = [ [[package]] name = "cumulus-client-collator" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "838e4a3a9761eef58b115b4119f755376a5906980c63ed7ca4eb0ca97b8629d0" +checksum = "cd2f3384550119f0062b235fcf88dd54f666e16f1c31117410d003c3aca2052c" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", - "cumulus-primitives-core 0.15.0", + "cumulus-primitives-core 0.16.0", "futures", "parity-scale-codec", "parking_lot 0.12.3", - "polkadot-node-primitives 15.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-overseer 17.0.0", - "polkadot-primitives 15.0.0", - "sc-client-api 37.0.0", + "polkadot-overseer", + "polkadot-primitives 16.0.0", + "sc-client-api", "sp-api 34.0.0", - "sp-consensus 0.40.0", + "sp-consensus", "sp-core", "sp-runtime 39.0.3", "tracing", @@ -2568,9 +2556,9 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-aura" -version = "0.17.1" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "722a1d7edee069aed24eb5c23b765df386bccbd5e0b36bcde48e7339ac0648ce" +checksum = "7b9c0881632a39591c130e3ff66ebc623524b1904fdfb3d75903d194f781f05a" dependencies = [ "async-trait", "cumulus-client-collator", @@ -2578,28 +2566,28 @@ dependencies = [ "cumulus-client-consensus-proposer", "cumulus-client-parachain-inherent", "cumulus-primitives-aura 0.15.0", - "cumulus-primitives-core 0.15.0", - "cumulus-relay-chain-interface 0.17.0", + "cumulus-primitives-core 0.16.0", + "cumulus-relay-chain-interface", "futures", "parity-scale-codec", "parking_lot 0.12.3", - "polkadot-node-primitives 15.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-overseer 17.0.0", - "polkadot-primitives 15.0.0", - "sc-client-api 37.0.0", - "sc-consensus 0.43.0", + "polkadot-overseer", + "polkadot-primitives 16.0.0", + "sc-client-api", + "sc-consensus", "sc-consensus-aura", "sc-consensus-babe", "sc-consensus-slots", - "sc-telemetry 24.0.0", + "sc-telemetry", "sc-utils", "schnellru", "sp-api 34.0.0", "sp-application-crypto 38.0.0", "sp-block-builder 34.0.0", - "sp-blockchain 37.0.1", - "sp-consensus 0.40.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-aura 0.40.0", "sp-core", "sp-inherents 34.0.0", @@ -2614,25 +2602,25 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7d8e8f79ff4fa132373bff0aba25860fbafd72334e030a9a368b15953556576" +checksum = "409a411123448177e01a2c77c7e47b54b654513346eff9e56f1eefcef603a634" dependencies = [ "async-trait", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.15.0", - "cumulus-relay-chain-interface 0.17.0", + "cumulus-primitives-core 0.16.0", + "cumulus-relay-chain-interface", "dyn-clone", "futures", "log", "parity-scale-codec", - "polkadot-primitives 15.0.0", - "sc-client-api 37.0.0", - "sc-consensus 0.43.0", + "polkadot-primitives 16.0.0", + "sc-client-api", + "sc-consensus", "sc-consensus-babe", "schnellru", - "sp-blockchain 37.0.1", - "sp-consensus 0.40.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-slots 0.40.1", "sp-core", "sp-runtime 39.0.3", @@ -2645,40 +2633,40 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-proposer" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2584d98a9acf90ebe3829f1caf60bbdae1d08bec6cb4f0842b673aa7eeda4a1" +checksum = "9f69ea8e87c79b3dd51687a5672d1df3694a939c0be98639d2ef7cedf1d4a08b" dependencies = [ "anyhow", "async-trait", - "cumulus-primitives-parachain-inherent 0.15.0", - "sp-consensus 0.40.0", + "cumulus-primitives-parachain-inherent 0.16.0", + "sp-consensus", "sp-inherents 34.0.0", "sp-runtime 39.0.3", "sp-state-machine 0.43.0", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "cumulus-client-network" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d56ab22363fb62cf5bd23ea4a6ca6dce48fb8d1bce6b5689f13af562f447e7b" +checksum = "0a69c9a77f60150ca6d08e129b3e3740d7b29175e3f6a0b5d0efb74b936fbaaa" dependencies = [ "async-trait", - "cumulus-relay-chain-interface 0.17.0", + "cumulus-relay-chain-interface", "futures", "futures-timer", "parity-scale-codec", "parking_lot 0.12.3", - "polkadot-node-primitives 15.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-parachain-primitives 14.0.0", - "polkadot-primitives 15.0.0", - "sc-client-api 37.0.0", + "polkadot-primitives 16.0.0", + "sc-client-api", "sp-api 34.0.0", - "sp-blockchain 37.0.1", - "sp-consensus 0.40.0", + "sp-blockchain", + "sp-consensus", "sp-core", "sp-runtime 39.0.3", "sp-state-machine 0.43.0", @@ -2688,17 +2676,17 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8ef3132e6f725d27bdb1be02a49b748f99ce3021e760c47b99c283d5a555f3f" +checksum = "62e003d5756b4b8e1c59a7f9a19e1c1469ecfdec34e6fcf6511a7d4bc57500b0" dependencies = [ "async-trait", - "cumulus-primitives-core 0.15.0", - "cumulus-primitives-parachain-inherent 0.15.0", - "cumulus-relay-chain-interface 0.17.0", + "cumulus-primitives-core 0.16.0", + "cumulus-primitives-parachain-inherent 0.16.0", + "cumulus-relay-chain-interface", "cumulus-test-relay-sproof-builder", "parity-scale-codec", - "sc-client-api 37.0.0", + "sc-client-api", "sp-api 34.0.0", "sp-crypto-hashing", "sp-inherents 34.0.0", @@ -2711,25 +2699,25 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65326bc7edd8c1f6011b7a22da5fcd6b3f7f3966bfe841407325d9dce781193b" +checksum = "0eebbe8c37e9dafa779b2072178aae631fb0586c1b6ab4e201ed19c07c9c6d0d" dependencies = [ "async-trait", - "cumulus-primitives-core 0.15.0", - "cumulus-relay-chain-interface 0.17.0", + "cumulus-primitives-core 0.16.0", + "cumulus-relay-chain-interface", "futures", "futures-timer", "parity-scale-codec", - "polkadot-node-primitives 15.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-overseer 17.0.0", - "polkadot-primitives 15.0.0", + "polkadot-overseer", + "polkadot-primitives 16.0.0", "rand", - "sc-client-api 37.0.0", - "sc-consensus 0.43.0", + "sc-client-api", + "sc-consensus", "sp-api 34.0.0", - "sp-consensus 0.40.0", + "sp-consensus", "sp-maybe-compressed-blob", "sp-runtime 39.0.3", "sp-version 37.0.0", @@ -2738,36 +2726,36 @@ dependencies = [ [[package]] name = "cumulus-client-service" -version = "0.17.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28edb3251c4a44110566554cfa266db7147131eec3027bd8425f5ad180c77775" +checksum = "922fb437dfa3c8c3e4c1fb887921ff7d336760b6d747042873798fbedf87e0ce" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-network", "cumulus-client-pov-recovery", - "cumulus-primitives-core 0.15.0", + "cumulus-primitives-core 0.16.0", "cumulus-primitives-proof-size-hostfunction 0.10.0", "cumulus-relay-chain-inprocess-interface", - "cumulus-relay-chain-interface 0.17.0", + "cumulus-relay-chain-interface", "cumulus-relay-chain-minimal-node", "futures", - "polkadot-primitives 15.0.0", - "sc-client-api 37.0.0", - "sc-consensus 0.43.0", - "sc-network 0.44.1", - "sc-network-sync 0.43.0", - "sc-network-transactions 0.43.0", - "sc-rpc 39.0.0", - "sc-service 0.45.0", - "sc-sysinfo 37.0.0", - "sc-telemetry 24.0.0", - "sc-transaction-pool 37.0.0", + "polkadot-primitives 16.0.0", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-sync", + "sc-network-transactions", + "sc-rpc", + "sc-service", + "sc-sysinfo", + "sc-telemetry", + "sc-transaction-pool", "sc-utils", "sp-api 34.0.0", - "sp-blockchain 37.0.1", - "sp-consensus 0.40.0", + "sp-blockchain", + "sp-consensus", "sp-core", "sp-io 38.0.0", "sp-runtime 39.0.3", @@ -2781,7 +2769,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c5e8af48090936c45483d489ee681acb54277763586b53fa3dbd17173aa474fc" dependencies = [ "cumulus-pallet-parachain-system 0.15.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "pallet-aura 35.0.0", "pallet-timestamp 35.0.0", @@ -2789,21 +2777,21 @@ dependencies = [ "scale-info", "sp-application-crypto 37.0.0", "sp-consensus-aura 0.39.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "cumulus-pallet-aura-ext" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd47d663082f3991d0e3233392ea96ee692669330601afffa9fae60a024ce37a" +checksum = "2cbe2735fc7cf2b6521eab00cb1a1ab025abc1575cc36887b36dc8c5cb1c9434" dependencies = [ - "cumulus-pallet-parachain-system 0.16.0", - "frame-support 37.0.1", - "frame-system 37.1.0", - "pallet-aura 36.0.0", - "pallet-timestamp 36.0.1", + "cumulus-pallet-parachain-system 0.17.1", + "frame-support 38.0.0", + "frame-system 38.0.0", + "pallet-aura 37.0.0", + "pallet-timestamp 37.0.0", "parity-scale-codec", "scale-info", "sp-application-crypto 38.0.0", @@ -2824,11 +2812,11 @@ dependencies = [ "cumulus-primitives-proof-size-hostfunction 0.9.0", "environmental", "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "impl-trait-for-tuples", "log", - "pallet-message-queue 39.0.0", + "pallet-message-queue 39.0.1", "parity-scale-codec", "polkadot-parachain-primitives 13.0.0", "polkadot-runtime-common 15.0.0", @@ -2838,7 +2826,7 @@ dependencies = [ "sp-externalities", "sp-inherents 33.0.0", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-state-machine 0.42.0", "sp-std", "sp-trie 36.0.0", @@ -2850,26 +2838,26 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" -version = "0.16.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e708b53cac377910e47aca6a64048433fe1c1db85013aec16a271d4967facb5d" +checksum = "546403ee1185f4051a74cc9c9d76e82c63cac3fb68e1bf29f61efb5604c96488" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core 0.15.0", - "cumulus-primitives-parachain-inherent 0.15.0", + "cumulus-primitives-core 0.16.0", + "cumulus-primitives-parachain-inherent 0.16.0", "cumulus-primitives-proof-size-hostfunction 0.10.0", "environmental", - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "impl-trait-for-tuples", "log", - "pallet-message-queue 40.0.1", + "pallet-message-queue 41.0.2", "parity-scale-codec", "polkadot-parachain-primitives 14.0.0", - "polkadot-runtime-common 16.0.0", - "polkadot-runtime-parachains 16.0.2", + "polkadot-runtime-common 17.0.0", + "polkadot-runtime-parachains 17.0.1", "scale-info", "sp-core", "sp-externalities", @@ -2881,7 +2869,7 @@ dependencies = [ "sp-trie 37.0.0", "sp-version 37.0.0", "staging-xcm", - "staging-xcm-builder 16.0.3", + "staging-xcm-builder 17.0.1", "trie-db", ] @@ -2891,7 +2879,7 @@ version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "befbaf3a1ce23ac8476481484fef5f4d500cbd15b4dad6380ce1d28134b0c1f7" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", "syn 2.0.90", @@ -2904,24 +2892,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "506daacefa861aa2909b64f26e76495ce029227fd8355b97e074cc1d5dc54ab2" dependencies = [ "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "pallet-session 36.0.0", "parity-scale-codec", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "cumulus-pallet-session-benchmarking" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e64f3d961ec623d65207539246c134880933f32d76831c070c78da238e49a1b" +checksum = "18168570689417abfb514ac8812fca7e6429764d01942750e395d7d8ce0716ef" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", - "pallet-session 37.0.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", + "pallet-session 38.0.0", "parity-scale-codec", "sp-runtime 39.0.3", ] @@ -2933,25 +2921,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d5224285f60e5159bab549f458079d606a7f95ef779def8b89f1a244dc7cf81" dependencies = [ "cumulus-primitives-core 0.14.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "parity-scale-codec", "scale-info", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", "staging-xcm", ] [[package]] name = "cumulus-pallet-xcm" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea5659b958f2ffcbf6bdc31ab22ee2abf218878e02213f2d4f809a7f1233a4c6" +checksum = "e49231f6cd8274438b078305dc8ce44c54c0d3f4a28e902589bcbaa53d954608" dependencies = [ - "cumulus-primitives-core 0.15.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "cumulus-primitives-core 0.16.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "parity-scale-codec", "scale-info", "sp-io 38.0.0", @@ -2969,17 +2957,17 @@ dependencies = [ "bp-xcm-bridge-hub-router 0.13.0", "cumulus-primitives-core 0.14.0", "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", - "pallet-message-queue 39.0.0", + "pallet-message-queue 39.0.1", "parity-scale-codec", "polkadot-runtime-common 15.0.0", "polkadot-runtime-parachains 15.0.3", "scale-info", "sp-core", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", "staging-xcm", "staging-xcm-builder 15.0.0", @@ -2988,28 +2976,28 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1eab08b5d8e224557627cf4d3ed4c05fc9687446ec805c1772ce9f3662263229" +checksum = "6f788bdac9474795ea13ba791b55798fb664b2e3da8c3a7385b480c9af4e6539" dependencies = [ "bounded-collections", - "bp-xcm-bridge-hub-router 0.14.0", - "cumulus-primitives-core 0.15.0", - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "bp-xcm-bridge-hub-router 0.14.1", + "cumulus-primitives-core 0.16.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", - "pallet-message-queue 40.0.1", + "pallet-message-queue 41.0.2", "parity-scale-codec", - "polkadot-runtime-common 16.0.0", - "polkadot-runtime-parachains 16.0.2", + "polkadot-runtime-common 17.0.0", + "polkadot-runtime-parachains 17.0.1", "scale-info", "sp-core", "sp-io 38.0.0", "sp-runtime 39.0.3", "staging-xcm", - "staging-xcm-builder 16.0.3", - "staging-xcm-executor 16.0.0", + "staging-xcm-builder 17.0.1", + "staging-xcm-executor 17.0.0", ] [[package]] @@ -3023,7 +3011,7 @@ dependencies = [ "polkadot-primitives 14.0.0", "sp-api 33.0.0", "sp-consensus-aura 0.39.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] @@ -3053,7 +3041,7 @@ dependencies = [ "polkadot-primitives 14.0.0", "scale-info", "sp-api 33.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", "sp-trie 36.0.0", "staging-xcm", @@ -3061,14 +3049,14 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "114859ea473b98046ba46eab82a1830329294015673def6fbadcf34662df4e6f" +checksum = "9c6b5221a4a3097f2ebef66c84c1e6d7a0b8ec7e63f2bd5ae04c1e6d3fc7514e" dependencies = [ "parity-scale-codec", "polkadot-core-primitives 15.0.0", "polkadot-parachain-primitives 14.0.0", - "polkadot-primitives 15.0.0", + "polkadot-primitives 16.0.0", "scale-info", "sp-api 34.0.0", "sp-runtime 39.0.3", @@ -3088,7 +3076,7 @@ dependencies = [ "scale-info", "sp-core", "sp-inherents 33.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-state-machine 0.42.0", "sp-std", "sp-trie 36.0.0", @@ -3096,18 +3084,16 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a09118ae7a386d65f9e86ef68ec681969370f8cebe41a7724d2aa8d6fd73ac5" +checksum = "842a694901e04a62d88995418dec35c22f7dba2b34d32d2b8de37d6b92f973ff" dependencies = [ "async-trait", - "cumulus-primitives-core 0.15.0", + "cumulus-primitives-core 0.16.0", "parity-scale-codec", "scale-info", "sp-core", "sp-inherents 34.0.0", - "sp-runtime 39.0.3", - "sp-state-machine 0.43.0", "sp-trie 37.0.0", ] @@ -3135,15 +3121,15 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "7.0.2" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce96302a8f31be270a03c2e8a81a4e578df004c1c773a2969a9f4ed4fbead67d" +checksum = "6fc49dfec0ba3438afad73787736cc0dba88d15b5855881f12a4d8b812a72927" dependencies = [ - "cumulus-primitives-core 0.15.0", + "cumulus-primitives-core 0.16.0", "cumulus-primitives-proof-size-hostfunction 0.10.0", "docify", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", @@ -3157,14 +3143,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "05742c520065e3870d419683113ed7f6d35de66f0c80af6828e7878d1bb0ea94" dependencies = [ "cumulus-primitives-core 0.14.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "log", "pallet-asset-conversion 18.0.0", "parity-scale-codec", "polkadot-runtime-common 15.0.0", "polkadot-runtime-parachains 15.0.3", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", "staging-xcm", "staging-xcm-builder 15.0.0", @@ -3173,44 +3159,42 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "490b10e4805645545785f5b38b3689d466cc9c5354cf8b9b0847b533a2bc7bb4" +checksum = "0bdcf4d46dd93f1e6d5dd6d379133566a44042ba6476d04bdcbdb4981c622ae4" dependencies = [ - "cumulus-primitives-core 0.15.0", - "frame-support 37.0.1", + "cumulus-primitives-core 0.16.0", + "frame-support 38.0.0", "log", - "pallet-asset-conversion 19.0.0", + "pallet-asset-conversion 20.0.0", "parity-scale-codec", - "polkadot-runtime-common 16.0.0", - "polkadot-runtime-parachains 16.0.2", - "sp-io 38.0.0", + "polkadot-runtime-common 17.0.0", "sp-runtime 39.0.3", "staging-xcm", - "staging-xcm-builder 16.0.3", - "staging-xcm-executor 16.0.0", + "staging-xcm-builder 17.0.1", + "staging-xcm-executor 17.0.0", ] [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.17.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1db6bcd2fc89d78cb63c04413265b0bee067f6987ff20e11abc31467a3a56d5" +checksum = "38c72e40d43cacb597b2db6a859d0f8d7942a446ab2c960e3597828986f86e2b" dependencies = [ "async-trait", - "cumulus-primitives-core 0.15.0", - "cumulus-relay-chain-interface 0.17.0", + "cumulus-primitives-core 0.16.0", + "cumulus-relay-chain-interface", "futures", "futures-timer", "polkadot-cli", "polkadot-service", - "sc-cli 0.46.0", - "sc-client-api 37.0.0", - "sc-sysinfo 37.0.0", - "sc-telemetry 24.0.0", - "sc-tracing 37.0.1", + "sc-cli", + "sc-client-api", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", "sp-api 34.0.0", - "sp-consensus 0.40.0", + "sp-consensus", "sp-core", "sp-runtime 39.0.3", "sp-state-machine 0.43.0", @@ -3218,73 +3202,53 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" -version = "0.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36abc0a30972529fad05c4fae9f6866ec6c3edfaf2e20977219c94a807d96ffa" -dependencies = [ - "async-trait", - "cumulus-primitives-core 0.14.0", - "futures", - "jsonrpsee-core", - "parity-scale-codec", - "polkadot-overseer 15.0.0", - "sc-client-api 35.1.0", - "sp-api 33.0.0", - "sp-blockchain 35.1.0", - "sp-state-machine 0.42.0", - "sp-version 36.0.0", - "thiserror", -] - -[[package]] -name = "cumulus-relay-chain-interface" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e652b84cc7cabbe3bc83a915d87e4b1a829ebc6781122e884b0f26334c5957f6" +checksum = "46f81e7a7df8c68a764a99aacdb24d88663c403be26aee2cd8dae176bbb6285c" dependencies = [ "async-trait", - "cumulus-primitives-core 0.15.0", + "cumulus-primitives-core 0.16.0", "futures", "jsonrpsee-core", "parity-scale-codec", - "polkadot-overseer 17.0.0", - "sc-client-api 37.0.0", + "polkadot-overseer", + "sc-client-api", "sp-api 34.0.0", - "sp-blockchain 37.0.1", + "sp-blockchain", "sp-state-machine 0.43.0", "sp-version 37.0.0", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.17.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ff5066f160423e7f886ddbff2cd789d7239ecd5e045eb3ea8ac38b3cb80f905" +checksum = "62f2a29797f55774e83e5656071fb6537ee5fb837eeca6477bedbe2c8f390d0d" dependencies = [ "array-bytes", "async-trait", - "cumulus-primitives-core 0.15.0", - "cumulus-relay-chain-interface 0.17.0", + "cumulus-primitives-core 0.16.0", + "cumulus-relay-chain-interface", "cumulus-relay-chain-rpc-interface", "futures", "polkadot-core-primitives 15.0.0", "polkadot-network-bridge", - "polkadot-node-network-protocol 17.0.0", + "polkadot-node-network-protocol", "polkadot-node-subsystem-util", - "polkadot-overseer 17.0.0", - "polkadot-primitives 15.0.0", + "polkadot-overseer", + "polkadot-primitives 16.0.0", "polkadot-service", - "sc-authority-discovery 0.44.0", - "sc-client-api 37.0.0", - "sc-network 0.44.1", - "sc-network-common 0.43.0", - "sc-service 0.45.0", - "sc-tracing 37.0.1", + "sc-authority-discovery", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-service", + "sc-tracing", "sc-utils", "sp-api 34.0.0", - "sp-blockchain 37.0.1", - "sp-consensus 0.40.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.40.0", "sp-runtime 39.0.3", "substrate-prometheus-endpoint", @@ -3294,24 +3258,24 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72681dcaf7ff00f7f48f17bd88344a21afb14b3e5f0a51e98d3816d1cd91faa5" +checksum = "2a34e18890c56e2b88a1bf18901c632dbfd642bbae7381ab184b2790133baf94" dependencies = [ "async-trait", - "cumulus-primitives-core 0.15.0", - "cumulus-relay-chain-interface 0.17.0", + "cumulus-primitives-core 0.16.0", + "cumulus-relay-chain-interface", "either", "futures", "futures-timer", "jsonrpsee", "parity-scale-codec", "pin-project", - "polkadot-overseer 17.0.0", + "polkadot-overseer", "rand", - "sc-client-api 37.0.0", - "sc-rpc-api 0.43.0", - "sc-service 0.45.0", + "sc-client-api", + "sc-rpc-api", + "sc-service", "schnellru", "serde", "serde_json", @@ -3325,7 +3289,7 @@ dependencies = [ "sp-state-machine 0.43.0", "sp-storage", "sp-version 37.0.0", - "thiserror", + "thiserror 1.0.69", "tokio", "tokio-util", "tracing", @@ -3334,13 +3298,13 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc76c015f5efa698671a2f52842abb84feb80c8da17bbe4201607fb9a7c62a5f" +checksum = "e570e41c3f05a8143ebff967bbb0c7dcaaa6f0bebd8639b9418b8005b13eda03" dependencies = [ - "cumulus-primitives-core 0.15.0", + "cumulus-primitives-core 0.16.0", "parity-scale-codec", - "polkadot-primitives 15.0.0", + "polkadot-primitives 16.0.0", "sp-runtime 39.0.3", "sp-state-machine 0.43.0", "sp-trie 37.0.0", @@ -3358,7 +3322,7 @@ dependencies = [ "digest 0.10.7", "fiat-crypto", "rustc_version", - "subtle 2.5.0", + "subtle 2.6.1", "zeroize", ] @@ -3388,45 +3352,60 @@ dependencies = [ [[package]] name = "cxx" -version = "1.0.124" +version = "1.0.135" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "273dcfd3acd4e1e276af13ed2a43eea7001318823e7a726a6b3ed39b4acc0b82" +checksum = "4d44ff199ff93242c3afe480ab588d544dd08d72e92885e152ffebc670f076ad" dependencies = [ "cc", + "cxxbridge-cmd", "cxxbridge-flags", "cxxbridge-macro", + "foldhash", "link-cplusplus", ] [[package]] name = "cxx-build" -version = "1.0.124" +version = "1.0.135" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8b2766fbd92be34e9ed143898fce6c572dc009de39506ed6903e5a05b68914e" +checksum = "66fd8f17ad454fc1e4f4ab83abffcc88a532e90350d3ffddcb73030220fcbd52" dependencies = [ "cc", "codespan-reporting", - "once_cell", "proc-macro2", "quote", "scratch", "syn 2.0.90", ] +[[package]] +name = "cxxbridge-cmd" +version = "1.0.135" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4717c9c806a9e07fdcb34c84965a414ea40fafe57667187052cf1eb7f5e8a8a9" +dependencies = [ + "clap", + "codespan-reporting", + "proc-macro2", + "quote", + "syn 2.0.90", +] + [[package]] name = "cxxbridge-flags" -version = "1.0.124" +version = "1.0.135" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "839fcd5e43464614ffaa989eaf1c139ef1f0c51672a1ed08023307fa1b909ccd" +checksum = "2f6515329bf3d98f4073101c7866ff2bec4e635a13acb82e3f3753fff0bf43cb" [[package]] name = "cxxbridge-macro" -version = "1.0.124" +version = "1.0.135" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b2c1c1776b986979be68bb2285da855f8d8a35851a769fca8740df7c3d07877" +checksum = "fb93e6a7ce8ec985c02bbb758237a31598b340acbbc3c19c5a4fa6adaaac92ab" dependencies = [ "proc-macro2", "quote", + "rustversion", "syn 2.0.90", ] @@ -3552,6 +3531,27 @@ dependencies = [ "syn 2.0.90", ] +[[package]] +name = "derive_more" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05" +dependencies = [ + "derive_more-impl", +] + +[[package]] +name = "derive_more-impl" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.90", + "unicode-xid", +] + [[package]] name = "difflib" version = "0.4.0" @@ -3585,7 +3585,7 @@ dependencies = [ "block-buffer 0.10.4", "const-oid", "crypto-common", - "subtle 2.5.0", + "subtle 2.6.1", ] [[package]] @@ -3632,9 +3632,9 @@ dependencies = [ [[package]] name = "displaydoc" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" +checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ "proc-macro2", "quote", @@ -3643,18 +3643,18 @@ dependencies = [ [[package]] name = "docify" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43a2f138ad521dc4a2ced1a4576148a6a610b4c5923933b062a263130a6802ce" +checksum = "a772b62b1837c8f060432ddcc10b17aae1453ef17617a99bc07789252d2a5896" dependencies = [ "docify_macros", ] [[package]] name = "docify_macros" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a081e51fb188742f5a7a1164ad752121abcb22874b21e2c3b0dd040c515fdad" +checksum = "60e6be249b0a462a14784a99b19bf35a667bb5e09de611738bb7362fa4c95ff7" dependencies = [ "common-path", "derive-syn-parse", @@ -3664,7 +3664,7 @@ dependencies = [ "regex", "syn 2.0.90", "termcolor", - "toml 0.8.14", + "toml 0.8.19", "walkdir", ] @@ -3761,7 +3761,7 @@ dependencies = [ "rand_core", "serde", "sha2 0.10.8", - "subtle 2.5.0", + "subtle 2.6.1", "zeroize", ] @@ -3782,9 +3782,9 @@ dependencies = [ [[package]] name = "either" -version = "1.12.0" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b" +checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" [[package]] name = "elliptic-curve" @@ -3802,34 +3802,36 @@ dependencies = [ "rand_core", "sec1", "serdect", - "subtle 2.5.0", + "subtle 2.6.1", "zeroize", ] [[package]] name = "emulated-integration-tests-common" -version = "13.0.0" +version = "14.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64811916d492b1fe09e17147fd4c16b729f9b874a4ac2526ed0db80de121b6b0" +checksum = "dcc6c314159f7d77597983718bdb5a470b92a5f043aae5da29e5ce2f61e0afff" dependencies = [ "asset-test-utils", - "bp-messages 0.17.0", + "bp-messages 0.18.0", + "bp-xcm-bridge-hub", "bridge-runtime-common", - "cumulus-pallet-parachain-system 0.16.0", - "cumulus-pallet-xcmp-queue 0.16.0", - "cumulus-primitives-core 0.15.0", - "frame-support 37.0.1", - "pallet-assets 39.0.0", - "pallet-balances 38.0.0", + "cumulus-pallet-parachain-system 0.17.1", + "cumulus-pallet-xcmp-queue 0.17.0", + "cumulus-primitives-core 0.16.0", + "frame-support 38.0.0", + "pallet-assets 40.0.0", + "pallet-balances 39.0.0", "pallet-bridge-messages", - "pallet-message-queue 40.0.1", - "pallet-xcm 16.0.2", - "parachains-common 17.0.0", + "pallet-message-queue 41.0.2", + "pallet-xcm 17.0.1", + "pallet-xcm-bridge-hub", + "parachains-common 18.0.0", "parity-scale-codec", "paste", "polkadot-parachain-primitives 14.0.0", - "polkadot-primitives 15.0.0", - "polkadot-runtime-parachains 16.0.2", + "polkadot-primitives 16.0.0", + "polkadot-runtime-parachains 17.0.1", "sc-consensus-grandpa", "sp-authority-discovery 34.0.0", "sp-consensus-babe 0.40.0", @@ -3842,9 +3844,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 = "enum-as-inner" @@ -3860,11 +3862,11 @@ dependencies = [ [[package]] name = "enum-as-inner" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a" +checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" dependencies = [ - "heck 0.4.1", + "heck 0.5.0", "proc-macro2", "quote", "syn 2.0.90", @@ -3912,9 +3914,9 @@ dependencies = [ [[package]] name = "enumn" -version = "0.1.13" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fd000fd6988e73bbe993ea3db9b1aa64906ab88766d654973924340c8cddb42" +checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" dependencies = [ "proc-macro2", "quote", @@ -3971,12 +3973,12 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "errno" -version = "0.3.9" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" +checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -4050,9 +4052,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 5.3.1", "pin-project-lite", @@ -4076,7 +4078,7 @@ dependencies = [ "blake2 0.10.6", "file-guard", "fs-err", - "prettyplease 0.2.20", + "prettyplease 0.2.25", "proc-macro2", "quote", "syn 2.0.90", @@ -4105,9 +4107,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.1.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" +checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "fatality" @@ -4116,7 +4118,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec6f82451ff7f0568c6181287189126d492b5654e30a788add08027b6363d019" dependencies = [ "fatality-proc-macro", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -4126,8 +4128,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eb42427514b063d97ce21d5199f36c0c307d981434a6be32582bc79fe5bd2303" dependencies = [ "expander", - "indexmap 2.2.6", - "proc-macro-crate 3.1.0", + "indexmap 2.7.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", "syn 2.0.90", @@ -4140,7 +4142,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e182f7dbc2ef73d9ef67351c5fbbea084729c48362d3ce9dd44c28e32e277fe5" dependencies = [ "libc", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -4150,7 +4152,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" dependencies = [ "rand_core", - "subtle 2.5.0", + "subtle 2.6.1", ] [[package]] @@ -4181,14 +4183,14 @@ dependencies = [ [[package]] name = "filetime" -version = "0.2.23" +version = "0.2.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" +checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.4.1", - "windows-sys 0.52.0", + "libredox", + "windows-sys 0.59.0", ] [[package]] @@ -4240,6 +4242,12 @@ version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" +[[package]] +name = "foldhash" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2" + [[package]] name = "foreign-types" version = "0.3.2" @@ -4291,7 +4299,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8835f84f38484cc86f110a805655697908257fb9a7af005234060891557198e9" dependencies = [ "nonempty", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -4306,7 +4314,7 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "709b26657ebbba53dc7bb616577375ca462b20fef1b00e8d9b20d2435e87f7bc" dependencies = [ - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-support-procedural", "frame-system 36.1.0", "linregress", @@ -4319,7 +4327,7 @@ dependencies = [ "sp-application-crypto 37.0.0", "sp-core", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-runtime-interface", "sp-std", "sp-storage", @@ -4328,13 +4336,13 @@ dependencies = [ [[package]] name = "frame-benchmarking" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48554572bd164ee905a6ff3378e46c2101610fd2ffe3110875a6503a240fb3d7" +checksum = "a01bdd47c2d541b38bd892da647d1e972c9d85b4ecd7094ad64f7600175da54d" dependencies = [ - "frame-support 37.0.1", + "frame-support 38.0.0", "frame-support-procedural", - "frame-system 37.1.0", + "frame-system 38.0.0", "linregress", "log", "parity-scale-codec", @@ -4353,18 +4361,18 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" -version = "42.0.0" +version = "43.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa62cef9f98e81ae37ab965604bdc2ed5e67be6d4e05b04bc5782494b890e5b1" +checksum = "c9767c33709062605ba6876fcc3e5f31fb37da393c1ab384813614870209dd94" dependencies = [ "Inflector", "array-bytes", "chrono", "clap", "comfy-table", - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "gethostname", "handlebars", "itertools 0.11.0", @@ -4374,18 +4382,18 @@ dependencies = [ "parity-scale-codec", "rand", "rand_pcg", - "sc-block-builder 0.42.0", - "sc-chain-spec 37.0.0", - "sc-cli 0.46.0", - "sc-client-api 37.0.0", - "sc-client-db 0.44.1", - "sc-executor 0.40.1", - "sc-service 0.45.0", - "sc-sysinfo 37.0.0", + "sc-block-builder", + "sc-chain-spec", + "sc-cli", + "sc-client-api", + "sc-client-db", + "sc-executor", + "sc-service", + "sc-sysinfo", "serde", "serde_json", "sp-api 34.0.0", - "sp-blockchain 37.0.1", + "sp-blockchain", "sp-core", "sp-database", "sp-externalities", @@ -4398,17 +4406,17 @@ dependencies = [ "sp-storage", "sp-trie 37.0.0", "sp-wasm-interface", - "thiserror", + "thiserror 1.0.69", "thousands", ] [[package]] name = "frame-election-provider-solution-type" -version = "14.0.0" +version = "14.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1388eb632484a1208a5b51d7d822a7df995f37bb10878b2a88f4ec89cbe5e6b2" +checksum = "8156f209055d352994ecd49e19658c6b469d7c6de923bd79868957d0dcfb6f71" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", "syn 2.0.90", @@ -4421,26 +4429,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1ec289ebad5e601bb165cf7eb6ec2179ae34280ee310d0710a3111d4f8f8f94" dependencies = [ "frame-election-provider-solution-type", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "parity-scale-codec", "scale-info", "sp-arithmetic", "sp-core", "sp-npos-elections 33.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "frame-election-provider-support" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "772f6843543fea5d5083f8f7fe714632f6ab7a230a0a805ccc669e97330494a2" +checksum = "c36f5116192c63d39f1b4556fa30ac7db5a6a52575fa241b045f7dfa82ecc2be" dependencies = [ "frame-election-provider-solution-type", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "parity-scale-codec", "scale-info", "sp-arithmetic", @@ -4456,7 +4464,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4d878830330eaa9e8b886279c338556b05702d0059989cb51cfb226b70bf3fa4" dependencies = [ "aquamarine", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "frame-try-runtime 0.42.0", "log", @@ -4464,21 +4472,21 @@ dependencies = [ "scale-info", "sp-core", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", "sp-tracing", ] [[package]] name = "frame-executive" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dfc9b1cdc305826ef1196675a53ef7f2db8967a6cf5632775119c41d6f4e299" +checksum = "c365bf3879de25bbee28e9584096955a02fbe8d7e7624e10675800317f1cee5b" dependencies = [ "aquamarine", - "frame-support 37.0.1", - "frame-system 37.1.0", - "frame-try-runtime 0.43.0", + "frame-support 38.0.0", + "frame-system 38.0.0", + "frame-try-runtime 0.44.0", "log", "parity-scale-codec", "scale-info", @@ -4508,24 +4516,24 @@ checksum = "cf37fc730bf4b51e82a34c6357eebe32c04dbacf6525e0a7b9726f6a17ec9427" dependencies = [ "array-bytes", "docify", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", ] [[package]] name = "frame-metadata-hash-extension" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4033a2b473472e7ad29ff501d3cedff36f8eaa26f61654d19b6b5cf3e1885296" +checksum = "56ac71dbd97039c49fdd69f416a4dd5d8da3652fdcafc3738b45772ad79eb4ec" dependencies = [ "array-bytes", "docify", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", @@ -4534,9 +4542,9 @@ dependencies = [ [[package]] name = "frame-support" -version = "36.0.0" +version = "36.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "512b517645f29d76c79e4c97bf8b0f4dcb6708a2af3be24b1956085dcdcf6ce5" +checksum = "2f4d08149c28010bfa568dcfa832aea628fb794d4243794a13b1bdef1aa66fb1" dependencies = [ "aquamarine", "array-bytes", @@ -4564,7 +4572,7 @@ dependencies = [ "sp-inherents 33.0.0", "sp-io 37.0.0", "sp-metadata-ir", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-staking 33.0.0", "sp-state-machine 0.42.0", "sp-std", @@ -4576,9 +4584,9 @@ dependencies = [ [[package]] name = "frame-support" -version = "37.0.1" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "847939177e3637c1ec2f78eecf0755910763b8d6c3dfc04aea2efec33823b3af" +checksum = "1e44af69fa61bc5005ffe0339e198957e77f0f255704a9bee720da18a733e3dc" dependencies = [ "aquamarine", "array-bytes", @@ -4607,7 +4615,7 @@ dependencies = [ "sp-io 38.0.0", "sp-metadata-ir", "sp-runtime 39.0.3", - "sp-staking 34.0.0", + "sp-staking 36.0.0", "sp-state-machine 0.43.0", "sp-std", "sp-tracing", @@ -4643,7 +4651,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bead15a320be1764cdd50458c4cfacb23e0cee65f64f500f8e34136a94c7eeca" dependencies = [ "frame-support-procedural-tools-derive", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", "syn 2.0.90", @@ -4668,14 +4676,14 @@ checksum = "64d6a0e7bb6503facdcc6f8e19c83cd0bfc8bbbd268522b1a50e107dfc6b972d" dependencies = [ "cfg-if", "docify", - "frame-support 36.0.0", + "frame-support 36.0.1", "log", "parity-scale-codec", "scale-info", "serde", "sp-core", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", "sp-version 36.0.0", "sp-weights", @@ -4683,13 +4691,13 @@ dependencies = [ [[package]] name = "frame-system" -version = "37.1.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "043790fff021477061b207fd6b33743793b63fc64a583358956787229d039717" +checksum = "e3c7fa02f8c305496d2ae52edaecdb9d165f11afa965e05686d7d7dd1ce93611" dependencies = [ "cfg-if", "docify", - "frame-support 37.0.1", + "frame-support 38.0.0", "log", "parity-scale-codec", "scale-info", @@ -4709,24 +4717,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "15afc91c7780e18274dcea58ed1edb700c48d10e086a9785e3f6708099cd3250" dependencies = [ "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "parity-scale-codec", "scale-info", "sp-core", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "frame-system-benchmarking" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10fb34e948ce86f8e2ceb04d25a0edaa26e308150b6b7c8ce0cbb0e4cd814131" +checksum = "9693b2a736beb076e673520e1e8dee4fc128b8d35b020ef3e8a4b1b5ad63d9f2" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "parity-scale-codec", "scale-info", "sp-core", @@ -4760,20 +4768,20 @@ version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae6ba8b36a52775ad39ccfb45ff4ad814c3cb45ec74d0a4271889e00bd791c6c" dependencies = [ - "frame-support 36.0.0", + "frame-support 36.0.1", "parity-scale-codec", "sp-api 33.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "frame-try-runtime" -version = "0.43.0" +version = "0.44.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec60be1ddc39bd312496e58b2dd82e5f3d1e0609b69f9586ba6967a36453e495" +checksum = "83c811a5a1f5429c7fb5ebbf6cf9502d8f9b673fd395c12cf46c44a30a7daf0e" dependencies = [ - "frame-support 37.0.1", + "frame-support 38.0.0", "parity-scale-codec", "sp-api 34.0.0", "sp-runtime 39.0.3", @@ -4804,7 +4812,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29f9df8a11882c4e3335eb2d18a0137c505d9ca927470b0cac9c6f0ae07d28f7" dependencies = [ - "rustix 0.38.34", + "rustix 0.38.42", "windows-sys 0.48.0", ] @@ -4816,9 +4824,9 @@ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" [[package]] name = "futures" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" +checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" dependencies = [ "futures-channel", "futures-core", @@ -4841,9 +4849,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" +checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" dependencies = [ "futures-core", "futures-sink", @@ -4851,15 +4859,15 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" +checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" [[package]] name = "futures-executor" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" +checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" dependencies = [ "futures-core", "futures-task", @@ -4869,9 +4877,9 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" +checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" [[package]] name = "futures-lite" @@ -4890,11 +4898,11 @@ dependencies = [ [[package]] name = "futures-lite" -version = "2.3.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" +checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1" dependencies = [ - "fastrand 2.1.0", + "fastrand 2.3.0", "futures-core", "futures-io", "parking", @@ -4903,9 +4911,9 @@ dependencies = [ [[package]] name = "futures-macro" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" +checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" dependencies = [ "proc-macro2", "quote", @@ -4924,15 +4932,15 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" +checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" [[package]] name = "futures-task" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" +checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" [[package]] name = "futures-timer" @@ -4942,9 +4950,9 @@ checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" [[package]] name = "futures-util" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" +checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" dependencies = [ "futures-channel", "futures-core", @@ -5051,9 +5059,9 @@ dependencies = [ [[package]] name = "gimli" -version = "0.29.0" +version = "0.31.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" +checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" [[package]] name = "glob" @@ -5089,7 +5097,7 @@ checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" dependencies = [ "ff", "rand_core", - "subtle 2.5.0", + "subtle 2.6.1", ] [[package]] @@ -5104,7 +5112,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.12", - "indexmap 2.2.6", + "indexmap 2.7.0", "slab", "tokio", "tokio-util", @@ -5113,17 +5121,17 @@ dependencies = [ [[package]] name = "h2" -version = "0.4.5" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab" +checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e" dependencies = [ "atomic-waker", "bytes", "fnv", "futures-core", "futures-sink", - "http 1.1.0", - "indexmap 2.2.6", + "http 1.2.0", + "indexmap 2.7.0", "slab", "tokio", "tokio-util", @@ -5141,7 +5149,7 @@ dependencies = [ "pest_derive", "serde", "serde_json", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -5188,6 +5196,17 @@ dependencies = [ "serde", ] +[[package]] +name = "hashbrown" +version = "0.15.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" +dependencies = [ + "allocator-api2", + "equivalent", + "foldhash", +] + [[package]] name = "hashlink" version = "0.8.4" @@ -5233,12 +5252,6 @@ version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "212ab92002354b4819390025006c897e8140934349e8635c9b077f47b4dcbd20" -[[package]] -name = "hex-literal" -version = "0.3.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0" - [[package]] name = "hex-literal" version = "0.4.1" @@ -5286,11 +5299,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]] @@ -5317,9 +5330,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", @@ -5344,7 +5357,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" dependencies = [ "bytes", - "http 1.1.0", + "http 1.2.0", ] [[package]] @@ -5355,16 +5368,16 @@ checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" dependencies = [ "bytes", "futures-util", - "http 1.1.0", + "http 1.2.0", "http-body 1.0.1", "pin-project-lite", ] [[package]] name = "httparse" -version = "1.9.4" +version = "1.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9" +checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" [[package]] name = "httpdate" @@ -5380,9 +5393,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.29" +version = "0.14.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f361cde2f109281a220d4307746cdfd5ee3f410da58a70377762396775634b33" +checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" dependencies = [ "bytes", "futures-channel", @@ -5395,7 +5408,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.5.7", + "socket2 0.5.8", "tokio", "tower-service", "tracing", @@ -5404,15 +5417,15 @@ dependencies = [ [[package]] name = "hyper" -version = "1.4.1" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" +checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0" dependencies = [ "bytes", "futures-channel", "futures-util", - "h2 0.4.5", - "http 1.1.0", + "h2 0.4.7", + "http 1.2.0", "http-body 1.0.1", "httparse", "httpdate", @@ -5430,7 +5443,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "73b7d8abf35697b81a825e386fc151e0d503e8cb5fcb93cc8669c376dfd6f278" dependencies = [ "hex", - "hyper 1.4.1", + "hyper 1.5.2", "hyper-util", "pin-project-lite", "tokio", @@ -5446,7 +5459,7 @@ checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ "futures-util", "http 0.2.12", - "hyper 0.14.29", + "hyper 0.14.32", "log", "rustls 0.21.12", "rustls-native-certs 0.6.3", @@ -5456,20 +5469,19 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.7" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cde7055719c54e36e95e8719f95883f22072a48ede39db7fc17a4e1d5281e9b9" +checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" dependencies = [ "bytes", "futures-channel", "futures-util", - "http 1.1.0", + "http 1.2.0", "http-body 1.0.1", - "hyper 1.4.1", + "hyper 1.5.2", "pin-project-lite", - "socket2 0.5.7", + "socket2 0.5.8", "tokio", - "tower", "tower-service", "tracing", ] @@ -5482,7 +5494,7 @@ checksum = "acf569d43fa9848e510358c07b80f4adf34084ddc28c6a4a651ee8474c070dcc" dependencies = [ "hex", "http-body-util", - "hyper 1.4.1", + "hyper 1.5.2", "hyper-util", "pin-project-lite", "tokio", @@ -5491,16 +5503,16 @@ dependencies = [ [[package]] name = "iana-time-zone" -version = "0.1.60" +version = "0.1.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" +checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" dependencies = [ "android_system_properties", "core-foundation-sys", "iana-time-zone-haiku", "js-sys", "wasm-bindgen", - "windows-core", + "windows-core 0.52.0", ] [[package]] @@ -5583,9 +5595,9 @@ checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" [[package]] name = "icu_properties" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f8ac670d7422d7f76b32e17a5db556510825b29ec9154f235977c9caba61036" +checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" dependencies = [ "displaydoc", "icu_collections", @@ -5653,16 +5665,25 @@ dependencies = [ [[package]] name = "idna" -version = "1.0.0" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4716a3a0933a1d01c2f72450e89596eb51dd34ef3c211ccd875acdf1f8fe47ed" +checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" dependencies = [ - "icu_normalizer", - "icu_properties", + "idna_adapter", "smallvec", "utf8_iter", ] +[[package]] +name = "idna_adapter" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" +dependencies = [ + "icu_normalizer", + "icu_properties", +] + [[package]] name = "if-addrs" version = "0.10.2" @@ -5675,17 +5696,21 @@ dependencies = [ [[package]] name = "if-watch" -version = "3.2.0" +version = "3.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6b0422c86d7ce0e97169cc42e04ae643caf278874a7a3c87b8150a220dc7e1e" +checksum = "cdf9d64cfcf380606e64f9a0bcf493616b65331199f984151a6fa11a7b3cde38" dependencies = [ - "async-io 2.3.3", + "async-io 2.4.0", "core-foundation", "fnv", "futures", "if-addrs", "ipnet", "log", + "netlink-packet-core", + "netlink-packet-route", + "netlink-proto", + "netlink-sys", "rtnetlink", "system-configuration", "tokio", @@ -5703,7 +5728,7 @@ dependencies = [ "bytes", "futures", "http 0.2.12", - "hyper 0.14.29", + "hyper 0.14.32", "log", "rand", "tokio", @@ -5751,13 +5776,13 @@ dependencies = [ [[package]] name = "impl-trait-for-tuples" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb" +checksum = "a0eb5a3343abf848c0984fe4604b2b105da9539376e24fc0a3b0007411ae4fd9" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.90", ] [[package]] @@ -5792,12 +5817,12 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.2.6" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" +checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" dependencies = [ "equivalent", - "hashbrown 0.14.5", + "hashbrown 0.15.2", "serde", ] @@ -5847,18 +5872,18 @@ dependencies = [ "asset-hub-paseo-runtime", "asset-hub-westend-runtime", "asset-test-utils", - "cumulus-primitives-core 0.15.0", + "cumulus-primitives-core 0.16.0", "emulated-integration-tests-common", - "frame-support 37.0.1", - "pallet-assets 39.0.0", - "pallet-balances 38.0.0", - "pallet-message-queue 40.0.1", - "pallet-xcm 16.0.2", + "frame-support 38.0.0", + "pallet-assets 40.0.0", + "pallet-balances 39.0.0", + "pallet-message-queue 41.0.2", + "pallet-xcm 17.0.1", "parity-scale-codec", "paseo-runtime", "paseo-runtime-constants", - "polkadot-primitives 15.0.0", - "polkadot-runtime-parachains 16.0.2", + "polkadot-primitives 16.0.0", + "polkadot-runtime-parachains 17.0.1", "pop-runtime-common", "pop-runtime-devnet", "pop-runtime-mainnet", @@ -5870,7 +5895,7 @@ dependencies = [ "sp-core", "sp-runtime 39.0.3", "staging-xcm", - "staging-xcm-executor 16.0.0", + "staging-xcm-executor 17.0.0", "tracing-subscriber", "westend-runtime", "westend-runtime-constants", @@ -5899,7 +5924,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" dependencies = [ - "socket2 0.5.7", + "socket2 0.5.8", "widestring", "windows-sys 0.48.0", "winreg", @@ -5907,62 +5932,63 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.9.0" +version = "2.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" +checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" [[package]] name = "is-terminal" -version = "0.4.12" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" +checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b" dependencies = [ - "hermit-abi 0.3.9", + "hermit-abi 0.4.0", "libc", "windows-sys 0.52.0", ] [[package]] name = "is_executable" -version = "1.0.1" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa9acdc6d67b75e626ad644734e8bc6df893d9cd2a834129065d3dd6158ea9c8" +checksum = "d4a1b5bad6f9072935961dfbf1cced2f3d129963d091b6f69f007fe04e758ae2" dependencies = [ "winapi", ] [[package]] name = "is_terminal_polyfill" -version = "1.70.0" +version = "1.70.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800" +checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" [[package]] name = "ismp" -version = "0.2.0" -source = "git+https://github.com/r0gue-io/ismp?branch=polkadot-v1.14.0#f95ee188c3b73ca3c4d6319ab85cff12fe757c4c" +version = "0.2.2" +source = "git+https://github.com/r0gue-io/ismp?branch=polkadot-stable2409#f8ba589e0eb8be1d9d3e12ba679fe2e1d743ba67" dependencies = [ "anyhow", - "derive_more", + "derive_more 1.0.0", + "displaydoc", "hex", "parity-scale-codec", "primitive-types", "scale-info", "serde", - "serde-utils", - "serde_json", + "serde-hex-utils", + "thiserror 2.0.8", ] [[package]] name = "ismp-parachain" -version = "1.15.0" -source = "git+https://github.com/r0gue-io/ismp?branch=polkadot-v1.14.0#f95ee188c3b73ca3c4d6319ab85cff12fe757c4c" -dependencies = [ - "cumulus-pallet-parachain-system 0.15.0", - "cumulus-primitives-core 0.14.0", - "frame-support 36.0.0", - "frame-system 36.1.0", - "hex-literal 0.4.1", +version = "1.15.3" +source = "git+https://github.com/r0gue-io/ismp?branch=polkadot-stable2409#f8ba589e0eb8be1d9d3e12ba679fe2e1d743ba67" +dependencies = [ + "cumulus-pallet-parachain-system 0.17.1", + "cumulus-primitives-core 0.16.0", + "frame-support 38.0.0", + "frame-system 38.0.0", + "hex-literal", "ismp", "log", "pallet-ismp", @@ -5970,42 +5996,42 @@ dependencies = [ "primitive-types", "scale-info", "serde", - "sp-consensus-aura 0.39.0", - "sp-inherents 33.0.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-trie 36.0.0", + "sp-consensus-aura 0.40.0", + "sp-inherents 34.0.0", + "sp-io 38.0.0", + "sp-runtime 39.0.3", + "sp-trie 37.0.0", "substrate-state-machine", ] [[package]] name = "ismp-parachain-inherent" -version = "1.15.0" -source = "git+https://github.com/r0gue-io/ismp?branch=polkadot-v1.14.0#f95ee188c3b73ca3c4d6319ab85cff12fe757c4c" +version = "1.15.3" +source = "git+https://github.com/r0gue-io/ismp?branch=polkadot-stable2409#f8ba589e0eb8be1d9d3e12ba679fe2e1d743ba67" dependencies = [ "anyhow", "async-trait", - "cumulus-primitives-core 0.14.0", - "cumulus-relay-chain-interface 0.15.0", + "cumulus-primitives-core 0.16.0", + "cumulus-relay-chain-interface", "ismp", "ismp-parachain", "ismp-parachain-runtime-api", "log", "pallet-ismp-runtime-api", "parity-scale-codec", - "sp-api 33.0.0", - "sp-blockchain 35.1.0", - "sp-inherents 33.0.0", - "sp-runtime 38.0.0", + "sp-api 34.0.0", + "sp-blockchain", + "sp-inherents 34.0.0", + "sp-runtime 39.0.3", ] [[package]] name = "ismp-parachain-runtime-api" -version = "1.15.0" -source = "git+https://github.com/r0gue-io/ismp?branch=polkadot-v1.14.0#f95ee188c3b73ca3c4d6319ab85cff12fe757c4c" +version = "1.15.1" +source = "git+https://github.com/r0gue-io/ismp?branch=polkadot-stable2409#f8ba589e0eb8be1d9d3e12ba679fe2e1d743ba67" dependencies = [ - "cumulus-pallet-parachain-system 0.15.0", - "sp-api 33.0.0", + "cumulus-pallet-parachain-system 0.17.1", + "sp-api 34.0.0", ] [[package]] @@ -6026,11 +6052,20 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" +dependencies = [ + "either", +] + [[package]] name = "itoa" -version = "1.0.11" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" +checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" [[package]] name = "jni" @@ -6042,7 +6077,7 @@ dependencies = [ "combine", "jni-sys", "log", - "thiserror", + "thiserror 1.0.69", "walkdir", ] @@ -6054,27 +6089,28 @@ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" [[package]] name = "jobserver" -version = "0.1.31" +version = "0.1.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e" +checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" dependencies = [ "libc", ] [[package]] name = "js-sys" -version = "0.3.69" +version = "0.3.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" +checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7" dependencies = [ + "once_cell", "wasm-bindgen", ] [[package]] name = "jsonrpsee" -version = "0.23.2" +version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62b089779ad7f80768693755a031cc14a7766aba707cbe886674e3f79e9b7e47" +checksum = "c5c71d8c1a731cc4227c2f698d377e7848ca12c8a48866fc5e6951c43a4db843" dependencies = [ "jsonrpsee-core", "jsonrpsee-proc-macros", @@ -6087,22 +6123,22 @@ dependencies = [ [[package]] name = "jsonrpsee-client-transport" -version = "0.23.2" +version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08163edd8bcc466c33d79e10f695cdc98c00d1e6ddfb95cec41b6b0279dd5432" +checksum = "548125b159ba1314104f5bb5f38519e03a41862786aa3925cf349aae9cdd546e" dependencies = [ "base64 0.22.1", "futures-util", - "http 1.1.0", + "http 1.2.0", "jsonrpsee-core", "pin-project", - "rustls 0.23.10", + "rustls 0.23.20", "rustls-pki-types", "rustls-platform-verifier", - "soketto 0.8.0", - "thiserror", + "soketto 0.8.1", + "thiserror 1.0.69", "tokio", - "tokio-rustls 0.26.0", + "tokio-rustls 0.26.1", "tokio-util", "tracing", "url", @@ -6110,27 +6146,25 @@ dependencies = [ [[package]] name = "jsonrpsee-core" -version = "0.23.2" +version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79712302e737d23ca0daa178e752c9334846b08321d439fd89af9a384f8c830b" +checksum = "f2882f6f8acb9fdaec7cefc4fd607119a9bd709831df7d7672a1d3b644628280" dependencies = [ - "anyhow", "async-trait", - "beef", "bytes", "futures-timer", "futures-util", - "http 1.1.0", + "http 1.2.0", "http-body 1.0.1", "http-body-util", "jsonrpsee-types", "parking_lot 0.12.3", "pin-project", "rand", - "rustc-hash", + "rustc-hash 2.1.0", "serde", "serde_json", - "thiserror", + "thiserror 1.0.69", "tokio", "tokio-stream", "tracing", @@ -6138,12 +6172,12 @@ dependencies = [ [[package]] name = "jsonrpsee-proc-macros" -version = "0.23.2" +version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7895f186d5921065d96e16bd795e5ca89ac8356ec423fafc6e3d7cf8ec11aee4" +checksum = "c06c01ae0007548e73412c08e2285ffe5d723195bf268bce67b1b77c3bb2a14d" dependencies = [ "heck 0.5.0", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", "syn 2.0.90", @@ -6151,16 +6185,15 @@ dependencies = [ [[package]] name = "jsonrpsee-server" -version = "0.23.2" +version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "654afab2e92e5d88ebd8a39d6074483f3f2bfdf91c5ac57fe285e7127cdd4f51" +checksum = "82ad8ddc14be1d4290cd68046e7d1d37acd408efed6d3ca08aefcc3ad6da069c" dependencies = [ - "anyhow", "futures-util", - "http 1.1.0", + "http 1.2.0", "http-body 1.0.1", "http-body-util", - "hyper 1.4.1", + "hyper 1.5.2", "hyper-util", "jsonrpsee-core", "jsonrpsee-types", @@ -6168,8 +6201,8 @@ dependencies = [ "route-recognizer", "serde", "serde_json", - "soketto 0.8.0", - "thiserror", + "soketto 0.8.1", + "thiserror 1.0.69", "tokio", "tokio-stream", "tokio-util", @@ -6179,24 +6212,23 @@ dependencies = [ [[package]] name = "jsonrpsee-types" -version = "0.23.2" +version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9c465fbe385238e861fdc4d1c85e04ada6c1fd246161d26385c1b311724d2af" +checksum = "a178c60086f24cc35bb82f57c651d0d25d99c4742b4d335de04e97fa1f08a8a1" dependencies = [ - "beef", - "http 1.1.0", + "http 1.2.0", "serde", "serde_json", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "jsonrpsee-ws-client" -version = "0.23.2" +version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c28759775f5cb2f1ea9667672d3fe2b0e701d1f4b7b67954e60afe7fd058b5e" +checksum = "0fe322e0896d0955a3ebdd5bf813571c53fea29edd713bc315b76620b327e86d" dependencies = [ - "http 1.1.0", + "http 1.2.0", "jsonrpsee-client-transport", "jsonrpsee-core", "jsonrpsee-types", @@ -6205,9 +6237,9 @@ dependencies = [ [[package]] name = "k256" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "956ff9b67e26e1a6a866cb758f12c6f8746208489e3e4a4b5580802f2f0a587b" +checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" dependencies = [ "cfg-if", "ecdsa", @@ -6237,12 +6269,12 @@ name = "kusama-runtime-constants" version = "1.0.0" source = "git+https://github.com/polkadot-fellows/runtimes?tag=v1.3.3#55bd514d60311b67cb11400a545cb64ce7a87c0e" dependencies = [ - "frame-support 36.0.0", + "frame-support 36.0.1", "polkadot-primitives 14.0.0", "polkadot-runtime-common 15.0.0", "smallvec", "sp-core", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-weights", "staging-xcm-builder 15.0.0", ] @@ -6288,14 +6320,14 @@ checksum = "9baa9eeb6e315942429397e617a190f4fdc696ef1ee0342939d641029cbb4ea7" dependencies = [ "enumflags2", "libc", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "lazy_static" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" +checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "lazycell" @@ -6305,15 +6337,15 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.155" +version = "0.2.168" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" +checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d" [[package]] name = "libloading" -version = "0.8.3" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" +checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", "windows-targets 0.52.6", @@ -6321,9 +6353,9 @@ dependencies = [ [[package]] name = "libm" -version = "0.2.8" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" +checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" [[package]] name = "libp2p" @@ -6356,10 +6388,10 @@ dependencies = [ "libp2p-wasm-ext", "libp2p-websocket", "libp2p-yamux", - "multiaddr 0.18.1", + "multiaddr 0.18.2", "pin-project", "rw-stream-sink", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -6399,8 +6431,8 @@ dependencies = [ "instant", "libp2p-identity", "log", - "multiaddr 0.18.1", - "multihash 0.19.1", + "multiaddr 0.18.2", + "multihash 0.19.3", "multistream-select", "once_cell", "parking_lot 0.12.3", @@ -6409,7 +6441,7 @@ dependencies = [ "rand", "rw-stream-sink", "smallvec", - "thiserror", + "thiserror 1.0.69", "unsigned-varint 0.7.2", "void", ] @@ -6445,28 +6477,28 @@ dependencies = [ "libp2p-identity", "libp2p-swarm", "log", - "lru 0.12.4", + "lru 0.12.5", "quick-protobuf", "quick-protobuf-codec", "smallvec", - "thiserror", + "thiserror 1.0.69", "void", ] [[package]] name = "libp2p-identity" -version = "0.2.9" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55cca1eb2bc1fd29f099f3daaab7effd01e1a54b7c577d0ed082521034d912e8" +checksum = "257b5621d159b32282eac446bed6670c39c7dc68a200a992d8f056afa0066f6d" dependencies = [ "bs58 0.5.1", "ed25519-dalek", "hkdf", - "multihash 0.19.1", + "multihash 0.19.3", "quick-protobuf", "rand", "sha2 0.10.8", - "thiserror", + "thiserror 1.0.69", "tracing", "zeroize", ] @@ -6477,7 +6509,7 @@ version = "0.44.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "16ea178dabba6dde6ffc260a8e0452ccdc8f79becf544946692fff9d412fc29d" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "asynchronous-codec", "bytes", "either", @@ -6494,7 +6526,7 @@ dependencies = [ "rand", "sha2 0.10.8", "smallvec", - "thiserror", + "thiserror 1.0.69", "uint", "unsigned-varint 0.7.2", "void", @@ -6515,7 +6547,7 @@ dependencies = [ "log", "rand", "smallvec", - "socket2 0.5.7", + "socket2 0.5.8", "tokio", "trust-dns-proto 0.22.0", "void", @@ -6550,15 +6582,15 @@ dependencies = [ "libp2p-core", "libp2p-identity", "log", - "multiaddr 0.18.1", - "multihash 0.19.1", + "multiaddr 0.18.2", + "multihash 0.19.3", "once_cell", "quick-protobuf", "rand", "sha2 0.10.8", "snow", "static_assertions", - "thiserror", + "thiserror 1.0.69", "x25519-dalek", "zeroize", ] @@ -6600,8 +6632,8 @@ dependencies = [ "rand", "ring 0.16.20", "rustls 0.21.12", - "socket2 0.5.7", - "thiserror", + "socket2 0.5.8", + "thiserror 1.0.69", "tokio", ] @@ -6672,7 +6704,7 @@ dependencies = [ "libp2p-core", "libp2p-identity", "log", - "socket2 0.5.7", + "socket2 0.5.8", "tokio", ] @@ -6690,7 +6722,7 @@ dependencies = [ "ring 0.16.20", "rustls 0.21.12", "rustls-webpki 0.101.7", - "thiserror", + "thiserror 1.0.69", "x509-parser 0.15.1", "yasna", ] @@ -6740,8 +6772,8 @@ dependencies = [ "parking_lot 0.12.3", "pin-project-lite", "rw-stream-sink", - "soketto 0.8.0", - "thiserror", + "soketto 0.8.1", + "thiserror 1.0.69", "url", "webpki-roots 0.25.4", ] @@ -6755,7 +6787,7 @@ dependencies = [ "futures", "libp2p-core", "log", - "thiserror", + "thiserror 1.0.69", "yamux", ] @@ -6765,8 +6797,9 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "libc", + "redox_syscall 0.5.8", ] [[package]] @@ -6811,7 +6844,7 @@ checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451" dependencies = [ "crunchy", "digest 0.9.0", - "subtle 2.5.0", + "subtle 2.6.1", ] [[package]] @@ -6834,9 +6867,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.18" +version = "1.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c15da26e5af7e25c90b37a2d75cdbf940cf4a55316de9d84c679c9b8bfabf82e" +checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472" dependencies = [ "cc", "pkg-config", @@ -6869,9 +6902,9 @@ dependencies = [ [[package]] name = "linregress" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4de04dcecc58d366391f9920245b85ffa684558a5ef6e7736e754347c3aea9c2" +checksum = "a9eda9dcf4f2a99787827661f312ac3219292549c2ee992bf9a6248ffb066bf7" dependencies = [ "nalgebra", ] @@ -6908,9 +6941,9 @@ dependencies = [ [[package]] name = "litemap" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704" +checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" [[package]] name = "litep2p" @@ -6925,8 +6958,8 @@ dependencies = [ "ed25519-dalek", "futures", "futures-timer", - "hex-literal 0.4.1", - "indexmap 2.2.6", + "hex-literal", + "indexmap 2.7.0", "libc", "mockall 0.12.1", "multiaddr 0.17.1", @@ -6947,10 +6980,10 @@ dependencies = [ "simple-dns", "smallvec", "snow", - "socket2 0.5.7", + "socket2 0.5.8", "static_assertions", "str0m", - "thiserror", + "thiserror 1.0.69", "tokio", "tokio-stream", "tokio-tungstenite", @@ -7000,11 +7033,11 @@ checksum = "a4a83fb7698b3643a0e34f9ae6f2e8f0178c0fd42f8b59d493aa271ff3a5bf21" [[package]] name = "lru" -version = "0.12.4" +version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904" +checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" dependencies = [ - "hashbrown 0.14.5", + "hashbrown 0.15.2", ] [[package]] @@ -7018,19 +7051,18 @@ dependencies = [ [[package]] name = "lz4" -version = "1.25.0" +version = "1.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6eab492fe7f8651add23237ea56dbf11b3c4ff762ab83d40a47f11433421f91" +checksum = "4d1febb2b4a79ddd1980eede06a8f7902197960aa0383ffcfdd62fe723036725" dependencies = [ - "libc", "lz4-sys", ] [[package]] name = "lz4-sys" -version = "1.9.5" +version = "1.11.1+lz4-1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9764018d143cc854c9f17f0b907de70f14393b1f502da6375dce70f00514eb3" +checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6" dependencies = [ "cc", "libc", @@ -7116,9 +7148,9 @@ checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" [[package]] name = "matrixmultiply" -version = "0.3.8" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7574c1cf36da4798ab73da5b215bbf444f50718207754cb522201d78d1cd0ff2" +checksum = "9380b911e3e96d10c1f415da0876389aaf1b56759054eeb0de7df940c456ba1a" dependencies = [ "autocfg", "rawpointer", @@ -7136,7 +7168,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64" dependencies = [ - "rustix 0.38.34", + "rustix 0.38.42", ] [[package]] @@ -7150,9 +7182,9 @@ dependencies = [ [[package]] name = "memmap2" -version = "0.9.4" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322" +checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" dependencies = [ "libc", ] @@ -7220,11 +7252,11 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "miniz_oxide" -version = "0.7.3" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae" +checksum = "4ffbe83022cedc1d264172192511ae958937694cd57ce297164951b8b3568394" dependencies = [ - "adler", + "adler2", ] [[package]] @@ -7239,6 +7271,17 @@ dependencies = [ "windows-sys 0.48.0", ] +[[package]] +name = "mio" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" +dependencies = [ + "libc", + "wasi", + "windows-sys 0.52.0", +] + [[package]] name = "mixnet" version = "0.7.0" @@ -7246,7 +7289,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "daa3eb39495d8e2e2947a1d862852c90cc6a4a8845f8b41c8829cb9fcc047f4a" dependencies = [ "arrayref", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "bitflags 1.3.2", "blake2 0.10.6", "c2-chacha", @@ -7259,60 +7302,42 @@ dependencies = [ "rand", "rand_chacha", "rand_distr", - "subtle 2.5.0", - "thiserror", + "subtle 2.6.1", + "thiserror 1.0.69", "zeroize", ] [[package]] name = "mmr-gadget" -version = "39.0.0" +version = "40.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c7167112db20b1a04f24ee9ed383219c1eb15cadea59aa6eb9b9ef5b3f7daab" +checksum = "cde89da4b1632fcc9ca6abbe34525589f4a49e9f78f19f7e30e44da000e23fd5" dependencies = [ "futures", "log", "parity-scale-codec", - "sc-client-api 37.0.0", + "sc-client-api", "sc-offchain", "sp-api 34.0.0", - "sp-blockchain 37.0.1", - "sp-consensus 0.40.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-beefy 22.1.0", "sp-core", "sp-mmr-primitives 34.1.0", "sp-runtime 39.0.3", ] -[[package]] -name = "mmr-primitives" -version = "1.15.0" -source = "git+https://github.com/r0gue-io/ismp?branch=polkadot-v1.14.0#f95ee188c3b73ca3c4d6319ab85cff12fe757c4c" -dependencies = [ - "ckb-merkle-mountain-range", - "frame-system 36.1.0", - "ismp", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io 37.0.0", - "sp-mmr-primitives 33.0.0", - "sp-runtime 38.0.0", - "sp-std", -] - [[package]] name = "mmr-rpc" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56fea3dbcfc8b40f4516bed401bc6b4501e82d1f0b5d03e7569a3c836248fff9" +checksum = "d22406b7326c857113e02916e4e39358598f110e0b50c7c646e146c8b273e530" dependencies = [ "jsonrpsee", "parity-scale-codec", "serde", "sp-api 34.0.0", - "sp-blockchain 37.0.1", + "sp-blockchain", "sp-core", "sp-mmr-primitives 34.1.0", "sp-runtime 39.0.3", @@ -7399,20 +7424,20 @@ dependencies = [ [[package]] name = "multiaddr" -version = "0.18.1" +version = "0.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b852bc02a2da5feed68cd14fa50d0774b92790a5bdbfa932a813926c8472070" +checksum = "fe6351f60b488e04c1d21bc69e56b89cb3f5e8f5d22557d6e8031bdfd79b6961" dependencies = [ "arrayref", "byteorder", "data-encoding", "libp2p-identity", "multibase", - "multihash 0.19.1", + "multihash 0.19.3", "percent-encoding", "serde", "static_assertions", - "unsigned-varint 0.7.2", + "unsigned-varint 0.8.0", "url", ] @@ -7463,12 +7488,12 @@ dependencies = [ [[package]] name = "multihash" -version = "0.19.1" +version = "0.19.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "076d548d76a0e2a0d4ab471d0b1c36c577786dfc4471242035d97a12a735c492" +checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" dependencies = [ "core2", - "unsigned-varint 0.7.2", + "unsigned-varint 0.8.0", ] [[package]] @@ -7513,13 +7538,12 @@ dependencies = [ [[package]] name = "nalgebra" -version = "0.32.6" +version = "0.33.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b5c17de023a86f59ed79891b2e5d5a94c705dbe904a5b5c9c952ea6221b03e4" +checksum = "26aecdf64b707efd1310e3544d709c5c0ac61c13756046aaaba41be5c4f66a3b" dependencies = [ "approx", "matrixmultiply", - "nalgebra-macros", "num-complex", "num-rational", "num-traits", @@ -7527,17 +7551,6 @@ dependencies = [ "typenum", ] -[[package]] -name = "nalgebra-macros" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91761aed67d03ad966ef783ae962ef9bbaca728d2dd7ceb7939ec110fffad998" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - [[package]] name = "names" version = "0.14.0" @@ -7555,21 +7568,20 @@ checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" [[package]] name = "netlink-packet-core" -version = "0.4.2" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297" +checksum = "72724faf704479d67b388da142b186f916188505e7e0b26719019c525882eda4" dependencies = [ "anyhow", "byteorder", - "libc", "netlink-packet-utils", ] [[package]] name = "netlink-packet-route" -version = "0.12.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab" +checksum = "053998cea5a306971f88580d0829e90f270f940befd7cf928da179d4187a5a66" dependencies = [ "anyhow", "bitflags 1.3.2", @@ -7588,29 +7600,29 @@ dependencies = [ "anyhow", "byteorder", "paste", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "netlink-proto" -version = "0.10.0" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6" +checksum = "86b33524dc0968bfad349684447bfce6db937a9ac3332a1fe60c0c5a5ce63f21" dependencies = [ "bytes", "futures", "log", "netlink-packet-core", "netlink-sys", - "thiserror", + "thiserror 1.0.69", "tokio", ] [[package]] name = "netlink-sys" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "416060d346fbaf1f23f9512963e3e878f1a78e707cb699ba9215761754244307" +checksum = "16c903aa70590cb93691bf97a767c8d1d6122d2cc9070433deb3bbf36ce8bd23" dependencies = [ "bytes", "futures", @@ -7627,15 +7639,15 @@ checksum = "a4a43439bf756eed340bdf8feba761e2d50c7d47175d87545cd5cbe4a137c4d1" dependencies = [ "cc", "libc", - "thiserror", + "thiserror 1.0.69", "winapi", ] [[package]] name = "nix" -version = "0.24.3" +version = "0.26.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069" +checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" dependencies = [ "bitflags 1.3.2", "cfg-if", @@ -7648,7 +7660,7 @@ version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "cfg-if", "cfg_aliases", "libc", @@ -7718,9 +7730,9 @@ dependencies = [ [[package]] name = "num-bigint" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7" +checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" dependencies = [ "num-integer", "num-traits", @@ -7758,7 +7770,7 @@ version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "itoa", ] @@ -7825,9 +7837,9 @@ dependencies = [ [[package]] name = "object" -version = "0.36.4" +version = "0.36.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a" +checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e" dependencies = [ "memchr", ] @@ -7843,18 +7855,18 @@ dependencies = [ [[package]] name = "oid-registry" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c958dd45046245b9c3c2547369bb634eb461670b2e7e0de552905801a648d1d" +checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9" dependencies = [ "asn1-rs 0.6.2", ] [[package]] name = "once_cell" -version = "1.19.0" +version = "1.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" +checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "opaque-debug" @@ -7870,11 +7882,11 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "openssl" -version = "0.10.66" +version = "0.10.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" +checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "cfg-if", "foreign-types", "libc", @@ -7902,18 +7914,18 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-src" -version = "300.3.1+3.3.1" +version = "300.4.1+3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91" +checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c" dependencies = [ "cc", ] [[package]] name = "openssl-sys" -version = "0.9.103" +version = "0.9.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" +checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" dependencies = [ "cc", "libc", @@ -7928,23 +7940,6 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" -[[package]] -name = "orchestra" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92829eef0328a3d1cd22a02c0e51deb92a5362df3e7d21a4e9bdc38934694e66" -dependencies = [ - "async-trait", - "dyn-clonable", - "futures", - "futures-timer", - "orchestra-proc-macro 0.3.6", - "pin-project", - "prioritized-metered-channel", - "thiserror", - "tracing", -] - [[package]] name = "orchestra" version = "0.4.0" @@ -7955,29 +7950,13 @@ dependencies = [ "dyn-clonable", "futures", "futures-timer", - "orchestra-proc-macro 0.4.0", + "orchestra-proc-macro", "pin-project", "prioritized-metered-channel", - "thiserror", + "thiserror 1.0.69", "tracing", ] -[[package]] -name = "orchestra-proc-macro" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1344346d5af32c95bbddea91b18a88cc83eac394192d20ef2fc4c40a74332355" -dependencies = [ - "expander", - "indexmap 2.2.6", - "itertools 0.11.0", - "petgraph", - "proc-macro-crate 3.1.0", - "proc-macro2", - "quote", - "syn 1.0.109", -] - [[package]] name = "orchestra-proc-macro" version = "0.4.0" @@ -7985,10 +7964,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f7b1d40dd8f367db3c65bec8d3dd47d4a604ee8874480738f93191bddab4e0e0" dependencies = [ "expander", - "indexmap 2.2.6", + "indexmap 2.7.0", "itertools 0.11.0", "petgraph", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", "syn 1.0.109", @@ -8023,12 +8002,12 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" name = "pallet-api" version = "0.1.0" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", - "pallet-assets 39.0.0", - "pallet-balances 38.0.0", + "pallet-assets 40.0.0", + "pallet-balances 39.0.0", "parity-scale-codec", "pop-chain-extension", "scale-info", @@ -8045,7 +8024,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f726ebb59401c1844a4a8703047bdafcd99a1827cd5d8b2c82abeb8948a7f25b" dependencies = [ "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "parity-scale-codec", @@ -8054,19 +8033,19 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "pallet-asset-conversion" -version = "19.0.0" +version = "20.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6847af5ada683672e4ba5307edd30935b523b96ddd3e6c0d9ae538967e7b6e72" +checksum = "33f0078659ae95efe6a1bf138ab5250bc41ab98f22ff3651d0208684f08ae797" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", @@ -8079,15 +8058,15 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-ops" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb30dfe0b4835f061cdd876a43c40132fe7814a6581898a9bfe93eccda1d73c2" +checksum = "3edbeda834bcd6660f311d4eead3dabdf6d385b7308ac75b0fae941a960e6c3a" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", - "pallet-asset-conversion 19.0.0", + "pallet-asset-conversion 20.0.0", "parity-scale-codec", "scale-info", "sp-arithmetic", @@ -8102,26 +8081,26 @@ version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e0fde03a96382f4dbe37ef95cb4ef7aade7c0be410cb6c888eda911c94af3eaf" dependencies = [ - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "pallet-asset-conversion 18.0.0", "pallet-transaction-payment 36.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "pallet-asset-conversion-tx-payment" -version = "19.0.0" +version = "20.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f88052f6df36078235c88f61a300c0eb9412ce875b9baf06c41c25341661d4de" +checksum = "1ab66c4c22ac0f20e620a954ce7ba050118d6d8011e2d02df599309502064e98" dependencies = [ - "frame-support 37.0.1", - "frame-system 37.1.0", - "pallet-asset-conversion 19.0.0", - "pallet-transaction-payment 37.0.1", + "frame-support 38.0.0", + "frame-system 38.0.0", + "pallet-asset-conversion 20.0.0", + "pallet-transaction-payment 38.0.0", "parity-scale-codec", "scale-info", "sp-runtime 39.0.3", @@ -8134,24 +8113,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e806842bec955190ec64f8b2179f74f5355137c4cadf04f3269e6196cd19caf9" dependencies = [ "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "parity-scale-codec", "scale-info", "sp-core", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "pallet-asset-rate" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16cf98e523678604f17e784986e789f515bb367dc5cf41f8f966b934ea2fb9d5" +checksum = "71b2149aa741bc39466bbcc92d9d0ab6e9adcf39d2790443a735ad573b3191e7" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "parity-scale-codec", "scale-info", "sp-core", @@ -8165,7 +8144,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "100a180dfbf30a1c872100ec2dae8a61c0f5e8b3f2d3a5cbb34093826293e2ab" dependencies = [ "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "pallet-transaction-payment 36.0.0", "parity-scale-codec", @@ -8173,20 +8152,20 @@ dependencies = [ "serde", "sp-core", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "pallet-asset-tx-payment" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8aba8d3470ea8ca27a8d3fecce2896094d22e7b3109120b01d0d5d2553f5a6d" +checksum = "406a486466d15acc48c99420191f96f1af018f3381fde829c467aba489030f18" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", - "pallet-transaction-payment 37.0.1", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", + "pallet-transaction-payment 38.0.0", "parity-scale-codec", "scale-info", "serde", @@ -8202,26 +8181,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f79ef6a7763fc08177f014052469ee12aefcdad0d99a747372360c2f648d2cc4" dependencies = [ "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", "sp-core", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "pallet-assets" -version = "39.0.0" +version = "40.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd34007f64b1159232feacc431ae88b8319e16e594ed6ffc2c1a10ecf6e0ad64" +checksum = "f45f4eb6027fc34c4650e0ed6a7e57ed3335cc364be74b4531f714237676bcee" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", @@ -8232,15 +8211,15 @@ dependencies = [ [[package]] name = "pallet-assets-freezer" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0df0e0834548b646e0cda6cb3f1a2e18f9102840b78dcd5b96de8df53354fb46" +checksum = "127adc2250b89416b940850ce2175dab10a9297b503b1fcb05dc555bd9bd3207" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", - "pallet-assets 39.0.0", + "pallet-assets 40.0.0", "parity-scale-codec", "scale-info", "sp-runtime 39.0.3", @@ -8252,7 +8231,7 @@ version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0861b2a1ad6526948567bb59a3fdc4c7f02ee79b07be8b931a544350ec35ab0c" dependencies = [ - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "pallet-timestamp 35.0.0", @@ -8260,20 +8239,20 @@ dependencies = [ "scale-info", "sp-application-crypto 37.0.0", "sp-consensus-aura 0.39.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "pallet-aura" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2b4c3fc3c5af69af275ee8f1fc70aa73d0633b0cd818c603a2e8b483d4a9ccb" +checksum = "b31da6e794d655d1f9c4da6557a57399538d75905a7862a2ed3f7e5fb711d7e4" dependencies = [ - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", - "pallet-timestamp 36.0.1", + "pallet-timestamp 37.0.0", "parity-scale-codec", "scale-info", "sp-application-crypto 38.0.0", @@ -8287,26 +8266,26 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed2c3666a476132f5846fe4d5e1961a923a58a0f54d873d84566f24ffaa3684f" dependencies = [ - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "pallet-session 36.0.0", "parity-scale-codec", "scale-info", "sp-application-crypto 37.0.0", "sp-authority-discovery 33.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "pallet-authority-discovery" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e950b8368ef4af6af91d10061d5fc587ee92ed360e4b5bc32454a68842ccafe2" +checksum = "ffb0208f0538d58dcb78ce1ff5e6e8641c5f37b23b20b05587e51da30ab13541" dependencies = [ - "frame-support 37.0.1", - "frame-system 37.1.0", - "pallet-session 37.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", + "pallet-session 38.0.0", "parity-scale-codec", "scale-info", "sp-application-crypto 38.0.0", @@ -8320,23 +8299,23 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "38885846dbcf03b025fdbd7edb3649046dbc68fa0b419ffe8837ef853a10d31f" dependencies = [ - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "pallet-authorship" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ddfa02ecfdd0bfa4841dc16ebd3bdd0d1918751b845f4b36b29c01bfaf75b5b" +checksum = "625d47577cabbe1318ccec5d612e2379002d1b6af1ab6edcef3243c66ec246df" dependencies = [ - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", @@ -8350,7 +8329,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b23d2d814e3cb793659fcf84533f66fdf0ed9cccb66cb2225851f482843ed096" dependencies = [ "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "pallet-authorship 36.0.0", @@ -8362,7 +8341,7 @@ dependencies = [ "sp-consensus-babe 0.39.0", "sp-core", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-session 34.0.0", "sp-staking 33.0.0", "sp-std", @@ -8370,17 +8349,17 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf4cee370246a2a8fa7d62b02b96febde7c8b09d18c9b8ce3a35c20a142379c8" +checksum = "4ee096c0def13832475b340d00121025e0225de29604d44bc6dfcaa294c995b4" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", - "pallet-authorship 37.0.0", - "pallet-session 37.0.0", - "pallet-timestamp 36.0.1", + "pallet-authorship 38.0.0", + "pallet-session 38.0.0", + "pallet-timestamp 37.0.0", "parity-scale-codec", "scale-info", "sp-application-crypto 38.0.0", @@ -8388,8 +8367,8 @@ dependencies = [ "sp-core", "sp-io 38.0.0", "sp-runtime 39.0.3", - "sp-session 35.0.0", - "sp-staking 34.0.0", + "sp-session 36.0.0", + "sp-staking 36.0.0", ] [[package]] @@ -8402,7 +8381,7 @@ dependencies = [ "docify", "frame-benchmarking 36.0.0", "frame-election-provider-support 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "pallet-balances 37.0.0", @@ -8410,25 +8389,25 @@ dependencies = [ "scale-info", "sp-core", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", "sp-tracing", ] [[package]] name = "pallet-bags-list" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5143d9c729fe3f02a3ff8d9800dd538717a35f2738aa35828347a060251f41ca" +checksum = "0fd23a6f94ba9c1e57c8a7f8a41327d132903a79c55c0c83f36cbae19946cf10" dependencies = [ "aquamarine", "docify", - "frame-benchmarking 37.0.0", - "frame-election-provider-support 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-election-provider-support 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", - "pallet-balances 38.0.0", + "pallet-balances 39.0.0", "parity-scale-codec", "scale-info", "sp-core", @@ -8445,25 +8424,25 @@ checksum = "6878e240962d3887f0e0654ac343a18845adb95ad493c9d4d5e803c015d4a4c3" dependencies = [ "docify", "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "pallet-balances" -version = "38.0.0" +version = "39.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "267f2b4c64e06d340fab1e48267e815dc2afaf8e6da16369b26b5c9e1e65f1aa" +checksum = "5c6945b078919acb14d126490e4b0973a688568b30142476ca69c6df2bed27ad" dependencies = [ "docify", - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", @@ -8476,7 +8455,7 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "715dfcd1bf3f1f37af6335d4eb3cef921e746ac54721e2258c4fd968b61eb009" dependencies = [ - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "pallet-authorship 36.0.0", @@ -8485,7 +8464,7 @@ dependencies = [ "scale-info", "serde", "sp-consensus-beefy 20.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-session 34.0.0", "sp-staking 33.0.0", "sp-std", @@ -8493,22 +8472,22 @@ dependencies = [ [[package]] name = "pallet-beefy" -version = "38.0.0" +version = "39.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce02e01c97af95523cc344f05f3c418de43de7d6bc89bbe1e8a640e773146df4" +checksum = "014d177a3aba19ac144fc6b2b5eb94930b9874734b91fd014902b6706288bb5f" dependencies = [ - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", - "pallet-authorship 37.0.0", - "pallet-session 37.0.0", + "pallet-authorship 38.0.0", + "pallet-session 38.0.0", "parity-scale-codec", "scale-info", "serde", "sp-consensus-beefy 22.1.0", "sp-runtime 39.0.3", - "sp-session 35.0.0", - "sp-staking 34.0.0", + "sp-session 36.0.0", + "sp-staking 36.0.0", ] [[package]] @@ -8519,7 +8498,7 @@ checksum = "01d70c6f872eb3f2635355ccbea944a4f9ea411c0aa25f6f1a15219e8da11ad2" dependencies = [ "array-bytes", "binary-merkle-tree", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "pallet-beefy 36.0.0", @@ -8532,25 +8511,26 @@ dependencies = [ "sp-consensus-beefy 20.0.0", "sp-core", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-state-machine 0.42.0", "sp-std", ] [[package]] name = "pallet-beefy-mmr" -version = "38.0.0" +version = "39.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebe1ff4ef6dd47ffa01cc390e5505491f65527852a8fe306ac1f82ebb41ee5e3" +checksum = "9c64f536e7f04cf3a0a17fdf20870ddb3d63a7690419c40f75cfd2f72b6e6d22" dependencies = [ "array-bytes", "binary-merkle-tree", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", - "pallet-beefy 38.0.0", - "pallet-mmr 37.0.0", - "pallet-session 37.0.0", + "pallet-beefy 39.0.0", + "pallet-mmr 38.0.0", + "pallet-session 38.0.0", "parity-scale-codec", "scale-info", "serde", @@ -8569,7 +8549,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0566499e74ba4b7ccbd1b667eef0dab76ca28402a8d501e22b73a363717b05a9" dependencies = [ "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "pallet-treasury 35.0.0", @@ -8577,21 +8557,21 @@ dependencies = [ "scale-info", "sp-core", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "pallet-bounties" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b025a04d02a33335672b144d58a824ca25c45848867180dbc416618f43d3408" +checksum = "a1163f9cd8bbc47ec0c6900a3ca67689d8d7b40bedfa6aa22b1b3c6027b1090e" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", - "pallet-treasury 36.0.1", + "pallet-treasury 37.0.0", "parity-scale-codec", "scale-info", "sp-core", @@ -8601,16 +8581,16 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b68d220a19094b2ff1873ac78934df20789f492946c3cd2580c6b17b29f353d" +checksum = "1d825fbed9fb68bc5d344311653dc0f69caeabe647365abf79a539310b2245f6" dependencies = [ - "bp-header-chain 0.17.1", - "bp-runtime 0.17.0", + "bp-header-chain 0.18.1", + "bp-runtime 0.18.0", "bp-test-utils", - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", @@ -8621,16 +8601,16 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fcd93c4c76259109cab5355e082b53b365f172c1e9f3add8b68df8f604e71af" +checksum = "a1decdc9fb885e46eb17f850aa14f8cf39e17f31574aa6a5fa1a9e603cc526a2" dependencies = [ - "bp-header-chain 0.17.1", - "bp-messages 0.17.0", - "bp-runtime 0.17.0", - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "bp-header-chain 0.18.1", + "bp-messages 0.18.0", + "bp-runtime 0.18.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", @@ -8641,17 +8621,17 @@ dependencies = [ [[package]] name = "pallet-bridge-parachains" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b708524d831e65c01724d94c678a93a267f4aa4481ff74f8e6f0a1a881304f77" +checksum = "41450a8d214f20eaff57aeca8e647b20c0df7d66871ee2262609b90824bd4cca" dependencies = [ - "bp-header-chain 0.17.1", + "bp-header-chain 0.18.1", "bp-parachains", - "bp-polkadot-core 0.17.0", - "bp-runtime 0.17.0", - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "bp-polkadot-core 0.18.0", + "bp-runtime 0.18.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "pallet-bridge-grandpa", "parity-scale-codec", @@ -8662,18 +8642,22 @@ dependencies = [ [[package]] name = "pallet-bridge-relayers" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7067679e16bddaa18c3ff0c30d796740f05b32bc4a0e33adee363d6360c035e4" +checksum = "2faead05455a965a0a0ec69ffa779933479b599e40bda809c0aa1efa72a39281" dependencies = [ - "bp-messages 0.17.0", + "bp-header-chain 0.18.1", + "bp-messages 0.18.0", "bp-relayers", - "bp-runtime 0.17.0", - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "bp-runtime 0.18.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", + "pallet-bridge-grandpa", "pallet-bridge-messages", + "pallet-bridge-parachains", + "pallet-transaction-payment 38.0.0", "parity-scale-codec", "scale-info", "sp-arithmetic", @@ -8689,7 +8673,7 @@ checksum = "cd0d652c399b6ed776ee3322e60f40e323f86b413719d7696eddb8f64c368ac0" dependencies = [ "bitvec", "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "parity-scale-codec", @@ -8697,20 +8681,20 @@ dependencies = [ "sp-api 33.0.0", "sp-arithmetic", "sp-core", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "pallet-broker" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ce40525635682724f4ed243f6be36951df424b24703913fb696d6933e1db55e" +checksum = "3043c90106d88cb93fcf0d9b6d19418f11f44cc2b11873414aec3b46044a24ea" dependencies = [ "bitvec", - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", @@ -8727,7 +8711,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "38e351f103ebbdd1eb095da8c2379caccc82ebc59a740c2731693d2204286b83" dependencies = [ "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "pallet-bounties 35.0.0", @@ -8736,22 +8720,22 @@ dependencies = [ "scale-info", "sp-core", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "pallet-child-bounties" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ac635059b34dc038781c6d8892aa90327ec2491d4afdcace97e6d66e5ca9da3" +checksum = "c7f3bc38ae6584b5f57e4de3e49e5184bfc0f20692829530ae1465ffe04e09e7" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", - "pallet-bounties 36.0.0", - "pallet-treasury 36.0.1", + "pallet-bounties 37.0.0", + "pallet-treasury 37.0.0", "parity-scale-codec", "scale-info", "sp-core", @@ -8766,7 +8750,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f660cc09f2f277a3976da2eef856b5c725ab7ad1192902ef7f4e4bafd992f04f" dependencies = [ "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "pallet-authorship 36.0.0", @@ -8775,40 +8759,40 @@ dependencies = [ "parity-scale-codec", "rand", "scale-info", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-staking 33.0.0", "sp-std", ] [[package]] name = "pallet-collator-selection" -version = "18.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e680a751ac8ea4a820096b9b480457a10abd5ce495e65c24457993ad846d4c0" +checksum = "658798d70c9054165169f6a6a96cfa9d6a5e7d24a524bc19825bf17fcbc5cc5a" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", - "pallet-authorship 37.0.0", - "pallet-balances 38.0.0", - "pallet-session 37.0.0", + "pallet-authorship 38.0.0", + "pallet-balances 39.0.0", + "pallet-session 38.0.0", "parity-scale-codec", "rand", "scale-info", "sp-runtime 39.0.3", - "sp-staking 34.0.0", + "sp-staking 36.0.0", ] [[package]] name = "pallet-collective" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95b3d561c8e207ecd55cd77d040444f1525a7f6246c5f46a8e7211013ae04b8d" +checksum = "8e149f1aefd444c9a1da6ec5a94bc8a7671d7a33078f85dd19ae5b06e3438e60" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", @@ -8819,18 +8803,18 @@ dependencies = [ [[package]] name = "pallet-contracts" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef308fa6da2363f32616a324adb11318fdbeefe998f974222a99e1e3408c6de4" +checksum = "5df77077745d891c822b4275f273f336077a97e69e62a30134776aa721c96fee" dependencies = [ "bitflags 1.3.2", "environmental", - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "impl-trait-for-tuples", "log", - "pallet-balances 38.0.0", + "pallet-balances 39.0.0", "pallet-contracts-proc-macro", "pallet-contracts-uapi", "parity-scale-codec", @@ -8846,7 +8830,7 @@ dependencies = [ "sp-runtime 39.0.3", "sp-std", "staging-xcm", - "staging-xcm-builder 16.0.3", + "staging-xcm-builder 17.0.1", "wasm-instrument", "wasmi 0.32.3", ] @@ -8883,26 +8867,26 @@ checksum = "9033f0d23500bbc39298fd50c07b89a2f2d9f07300139b4df8005995ef683875" dependencies = [ "assert_matches", "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "parity-scale-codec", "scale-info", "serde", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "pallet-conviction-voting" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "755ac1497eb1b7509f501fabe1f6d8694b8e316aa10c3987f470a2fdeb4e597f" +checksum = "999c242491b74395b8c5409ef644e782fe426d87ae36ad92240ffbf21ff0a76e" dependencies = [ "assert_matches", - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "parity-scale-codec", "scale-info", "serde", @@ -8916,38 +8900,40 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0596ec5ab55e02b1b5637b3ec2b99027d036fe97a1ab4733ae105474dfa727cf" dependencies = [ - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "parity-scale-codec", "scale-info", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-staking 33.0.0", "sp-std", ] [[package]] name = "pallet-delegated-staking" -version = "4.0.0" +version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff872d2b23db76b7fc47f4ff20d1a3b713b56367b6c2c9560662213ddd2be354" +checksum = "117f003a97f980514c6db25a50c22aaec2a9ccb5664b3cb32f52fb990e0b0c12" dependencies = [ - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-support 38.0.0", + "frame-system 38.0.0", + "log", "parity-scale-codec", "scale-info", + "sp-io 38.0.0", "sp-runtime 39.0.3", - "sp-staking 34.0.0", + "sp-staking 36.0.0", ] [[package]] name = "pallet-democracy" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4270bbcd896cc6aa04e0bbb07795b715b5320eacca6f46e7c705c0d70cf66357" +checksum = "f6d1dc655f50b7c65bb2fb14086608ba11af02ef2936546f7a67db980ec1f133" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", @@ -8965,7 +8951,7 @@ checksum = "bd1090fdc6ccdd8ff08c60000c970428baaaf0b33e7a6b01a91ec8b697a650a3" dependencies = [ "frame-benchmarking 36.0.0", "frame-election-provider-support 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "pallet-election-provider-support-benchmarking 35.0.0", @@ -8976,23 +8962,23 @@ dependencies = [ "sp-core", "sp-io 37.0.0", "sp-npos-elections 33.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", - "strum 0.26.2", + "strum 0.26.3", ] [[package]] name = "pallet-election-provider-multi-phase" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b02a05136d6c5b46fc4963232ffc2069d444100c79fa524627b307fcaea78cd2" +checksum = "62f9ad5ae0c13ba3727183dadf1825b6b7b0b0598ed5c366f8697e13fd540f7d" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-election-provider-support 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-election-provider-support 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", - "pallet-election-provider-support-benchmarking 36.0.0", + "pallet-election-provider-support-benchmarking 37.0.0", "parity-scale-codec", "rand", "scale-info", @@ -9001,7 +8987,7 @@ dependencies = [ "sp-io 38.0.0", "sp-npos-elections 34.0.0", "sp-runtime 39.0.3", - "strum 0.26.2", + "strum 0.26.3", ] [[package]] @@ -9015,19 +9001,19 @@ dependencies = [ "frame-system 36.1.0", "parity-scale-codec", "sp-npos-elections 33.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "pallet-election-provider-support-benchmarking" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd65dad4b4de7ec4b0d1631d1e8ad8766eaaa0ab4e871ec6c73a1e894c68afc9" +checksum = "d4111d0d27545c260c9dd0d6fc504961db59c1ec4b42e1bcdc28ebd478895c22" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-election-provider-support 37.0.0", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-election-provider-support 38.0.0", + "frame-system 38.0.0", "parity-scale-codec", "sp-npos-elections 34.0.0", "sp-runtime 39.0.3", @@ -9035,13 +9021,13 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" -version = "38.0.0" +version = "39.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b619d7819e43ff1cc6201fb4cf73d6b65f6b6975c1014a1d73ac88e60986b19c" +checksum = "705c66d6c231340c6d085a0df0319a6ce42a150f248171e88e389ab1e3ce20f5" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", @@ -9049,7 +9035,7 @@ dependencies = [ "sp-io 38.0.0", "sp-npos-elections 34.0.0", "sp-runtime 39.0.3", - "sp-staking 34.0.0", + "sp-staking 36.0.0", ] [[package]] @@ -9061,34 +9047,34 @@ dependencies = [ "docify", "frame-benchmarking 36.0.0", "frame-election-provider-support 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-staking 33.0.0", "sp-std", ] [[package]] name = "pallet-fast-unstake" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "283f467fdee4862f2fcb7ae354c0380e8e763fc465b6b7c560950aa0cce90731" +checksum = "e0ee60e8ef10b3936f2700bd61fa45dcc190c61124becc63bed787addcfa0d20" dependencies = [ "docify", - "frame-benchmarking 37.0.0", - "frame-election-provider-support 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-election-provider-support 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", "sp-io 38.0.0", "sp-runtime 39.0.3", - "sp-staking 34.0.0", + "sp-staking 36.0.0", ] [[package]] @@ -9098,7 +9084,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8244b686d5cae6a8af1557ed0f49db08f812f0e7942a8d2da554b4da8a69daf0" dependencies = [ "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "pallet-authorship 36.0.0", @@ -9109,7 +9095,7 @@ dependencies = [ "sp-consensus-grandpa 20.0.0", "sp-core", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-session 34.0.0", "sp-staking 33.0.0", "sp-std", @@ -9117,16 +9103,16 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78a9db737c0ad83212dd874658194b1be7d9cb3c093599aa02573645f9b991f4" +checksum = "6d3a570a4aac3173ea46b600408183ca2bcfdaadc077f802f11e6055963e2449" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", - "pallet-authorship 37.0.0", - "pallet-session 37.0.0", + "pallet-authorship 38.0.0", + "pallet-session 38.0.0", "parity-scale-codec", "scale-info", "sp-application-crypto 38.0.0", @@ -9134,8 +9120,8 @@ dependencies = [ "sp-core", "sp-io 38.0.0", "sp-runtime 39.0.3", - "sp-session 35.0.0", - "sp-staking 34.0.0", + "sp-session 36.0.0", + "sp-staking 36.0.0", ] [[package]] @@ -9146,26 +9132,26 @@ checksum = "4555795a3e0e3aa49ea432b7afecb9c71a7db8793a99c68bd8dd3a52a12571f3" dependencies = [ "enumflags2", "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "pallet-identity" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e83fd8ea40185db968ecec0c4782e3cdf9a788ad4fc4a5870eeb0d0981de2680" +checksum = "e3a4288548de9a755e39fcb82ffb9024b6bb1ba0f582464a44423038dd7a892e" dependencies = [ "enumflags2", - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", @@ -9180,7 +9166,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa761292e95020304b58b50e5187f8bb82f557c8c2d013e3c96ab41d611873b0" dependencies = [ "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "pallet-authorship 36.0.0", @@ -9189,29 +9175,29 @@ dependencies = [ "sp-application-crypto 37.0.0", "sp-core", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-staking 33.0.0", "sp-std", ] [[package]] name = "pallet-im-online" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be560a30bb7b6e829c9827edb10d1e30facbc923d4fd9ee86476e82eecdda27d" +checksum = "c6fd95270cf029d16cb40fe6bd9f8ab9c78cd966666dccbca4d8bfec35c5bba5" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", - "pallet-authorship 37.0.0", + "pallet-authorship 38.0.0", "parity-scale-codec", "scale-info", "sp-application-crypto 38.0.0", "sp-core", "sp-io 38.0.0", "sp-runtime 39.0.3", - "sp-staking 34.0.0", + "sp-staking 36.0.0", ] [[package]] @@ -9221,26 +9207,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b183880ad5efae06afe6066e76f2bac5acf67f34b3cfab7352ceec46accf4b45" dependencies = [ "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "parity-scale-codec", "scale-info", "sp-core", "sp-io 37.0.0", "sp-keyring 38.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "pallet-indices" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e0bd6b183d5bb4c33693c47d8012bb1026b88fff49588dcf5d320a3117f2b8d" +checksum = "c5e4b97de630427a39d50c01c9e81ab8f029a00e56321823958b39b438f7b940" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "parity-scale-codec", "scale-info", "sp-core", @@ -9251,79 +9237,80 @@ dependencies = [ [[package]] name = "pallet-ismp" -version = "1.15.0" -source = "git+https://github.com/r0gue-io/ismp?branch=polkadot-v1.14.0#f95ee188c3b73ca3c4d6319ab85cff12fe757c4c" +version = "1.15.3" +source = "git+https://github.com/r0gue-io/ismp?branch=polkadot-stable2409#f8ba589e0eb8be1d9d3e12ba679fe2e1d743ba67" dependencies = [ + "anyhow", "fortuples", - "frame-benchmarking 36.0.0", - "frame-support 36.0.0", - "frame-system 36.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "ismp", "log", - "mmr-primitives", "parity-scale-codec", "scale-info", "serde", - "sp-api 33.0.0", + "sp-api 34.0.0", "sp-core", - "sp-io 37.0.0", - "sp-mmr-primitives 33.0.0", - "sp-runtime 38.0.0", + "sp-io 38.0.0", + "sp-mmr-primitives 34.1.0", + "sp-runtime 39.0.3", "sp-std", ] [[package]] name = "pallet-ismp-rpc" -version = "1.15.0" -source = "git+https://github.com/r0gue-io/ismp?branch=polkadot-v1.14.0#f95ee188c3b73ca3c4d6319ab85cff12fe757c4c" +version = "1.15.3" +source = "git+https://github.com/r0gue-io/ismp?branch=polkadot-stable2409#f8ba589e0eb8be1d9d3e12ba679fe2e1d743ba67" dependencies = [ "anyhow", - "frame-system 36.1.0", + "frame-system 38.0.0", "hash-db", "hex", - "hex-literal 0.3.4", + "hex-literal", "ismp", "jsonrpsee", "pallet-ismp", "pallet-ismp-runtime-api", "parity-scale-codec", - "sc-client-api 35.1.0", - "sc-rpc 37.0.0", + "sc-client-api", + "sc-rpc", "serde", "serde_json", - "sp-api 33.0.0", - "sp-blockchain 35.1.0", + "sp-api 34.0.0", + "sp-blockchain", "sp-core", - "sp-mmr-primitives 33.0.0", - "sp-runtime 38.0.0", + "sp-mmr-primitives 34.1.0", + "sp-runtime 39.0.3", "sp-storage", - "sp-trie 36.0.0", + "sp-trie 37.0.0", + "tower", "trie-db", ] [[package]] name = "pallet-ismp-runtime-api" -version = "1.15.0" -source = "git+https://github.com/r0gue-io/ismp?branch=polkadot-v1.14.0#f95ee188c3b73ca3c4d6319ab85cff12fe757c4c" +version = "1.15.3" +source = "git+https://github.com/r0gue-io/ismp?branch=polkadot-stable2409#f8ba589e0eb8be1d9d3e12ba679fe2e1d743ba67" dependencies = [ "ismp", "pallet-ismp", "parity-scale-codec", "primitive-types", "serde", - "sp-api 33.0.0", - "sp-mmr-primitives 33.0.0", + "sp-api 34.0.0", + "sp-mmr-primitives 34.1.0", ] [[package]] name = "pallet-membership" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa2168417fce51f72b11973f0bb9eab9bde44e4bbad4fc55090e53255e9104b7" +checksum = "1868b5dca4bbfd1f4a222cbb80735a5197020712a71577b496bbb7e19aaa5394" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", @@ -9334,13 +9321,13 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "39.0.0" +version = "39.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20e65a37881d1998546254a5e50a1f768b3f82deabe774e750f4ea95aba8030c" +checksum = "8bb779dbfd58b3a4e6a84245392fe9d8c31a746ff7c6db414e91c012663859c3" dependencies = [ "environmental", "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "parity-scale-codec", @@ -9348,21 +9335,21 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", "sp-weights", ] [[package]] name = "pallet-message-queue" -version = "40.0.1" +version = "41.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eaa2dc3af7cec3ef00981b6bd0c8097aa7163a58885941cda02a5d82dc477577" +checksum = "983f7d1be18e9a089a3e23670918f5085705b4403acd3fdde31878d57b76a1a8" dependencies = [ "environmental", - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", @@ -9380,7 +9367,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf8ccec82827413f031689fef4c714fdb0213d58c7a6e208d33f5eab80483770" dependencies = [ "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "parity-scale-codec", @@ -9388,19 +9375,19 @@ dependencies = [ "sp-core", "sp-io 37.0.0", "sp-mmr-primitives 33.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "pallet-mmr" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e82afef201023849dc5d65b6793d4c5f58d91cad42a0c552d1308232dc281d0a" +checksum = "f6932dfb85f77a57c2d1fdc28a7b3a59ffe23efd8d5bb02dc3039d91347e4a3b" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", @@ -9417,25 +9404,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be58483d827602eb8353ecf36aed65c857f0974db5d27981831e5ebf853040bd" dependencies = [ "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "pallet-multisig" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b836d56979a4cd33b68bca09ea34bd0eb524fad8711cb6471ec84a5c3318ea6f" +checksum = "0e5099c9a4442efcc1568d88ca1d22d624e81ab96358f99f616c67fbd82532d2" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", @@ -9445,16 +9432,16 @@ dependencies = [ [[package]] name = "pallet-nft-fractionalization" -version = "20.0.0" +version = "21.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57255fe95d5f2c0f780b332d9a2dc66b6963fe811bbebe7a20aa9651ee01604d" +checksum = "168792cf95a32fa3baf9b874efec82a45124da0a79cee1ae3c98a823e6841959" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", - "pallet-assets 39.0.0", - "pallet-nfts 31.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-assets 40.0.0", + "pallet-nfts 32.0.0", "parity-scale-codec", "scale-info", "sp-runtime 39.0.3", @@ -9468,14 +9455,14 @@ checksum = "3e1cd476809de3840e19091a083d5a79178af1f108ad489706e1f9e04c8836a4" dependencies = [ "enumflags2", "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", "sp-core", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] @@ -9484,11 +9471,11 @@ name = "pallet-nfts" version = "31.0.0" dependencies = [ "enumflags2", - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", - "pallet-balances 38.0.0", + "pallet-balances 39.0.0", "parity-scale-codec", "scale-info", "sp-core", @@ -9499,14 +9486,14 @@ dependencies = [ [[package]] name = "pallet-nfts" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "055e9b6e3eb24da0a1bfc66682aac1510714168ce5c4cc396bbcbeb564593d98" +checksum = "59e2aad461a0849d7f0471576eeb1fe3151795bcf2ec9e15eca5cca5b9d743b2" dependencies = [ "enumflags2", - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", @@ -9529,24 +9516,24 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" -version = "23.0.0" +version = "24.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddc4ad809a4ff0a3618abd8d1e007ed19d005f134ece5459b9a7baae02f18a90" +checksum = "a7a1f50c217e19dc50ff586a71eb5915df6a05bc0b25564ea20674c8cd182c1f" dependencies = [ - "pallet-nfts 31.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "pallet-nfts 32.0.0", "parity-scale-codec", "sp-api 34.0.0", ] [[package]] name = "pallet-nis" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e5cd85ccaeed4526c5165fa3b66d1458404ce3525d99da22060654edb98fc03" +checksum = "8ac349e119880b7df1a7c4c36d919b33a498d0e9548af3c237365c654ae0c73d" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "parity-scale-codec", "scale-info", "sp-arithmetic", @@ -9560,7 +9547,7 @@ version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "36f8c994eb7298a394b58f98afd520b521b5d46f6f39eade4657eeaac9962471" dependencies = [ - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "pallet-balances 37.0.0", @@ -9568,7 +9555,7 @@ dependencies = [ "scale-info", "sp-core", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-staking 33.0.0", "sp-std", "sp-tracing", @@ -9576,20 +9563,20 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d192e723eda9ca952ac184f9cd403e5aa62fa5bc85ac3e1c3c46b65b5923c7a2" +checksum = "c42906923f9f2b65b22f1211136b57c6878296ba6f6228a075c4442cc1fc1659" dependencies = [ - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", - "pallet-balances 38.0.0", + "pallet-balances 39.0.0", "parity-scale-codec", "scale-info", "sp-core", "sp-io 38.0.0", "sp-runtime 39.0.3", - "sp-staking 34.0.0", + "sp-staking 36.0.0", "sp-tracing", ] @@ -9601,7 +9588,7 @@ checksum = "39ee599f2861e55fc6113c01e9b14d6e85fda46bac36a906b5dd5a951fa0455c" dependencies = [ "frame-benchmarking 36.0.0", "frame-election-provider-support 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "pallet-bags-list 35.0.0", "pallet-delegated-staking 3.0.0", @@ -9609,7 +9596,7 @@ dependencies = [ "pallet-staking 36.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-runtime-interface", "sp-staking 33.0.0", "sp-std", @@ -9617,23 +9604,23 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0ccd27fa44dc3d48287bc26094c4a7c29983eea415d2d2862d5ffac1496e0d7" +checksum = "38d2eaca0349bcda923343226b8b64d25a80b67e0a1ebaaa5b0ab1e1b3b225bc" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-election-provider-support 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", - "pallet-bags-list 36.0.0", - "pallet-delegated-staking 4.0.0", - "pallet-nomination-pools 34.0.0", - "pallet-staking 37.0.0", + "frame-benchmarking 38.0.0", + "frame-election-provider-support 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", + "pallet-bags-list 37.0.0", + "pallet-delegated-staking 5.0.0", + "pallet-nomination-pools 35.0.0", + "pallet-staking 38.0.0", "parity-scale-codec", "scale-info", "sp-runtime 39.0.3", "sp-runtime-interface", - "sp-staking 34.0.0", + "sp-staking 36.0.0", ] [[package]] @@ -9650,11 +9637,11 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" -version = "32.0.0" +version = "33.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c7648bab22c3e941124d3f814e3afbdc4287510241fdda7ca626370c796cd4b" +checksum = "7a9e1cb89cc2e6df06ce274a7fc814e5e688aad04c43902a10191fa3d2a56a96" dependencies = [ - "pallet-nomination-pools 34.0.0", + "pallet-nomination-pools 35.0.0", "parity-scale-codec", "sp-api 34.0.0", ] @@ -9665,33 +9652,33 @@ version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4859e7bb2af46d2e0f137c2f777adf39f0e5d4d188226158d599f1cfcfb76b9e" dependencies = [ - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "pallet-balances 37.0.0", "parity-scale-codec", "scale-info", "serde", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-staking 33.0.0", "sp-std", ] [[package]] name = "pallet-offences" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b364e0756f83bcdfd69fd3255a8088f9f048223850f7b86a42742c2e667c694" +checksum = "6c4379cf853465696c1c5c03e7e8ce80aeaca0a6139d698abe9ecb3223fd732a" dependencies = [ - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", - "pallet-balances 38.0.0", + "pallet-balances 39.0.0", "parity-scale-codec", "scale-info", "serde", "sp-runtime 39.0.3", - "sp-staking 34.0.0", + "sp-staking 36.0.0", ] [[package]] @@ -9702,7 +9689,7 @@ checksum = "4351b0edafcdf3240f0471c638b39d2c981bde9d17c0172536a0aa3b7c3097ef" dependencies = [ "frame-benchmarking 36.0.0", "frame-election-provider-support 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "pallet-babe 36.0.0", @@ -9714,33 +9701,33 @@ dependencies = [ "pallet-staking 36.0.0", "parity-scale-codec", "scale-info", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-staking 33.0.0", "sp-std", ] [[package]] name = "pallet-offences-benchmarking" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f327028dc9ad84f9b5751575f8886f18117aa9d09e5ade98d0bd340c6a6717c0" +checksum = "69aa1b24cdffc3fa8c89cdea32c83f1bf9c1c82a87fa00e57ae4be8e85f5e24f" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-election-provider-support 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-election-provider-support 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", - "pallet-babe 37.0.0", - "pallet-balances 38.0.0", - "pallet-grandpa 37.0.0", - "pallet-im-online 36.0.0", - "pallet-offences 36.0.0", - "pallet-session 37.0.0", - "pallet-staking 37.0.0", + "pallet-babe 38.0.0", + "pallet-balances 39.0.0", + "pallet-grandpa 38.0.0", + "pallet-im-online 37.0.0", + "pallet-offences 37.0.0", + "pallet-session 38.0.0", + "pallet-staking 38.0.0", "parity-scale-codec", "scale-info", "sp-runtime 39.0.3", - "sp-staking 34.0.0", + "sp-staking 36.0.0", ] [[package]] @@ -9751,27 +9738,27 @@ checksum = "58d9a81a93202105a660e6aa3d3f81638bdd109ca0497f3e528529cd52d034db" dependencies = [ "docify", "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "parity-scale-codec", "paste", "scale-info", "serde", "sp-core", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "pallet-parameters" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad6244519de5c956f37f6d34ca2cbbd00e8511ec03e65f32f9e18e9ae39137af" +checksum = "b9aba424d55e17b2a2bec766a41586eab878137704d4803c04bebd6a4743db7b" dependencies = [ "docify", - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "parity-scale-codec", "paste", "scale-info", @@ -9787,26 +9774,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "68ac726abc5b1bcd6c8f783514b8e1a48be32c7d15e0b263e4bc28cc1e4e7763" dependencies = [ "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", "sp-core", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "pallet-preimage" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1d77b400c54d7d6645a768a62a430dba851e553d9eef9376cfa1ab0e13acf13" +checksum = "407828bc48c6193ac076fdf909b2fadcaaecd65f42b0b0a04afe22fe8e563834" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", @@ -9822,24 +9809,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4e12680e176607815a78a0cd10a52af50790292cb950404f30a885e2a7229e9" dependencies = [ "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "parity-scale-codec", "scale-info", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "pallet-proxy" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "728a6f11efebb88d9c64fa3335fb376d3603302ee46bbbe36fff8e1d0e01d0d4" +checksum = "d39df395f0dbcf07dafe842916adea3266a87ce36ed87b5132184b6bcd746393" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "parity-scale-codec", "scale-info", "sp-io 38.0.0", @@ -9848,13 +9835,13 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afc2be6163035e045cd82932ae4fe0747207578ac176032119752fd592a5e1cf" +checksum = "c2b38708feaed202debf1ac6beffaa5e20c99a9825c5ca0991753c2d4eaaf3ac" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "impl-trait-for-tuples", "log", "parity-scale-codec", @@ -9867,13 +9854,13 @@ dependencies = [ [[package]] name = "pallet-recovery" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "769e3fe4e7445d095814447961d674a01b5feea0d07424ef82ef844f12d8e9dc" +checksum = "406a116aa6d05f88f3c10d79ff89cf577323680a48abd8e5550efb47317e67fa" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "parity-scale-codec", "scale-info", "sp-io 38.0.0", @@ -9888,7 +9875,7 @@ checksum = "b2c906a9c4573eb58de4134ec7180bf12c6769df2b9859dae8adcbc5fce78add" dependencies = [ "assert_matches", "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "parity-scale-codec", @@ -9896,20 +9883,20 @@ dependencies = [ "serde", "sp-arithmetic", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "pallet-referenda" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77142a71cbc241ebc5ec11d65868379b7d5440e07ae7545f1bfd5933485f1a13" +checksum = "c3008c20531d1730c9b457ae77ecf0e3c9b07aaf8c4f5d798d61ef6f0b9e2d4b" dependencies = [ "assert_matches", - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", @@ -9921,12 +9908,12 @@ dependencies = [ [[package]] name = "pallet-root-testing" -version = "13.0.0" +version = "14.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a9c14b36f689daf3d2110be82aa64f55f2405742f148a7f24187c5d88fb4648" +checksum = "be95e7c320ac1d381715364cd721e67ab3152ab727f8e4defd3a92e41ebbc880" dependencies = [ - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "parity-scale-codec", "scale-info", "sp-core", @@ -9942,27 +9929,27 @@ checksum = "b170d6aa191197d3f50b1193925546972ffc394376ead4d2739eb40909b73c85" dependencies = [ "docify", "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", "sp-weights", ] [[package]] name = "pallet-scheduler" -version = "38.0.0" +version = "39.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca20e5a34daccd584fa00e2239113cbb7e6097d03064a8e7dc4df0640ac8dfce" +checksum = "26899a331e7ab5f7d5966cbf203e1cf5bd99cd110356d7ddcaa7597087cdc0b5" dependencies = [ "docify", - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", @@ -9977,7 +9964,7 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c92b24c911c2cfa5351616edc7f2f93427ea6f4f95efdb13f0f5d51997939c3" dependencies = [ - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "impl-trait-for-tuples", "log", @@ -9986,7 +9973,7 @@ dependencies = [ "scale-info", "sp-core", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-session 34.0.0", "sp-staking 33.0.0", "sp-state-machine 0.42.0", @@ -9996,22 +9983,22 @@ dependencies = [ [[package]] name = "pallet-session" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84da59cf6db5db9a4424a5967787bf4ea20bfa903988a2438429c09a48365acf" +checksum = "8474b62b6b7622f891e83d922a589e2ad5be5471f5ca47d45831a797dba0b3f4" dependencies = [ - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "impl-trait-for-tuples", "log", - "pallet-timestamp 36.0.1", + "pallet-timestamp 37.0.0", "parity-scale-codec", "scale-info", "sp-core", "sp-io 38.0.0", "sp-runtime 39.0.3", - "sp-session 35.0.0", - "sp-staking 34.0.0", + "sp-session 36.0.0", + "sp-staking 36.0.0", "sp-state-machine 0.43.0", "sp-trie 37.0.0", ] @@ -10023,43 +10010,43 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bd02aaf5f10734670346677042ece94fae20dcd5436eafeb9b429d8d6d5b6385" dependencies = [ "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "pallet-session 36.0.0", "pallet-staking 36.0.0", "parity-scale-codec", "rand", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-session 34.0.0", "sp-std", ] [[package]] name = "pallet-session-benchmarking" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "018aab2ea95d8aacd1d6e7aab408a0bef45087269b00646a74efac859952175e" +checksum = "8aadce7df0fee981721983795919642648b846dab5ab9096f82c2cea781007d0" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", - "pallet-session 37.0.0", - "pallet-staking 37.0.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", + "pallet-session 38.0.0", + "pallet-staking 38.0.0", "parity-scale-codec", "rand", "sp-runtime 39.0.3", - "sp-session 35.0.0", + "sp-session 36.0.0", ] [[package]] name = "pallet-society" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbfcfe8e812f5e99f09526897955b4e1d93c4032f5303880a222001f5534c6c6" +checksum = "d1dc69fea8a8de343e71691f009d5fece6ae302ed82b7bb357882b2ea6454143" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "rand_chacha", @@ -10077,7 +10064,7 @@ checksum = "fbebdb060417654f215fc6f03675e5f44cfc83837d9e523e1b8fd9a4a2e1bdc2" dependencies = [ "frame-benchmarking 36.0.0", "frame-election-provider-support 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "pallet-authorship 36.0.0", @@ -10088,24 +10075,24 @@ dependencies = [ "serde", "sp-application-crypto 37.0.0", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-staking 33.0.0", "sp-std", ] [[package]] name = "pallet-staking" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e59824a9ca557a64c4ba26331a2db84f91610e75620a497610287a16edfb52d7" +checksum = "c870d123f4f053b56af808a4beae1ffc4309a696e829796c26837936c926db3b" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-election-provider-support 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-election-provider-support 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", - "pallet-authorship 37.0.0", - "pallet-session 37.0.0", + "pallet-authorship 38.0.0", + "pallet-session 38.0.0", "parity-scale-codec", "rand_chacha", "scale-info", @@ -10113,7 +10100,7 @@ dependencies = [ "sp-application-crypto 38.0.0", "sp-io 38.0.0", "sp-runtime 39.0.3", - "sp-staking 34.0.0", + "sp-staking 36.0.0", ] [[package]] @@ -10122,7 +10109,7 @@ version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "db5e6b1d8ee9d3f6894c5abd8c3e17737ed738c9854f87bfd16239741b7f4d5d" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", "syn 2.0.90", @@ -10151,13 +10138,13 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" -version = "22.0.0" +version = "24.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3741b83293a288854283ea9baedba017ae8b34d7eff0f6166f3fcbde2c01228b" +checksum = "e7298559ef3a6b2f5dfbe9a3b8f3d22f2ff9b073c97f4c4853d2b316d973e72d" dependencies = [ "parity-scale-codec", "sp-api 34.0.0", - "sp-staking 34.0.0", + "sp-staking 36.0.0", ] [[package]] @@ -10167,26 +10154,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e07f8626f4ff62ac79d6ad0bd01fab7645897ce35706ddb95fa084e75be9306d" dependencies = [ "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", "sp-core", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "pallet-state-trie-migration" -version = "39.0.0" +version = "40.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7bcdde046a530b78cf8caa8faef67208a38093658f5fa3668b183967df4ac82" +checksum = "138c15b4200b9dc4c3e031def6a865a235cdc76ff91ee96fba19ca1787c9dda6" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", @@ -10203,25 +10190,25 @@ checksum = "1bd2a8797c1bb3d3897b4f87a7716111da5eeb8561345277b6e6d70349ec8b35" dependencies = [ "docify", "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "parity-scale-codec", "scale-info", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "pallet-sudo" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c82e375c0a4c4ed079ae49bd2693548bd57178273b37631bcd7e817242d0f2b0" +checksum = "1574fe2aed3d52db4a389b77b53d8c9758257b121e3e7bbe24c4904e11681e0e" dependencies = [ "docify", - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "parity-scale-codec", "scale-info", "sp-io 38.0.0", @@ -10236,14 +10223,14 @@ checksum = "ae789d344be857679b0b98b28a67c747119724847f81d704d3fd03ee13fb6841" dependencies = [ "docify", "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", "sp-inherents 33.0.0", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", "sp-storage", "sp-timestamp 33.0.0", @@ -10251,14 +10238,14 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "36.0.1" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14f264c80bef4ac3180e5cba619f319d7855cc89ba91b28b3f752620d9425b88" +checksum = "a9ba9b71bbfd33ae672f23ba7efaeed2755fdac37b8f946cb7474fc37841b7e1" dependencies = [ "docify", - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", @@ -10271,15 +10258,15 @@ dependencies = [ [[package]] name = "pallet-tips" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb28f1cf5ded9cc71fe04eece85be06482c1b6544facb1092ebb18eeb3e23e2e" +checksum = "aa1d4371a70c309ba11624933f8f5262fe4edad0149c556361d31f26190da936" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", - "pallet-treasury 36.0.1", + "pallet-treasury 37.0.0", "parity-scale-codec", "scale-info", "serde", @@ -10294,25 +10281,25 @@ version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "74fb6114223c8d967c3c2f21cbc845e8ea604ff7e21a8e59d119d5a9257ba886" dependencies = [ - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "parity-scale-codec", "scale-info", "serde", "sp-core", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "pallet-transaction-payment" -version = "37.0.1" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1f02a44346aad9f3d24f2f4ae2bfe81bd858686d8c243cc77eb0ad1bf97cb04" +checksum = "47b1aa3498107a30237f941b0f02180db3b79012c3488878ff01a4ac3e8ee04e" dependencies = [ - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "parity-scale-codec", "scale-info", "serde", @@ -10323,15 +10310,15 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" -version = "40.0.0" +version = "41.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2496ae1bdf86dd0aeb213d33dccd0edb4abfcead660ada070c81b254ea2cbf75" +checksum = "291a021e6828d43b5165042d31691c5c20b5748ea8d5fc51e0359752482a04c2" dependencies = [ "jsonrpsee", - "pallet-transaction-payment-rpc-runtime-api 37.0.0", + "pallet-transaction-payment-rpc-runtime-api 38.0.0", "parity-scale-codec", "sp-api 34.0.0", - "sp-blockchain 37.0.1", + "sp-blockchain", "sp-core", "sp-rpc", "sp-runtime 39.0.3", @@ -10347,17 +10334,17 @@ dependencies = [ "pallet-transaction-payment 36.0.0", "parity-scale-codec", "sp-api 33.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-weights", ] [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1879d1f608f565d590fc7520a8d9977b868a412910f6381a5ebfa45acf8abcfb" +checksum = "49fdf5ab71e9dbcadcf7139736b6ea6bac8ec4a83985d46cbd130e1eec770e41" dependencies = [ - "pallet-transaction-payment 37.0.1", + "pallet-transaction-payment 38.0.0", "parity-scale-codec", "sp-api 34.0.0", "sp-runtime 39.0.3", @@ -10372,7 +10359,7 @@ checksum = "9c502615bb4fdd02856a131cb2a612ad40c26435ec938f65f11cae4ff230812b" dependencies = [ "docify", "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "impl-trait-for-tuples", "pallet-balances 37.0.0", @@ -10380,22 +10367,22 @@ dependencies = [ "scale-info", "serde", "sp-core", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "pallet-treasury" -version = "36.0.1" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59cdefb4591b3c4e7f21284332b4f83b5681663db0976ff2e9cd78ee6f5a5343" +checksum = "98bfdd3bb9b58fb010bcd419ff5bf940817a8e404cdbf7886a53ac730f5dda2b" dependencies = [ "docify", - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "impl-trait-for-tuples", - "pallet-balances 38.0.0", + "pallet-balances 39.0.0", "parity-scale-codec", "scale-info", "serde", @@ -10410,24 +10397,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a59e8599a8c19908e934645f845b5cb546cef1f08745319db7e5b9c24f9e0e4" dependencies = [ "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "pallet-uniques" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "440766f82b3b57cebfa3c8359b136f6cd4371137788249b62a93d6bce46b02ea" +checksum = "c2b13cdaedf2d5bd913a5f6e637cb52b5973d8ed4b8d45e56d921bc4d627006f" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", @@ -10441,25 +10428,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3238fe6ad00da6a137be115904c39cab97eb5c7f03da0bb1a20de1bef03f0c71" dependencies = [ "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "parity-scale-codec", "scale-info", "sp-core", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "pallet-utility" -version = "37.0.1" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90fe3943d5d0ed2acc047c6825fa68e7bfa5a9313942474214e3e16e4e3f77a5" +checksum = "2fdcade6efc0b66fc7fc4138964802c02d0ffb7380d894e26b9dd5073727d2b3" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "parity-scale-codec", "scale-info", "sp-core", @@ -10474,24 +10461,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78f7f0f4fe5e1d851e85d81e5e73b6f929f0c35af786ce8be9c9e3363717c136" dependencies = [ "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "pallet-vesting" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "271f52d5ec90583ce7bd7d302f89b9ebabe1a820dc3e162fc1e5b14889f3b12c" +checksum = "807df2ef13ab6bf940879352c3013bfa00b670458b4c125c2f60e5753f68e3d5" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", @@ -10505,24 +10492,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e4f27640279229eb73fde0cb06e98b799305e6b0bc724f4dfbef2001ab4ad00" dependencies = [ "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "parity-scale-codec", "scale-info", "sp-api 33.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "pallet-whitelist" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a69f9fedf59efa21db7724c78627e4118e74621e27d90f9b5fa96ad4cff076f3" +checksum = "1ef17df925290865cf37096dd0cb76f787df11805bba01b1d0ca3e106d06280b" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "parity-scale-codec", "scale-info", "sp-api 34.0.0", @@ -10537,7 +10524,7 @@ checksum = "fe7409458b7fedc5c7d46459da154ccc2dc22a843ce08e8ab6c1743ef5cf972c" dependencies = [ "bounded-collections", "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "pallet-balances 37.0.0", @@ -10546,7 +10533,7 @@ dependencies = [ "serde", "sp-core", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", "staging-xcm", "staging-xcm-builder 15.0.0", @@ -10556,16 +10543,16 @@ dependencies = [ [[package]] name = "pallet-xcm" -version = "16.0.2" +version = "17.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec723eb177e7fd14b44fe0d572e8d52596ccf00a49a8dbf631bcd6a4824c7f1f" +checksum = "989676964dbda5f5275650fbdcd3894fe7fac626d113abf89d572b4952adcc36" dependencies = [ "bounded-collections", - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", - "pallet-balances 38.0.0", + "pallet-balances 39.0.0", "parity-scale-codec", "scale-info", "serde", @@ -10573,10 +10560,10 @@ dependencies = [ "sp-io 38.0.0", "sp-runtime 39.0.3", "staging-xcm", - "staging-xcm-builder 16.0.3", - "staging-xcm-executor 16.0.0", + "staging-xcm-builder 17.0.1", + "staging-xcm-executor 17.0.0", "tracing", - "xcm-runtime-apis 0.3.1", + "xcm-runtime-apis 0.4.0", ] [[package]] @@ -10586,13 +10573,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2f177a171203cc0bec3cff1bdd5d3b926abfbd0ecf347e044b147194e664f717" dependencies = [ "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", "staging-xcm", "staging-xcm-builder 15.0.0", @@ -10601,21 +10588,44 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5629e0639e2894d9a647a5146f63b219d7317f34196e91c42ab384f533cd999e" +checksum = "2da423463933b42f4a4c74175f9e9295a439de26719579b894ce533926665e4a" dependencies = [ - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", "sp-io 38.0.0", "sp-runtime 39.0.3", "staging-xcm", - "staging-xcm-builder 16.0.3", - "staging-xcm-executor 16.0.0", + "staging-xcm-builder 17.0.1", + "staging-xcm-executor 17.0.0", +] + +[[package]] +name = "pallet-xcm-bridge-hub" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d5f9670065b7cba92771060a4a3925b6650ff67611443ccfccd5aa356f7d5aac" +dependencies = [ + "bp-messages 0.18.0", + "bp-runtime 0.18.0", + "bp-xcm-bridge-hub", + "frame-support 38.0.0", + "frame-system 38.0.0", + "log", + "pallet-bridge-messages", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-runtime 39.0.3", + "sp-std", + "staging-xcm", + "staging-xcm-builder 17.0.1", + "staging-xcm-executor 17.0.0", ] [[package]] @@ -10626,13 +10636,13 @@ checksum = "f48bd38d4061a51f263f4c08021e66100e16cbda9978fba163d2544637b31dab" dependencies = [ "bp-xcm-bridge-hub-router 0.13.0", "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "parity-scale-codec", "scale-info", "sp-core", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", "staging-xcm", "staging-xcm-builder 15.0.0", @@ -10640,14 +10650,14 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" -version = "0.14.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7201620b18f875614c2cfc30381dc6c59f3951ebb89dafd27d54affc57142e59" +checksum = "f3b5347c826b721098ef39afb0d750e621c77538044fc1e865af1a8747824fdf" dependencies = [ - "bp-xcm-bridge-hub-router 0.14.0", - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "bp-xcm-bridge-hub-router 0.14.1", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", "parity-scale-codec", "scale-info", @@ -10655,7 +10665,7 @@ dependencies = [ "sp-runtime 39.0.3", "sp-std", "staging-xcm", - "staging-xcm-builder 16.0.3", + "staging-xcm-builder 17.0.1", ] [[package]] @@ -10666,7 +10676,7 @@ checksum = "9319e656eebdf161666e54a4d8e24f73137f702f01600247f7be650bc4d46167" dependencies = [ "cumulus-primitives-core 0.14.0", "cumulus-primitives-utility 0.15.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "log", "pallet-asset-tx-payment 36.0.0", @@ -10674,7 +10684,7 @@ dependencies = [ "pallet-authorship 36.0.0", "pallet-balances 37.0.0", "pallet-collator-selection 17.0.0", - "pallet-message-queue 39.0.0", + "pallet-message-queue 39.0.1", "pallet-xcm 15.0.0", "parity-scale-codec", "polkadot-primitives 14.0.0", @@ -10682,7 +10692,7 @@ dependencies = [ "sp-consensus-aura 0.39.0", "sp-core", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", "staging-parachain-info 0.15.0", "staging-xcm", @@ -10692,53 +10702,53 @@ dependencies = [ [[package]] name = "parachains-common" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91304aa1eb95bdea1471bc3994fb8cb30a8d913bdcd2abe59a70abfaf3e49abf" +checksum = "c9460a69f409be27c62161d8b4d36ffc32735d09a4f9097f9c789db0cca7196c" dependencies = [ - "cumulus-primitives-core 0.15.0", - "cumulus-primitives-utility 0.16.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "cumulus-primitives-core 0.16.0", + "cumulus-primitives-utility 0.17.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "log", - "pallet-asset-tx-payment 37.0.0", - "pallet-assets 39.0.0", - "pallet-authorship 37.0.0", - "pallet-balances 38.0.0", - "pallet-collator-selection 18.0.0", - "pallet-message-queue 40.0.1", - "pallet-xcm 16.0.2", + "pallet-asset-tx-payment 38.0.0", + "pallet-assets 40.0.0", + "pallet-authorship 38.0.0", + "pallet-balances 39.0.0", + "pallet-collator-selection 19.0.0", + "pallet-message-queue 41.0.2", + "pallet-xcm 17.0.1", "parity-scale-codec", - "polkadot-primitives 15.0.0", + "polkadot-primitives 16.0.0", "scale-info", "sp-consensus-aura 0.40.0", "sp-core", "sp-io 38.0.0", "sp-runtime 39.0.3", - "staging-parachain-info 0.16.0", + "staging-parachain-info 0.17.0", "staging-xcm", - "staging-xcm-executor 16.0.0", + "staging-xcm-executor 17.0.0", "substrate-wasm-builder 24.0.1", ] [[package]] name = "parachains-runtimes-test-utils" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df76855a37479a37247bdf07ba3233dbc58b7de242f197ac6f6960bb2c558ae2" +checksum = "287d2db0a2d19466caa579a69f021bfdc6fa352f382c8395dade58d1d0c6adfe" dependencies = [ - "cumulus-pallet-parachain-system 0.16.0", - "cumulus-pallet-xcmp-queue 0.16.0", - "cumulus-primitives-core 0.15.0", - "cumulus-primitives-parachain-inherent 0.15.0", + "cumulus-pallet-parachain-system 0.17.1", + "cumulus-pallet-xcmp-queue 0.17.0", + "cumulus-primitives-core 0.16.0", + "cumulus-primitives-parachain-inherent 0.16.0", "cumulus-test-relay-sproof-builder", - "frame-support 37.0.1", - "frame-system 37.1.0", - "pallet-balances 38.0.0", - "pallet-collator-selection 18.0.0", - "pallet-session 37.0.0", - "pallet-timestamp 36.0.1", - "pallet-xcm 16.0.2", + "frame-support 38.0.0", + "frame-system 38.0.0", + "pallet-balances 39.0.0", + "pallet-collator-selection 19.0.0", + "pallet-session 38.0.0", + "pallet-timestamp 37.0.0", + "pallet-xcm 17.0.1", "parity-scale-codec", "polkadot-parachain-primitives 14.0.0", "sp-consensus-aura 0.40.0", @@ -10746,9 +10756,9 @@ dependencies = [ "sp-io 38.0.0", "sp-runtime 39.0.3", "sp-tracing", - "staging-parachain-info 0.16.0", + "staging-parachain-info 0.17.0", "staging-xcm", - "staging-xcm-executor 16.0.0", + "staging-xcm-executor 17.0.0", "substrate-wasm-builder 24.0.1", ] @@ -10758,7 +10768,7 @@ version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" dependencies = [ - "bitcoin_hashes 0.13.0", + "bitcoin_hashes", "rand", "rand_core", "serde", @@ -10798,7 +10808,7 @@ version = "3.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "306800abfa29c7f16596b5970a588435e3d5b3149683d00c12b699cc19f895ee" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "bitvec", "byte-slice-cast", "bytes", @@ -10813,7 +10823,7 @@ version = "3.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d830939c76d294956402033aee57a6da7b438f2294eb94864c37b0569053a42c" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", "syn 1.0.109", @@ -10856,9 +10866,9 @@ checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304" [[package]] name = "parking" -version = "2.2.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" +checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" [[package]] name = "parking_lot" @@ -10903,7 +10913,7 @@ checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.5.2", + "redox_syscall 0.5.8", "smallvec", "windows-targets 0.52.6", ] @@ -10924,12 +10934,12 @@ dependencies = [ "frame-election-provider-support 36.0.0", "frame-executive 36.0.0", "frame-metadata-hash-extension 0.4.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "frame-system-benchmarking 36.0.0", "frame-system-rpc-runtime-api 33.0.0", "frame-try-runtime 0.42.0", - "hex-literal 0.4.1", + "hex-literal", "log", "pallet-asset-rate 15.0.0", "pallet-authority-discovery 36.0.0", @@ -10949,7 +10959,7 @@ dependencies = [ "pallet-grandpa 36.0.0", "pallet-im-online 35.0.0", "pallet-indices 36.0.0", - "pallet-message-queue 39.0.0", + "pallet-message-queue 39.0.1", "pallet-mmr 35.0.0", "pallet-multisig 36.0.0", "pallet-nomination-pools 33.0.0", @@ -11002,7 +11012,7 @@ dependencies = [ "sp-io 37.0.0", "sp-npos-elections 33.0.0", "sp-offchain 33.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-session 34.0.0", "sp-staking 33.0.0", "sp-std", @@ -11021,12 +11031,12 @@ name = "paseo-runtime-constants" version = "1.0.0" source = "git+https://github.com/paseo-network/runtimes/?tag=v1.3.3#871469acf97f0f233d0d50ebf80b414305a5c055" dependencies = [ - "frame-support 36.0.0", + "frame-support 36.0.1", "polkadot-primitives 14.0.0", "polkadot-runtime-common 15.0.0", "smallvec", "sp-core", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-weights", "staging-xcm-builder 15.0.0", ] @@ -11039,7 +11049,7 @@ checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" dependencies = [ "base64ct", "rand_core", - "subtle 2.5.0", + "subtle 2.6.1", ] [[package]] @@ -11081,20 +11091,20 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pest" -version = "2.7.10" +version = "2.7.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "560131c633294438da9f7c4b08189194b20946c8274c6b9e38881a7874dc8ee8" +checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc" dependencies = [ "memchr", - "thiserror", + "thiserror 2.0.8", "ucd-trie", ] [[package]] name = "pest_derive" -version = "2.7.10" +version = "2.7.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26293c9193fbca7b1a3bf9b79dc1e388e927e6cacaa78b4a3ab705a1d3d41459" +checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e" dependencies = [ "pest", "pest_generator", @@ -11102,9 +11112,9 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.7.10" +version = "2.7.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ec22af7d3fb470a85dd2ca96b7c577a1eb4ef6f1683a9fe9a8c16e136c04687" +checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b" dependencies = [ "pest", "pest_meta", @@ -11115,9 +11125,9 @@ dependencies = [ [[package]] name = "pest_meta" -version = "2.7.10" +version = "2.7.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7a240022f37c361ec1878d646fc5b7d7c4d28d5946e1a80ad5a7a4f4ca0bdcd" +checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea" dependencies = [ "once_cell", "pest", @@ -11131,23 +11141,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" dependencies = [ "fixedbitset", - "indexmap 2.2.6", + "indexmap 2.7.0", ] [[package]] name = "pin-project" -version = "1.1.5" +version = "1.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" +checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.1.5" +version = "1.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" +checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c" dependencies = [ "proc-macro2", "quote", @@ -11156,9 +11166,9 @@ dependencies = [ [[package]] name = "pin-project-lite" -version = "0.2.14" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" +checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff" [[package]] name = "pin-utils" @@ -11168,12 +11178,12 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "piper" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391" +checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" dependencies = [ "atomic-waker", - "fastrand 2.1.0", + "fastrand 2.3.0", "futures-io", ] @@ -11189,95 +11199,95 @@ dependencies = [ [[package]] name = "pkg-config" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" +checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" [[package]] name = "polkadot-approval-distribution" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c53b0e4c6bf09e87b965bb10a807610fa1190b6f2b955dd3ba3862744e331aec" +checksum = "9d3cf3a06fcfb3399d033aab7364b1e5392ca2c2c8ece11b21d62a85799c28ea" dependencies = [ "bitvec", "futures", "futures-timer", "itertools 0.11.0", - "polkadot-node-jaeger 17.0.0", - "polkadot-node-metrics 17.0.0", - "polkadot-node-network-protocol 17.0.0", - "polkadot-node-primitives 15.0.0", + "polkadot-node-jaeger", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 15.0.0", + "polkadot-primitives 16.0.0", "rand", - "tracing-gum 15.0.0", + "tracing-gum", ] [[package]] name = "polkadot-availability-bitfield-distribution" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c29fdff2d3e2190f9663960aa69a081318151bca946aa2a7224cd73119b9e908" +checksum = "db7a5b8334ab6863759e53d19ba06fbc4e9dee3b13e8acec7df27003790b5592" dependencies = [ "always-assert", "futures", "futures-timer", - "polkadot-node-network-protocol 17.0.0", + "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 15.0.0", + "polkadot-primitives 16.0.0", "rand", - "tracing-gum 15.0.0", + "tracing-gum", ] [[package]] name = "polkadot-availability-distribution" -version = "17.0.1" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa75f0cbf5d58995bc6e3db3e77104eb79ca30675a5ad948db878be6af4428c3" +checksum = "29356a544f192801d5557b4afd6da7af9381c7c664ec72c964dc3a4ae5d8d3d3" dependencies = [ - "derive_more", + "derive_more 0.99.18", "fatality", "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol 17.0.0", - "polkadot-node-primitives 15.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 15.0.0", + "polkadot-primitives 16.0.0", "rand", - "sc-network 0.44.1", + "sc-network", "schnellru", "sp-core", "sp-keystore", - "thiserror", - "tracing-gum 15.0.0", + "thiserror 1.0.69", + "tracing-gum", ] [[package]] name = "polkadot-availability-recovery" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f413cb594c14203882ab6ef8c627add94edf2f7ec57f8b5f377731240ed093d3" +checksum = "abde3abc21e1613f412f65a284a161ec1789a417a438deaa35680f1208e4958a" dependencies = [ "async-trait", "fatality", "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol 17.0.0", - "polkadot-node-primitives 15.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 15.0.0", + "polkadot-primitives 16.0.0", "rand", - "sc-network 0.44.1", + "sc-network", "schnellru", - "thiserror", + "thiserror 1.0.69", "tokio", - "tracing-gum 15.0.0", + "tracing-gum", ] [[package]] @@ -11292,54 +11302,55 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "17.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ed099a74eaf2c0bb4dfd959846fcb712248e1d5bb9850e2e596aba23c871392" +checksum = "5dceee236f55425731b9e2a50c3562010d4f2f3edb8bd1246197df58ef5e87ba" dependencies = [ "cfg-if", "clap", "frame-benchmarking-cli", "futures", "log", - "polkadot-node-metrics 17.0.0", - "polkadot-node-primitives 15.0.0", + "polkadot-node-metrics", + "polkadot-node-primitives", "polkadot-service", - "sc-cli 0.46.0", - "sc-executor 0.40.1", - "sc-service 0.45.0", + "sc-cli", + "sc-executor", + "sc-service", "sc-storage-monitor", - "sc-sysinfo 37.0.0", - "sc-tracing 37.0.1", + "sc-sysinfo", + "sc-tracing", "sp-core", "sp-io 38.0.0", "sp-keyring 39.0.0", "sp-maybe-compressed-blob", "sp-runtime 39.0.3", "substrate-build-script-utils", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "polkadot-collator-protocol" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0f5f3a39decbc74ee4a95e13d8bbf7af8a8c5b1774b3096d7e20fb1bcff1ec2" +checksum = "6aefc0cfe00804ff29a0104322bb63c3502f118e4e97589b549be7e27207aa53" dependencies = [ "bitvec", "fatality", "futures", "futures-timer", - "polkadot-node-network-protocol 17.0.0", - "polkadot-node-primitives 15.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 15.0.0", + "polkadot-primitives 16.0.0", + "schnellru", "sp-core", "sp-keystore", "sp-runtime 39.0.3", - "thiserror", + "thiserror 1.0.69", "tokio-util", - "tracing-gum 15.0.0", + "tracing-gum", ] [[package]] @@ -11351,7 +11362,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-core", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] @@ -11369,73 +11380,73 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" -version = "17.0.1" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b37e23148250d480702382d24abb0107026cb295012d1fe86f7be1fa0949cf5" +checksum = "4f41576c30b80391c0a6200165e1e494475e4fdc970d8485f5a041ccc8d83658" dependencies = [ - "derive_more", + "derive_more 0.99.18", "fatality", "futures", "futures-timer", - "indexmap 2.2.6", + "indexmap 2.7.0", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-network-protocol 17.0.0", - "polkadot-node-primitives 15.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 15.0.0", - "sc-network 0.44.1", + "polkadot-primitives 16.0.0", + "sc-network", "schnellru", "sp-application-crypto 38.0.0", "sp-keystore", - "thiserror", - "tracing-gum 15.0.0", + "thiserror 1.0.69", + "tracing-gum", ] [[package]] name = "polkadot-erasure-coding" -version = "15.0.0" +version = "16.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7749cb866574f9d322b698cc81b129f976e139e516b150d1536ae0e557091966" +checksum = "f22a4783d8d45f989144a2676b59bf5b88fc813e17a8d72013a679acc6a60c0c" dependencies = [ "parity-scale-codec", - "polkadot-node-primitives 15.0.0", - "polkadot-primitives 15.0.0", + "polkadot-node-primitives", + "polkadot-primitives 16.0.0", "reed-solomon-novelpoly", "sp-core", "sp-trie 37.0.0", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "polkadot-gossip-support" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2726a2d1d7bd076dfd53a43c3c9c49592eccd9fbf061a41bef9908b4b95fddfb" +checksum = "7a80abff1a5f549369be61acb1ab289d9de38295edfcc83e19a4432e85165e4b" dependencies = [ "futures", "futures-timer", - "polkadot-node-network-protocol 17.0.0", + "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 15.0.0", + "polkadot-primitives 16.0.0", "rand", "rand_chacha", - "sc-network 0.44.1", - "sc-network-common 0.43.0", + "sc-network", + "sc-network-common", "sp-application-crypto 38.0.0", "sp-core", "sp-crypto-hashing", "sp-keystore", - "tracing-gum 15.0.0", + "tracing-gum", ] [[package]] name = "polkadot-network-bridge" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca4158105cbcde10237e89e8f8cc594f9f0d3a4c72bb924957eb9861c0591285" +checksum = "081b6cfb14f9d44c0175963564cae452674b42a0912ad0fe40e0b5dd512a8d2c" dependencies = [ "always-assert", "async-trait", @@ -11444,75 +11455,75 @@ dependencies = [ "futures", "parity-scale-codec", "parking_lot 0.12.3", - "polkadot-node-metrics 17.0.0", - "polkadot-node-network-protocol 17.0.0", + "polkadot-node-metrics", + "polkadot-node-network-protocol", "polkadot-node-subsystem", - "polkadot-overseer 17.0.0", - "polkadot-primitives 15.0.0", - "sc-network 0.44.1", - "sp-consensus 0.40.0", - "thiserror", - "tracing-gum 15.0.0", + "polkadot-overseer", + "polkadot-primitives 16.0.0", + "sc-network", + "sp-consensus", + "thiserror 1.0.69", + "tracing-gum", ] [[package]] name = "polkadot-node-collation-generation" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "818cbcf63a44e83309799ab39e718db03931c42a7e73934971f2126d0220fd54" +checksum = "e867cd7c5bf585fab4a079114a643b584b2c38de64a863316b9f7378715f9fdb" dependencies = [ "futures", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-primitives 15.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 15.0.0", + "polkadot-primitives 16.0.0", "sp-core", "sp-maybe-compressed-blob", - "thiserror", - "tracing-gum 15.0.0", + "thiserror 1.0.69", + "tracing-gum", ] [[package]] name = "polkadot-node-core-approval-voting" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "219f36432024236721979dc93fad0645dd05edc11fee723b4a63275a1e008aae" +checksum = "fdfa0b05196ae5c46c097bc6c6b3c7c0a16f1aff54cdfcbb431d503fdb23731a" dependencies = [ "bitvec", - "derive_more", + "derive_more 0.99.18", "futures", "futures-timer", "itertools 0.11.0", "kvdb", "merlin", "parity-scale-codec", - "polkadot-node-jaeger 17.0.0", - "polkadot-node-primitives 15.0.0", + "polkadot-node-jaeger", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 17.0.0", - "polkadot-primitives 15.0.0", + "polkadot-overseer", + "polkadot-primitives 16.0.0", "rand", "rand_chacha", "rand_core", - "sc-keystore 33.0.0", + "sc-keystore", "schnellru", "schnorrkel 0.11.4", "sp-application-crypto 38.0.0", - "sp-consensus 0.40.0", + "sp-consensus", "sp-consensus-slots 0.40.1", "sp-runtime 39.0.3", - "thiserror", - "tracing-gum 15.0.0", + "thiserror 1.0.69", + "tracing-gum", ] [[package]] name = "polkadot-node-core-av-store" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "851022666104502b0fed95603d17437cc843aa45e806379d91014ca2553e13f4" +checksum = "e95fde8aebd8b4d821a0dd1442a4e31be254a089846c775b4cbab24c9afe2d33" dependencies = [ "bitvec", "futures", @@ -11520,188 +11531,187 @@ dependencies = [ "kvdb", "parity-scale-codec", "polkadot-erasure-coding", - "polkadot-node-jaeger 17.0.0", - "polkadot-node-primitives 15.0.0", + "polkadot-node-jaeger", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 17.0.0", - "polkadot-primitives 15.0.0", - "sp-consensus 0.40.0", - "thiserror", - "tracing-gum 15.0.0", + "polkadot-overseer", + "polkadot-primitives 16.0.0", + "sp-consensus", + "thiserror 1.0.69", + "tracing-gum", ] [[package]] name = "polkadot-node-core-backing" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90dcd67ff8d5adf6c4b0906e947549abd74346a1ef6b586a4ac0cb677c1e557e" +checksum = "db222783464ebea4c176144ce25ae08789a0f73c73305ae72d7446abd8b6c6be" dependencies = [ "bitvec", "fatality", "futures", "polkadot-erasure-coding", - "polkadot-node-primitives 15.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 15.0.0", - "polkadot-statement-table 15.0.0", + "polkadot-primitives 16.0.0", + "polkadot-statement-table", "schnellru", "sp-keystore", - "thiserror", - "tracing-gum 15.0.0", + "thiserror 1.0.69", + "tracing-gum", ] [[package]] name = "polkadot-node-core-bitfield-signing" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee3097c01b77a1a5b87a861a6107b3babb71c3e68aba60b9523ebe5d1f3eea76" +checksum = "8e5b448ec9f15191877d464d85b7be920e1e3931e737d7fb3b21b1fb9a812656" dependencies = [ "futures", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 15.0.0", + "polkadot-primitives 16.0.0", "sp-keystore", - "thiserror", - "tracing-gum 15.0.0", + "thiserror 1.0.69", + "tracing-gum", "wasm-timer", ] [[package]] name = "polkadot-node-core-candidate-validation" -version = "17.1.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09d1495d2638dc8316f334deb18333af3ae88e8bf9fc8dfcfc52c17419342174" +checksum = "11af75adabcbf763d0ffe08661e11310367ba62d9607ba9aa54f8f3c853c2149" dependencies = [ "async-trait", "futures", "futures-timer", "parity-scale-codec", "polkadot-node-core-pvf", - "polkadot-node-metrics 17.0.0", - "polkadot-node-primitives 15.0.0", + "polkadot-node-metrics", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 17.0.0", + "polkadot-overseer", "polkadot-parachain-primitives 14.0.0", - "polkadot-primitives 15.0.0", + "polkadot-primitives 16.0.0", "sp-application-crypto 38.0.0", "sp-keystore", - "sp-maybe-compressed-blob", - "tracing-gum 15.0.0", + "tracing-gum", ] [[package]] name = "polkadot-node-core-chain-api" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e8d8d2dfcd6fbcbc074742e0eef1d9d001fdc63b03c63127e8861602bed9b1a" +checksum = "4d5339db671c286bca959bf4a1c3b9c53635cee33d1f1a09fc546c77a2ec85db" dependencies = [ "futures", - "polkadot-node-metrics 17.0.0", + "polkadot-node-metrics", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 17.1.0", - "sc-client-api 37.0.0", + "polkadot-node-subsystem-types", + "sc-client-api", "sc-consensus-babe", - "tracing-gum 15.0.0", + "tracing-gum", ] [[package]] name = "polkadot-node-core-chain-selection" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b547ac1ad390fbe26b37e118b3d8e983de09ce9bf3795f8f5c3ad78f9a7dba52" +checksum = "ab33715dfd6d01f1c816253cc4affe707ff4bcb0efd562eeebea64f50443f92f" dependencies = [ "futures", "futures-timer", "kvdb", "parity-scale-codec", - "polkadot-node-primitives 15.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 15.0.0", - "thiserror", - "tracing-gum 15.0.0", + "polkadot-primitives 16.0.0", + "thiserror 1.0.69", + "tracing-gum", ] [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf44bab236987597edf5c7198910df925db8dbfeed94575c3256def5b3e0626a" +checksum = "2861f5eb6c1c40408e1af6e743d791a8602a46da5eb4f0a7082aed57f6bece25" dependencies = [ "fatality", "futures", "kvdb", "parity-scale-codec", - "polkadot-node-primitives 15.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 15.0.0", - "sc-keystore 33.0.0", + "polkadot-primitives 16.0.0", + "sc-keystore", "schnellru", - "thiserror", - "tracing-gum 15.0.0", + "thiserror 1.0.69", + "tracing-gum", ] [[package]] name = "polkadot-node-core-parachains-inherent" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a659d8c03e9971717751e408ab675fee4ce58c6172c891c704fd910f2aeaa0d" +checksum = "c644d5e4f6b2f1dbde76a259a768d81c0808f2234441460a7eb48c7858a54447" dependencies = [ "async-trait", "futures", "futures-timer", "polkadot-node-subsystem", - "polkadot-overseer 17.0.0", - "polkadot-primitives 15.0.0", - "sp-blockchain 37.0.1", + "polkadot-overseer", + "polkadot-primitives 16.0.0", + "sp-blockchain", "sp-inherents 34.0.0", - "thiserror", - "tracing-gum 15.0.0", + "thiserror 1.0.69", + "tracing-gum", ] [[package]] name = "polkadot-node-core-prospective-parachains" -version = "16.1.0" +version = "17.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46c319984f0dc60568cd9386040306ce097fce852d7b259ca36140d637359af6" +checksum = "4f9dc0302646ad511e4386845f5d5eb1297037a046d141d950f4d382ec324c55" dependencies = [ "fatality", "futures", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 15.0.0", - "thiserror", - "tracing-gum 15.0.0", + "polkadot-primitives 16.0.0", + "thiserror 1.0.69", + "tracing-gum", ] [[package]] name = "polkadot-node-core-provisioner" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa4e214d8222bc616135440f9d8dd2df482de010d64dff6adf8bb0807023a5ee" +checksum = "90c14bcb0bbac0f5b7fa0c653db305512a13e8ed0333a0c777caa3b2d60aee00" dependencies = [ "bitvec", "fatality", "futures", "futures-timer", - "polkadot-node-primitives 15.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 15.0.0", + "polkadot-primitives 16.0.0", "schnellru", - "thiserror", - "tracing-gum 15.0.0", + "thiserror 1.0.69", + "tracing-gum", ] [[package]] name = "polkadot-node-core-pvf" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbc89ee7b9c628b43ee40f1a1c9ddd3c1e2556340fa2694b6464ff85aef421a7" +checksum = "eb2044064baabdad1989724ee3a815e3346c4dcc71ead52bcaea4bbbc3ba022e" dependencies = [ "always-assert", "array-bytes", @@ -11713,42 +11723,42 @@ dependencies = [ "pin-project", "polkadot-core-primitives 15.0.0", "polkadot-node-core-pvf-common", - "polkadot-node-metrics 17.0.0", - "polkadot-node-primitives 15.0.0", + "polkadot-node-metrics", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-parachain-primitives 14.0.0", - "polkadot-primitives 15.0.0", + "polkadot-primitives 16.0.0", "rand", "slotmap", "sp-core", "tempfile", - "thiserror", + "thiserror 1.0.69", "tokio", - "tracing-gum 15.0.0", + "tracing-gum", ] [[package]] name = "polkadot-node-core-pvf-checker" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81e863c1f1bea82b1ef87e7344cee6338073803077558437dd3897809c78eff2" +checksum = "0ef3fda7bde415f157ed3b2ab9a17ff7950dde8207e06091fac52ef0815d0f75" dependencies = [ "futures", - "polkadot-node-primitives 15.0.0", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-overseer 17.0.0", - "polkadot-primitives 15.0.0", + "polkadot-overseer", + "polkadot-primitives 16.0.0", "sp-keystore", - "thiserror", - "tracing-gum 15.0.0", + "thiserror 1.0.69", + "tracing-gum", ] [[package]] name = "polkadot-node-core-pvf-common" -version = "15.0.0" +version = "16.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff1d2bc3b8f462ac9754aa618e8f14fb86d4d9288d19fc198ecf27102cfe23c1" +checksum = "c0f1e2538d34762b935913278817be923cd0142ba31830cdb9d7a57208ee51e5" dependencies = [ "cpu-time", "futures", @@ -11757,8 +11767,8 @@ dependencies = [ "nix 0.28.0", "parity-scale-codec", "polkadot-parachain-primitives 14.0.0", - "polkadot-primitives 15.0.0", - "sc-executor 0.40.1", + "polkadot-primitives 16.0.0", + "sc-executor", "sc-executor-common", "sc-executor-wasmtime", "seccompiler", @@ -11767,289 +11777,170 @@ dependencies = [ "sp-externalities", "sp-io 38.0.0", "sp-tracing", - "thiserror", - "tracing-gum 15.0.0", + "thiserror 1.0.69", + "tracing-gum", ] [[package]] name = "polkadot-node-core-runtime-api" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07dae67e19cc80d20445f72c0e573a3e3d6234500470e39b4c65b837a66ef1ec" +checksum = "a51bbce66c3537de89f2a72e710415a0ef626eea2faf727cdc5aade46901d1cd" dependencies = [ "futures", - "polkadot-node-metrics 17.0.0", + "polkadot-node-metrics", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 17.1.0", - "polkadot-primitives 15.0.0", + "polkadot-node-subsystem-types", + "polkadot-primitives 16.0.0", "schnellru", "sp-consensus-babe 0.40.0", - "tracing-gum 15.0.0", -] - -[[package]] -name = "polkadot-node-jaeger" -version = "15.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b671c3407a7e325264af798664ca60c985873c04f54f53cc8f02aa81512fd40a" -dependencies = [ - "lazy_static", - "log", - "mick-jaeger", - "parity-scale-codec", - "parking_lot 0.12.3", - "polkadot-node-primitives 14.0.0", - "polkadot-primitives 14.0.0", - "sc-network 0.42.0", - "sc-network-types", - "sp-core", - "thiserror", - "tokio", + "tracing-gum", ] [[package]] name = "polkadot-node-jaeger" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f966ae24ad519e6207465224a1e36058d516bd2f746c6646e2e8ffd48a4442a" +checksum = "aec0858f5c7c56b0be14617dcf59cc677af974867f830dbed56856038db0573d" dependencies = [ "lazy_static", "log", "mick-jaeger", "parity-scale-codec", "parking_lot 0.12.3", - "polkadot-node-primitives 15.0.0", - "polkadot-primitives 15.0.0", - "sc-network 0.44.1", + "polkadot-node-primitives", + "polkadot-primitives 16.0.0", + "sc-network", "sc-network-types", "sp-core", - "thiserror", + "thiserror 1.0.69", "tokio", ] [[package]] name = "polkadot-node-metrics" -version = "15.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bae429c6a40f782a615d7ec863c4eda83c36bee5f6b542bcf86f754342f97b5a" -dependencies = [ - "bs58 0.5.1", - "futures", - "futures-timer", - "log", - "parity-scale-codec", - "polkadot-primitives 14.0.0", - "prioritized-metered-channel", - "sc-cli 0.44.0", - "sc-service 0.43.0", - "sc-tracing 35.0.0", - "substrate-prometheus-endpoint", - "tracing-gum 14.0.0", -] - -[[package]] -name = "polkadot-node-metrics" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "137e3c41037c7be62b2583ccd6057a3f9a8f63cb57bd46a197ebf7fc0edcca0e" +checksum = "f8e6b06460d46a50e047bff26053814cd1a229e2777ca195a3c170c94c33d01d" dependencies = [ "bs58 0.5.1", "futures", "futures-timer", "log", "parity-scale-codec", - "polkadot-primitives 15.0.0", + "polkadot-primitives 16.0.0", "prioritized-metered-channel", - "sc-cli 0.46.0", - "sc-service 0.45.0", - "sc-tracing 37.0.1", + "sc-cli", + "sc-service", + "sc-tracing", "substrate-prometheus-endpoint", - "tracing-gum 15.0.0", -] - -[[package]] -name = "polkadot-node-network-protocol" -version = "15.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf88dcc39ac21e12a65c255707b89933ddf3dadfb2c422d9f0fd8ff644229e77" -dependencies = [ - "async-channel 1.9.0", - "async-trait", - "bitvec", - "derive_more", - "fatality", - "futures", - "hex", - "parity-scale-codec", - "polkadot-node-jaeger 15.0.0", - "polkadot-node-primitives 14.0.0", - "polkadot-primitives 14.0.0", - "rand", - "sc-authority-discovery 0.42.0", - "sc-network 0.42.0", - "sc-network-types", - "sp-runtime 38.0.0", - "strum 0.26.2", - "thiserror", - "tracing-gum 14.0.0", + "tracing-gum", ] [[package]] name = "polkadot-node-network-protocol" -version = "17.0.0" +version = "18.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcebfae137cf15caa2d53e1f64f0c4246d6f9e142ce0b563e5e9f6f3eb23e294" +checksum = "7249d9dad8ace914c084cea1d2f67e5dd7d279c29d0e849ad413b1e087431289" dependencies = [ "async-channel 1.9.0", "async-trait", "bitvec", - "derive_more", + "derive_more 0.99.18", "fatality", "futures", "hex", "parity-scale-codec", - "polkadot-node-jaeger 17.0.0", - "polkadot-node-primitives 15.0.0", - "polkadot-primitives 15.0.0", + "polkadot-node-jaeger", + "polkadot-node-primitives", + "polkadot-primitives 16.0.0", "rand", - "sc-authority-discovery 0.44.0", - "sc-network 0.44.1", + "sc-authority-discovery", + "sc-network", "sc-network-types", "sp-runtime 39.0.3", - "strum 0.26.2", - "thiserror", - "tracing-gum 15.0.0", -] - -[[package]] -name = "polkadot-node-primitives" -version = "14.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "779833f70a1563ed042d3c6b831a45c5ea0f80caa8f4ede487f7bee3130168fb" -dependencies = [ - "bitvec", - "bounded-vec", - "futures", - "parity-scale-codec", - "polkadot-parachain-primitives 13.0.0", - "polkadot-primitives 14.0.0", - "schnorrkel 0.11.4", - "serde", - "sp-application-crypto 37.0.0", - "sp-consensus-babe 0.39.0", - "sp-core", - "sp-keystore", - "sp-maybe-compressed-blob", - "sp-runtime 38.0.0", - "thiserror", - "zstd 0.12.4", + "strum 0.26.3", + "thiserror 1.0.69", + "tracing-gum", ] [[package]] name = "polkadot-node-primitives" -version = "15.0.0" +version = "16.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4e7e0b99d1f5fdadeffd8215cf7191620cf97fdde07540444c80afa16c62911" +checksum = "7715edbb050a88a84714e4a33b9a10352dadb3f24766f0d76426428fbf00408e" dependencies = [ "bitvec", "bounded-vec", "futures", + "futures-timer", "parity-scale-codec", "polkadot-parachain-primitives 14.0.0", - "polkadot-primitives 15.0.0", + "polkadot-primitives 16.0.0", + "sc-keystore", "schnorrkel 0.11.4", "serde", "sp-application-crypto 38.0.0", "sp-consensus-babe 0.40.0", + "sp-consensus-slots 0.40.1", "sp-core", "sp-keystore", "sp-maybe-compressed-blob", "sp-runtime 39.0.3", - "thiserror", + "thiserror 1.0.69", "zstd 0.12.4", ] [[package]] name = "polkadot-node-subsystem" -version = "17.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f679dd4c70c007707eec94c6500b128af5e26126ab3c5716e967d25b9a92c11" -dependencies = [ - "polkadot-node-jaeger 17.0.0", - "polkadot-node-subsystem-types 17.1.0", - "polkadot-overseer 17.0.0", -] - -[[package]] -name = "polkadot-node-subsystem-types" -version = "15.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0df39c7eef657b1e28917529f0b0c2aa5f0b013f4f298cfb3620b54449f0c95" +checksum = "6782181161740053d5515fe1157390bd897d206c0df5e1bcdd0307ff1a21017c" dependencies = [ - "async-trait", - "bitvec", - "derive_more", - "fatality", - "futures", - "orchestra 0.3.6", - "polkadot-node-jaeger 15.0.0", - "polkadot-node-network-protocol 15.0.0", - "polkadot-node-primitives 14.0.0", - "polkadot-primitives 14.0.0", - "polkadot-statement-table 14.0.0", - "sc-client-api 35.1.0", - "sc-network 0.42.0", - "sc-network-types", - "sc-transaction-pool-api 35.0.0", - "smallvec", - "sp-api 33.0.0", - "sp-authority-discovery 33.0.0", - "sp-blockchain 35.1.0", - "sp-consensus-babe 0.39.0", - "sp-runtime 38.0.0", - "substrate-prometheus-endpoint", - "thiserror", + "polkadot-node-jaeger", + "polkadot-node-subsystem-types", + "polkadot-overseer", ] [[package]] name = "polkadot-node-subsystem-types" -version = "17.1.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c6dab177b0dbac5654e4476a5bd53fd51088c7a2cbcb615b60b381d8a0ff4c2" +checksum = "278215f74d7135ebca5323af3aeb8c78bbb1b093903210bf711a86a0393a7c8e" dependencies = [ "async-trait", "bitvec", - "derive_more", + "derive_more 0.99.18", "fatality", "futures", - "orchestra 0.4.0", - "polkadot-node-jaeger 17.0.0", - "polkadot-node-network-protocol 17.0.0", - "polkadot-node-primitives 15.0.0", - "polkadot-primitives 15.0.0", - "polkadot-statement-table 15.0.0", - "sc-client-api 37.0.0", - "sc-network 0.44.1", + "orchestra", + "polkadot-node-jaeger", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-primitives 16.0.0", + "polkadot-statement-table", + "sc-client-api", + "sc-network", "sc-network-types", - "sc-transaction-pool-api 37.0.0", + "sc-transaction-pool-api", "smallvec", "sp-api 34.0.0", "sp-authority-discovery 34.0.0", - "sp-blockchain 37.0.1", + "sp-blockchain", "sp-consensus-babe 0.40.0", "sp-runtime 39.0.3", "substrate-prometheus-endpoint", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "polkadot-node-subsystem-util" -version = "17.1.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3881f06f2bfe1de9643885a861f973bd1e606d6f7775c655250225c6a2846de1" +checksum = "f89411ad9434968bfb563d87c734b76128c52497b3c180f56c938bbc10bed265" dependencies = [ "async-trait", - "derive_more", + "derive_more 0.99.18", "fatality", "futures", "futures-channel", @@ -12060,69 +11951,46 @@ dependencies = [ "parking_lot 0.12.3", "pin-project", "polkadot-erasure-coding", - "polkadot-node-jaeger 17.0.0", - "polkadot-node-metrics 17.0.0", - "polkadot-node-network-protocol 17.0.0", - "polkadot-node-primitives 15.0.0", + "polkadot-node-jaeger", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 17.1.0", - "polkadot-overseer 17.0.0", - "polkadot-primitives 15.0.0", + "polkadot-node-subsystem-types", + "polkadot-overseer", + "polkadot-primitives 16.0.0", "prioritized-metered-channel", "rand", - "sc-client-api 37.0.0", + "sc-client-api", "schnellru", "sp-application-crypto 38.0.0", "sp-core", "sp-keystore", - "thiserror", - "tracing-gum 15.0.0", -] - -[[package]] -name = "polkadot-overseer" -version = "15.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2456c1b2d176550e91e2e1ddb092390b00e20898e5c4fd9b5978d56ab1bbf24" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "orchestra 0.3.6", - "parking_lot 0.12.3", - "polkadot-node-metrics 15.0.0", - "polkadot-node-network-protocol 15.0.0", - "polkadot-node-primitives 14.0.0", - "polkadot-node-subsystem-types 15.0.0", - "polkadot-primitives 14.0.0", - "sc-client-api 35.1.0", - "sp-api 33.0.0", - "sp-core", - "tikv-jemalloc-ctl", - "tracing-gum 14.0.0", + "thiserror 1.0.69", + "tracing-gum", ] [[package]] name = "polkadot-overseer" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "036703ee0019595aa2d8049c302d98f7ca7fc9e6b3d8005b7fd9f6a3c193048e" +checksum = "5f113021bb4bff684f3b42fe2358a83fc6931024b36ac7e919af19512318bea1" dependencies = [ "async-trait", "futures", "futures-timer", - "orchestra 0.4.0", + "orchestra", "parking_lot 0.12.3", - "polkadot-node-metrics 17.0.0", - "polkadot-node-network-protocol 17.0.0", - "polkadot-node-primitives 15.0.0", - "polkadot-node-subsystem-types 17.1.0", - "polkadot-primitives 15.0.0", - "sc-client-api 37.0.0", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem-types", + "polkadot-primitives 16.0.0", + "sc-client-api", "sp-api 34.0.0", "sp-core", "tikv-jemalloc-ctl", - "tracing-gum 15.0.0", + "tracing-gum", ] [[package]] @@ -12132,13 +12000,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f61070d0ff28f596890def0e0d03c231860796130b2a43e293106fa86a50c9a9" dependencies = [ "bounded-collections", - "derive_more", + "derive_more 0.99.18", "parity-scale-codec", "polkadot-core-primitives 14.0.0", "scale-info", "serde", "sp-core", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", "sp-weights", ] @@ -12150,7 +12018,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "52b5648a2e8ce1f9a0f8c41c38def670cefd91932cd793468e1a5b0b0b4e4af1" dependencies = [ "bounded-collections", - "derive_more", + "derive_more 0.99.18", "parity-scale-codec", "polkadot-core-primitives 15.0.0", "scale-info", @@ -12167,7 +12035,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5a4879609f4340138930c3c7313256941104a3ff6f7ecb2569d15223da9b35b2" dependencies = [ "bitvec", - "hex-literal 0.4.1", + "hex-literal", "log", "parity-scale-codec", "polkadot-core-primitives 14.0.0", @@ -12183,7 +12051,7 @@ dependencies = [ "sp-inherents 33.0.0", "sp-io 37.0.0", "sp-keystore", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-staking 33.0.0", "sp-std", ] @@ -12195,7 +12063,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b57bc055fa389372ec5fc0001b99aeffd50f3fd379280ce572d935189bb58dd8" dependencies = [ "bitvec", - "hex-literal 0.4.1", + "hex-literal", "log", "parity-scale-codec", "polkadot-core-primitives 15.0.0", @@ -12215,18 +12083,45 @@ dependencies = [ "sp-staking 34.0.0", ] +[[package]] +name = "polkadot-primitives" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6bb20b75d33212150242d39890d7ededab55f1084160c337f15d0eb8ca8c3ad4" +dependencies = [ + "bitvec", + "hex-literal", + "log", + "parity-scale-codec", + "polkadot-core-primitives 15.0.0", + "polkadot-parachain-primitives 14.0.0", + "scale-info", + "serde", + "sp-api 34.0.0", + "sp-application-crypto 38.0.0", + "sp-arithmetic", + "sp-authority-discovery 34.0.0", + "sp-consensus-slots 0.40.1", + "sp-core", + "sp-inherents 34.0.0", + "sp-io 38.0.0", + "sp-keystore", + "sp-runtime 39.0.3", + "sp-staking 36.0.0", +] + [[package]] name = "polkadot-rpc" -version = "17.0.0" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8867722db9bc21535a35f1fd919d2608695c9edb5cf59b4f4463c15670a7c1dc" +checksum = "59f9c2afc4e401e76e3438514bdf2a22137ce908ad413ebaca9c8c3db4de0d70" dependencies = [ "jsonrpsee", "mmr-rpc", "pallet-transaction-payment-rpc", - "polkadot-primitives 15.0.0", - "sc-chain-spec 37.0.0", - "sc-client-api 37.0.0", + "polkadot-primitives 16.0.0", + "sc-chain-spec", + "sc-client-api", "sc-consensus-babe", "sc-consensus-babe-rpc", "sc-consensus-beefy", @@ -12234,15 +12129,15 @@ dependencies = [ "sc-consensus-epochs", "sc-consensus-grandpa", "sc-consensus-grandpa-rpc", - "sc-rpc 39.0.0", - "sc-rpc-spec-v2 0.44.0", + "sc-rpc", + "sc-rpc-spec-v2", "sc-sync-state-rpc", - "sc-transaction-pool-api 37.0.0", + "sc-transaction-pool-api", "sp-api 34.0.0", "sp-application-crypto 38.0.0", "sp-block-builder 34.0.0", - "sp-blockchain 37.0.1", - "sp-consensus 0.40.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.40.0", "sp-consensus-beefy 22.1.0", "sp-keystore", @@ -12260,7 +12155,7 @@ dependencies = [ "bitvec", "frame-benchmarking 36.0.0", "frame-election-provider-support 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "impl-trait-for-tuples", "libsecp256k1", @@ -12293,7 +12188,7 @@ dependencies = [ "sp-inherents 33.0.0", "sp-io 37.0.0", "sp-npos-elections 33.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-session 34.0.0", "sp-staking 33.0.0", "sp-std", @@ -12305,36 +12200,36 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0572bf05ac57526ed10597078e2598cb3ee9ae9b7eba605d222276bbf1cee44b" +checksum = "dc15154ba5ca55d323fcf7af0f5dcd39d58dcb4dfac3d9b30404840a6d8bbde4" dependencies = [ "bitvec", - "frame-benchmarking 37.0.0", - "frame-election-provider-support 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-benchmarking 38.0.0", + "frame-election-provider-support 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "impl-trait-for-tuples", "libsecp256k1", "log", - "pallet-asset-rate 16.0.0", - "pallet-authorship 37.0.0", - "pallet-babe 37.0.0", - "pallet-balances 38.0.0", - "pallet-broker 0.16.0", - "pallet-election-provider-multi-phase 36.0.0", - "pallet-fast-unstake 36.0.0", - "pallet-identity 37.0.0", - "pallet-session 37.0.0", - "pallet-staking 37.0.0", + "pallet-asset-rate 17.0.0", + "pallet-authorship 38.0.0", + "pallet-babe 38.0.0", + "pallet-balances 39.0.0", + "pallet-broker 0.17.0", + "pallet-election-provider-multi-phase 37.0.0", + "pallet-fast-unstake 37.0.0", + "pallet-identity 38.0.0", + "pallet-session 38.0.0", + "pallet-staking 38.0.0", "pallet-staking-reward-fn", - "pallet-timestamp 36.0.1", - "pallet-transaction-payment 37.0.1", - "pallet-treasury 36.0.1", - "pallet-vesting 37.0.0", + "pallet-timestamp 37.0.0", + "pallet-transaction-payment 38.0.0", + "pallet-treasury 37.0.0", + "pallet-vesting 38.0.0", "parity-scale-codec", - "polkadot-primitives 15.0.0", - "polkadot-runtime-parachains 16.0.2", + "polkadot-primitives 16.0.0", + "polkadot-runtime-parachains 17.0.1", "rustc-hex", "scale-info", "serde", @@ -12346,11 +12241,11 @@ dependencies = [ "sp-io 38.0.0", "sp-npos-elections 34.0.0", "sp-runtime 39.0.3", - "sp-session 35.0.0", - "sp-staking 34.0.0", + "sp-session 36.0.0", + "sp-staking 36.0.0", "staging-xcm", - "staging-xcm-builder 16.0.3", - "staging-xcm-executor 16.0.0", + "staging-xcm-builder 17.0.1", + "staging-xcm-executor 17.0.0", "static_assertions", ] @@ -12359,12 +12254,12 @@ name = "polkadot-runtime-constants" version = "1.0.0" source = "git+https://github.com/polkadot-fellows/runtimes?tag=v1.3.3#55bd514d60311b67cb11400a545cb64ce7a87c0e" dependencies = [ - "frame-support 36.0.0", + "frame-support 36.0.1", "polkadot-primitives 14.0.0", "polkadot-runtime-common 15.0.0", "smallvec", "sp-core", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-weights", "staging-xcm-builder 15.0.0", ] @@ -12385,14 +12280,14 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4636dd0772d838fb2e3c4a54a6530f2921e80d6cde48eba0ecc029e6378f900" +checksum = "2c306f1ace7644a24de860479f92cf8d6467393bb0c9b0777c57e2d42c9d452a" dependencies = [ "bs58 0.5.1", - "frame-benchmarking 37.0.0", + "frame-benchmarking 38.0.0", "parity-scale-codec", - "polkadot-primitives 15.0.0", + "polkadot-primitives 16.0.0", "sp-tracing", ] @@ -12404,9 +12299,9 @@ checksum = "cb7e68cb26f9025daaad694d8192fd0e63e92c8761c45a339dd7a5b7925a3cb6" dependencies = [ "bitflags 1.3.2", "bitvec", - "derive_more", + "derive_more 0.99.18", "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "impl-trait-for-tuples", "log", @@ -12415,7 +12310,7 @@ dependencies = [ "pallet-babe 36.0.0", "pallet-balances 37.0.0", "pallet-broker 0.15.0", - "pallet-message-queue 39.0.0", + "pallet-message-queue 39.0.1", "pallet-session 36.0.0", "pallet-staking 36.0.0", "pallet-timestamp 35.0.0", @@ -12436,7 +12331,7 @@ dependencies = [ "sp-inherents 33.0.0", "sp-io 37.0.0", "sp-keystore", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-session 34.0.0", "sp-staking 33.0.0", "sp-std", @@ -12447,33 +12342,34 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" -version = "16.0.2" +version = "17.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2eabbd833a2821643c3b5c20601b04a6613ef85c43d356c079b75213c35ed37" +checksum = "bd58e3a17e5df678f5737b018cbfec603af2c93bec56bbb9f8fb8b2b017b54b1" dependencies = [ "bitflags 1.3.2", "bitvec", - "derive_more", - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "derive_more 0.99.18", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "impl-trait-for-tuples", "log", - "pallet-authority-discovery 37.0.0", - "pallet-authorship 37.0.0", - "pallet-babe 37.0.0", - "pallet-balances 38.0.0", - "pallet-broker 0.16.0", - "pallet-message-queue 40.0.1", - "pallet-session 37.0.0", - "pallet-staking 37.0.0", - "pallet-timestamp 36.0.1", - "pallet-vesting 37.0.0", + "pallet-authority-discovery 38.0.0", + "pallet-authorship 38.0.0", + "pallet-babe 38.0.0", + "pallet-balances 39.0.0", + "pallet-broker 0.17.0", + "pallet-message-queue 41.0.2", + "pallet-mmr 38.0.0", + "pallet-session 38.0.0", + "pallet-staking 38.0.0", + "pallet-timestamp 37.0.0", + "pallet-vesting 38.0.0", "parity-scale-codec", "polkadot-core-primitives 15.0.0", "polkadot-parachain-primitives 14.0.0", - "polkadot-primitives 15.0.0", - "polkadot-runtime-metrics 16.0.0", + "polkadot-primitives 16.0.0", + "polkadot-runtime-metrics 17.0.0", "rand", "rand_chacha", "scale-info", @@ -12486,36 +12382,33 @@ dependencies = [ "sp-io 38.0.0", "sp-keystore", "sp-runtime 39.0.3", - "sp-session 35.0.0", - "sp-staking 34.0.0", + "sp-session 36.0.0", + "sp-staking 36.0.0", + "sp-std", "staging-xcm", - "staging-xcm-executor 16.0.0", + "staging-xcm-executor 17.0.0", "static_assertions", ] [[package]] name = "polkadot-service" -version = "17.0.1" +version = "19.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fe2358dece71b78a73e193300f4a8e6b21c10c792a44586d5e4dd965553b5df" +checksum = "0758c6054fb555038398d824d91f0df577c65303e3f82851caa6d923b430c5ae" dependencies = [ "async-trait", - "frame-benchmarking 37.0.0", + "frame-benchmarking 38.0.0", "frame-benchmarking-cli", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-system 38.0.0", "frame-system-rpc-runtime-api 34.0.0", "futures", - "hex-literal 0.4.1", "is_executable", "kvdb", "kvdb-rocksdb", "log", "mmr-gadget", - "pallet-babe 37.0.0", - "pallet-staking 37.0.0", - "pallet-transaction-payment 37.0.1", - "pallet-transaction-payment-rpc-runtime-api 37.0.0", + "pallet-transaction-payment 38.0.0", + "pallet-transaction-payment-rpc-runtime-api 38.0.0", "parity-db", "parity-scale-codec", "parking_lot 0.12.3", @@ -12543,121 +12436,102 @@ dependencies = [ "polkadot-node-core-pvf", "polkadot-node-core-pvf-checker", "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol 17.0.0", - "polkadot-node-primitives 15.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-node-subsystem-types 17.1.0", + "polkadot-node-subsystem-types", "polkadot-node-subsystem-util", - "polkadot-overseer 17.0.0", - "polkadot-parachain-primitives 14.0.0", - "polkadot-primitives 15.0.0", + "polkadot-overseer", + "polkadot-primitives 16.0.0", "polkadot-rpc", - "polkadot-runtime-parachains 16.0.2", + "polkadot-runtime-parachains 17.0.1", "polkadot-statement-distribution", "rococo-runtime", - "sc-authority-discovery 0.44.0", + "sc-authority-discovery", "sc-basic-authorship", - "sc-block-builder 0.42.0", - "sc-chain-spec 37.0.0", - "sc-client-api 37.0.0", - "sc-client-db 0.44.1", - "sc-consensus 0.43.0", + "sc-chain-spec", + "sc-client-api", + "sc-consensus", "sc-consensus-babe", "sc-consensus-beefy", "sc-consensus-grandpa", "sc-consensus-slots", - "sc-executor 0.40.1", - "sc-keystore 33.0.0", - "sc-network 0.44.1", - "sc-network-common 0.43.0", - "sc-network-sync 0.43.0", + "sc-executor", + "sc-keystore", + "sc-network", + "sc-network-sync", "sc-offchain", - "sc-service 0.45.0", + "sc-service", "sc-sync-state-rpc", - "sc-sysinfo 37.0.0", - "sc-telemetry 24.0.0", - "sc-transaction-pool 37.0.0", - "sc-transaction-pool-api 37.0.0", - "schnellru", + "sc-sysinfo", + "sc-telemetry", + "sc-transaction-pool", + "sc-transaction-pool-api", "serde", "serde_json", "sp-api 34.0.0", "sp-authority-discovery 34.0.0", "sp-block-builder 34.0.0", - "sp-blockchain 37.0.1", - "sp-consensus 0.40.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.40.0", "sp-consensus-beefy 22.1.0", "sp-consensus-grandpa 21.0.0", "sp-core", + "sp-genesis-builder 0.15.1", "sp-inherents 34.0.0", "sp-io 38.0.0", "sp-keyring 39.0.0", - "sp-keystore", "sp-mmr-primitives 34.1.0", "sp-offchain 34.0.0", "sp-runtime 39.0.3", - "sp-session 35.0.0", - "sp-state-machine 0.43.0", - "sp-storage", + "sp-session 36.0.0", "sp-timestamp 34.0.0", "sp-transaction-pool 34.0.0", "sp-version 37.0.0", "sp-weights", "staging-xcm", "substrate-prometheus-endpoint", - "thiserror", - "tracing-gum 15.0.0", + "thiserror 1.0.69", + "tracing-gum", "westend-runtime", - "xcm-runtime-apis 0.3.1", + "xcm-runtime-apis 0.4.0", ] [[package]] name = "polkadot-statement-distribution" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bae872cdd58ae0086e760f22fbb7e40832cac3c8d7a5a2487de8f9b618a57ae" +checksum = "eb84e7572afc4593517abd589d3066e931afd49dbd79cf2c5881d3733ece09dc" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "bitvec", "fatality", "futures", "futures-timer", - "indexmap 2.2.6", + "indexmap 2.7.0", "parity-scale-codec", - "polkadot-node-network-protocol 17.0.0", - "polkadot-node-primitives 15.0.0", + "polkadot-node-network-protocol", + "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 15.0.0", + "polkadot-primitives 16.0.0", "sp-keystore", - "sp-staking 34.0.0", - "thiserror", - "tracing-gum 15.0.0", -] - -[[package]] -name = "polkadot-statement-table" -version = "14.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "947e9e3c8f71b9678f39a01f371a808b574823967dd9da187e6f886f5f08691c" -dependencies = [ - "parity-scale-codec", - "polkadot-primitives 14.0.0", - "sp-core", - "tracing-gum 14.0.0", + "sp-staking 36.0.0", + "thiserror 1.0.69", + "tracing-gum", ] [[package]] name = "polkadot-statement-table" -version = "15.0.0" +version = "16.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a80c5e2b38fcfdb7756d8a8ca0845e6707b7ee81b151f2dd9d142866f008ad5e" +checksum = "9e99cde42e40c9488e2037097bf0a0fcf2fcb5b6e17348cd5327ead49da7580d" dependencies = [ "parity-scale-codec", - "polkadot-primitives 15.0.0", + "polkadot-primitives 16.0.0", "sp-core", - "tracing-gum 15.0.0", + "tracing-gum", ] [[package]] @@ -12761,17 +12635,17 @@ dependencies = [ [[package]] name = "polling" -version = "3.7.2" +version = "3.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b" +checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f" dependencies = [ "cfg-if", "concurrent-queue", "hermit-abi 0.4.0", "pin-project-lite", - "rustix 0.38.34", + "rustix 0.38.42", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -12803,13 +12677,13 @@ version = "0.1.0" dependencies = [ "contract-build", "env_logger 0.11.5", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "impl-trait-for-tuples", "log", - "pallet-balances 38.0.0", + "pallet-balances 39.0.0", "pallet-contracts", - "pallet-timestamp 36.0.1", + "pallet-timestamp 37.0.0", "parity-scale-codec", "rand", "scale-info", @@ -12832,11 +12706,11 @@ dependencies = [ "cumulus-client-consensus-proposer", "cumulus-client-service", "cumulus-primitives-aura 0.15.0", - "cumulus-primitives-core 0.15.0", - "cumulus-primitives-parachain-inherent 0.15.0", - "cumulus-relay-chain-interface 0.17.0", + "cumulus-primitives-core 0.16.0", + "cumulus-primitives-parachain-inherent 0.16.0", + "cumulus-relay-chain-interface", "docify", - "frame-benchmarking 37.0.0", + "frame-benchmarking 38.0.0", "frame-benchmarking-cli", "futures", "ismp-parachain", @@ -12846,43 +12720,44 @@ dependencies = [ "log", "pallet-ismp-rpc", "pallet-ismp-runtime-api", - "pallet-multisig 37.0.0", + "pallet-multisig 38.0.0", "pallet-transaction-payment-rpc", "parity-scale-codec", "polkadot-cli", - "polkadot-primitives 15.0.0", + "polkadot-primitives 16.0.0", "pop-runtime-common", "pop-runtime-devnet", "pop-runtime-mainnet", "pop-runtime-testnet", "sc-basic-authorship", - "sc-chain-spec 37.0.0", - "sc-cli 0.46.0", - "sc-client-api 37.0.0", - "sc-consensus 0.43.0", - "sc-executor 0.40.1", - "sc-network 0.44.1", - "sc-network-sync 0.43.0", + "sc-chain-spec", + "sc-cli", + "sc-client-api", + "sc-consensus", + "sc-executor", + "sc-network", + "sc-network-sync", "sc-offchain", - "sc-rpc 39.0.0", - "sc-service 0.45.0", - "sc-sysinfo 37.0.0", - "sc-telemetry 24.0.0", - "sc-tracing 37.0.1", - "sc-transaction-pool 37.0.0", - "sc-transaction-pool-api 37.0.0", + "sc-rpc", + "sc-service", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", + "sc-transaction-pool", + "sc-transaction-pool-api", "serde", "serde_json", "sp-api 34.0.0", "sp-block-builder 34.0.0", - "sp-blockchain 37.0.1", + "sp-blockchain", "sp-consensus-aura 0.40.0", "sp-core", + "sp-genesis-builder 0.15.1", "sp-io 38.0.0", "sp-keystore", "sp-offchain 34.0.0", "sp-runtime 39.0.3", - "sp-session 35.0.0", + "sp-session 36.0.0", "sp-timestamp 34.0.0", "sp-transaction-pool 34.0.0", "staging-xcm", @@ -12905,10 +12780,10 @@ name = "pop-runtime-common" version = "0.0.0" dependencies = [ "docify", - "frame-support 37.0.1", - "parachains-common 17.0.0", + "frame-support 38.0.0", + "parachains-common 18.0.0", "parity-scale-codec", - "polkadot-primitives 15.0.0", + "polkadot-primitives 16.0.0", "scale-info", "sp-runtime 39.0.3", ] @@ -12917,60 +12792,61 @@ dependencies = [ name = "pop-runtime-devnet" version = "0.1.0" dependencies = [ - "cumulus-pallet-aura-ext 0.16.0", - "cumulus-pallet-parachain-system 0.16.0", - "cumulus-pallet-session-benchmarking 18.0.0", - "cumulus-pallet-xcm 0.16.0", - "cumulus-pallet-xcmp-queue 0.16.0", + "anyhow", + "cumulus-pallet-aura-ext 0.17.0", + "cumulus-pallet-parachain-system 0.17.1", + "cumulus-pallet-session-benchmarking 19.0.0", + "cumulus-pallet-xcm 0.17.0", + "cumulus-pallet-xcmp-queue 0.17.0", "cumulus-primitives-aura 0.15.0", - "cumulus-primitives-core 0.15.0", + "cumulus-primitives-core 0.16.0", "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-utility 0.16.0", + "cumulus-primitives-utility 0.17.0", "docify", "enumflags2", "env_logger 0.11.5", - "frame-benchmarking 37.0.0", - "frame-executive 37.0.0", - "frame-metadata-hash-extension 0.5.0", - "frame-support 37.0.1", - "frame-system 37.1.0", - "frame-system-benchmarking 37.0.0", + "frame-benchmarking 38.0.0", + "frame-executive 38.0.0", + "frame-metadata-hash-extension 0.6.0", + "frame-support 38.0.0", + "frame-system 38.0.0", + "frame-system-benchmarking 38.0.0", "frame-system-rpc-runtime-api 34.0.0", - "frame-try-runtime 0.43.0", + "frame-try-runtime 0.44.0", "hex", - "hex-literal 0.4.1", + "hex-literal", "ismp", "ismp-parachain", "ismp-parachain-runtime-api", "log", "pallet-api", - "pallet-assets 39.0.0", - "pallet-aura 36.0.0", - "pallet-authorship 37.0.0", - "pallet-balances 38.0.0", - "pallet-collator-selection 18.0.0", + "pallet-assets 40.0.0", + "pallet-aura 37.0.0", + "pallet-authorship 38.0.0", + "pallet-balances 39.0.0", + "pallet-collator-selection 19.0.0", "pallet-contracts", "pallet-ismp", "pallet-ismp-runtime-api", - "pallet-message-queue 40.0.1", - "pallet-multisig 37.0.0", + "pallet-message-queue 41.0.2", + "pallet-multisig 38.0.0", "pallet-nft-fractionalization", "pallet-nfts 31.0.0", - "pallet-nfts-runtime-api 23.0.0", - "pallet-preimage 37.0.0", - "pallet-proxy 37.0.0", - "pallet-scheduler 38.0.0", - "pallet-session 37.0.0", - "pallet-sudo 37.0.0", - "pallet-timestamp 36.0.1", - "pallet-transaction-payment 37.0.1", - "pallet-transaction-payment-rpc-runtime-api 37.0.0", - "pallet-utility 37.0.1", - "pallet-xcm 16.0.2", - "parachains-common 17.0.0", + "pallet-nfts-runtime-api 24.0.0", + "pallet-preimage 38.0.0", + "pallet-proxy 38.0.0", + "pallet-scheduler 39.0.0", + "pallet-session 38.0.0", + "pallet-sudo 38.0.0", + "pallet-timestamp 37.0.0", + "pallet-transaction-payment 38.0.0", + "pallet-transaction-payment-rpc-runtime-api 38.0.0", + "pallet-utility 38.0.0", + "pallet-xcm 17.0.1", + "parachains-common 18.0.0", "parity-scale-codec", "polkadot-parachain-primitives 14.0.0", - "polkadot-runtime-common 16.0.0", + "polkadot-runtime-common 17.0.0", "pop-chain-extension", "pop-primitives", "pop-runtime-common", @@ -12986,13 +12862,13 @@ dependencies = [ "sp-mmr-primitives 34.1.0", "sp-offchain 34.0.0", "sp-runtime 39.0.3", - "sp-session 35.0.0", + "sp-session 36.0.0", "sp-transaction-pool 34.0.0", "sp-version 37.0.0", - "staging-parachain-info 0.16.0", + "staging-parachain-info 0.17.0", "staging-xcm", - "staging-xcm-builder 16.0.3", - "staging-xcm-executor 16.0.0", + "staging-xcm-builder 17.0.1", + "staging-xcm-executor 17.0.0", "substrate-wasm-builder 24.0.1", ] @@ -13000,47 +12876,47 @@ dependencies = [ name = "pop-runtime-mainnet" version = "0.1.0" dependencies = [ - "cumulus-pallet-aura-ext 0.16.0", - "cumulus-pallet-parachain-system 0.16.0", - "cumulus-pallet-session-benchmarking 18.0.0", - "cumulus-pallet-xcm 0.16.0", - "cumulus-pallet-xcmp-queue 0.16.0", + "cumulus-pallet-aura-ext 0.17.0", + "cumulus-pallet-parachain-system 0.17.1", + "cumulus-pallet-session-benchmarking 19.0.0", + "cumulus-pallet-xcm 0.17.0", + "cumulus-pallet-xcmp-queue 0.17.0", "cumulus-primitives-aura 0.15.0", - "cumulus-primitives-core 0.15.0", + "cumulus-primitives-core 0.16.0", "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-utility 0.16.0", + "cumulus-primitives-utility 0.17.0", "docify", "enumflags2", "env_logger 0.11.5", - "frame-benchmarking 37.0.0", - "frame-executive 37.0.0", - "frame-metadata-hash-extension 0.5.0", - "frame-support 37.0.1", - "frame-system 37.1.0", - "frame-system-benchmarking 37.0.0", + "frame-benchmarking 38.0.0", + "frame-executive 38.0.0", + "frame-metadata-hash-extension 0.6.0", + "frame-support 38.0.0", + "frame-system 38.0.0", + "frame-system-benchmarking 38.0.0", "frame-system-rpc-runtime-api 34.0.0", - "frame-try-runtime 0.43.0", + "frame-try-runtime 0.44.0", "hex", - "pallet-aura 36.0.0", - "pallet-authorship 37.0.0", - "pallet-balances 38.0.0", - "pallet-collator-selection 18.0.0", - "pallet-message-queue 40.0.1", - "pallet-multisig 37.0.0", - "pallet-preimage 37.0.0", - "pallet-proxy 37.0.0", - "pallet-scheduler 38.0.0", - "pallet-session 37.0.0", - "pallet-sudo 37.0.0", - "pallet-timestamp 36.0.1", - "pallet-transaction-payment 37.0.1", - "pallet-transaction-payment-rpc-runtime-api 37.0.0", - "pallet-utility 37.0.1", - "pallet-xcm 16.0.2", - "parachains-common 17.0.0", + "pallet-aura 37.0.0", + "pallet-authorship 38.0.0", + "pallet-balances 39.0.0", + "pallet-collator-selection 19.0.0", + "pallet-message-queue 41.0.2", + "pallet-multisig 38.0.0", + "pallet-preimage 38.0.0", + "pallet-proxy 38.0.0", + "pallet-scheduler 39.0.0", + "pallet-session 38.0.0", + "pallet-sudo 38.0.0", + "pallet-timestamp 37.0.0", + "pallet-transaction-payment 38.0.0", + "pallet-transaction-payment-rpc-runtime-api 38.0.0", + "pallet-utility 38.0.0", + "pallet-xcm 17.0.1", + "parachains-common 18.0.0", "parity-scale-codec", "polkadot-parachain-primitives 14.0.0", - "polkadot-runtime-common 16.0.0", + "polkadot-runtime-common 17.0.0", "pop-runtime-common", "scale-info", "smallvec", @@ -13053,13 +12929,13 @@ dependencies = [ "sp-io 38.0.0", "sp-offchain 34.0.0", "sp-runtime 39.0.3", - "sp-session 35.0.0", + "sp-session 36.0.0", "sp-transaction-pool 34.0.0", "sp-version 37.0.0", - "staging-parachain-info 0.16.0", + "staging-parachain-info 0.17.0", "staging-xcm", - "staging-xcm-builder 16.0.3", - "staging-xcm-executor 16.0.0", + "staging-xcm-builder 17.0.1", + "staging-xcm-executor 17.0.0", "substrate-wasm-builder 24.0.1", ] @@ -13067,55 +12943,55 @@ dependencies = [ name = "pop-runtime-testnet" version = "0.4.2" dependencies = [ - "cumulus-pallet-aura-ext 0.16.0", - "cumulus-pallet-parachain-system 0.16.0", - "cumulus-pallet-session-benchmarking 18.0.0", - "cumulus-pallet-xcm 0.16.0", - "cumulus-pallet-xcmp-queue 0.16.0", + "cumulus-pallet-aura-ext 0.17.0", + "cumulus-pallet-parachain-system 0.17.1", + "cumulus-pallet-session-benchmarking 19.0.0", + "cumulus-pallet-xcm 0.17.0", + "cumulus-pallet-xcmp-queue 0.17.0", "cumulus-primitives-aura 0.15.0", - "cumulus-primitives-core 0.15.0", + "cumulus-primitives-core 0.16.0", "cumulus-primitives-storage-weight-reclaim", - "cumulus-primitives-utility 0.16.0", + "cumulus-primitives-utility 0.17.0", "docify", "enumflags2", "env_logger 0.11.5", - "frame-benchmarking 37.0.0", - "frame-executive 37.0.0", - "frame-metadata-hash-extension 0.5.0", - "frame-support 37.0.1", - "frame-system 37.1.0", - "frame-system-benchmarking 37.0.0", + "frame-benchmarking 38.0.0", + "frame-executive 38.0.0", + "frame-metadata-hash-extension 0.6.0", + "frame-support 38.0.0", + "frame-system 38.0.0", + "frame-system-benchmarking 38.0.0", "frame-system-rpc-runtime-api 34.0.0", - "frame-try-runtime 0.43.0", + "frame-try-runtime 0.44.0", "hex", - "hex-literal 0.4.1", + "hex-literal", "log", "pallet-api", - "pallet-assets 39.0.0", - "pallet-aura 36.0.0", - "pallet-authorship 37.0.0", - "pallet-balances 38.0.0", - "pallet-collator-selection 18.0.0", + "pallet-assets 40.0.0", + "pallet-aura 37.0.0", + "pallet-authorship 38.0.0", + "pallet-balances 39.0.0", + "pallet-collator-selection 19.0.0", "pallet-contracts", - "pallet-message-queue 40.0.1", - "pallet-multisig 37.0.0", + "pallet-message-queue 41.0.2", + "pallet-multisig 38.0.0", "pallet-nft-fractionalization", "pallet-nfts 31.0.0", - "pallet-nfts-runtime-api 23.0.0", - "pallet-preimage 37.0.0", - "pallet-proxy 37.0.0", - "pallet-scheduler 38.0.0", - "pallet-session 37.0.0", - "pallet-sudo 37.0.0", - "pallet-timestamp 36.0.1", - "pallet-transaction-payment 37.0.1", - "pallet-transaction-payment-rpc-runtime-api 37.0.0", - "pallet-utility 37.0.1", - "pallet-xcm 16.0.2", - "parachains-common 17.0.0", + "pallet-nfts-runtime-api 24.0.0", + "pallet-preimage 38.0.0", + "pallet-proxy 38.0.0", + "pallet-scheduler 39.0.0", + "pallet-session 38.0.0", + "pallet-sudo 38.0.0", + "pallet-timestamp 37.0.0", + "pallet-transaction-payment 38.0.0", + "pallet-transaction-payment-rpc-runtime-api 38.0.0", + "pallet-utility 38.0.0", + "pallet-xcm 17.0.1", + "parachains-common 18.0.0", "parity-scale-codec", "polkadot-parachain-primitives 14.0.0", - "polkadot-runtime-common 16.0.0", + "polkadot-runtime-common 17.0.0", "pop-chain-extension", "pop-primitives", "pop-runtime-common", @@ -13130,21 +13006,21 @@ dependencies = [ "sp-io 38.0.0", "sp-offchain 34.0.0", "sp-runtime 39.0.3", - "sp-session 35.0.0", + "sp-session 36.0.0", "sp-transaction-pool 34.0.0", "sp-version 37.0.0", - "staging-parachain-info 0.16.0", + "staging-parachain-info 0.17.0", "staging-xcm", - "staging-xcm-builder 16.0.3", - "staging-xcm-executor 16.0.0", + "staging-xcm-builder 17.0.1", + "staging-xcm-executor 17.0.0", "substrate-wasm-builder 24.0.1", ] [[package]] name = "portable-atomic" -version = "1.6.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" +checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6" [[package]] name = "powerfmt" @@ -13154,9 +13030,12 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" [[package]] name = "ppv-lite86" -version = "0.2.17" +version = "0.2.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" +checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" +dependencies = [ + "zerocopy", +] [[package]] name = "predicates" @@ -13184,15 +13063,15 @@ dependencies = [ [[package]] name = "predicates-core" -version = "1.0.6" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" +checksum = "ae8177bee8e75d6846599c6b9ff679ed51e882816914eec639944d7c9aa11931" [[package]] name = "predicates-tree" -version = "1.0.9" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" +checksum = "41b740d195ed3166cd147c8047ec98db0e22ec019eb8eeb76d343b795304fb13" dependencies = [ "predicates-core", "termtree", @@ -13210,9 +13089,9 @@ dependencies = [ [[package]] name = "prettyplease" -version = "0.2.20" +version = "0.2.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e" +checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033" dependencies = [ "proc-macro2", "syn 2.0.90", @@ -13241,11 +13120,11 @@ checksum = "a172e6cc603231f2cf004232eabcecccc0da53ba576ab286ef7baa0cfc7927ad" dependencies = [ "coarsetime", "crossbeam-queue", - "derive_more", + "derive_more 0.99.18", "futures", "futures-timer", "nanorand", - "thiserror", + "thiserror 1.0.69", "tracing", ] @@ -13255,17 +13134,17 @@ version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a" dependencies = [ - "thiserror", + "thiserror 1.0.69", "toml 0.5.11", ] [[package]] name = "proc-macro-crate" -version = "3.1.0" +version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" +checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" dependencies = [ - "toml_edit 0.21.1", + "toml_edit", ] [[package]] @@ -13334,7 +13213,7 @@ dependencies = [ "lazy_static", "memchr", "parking_lot 0.12.3", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -13410,12 +13289,12 @@ checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4" dependencies = [ "bytes", "heck 0.5.0", - "itertools 0.11.0", + "itertools 0.12.1", "log", "multimap 0.10.0", "once_cell", "petgraph", - "prettyplease 0.2.20", + "prettyplease 0.2.25", "prost 0.12.6", "prost-types 0.12.6", "regex", @@ -13443,7 +13322,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", - "itertools 0.11.0", + "itertools 0.12.1", "proc-macro2", "quote", "syn 2.0.90", @@ -13469,18 +13348,18 @@ dependencies = [ [[package]] name = "psm" -version = "0.1.21" +version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" +checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810" dependencies = [ "cc", ] [[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", @@ -13515,7 +13394,7 @@ dependencies = [ "asynchronous-codec", "bytes", "quick-protobuf", - "thiserror", + "thiserror 1.0.69", "unsigned-varint 0.7.2", ] @@ -13529,9 +13408,9 @@ dependencies = [ "pin-project-lite", "quinn-proto 0.9.6", "quinn-udp 0.3.2", - "rustc-hash", + "rustc-hash 1.1.0", "rustls 0.20.9", - "thiserror", + "thiserror 1.0.69", "tokio", "tracing", "webpki", @@ -13548,9 +13427,9 @@ dependencies = [ "pin-project-lite", "quinn-proto 0.10.6", "quinn-udp 0.4.1", - "rustc-hash", + "rustc-hash 1.1.0", "rustls 0.21.12", - "thiserror", + "thiserror 1.0.69", "tokio", "tracing", ] @@ -13564,10 +13443,10 @@ dependencies = [ "bytes", "rand", "ring 0.16.20", - "rustc-hash", + "rustc-hash 1.1.0", "rustls 0.20.9", "slab", - "thiserror", + "thiserror 1.0.69", "tinyvec", "tracing", "webpki", @@ -13582,10 +13461,10 @@ dependencies = [ "bytes", "rand", "ring 0.16.20", - "rustc-hash", + "rustc-hash 1.1.0", "rustls 0.21.12", "slab", - "thiserror", + "thiserror 1.0.69", "tinyvec", "tracing", ] @@ -13611,16 +13490,16 @@ checksum = "055b4e778e8feb9f93c4e439f71dc2156ef13360b432b799e179a8c4cdf0b1d7" dependencies = [ "bytes", "libc", - "socket2 0.5.7", + "socket2 0.5.8", "tracing", "windows-sys 0.48.0", ] [[package]] name = "quote" -version = "1.0.36" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" +checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" dependencies = [ "proc-macro2", ] @@ -13682,11 +13561,11 @@ dependencies = [ [[package]] name = "raw-cpuid" -version = "11.0.2" +version = "11.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e29830cbb1290e404f24c73af91c5d8d631ce7e128691e9477556b540cd01ecd" +checksum = "1ab240315c661615f2ee9f0f2cd32d5a7343a84d5ebcccb99d46e6637565e7b0" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", ] [[package]] @@ -13738,31 +13617,22 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" -dependencies = [ - "bitflags 1.3.2", -] - -[[package]] -name = "redox_syscall" -version = "0.5.2" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd" +checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", ] [[package]] name = "redox_users" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" +checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" dependencies = [ "getrandom", "libredox", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -13771,10 +13641,10 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "87413ebb313323d431e85d0afc5a68222aaed972843537cbfe5f061cf1b4bcab" dependencies = [ - "derive_more", + "derive_more 0.99.18", "fs-err", "static_init", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -13817,21 +13687,21 @@ checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6" dependencies = [ "hashbrown 0.13.2", "log", - "rustc-hash", + "rustc-hash 1.1.0", "slice-group-by", "smallvec", ] [[package]] name = "regex" -version = "1.10.5" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" +checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" dependencies = [ "aho-corasick", "memchr", - "regex-automata 0.4.7", - "regex-syntax 0.8.4", + "regex-automata 0.4.9", + "regex-syntax 0.8.5", ] [[package]] @@ -13845,13 +13715,13 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.7" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" +checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" dependencies = [ "aho-corasick", "memchr", - "regex-syntax 0.8.4", + "regex-syntax 0.8.5", ] [[package]] @@ -13862,9 +13732,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] name = "regex-syntax" -version = "0.8.4" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" +checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "relay-common" @@ -13876,7 +13746,7 @@ dependencies = [ "polkadot-primitives 14.0.0", "scale-info", "sp-api 33.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", ] [[package]] @@ -13896,7 +13766,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" dependencies = [ "hmac 0.12.1", - "subtle 2.5.0", + "subtle 2.6.1", ] [[package]] @@ -13951,72 +13821,72 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27697241f5185ccee6eedf63a6db39a20ce71a5f834632ac78f5b219201c4e0a" +checksum = "7e57863df82eed92ceffde3245e7da2fd74620c688aff2c8786e9ec9dcc5c111" dependencies = [ "binary-merkle-tree", "bitvec", - "frame-benchmarking 37.0.0", - "frame-executive 37.0.0", - "frame-metadata-hash-extension 0.5.0", - "frame-support 37.0.1", - "frame-system 37.1.0", - "frame-system-benchmarking 37.0.0", + "frame-benchmarking 38.0.0", + "frame-executive 38.0.0", + "frame-metadata-hash-extension 0.6.0", + "frame-support 38.0.0", + "frame-system 38.0.0", + "frame-system-benchmarking 38.0.0", "frame-system-rpc-runtime-api 34.0.0", - "frame-try-runtime 0.43.0", - "hex-literal 0.4.1", - "log", - "pallet-asset-rate 16.0.0", - "pallet-authority-discovery 37.0.0", - "pallet-authorship 37.0.0", - "pallet-babe 37.0.0", - "pallet-balances 38.0.0", - "pallet-beefy 38.0.0", - "pallet-beefy-mmr 38.0.0", - "pallet-bounties 36.0.0", - "pallet-child-bounties 36.0.0", + "frame-try-runtime 0.44.0", + "hex-literal", + "log", + "pallet-asset-rate 17.0.0", + "pallet-authority-discovery 38.0.0", + "pallet-authorship 38.0.0", + "pallet-babe 38.0.0", + "pallet-balances 39.0.0", + "pallet-beefy 39.0.0", + "pallet-beefy-mmr 39.0.0", + "pallet-bounties 37.0.0", + "pallet-child-bounties 37.0.0", "pallet-collective", - "pallet-conviction-voting 37.0.0", + "pallet-conviction-voting 38.0.0", "pallet-democracy", "pallet-elections-phragmen", - "pallet-grandpa 37.0.0", - "pallet-identity 37.0.0", - "pallet-indices 37.0.0", + "pallet-grandpa 38.0.0", + "pallet-identity 38.0.0", + "pallet-indices 38.0.0", "pallet-membership", - "pallet-message-queue 40.0.1", - "pallet-mmr 37.0.0", - "pallet-multisig 37.0.0", + "pallet-message-queue 41.0.2", + "pallet-mmr 38.0.0", + "pallet-multisig 38.0.0", "pallet-nis", - "pallet-offences 36.0.0", - "pallet-parameters 0.8.0", - "pallet-preimage 37.0.0", - "pallet-proxy 37.0.0", + "pallet-offences 37.0.0", + "pallet-parameters 0.9.0", + "pallet-preimage 38.0.0", + "pallet-proxy 38.0.0", "pallet-ranked-collective", "pallet-recovery", - "pallet-referenda 37.0.0", + "pallet-referenda 38.0.0", "pallet-root-testing", - "pallet-scheduler 38.0.0", - "pallet-session 37.0.0", + "pallet-scheduler 39.0.0", + "pallet-session 38.0.0", "pallet-society", - "pallet-staking 37.0.0", - "pallet-state-trie-migration 39.0.0", - "pallet-sudo 37.0.0", - "pallet-timestamp 36.0.1", + "pallet-staking 38.0.0", + "pallet-state-trie-migration 40.0.0", + "pallet-sudo 38.0.0", + "pallet-timestamp 37.0.0", "pallet-tips", - "pallet-transaction-payment 37.0.1", - "pallet-transaction-payment-rpc-runtime-api 37.0.0", - "pallet-treasury 36.0.1", - "pallet-utility 37.0.1", - "pallet-vesting 37.0.0", - "pallet-whitelist 36.0.0", - "pallet-xcm 16.0.2", - "pallet-xcm-benchmarks 16.0.0", + "pallet-transaction-payment 38.0.0", + "pallet-transaction-payment-rpc-runtime-api 38.0.0", + "pallet-treasury 37.0.0", + "pallet-utility 38.0.0", + "pallet-vesting 38.0.0", + "pallet-whitelist 37.0.0", + "pallet-xcm 17.0.1", + "pallet-xcm-benchmarks 17.0.0", "parity-scale-codec", "polkadot-parachain-primitives 14.0.0", - "polkadot-primitives 15.0.0", - "polkadot-runtime-common 16.0.0", - "polkadot-runtime-parachains 16.0.2", + "polkadot-primitives 16.0.0", + "polkadot-runtime-common 17.0.0", + "polkadot-runtime-parachains 17.0.1", "rococo-runtime-constants", "scale-info", "serde", @@ -14037,34 +13907,34 @@ dependencies = [ "sp-mmr-primitives 34.1.0", "sp-offchain 34.0.0", "sp-runtime 39.0.3", - "sp-session 35.0.0", - "sp-staking 34.0.0", + "sp-session 36.0.0", + "sp-staking 36.0.0", "sp-storage", "sp-transaction-pool 34.0.0", "sp-version 37.0.0", "staging-xcm", - "staging-xcm-builder 16.0.3", - "staging-xcm-executor 16.0.0", + "staging-xcm-builder 17.0.1", + "staging-xcm-executor 17.0.0", "static_assertions", "substrate-wasm-builder 24.0.1", - "xcm-runtime-apis 0.3.1", + "xcm-runtime-apis 0.4.0", ] [[package]] name = "rococo-runtime-constants" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98cc34894f6b251d166f2d607a61b1d5deef73d4ef6ea85e0074db3f0e366a65" +checksum = "d1ec6683a2e52fe3be2eaf942a80619abd99eb36e973c5ab4489a2f3b100db5c" dependencies = [ - "frame-support 37.0.1", - "polkadot-primitives 15.0.0", - "polkadot-runtime-common 16.0.0", + "frame-support 38.0.0", + "polkadot-primitives 16.0.0", + "polkadot-runtime-common 17.0.0", "smallvec", "sp-core", "sp-runtime 39.0.3", "sp-weights", "staging-xcm", - "staging-xcm-builder 16.0.3", + "staging-xcm-builder 17.0.1", ] [[package]] @@ -14086,16 +13956,19 @@ dependencies = [ [[package]] name = "rtnetlink" -version = "0.10.1" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0" +checksum = "7a552eb82d19f38c3beed3f786bd23aa434ceb9ac43ab44419ca6d67a7e186c0" dependencies = [ "futures", "log", + "netlink-packet-core", "netlink-packet-route", + "netlink-packet-utils", "netlink-proto", - "nix 0.24.3", - "thiserror", + "netlink-sys", + "nix 0.26.4", + "thiserror 1.0.69", "tokio", ] @@ -14121,6 +13994,12 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" +[[package]] +name = "rustc-hash" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497" + [[package]] name = "rustc-hex" version = "2.1.0" @@ -14129,11 +14008,11 @@ checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6" [[package]] name = "rustc_version" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" +checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" dependencies = [ - "semver 1.0.23", + "semver 1.0.24", ] [[package]] @@ -14175,15 +14054,15 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.34" +version = "0.38.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" +checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "errno", "libc", "linux-raw-sys 0.4.14", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -14211,16 +14090,16 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.10" +version = "0.23.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05cff451f60db80f490f3c182b77c35260baace73209e9cdbbe526bfe3a4d402" +checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b" dependencies = [ "log", "once_cell", "ring 0.17.8", "rustls-pki-types", - "rustls-webpki 0.102.4", - "subtle 2.5.0", + "rustls-webpki 0.102.8", + "subtle 2.6.1", "zeroize", ] @@ -14238,12 +14117,12 @@ dependencies = [ [[package]] name = "rustls-native-certs" -version = "0.7.0" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792" +checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5" dependencies = [ "openssl-probe", - "rustls-pemfile 2.1.2", + "rustls-pemfile 2.2.0", "rustls-pki-types", "schannel", "security-framework", @@ -14260,38 +14139,37 @@ dependencies = [ [[package]] name = "rustls-pemfile" -version = "2.1.2" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" +checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" dependencies = [ - "base64 0.22.1", "rustls-pki-types", ] [[package]] name = "rustls-pki-types" -version = "1.7.0" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" +checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37" [[package]] name = "rustls-platform-verifier" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93bda3f493b9abe5b93b3e7e3ecde0df292f2bd28c0296b90586ee0055ff5123" +checksum = "afbb878bdfdf63a336a5e63561b1835e7a8c91524f51621db870169eac84b490" dependencies = [ "core-foundation", "core-foundation-sys", "jni", "log", "once_cell", - "rustls 0.23.10", - "rustls-native-certs 0.7.0", + "rustls 0.23.20", + "rustls-native-certs 0.7.3", "rustls-platform-verifier-android", - "rustls-webpki 0.102.4", + "rustls-webpki 0.102.8", "security-framework", "security-framework-sys", - "webpki-roots 0.26.3", + "webpki-roots 0.26.7", "winapi", ] @@ -14313,9 +14191,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.102.4" +version = "0.102.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e" +checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" dependencies = [ "ring 0.17.8", "rustls-pki-types", @@ -14324,9 +14202,9 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.17" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" +checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248" [[package]] name = "ruzstd" @@ -14383,45 +14261,14 @@ dependencies = [ "log", "sp-core", "sp-wasm-interface", - "thiserror", -] - -[[package]] -name = "sc-authority-discovery" -version = "0.42.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ae99d03b5cf657754241180c4aedd14c4851a08f3fa56814106b3cc02083d2c" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "ip_network", - "libp2p", - "linked_hash_set", - "log", - "multihash 0.19.1", - "parity-scale-codec", - "prost 0.12.6", - "prost-build 0.12.6", - "rand", - "sc-client-api 35.1.0", - "sc-network 0.42.0", - "sc-network-types", - "sp-api 33.0.0", - "sp-authority-discovery 33.0.0", - "sp-blockchain 35.1.0", - "sp-core", - "sp-keystore", - "sp-runtime 38.0.0", - "substrate-prometheus-endpoint", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sc-authority-discovery" -version = "0.44.0" +version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d36f30d71de4249c90207b06b8a60ab1926df2c10c4d668f7d1b5a2bda004d9b" +checksum = "c9ec2b6674cab85a74b607f9941b18e327edc4b2b00248d9ac8e2ca6d985569b" dependencies = [ "async-trait", "futures", @@ -14430,63 +14277,47 @@ dependencies = [ "libp2p", "linked_hash_set", "log", - "multihash 0.19.1", + "multihash 0.19.3", "parity-scale-codec", "prost 0.12.6", "prost-build 0.12.6", "rand", - "sc-client-api 37.0.0", - "sc-network 0.44.1", + "sc-client-api", + "sc-network", "sc-network-types", "sp-api 34.0.0", "sp-authority-discovery 34.0.0", - "sp-blockchain 37.0.1", + "sp-blockchain", "sp-core", "sp-keystore", "sp-runtime 39.0.3", "substrate-prometheus-endpoint", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sc-basic-authorship" -version = "0.44.0" +version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdef7ee4dd39a41957eeafb99c55749f8065a72f46c12e209ed15f4669360a6e" +checksum = "2d3f4152eda19b140abc876a3b7434fce27c4c8cd47eff4095af0398d82f8141" dependencies = [ "futures", "futures-timer", "log", "parity-scale-codec", - "sc-block-builder 0.42.0", + "sc-block-builder", "sc-proposer-metrics", - "sc-telemetry 24.0.0", - "sc-transaction-pool-api 37.0.0", + "sc-telemetry", + "sc-transaction-pool-api", "sp-api 34.0.0", - "sp-blockchain 37.0.1", - "sp-consensus 0.40.0", + "sp-blockchain", + "sp-consensus", "sp-core", "sp-inherents 34.0.0", "sp-runtime 39.0.3", "substrate-prometheus-endpoint", ] -[[package]] -name = "sc-block-builder" -version = "0.40.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6345fb862e10aaa7d88d6689a7c247448c40ae465253c83566dc76a17ec1426" -dependencies = [ - "parity-scale-codec", - "sp-api 33.0.0", - "sp-block-builder 33.0.0", - "sp-blockchain 35.1.0", - "sp-core", - "sp-inherents 33.0.0", - "sp-runtime 38.0.0", - "sp-trie 36.0.0", -] - [[package]] name = "sc-block-builder" version = "0.42.0" @@ -14496,7 +14327,7 @@ dependencies = [ "parity-scale-codec", "sp-api 34.0.0", "sp-block-builder 34.0.0", - "sp-blockchain 37.0.1", + "sp-blockchain", "sp-core", "sp-inherents 34.0.0", "sp-runtime 39.0.3", @@ -14505,51 +14336,23 @@ dependencies = [ [[package]] name = "sc-chain-spec" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e04100ec7ff9cf1f2052b05086c77cc216ff7268b8c4fe41007de420bc1f70be" -dependencies = [ - "array-bytes", - "docify", - "log", - "memmap2 0.9.4", - "parity-scale-codec", - "sc-chain-spec-derive", - "sc-client-api 35.1.0", - "sc-executor 0.39.0", - "sc-network 0.42.0", - "sc-telemetry 22.0.0", - "serde", - "serde_json", - "sp-blockchain 35.1.0", - "sp-core", - "sp-crypto-hashing", - "sp-genesis-builder 0.14.0", - "sp-io 37.0.0", - "sp-runtime 38.0.0", - "sp-state-machine 0.42.0", - "sp-tracing", -] - -[[package]] -name = "sc-chain-spec" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9149a7ee8a4a799feb3ed581a288a0ce6ede42fb8b1997806f6a29997cdbd9be" +checksum = "3534c5dc910e6c9e0f25871948e7bb683852d1aef44b8b7753062feef4235e7c" dependencies = [ "array-bytes", "docify", "log", - "memmap2 0.9.4", + "memmap2 0.9.5", "parity-scale-codec", "sc-chain-spec-derive", - "sc-client-api 37.0.0", - "sc-executor 0.40.1", - "sc-network 0.44.1", - "sc-telemetry 24.0.0", + "sc-client-api", + "sc-executor", + "sc-network", + "sc-telemetry", "serde", "serde_json", - "sp-blockchain 37.0.1", + "sp-blockchain", "sp-core", "sp-crypto-hashing", "sp-genesis-builder 0.15.1", @@ -14565,7 +14368,7 @@ version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b18cef11d2c69703e0d7c3528202ef4ed1cd2b47a6f063e9e17cad8255b1fa94" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", "syn 2.0.90", @@ -14573,9 +14376,9 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.44.0" +version = "0.47.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23a50b5a5de473b38de8a909b125b9747a30158900159e59251bb716f80d6d22" +checksum = "55a161ee7bf9d571c567f208b89ef4f2fd3c082180a54399403f7fdc44e94da5" dependencies = [ "array-bytes", "chrono", @@ -14591,98 +14394,28 @@ dependencies = [ "rand", "regex", "rpassword", - "sc-client-api 35.1.0", - "sc-client-db 0.42.0", - "sc-keystore 32.0.0", - "sc-mixnet 0.12.0", - "sc-network 0.42.0", - "sc-service 0.43.0", - "sc-telemetry 22.0.0", - "sc-tracing 35.0.0", + "sc-client-api", + "sc-client-db", + "sc-keystore", + "sc-mixnet", + "sc-network", + "sc-service", + "sc-telemetry", + "sc-tracing", "sc-utils", "serde", "serde_json", - "sp-blockchain 35.1.0", - "sp-core", - "sp-keyring 38.0.0", - "sp-keystore", - "sp-panic-handler", - "sp-runtime 38.0.0", - "sp-version 36.0.0", - "thiserror", - "tokio", -] - -[[package]] -name = "sc-cli" -version = "0.46.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b37e08bde78fa7bdf3e30682a6840236de49d2c11960535eb9a9a1a87a0fd3ab" -dependencies = [ - "array-bytes", - "chrono", - "clap", - "fdlimit", - "futures", - "itertools 0.11.0", - "libp2p-identity", - "log", - "names", - "parity-bip39", - "parity-scale-codec", - "rand", - "regex", - "rpassword", - "sc-client-api 37.0.0", - "sc-client-db 0.44.1", - "sc-keystore 33.0.0", - "sc-mixnet 0.14.0", - "sc-network 0.44.1", - "sc-service 0.45.0", - "sc-telemetry 24.0.0", - "sc-tracing 37.0.1", - "sc-utils", - "serde", - "serde_json", - "sp-blockchain 37.0.1", + "sp-blockchain", "sp-core", "sp-keyring 39.0.0", "sp-keystore", "sp-panic-handler", "sp-runtime 39.0.3", "sp-version 37.0.0", - "thiserror", + "thiserror 1.0.69", "tokio", ] -[[package]] -name = "sc-client-api" -version = "35.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bb517f4418644aeefd7c29bbe34bfc56ba8b5ea56e0b661a48a4d4d6afef40b" -dependencies = [ - "fnv", - "futures", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-executor 0.39.0", - "sc-transaction-pool-api 35.0.0", - "sc-utils", - "sp-api 33.0.0", - "sp-blockchain 35.1.0", - "sp-consensus 0.39.1", - "sp-core", - "sp-database", - "sp-externalities", - "sp-runtime 38.0.0", - "sp-state-machine 0.42.0", - "sp-statement-store 17.0.0", - "sp-storage", - "sp-trie 36.0.0", - "substrate-prometheus-endpoint", -] - [[package]] name = "sc-client-api" version = "37.0.0" @@ -14694,50 +14427,23 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "sc-executor 0.40.1", - "sc-transaction-pool-api 37.0.0", + "sc-executor", + "sc-transaction-pool-api", "sc-utils", "sp-api 34.0.0", - "sp-blockchain 37.0.1", - "sp-consensus 0.40.0", + "sp-blockchain", + "sp-consensus", "sp-core", "sp-database", "sp-externalities", "sp-runtime 39.0.3", "sp-state-machine 0.43.0", - "sp-statement-store 18.0.0", + "sp-statement-store", "sp-storage", "sp-trie 37.0.0", "substrate-prometheus-endpoint", ] -[[package]] -name = "sc-client-db" -version = "0.42.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e3c685871877f39df000ec446f65fc8d502a7cecfc437cdac59866349642dc3" -dependencies = [ - "hash-db", - "kvdb", - "kvdb-memorydb", - "kvdb-rocksdb", - "linked-hash-map", - "log", - "parity-db", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-client-api 35.1.0", - "sc-state-db", - "schnellru", - "sp-arithmetic", - "sp-blockchain 35.1.0", - "sp-core", - "sp-database", - "sp-runtime 38.0.0", - "sp-state-machine 0.42.0", - "sp-trie 36.0.0", -] - [[package]] name = "sc-client-db" version = "0.44.1" @@ -14753,11 +14459,11 @@ dependencies = [ "parity-db", "parity-scale-codec", "parking_lot 0.12.3", - "sc-client-api 37.0.0", + "sc-client-api", "sc-state-db", "schnellru", "sp-arithmetic", - "sp-blockchain 37.0.1", + "sp-blockchain", "sp-core", "sp-database", "sp-runtime 39.0.3", @@ -14767,74 +14473,49 @@ dependencies = [ [[package]] name = "sc-consensus" -version = "0.41.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b2927954d83d4c055a8699cad8ae093fc921ce73694da6773bd06d195e9a8dd" -dependencies = [ - "async-trait", - "futures", - "log", - "mockall 0.11.4", - "parking_lot 0.12.3", - "sc-client-api 35.1.0", - "sc-network-types", - "sc-utils", - "serde", - "sp-api 33.0.0", - "sp-blockchain 35.1.0", - "sp-consensus 0.39.1", - "sp-core", - "sp-runtime 38.0.0", - "sp-state-machine 0.42.0", - "substrate-prometheus-endpoint", - "thiserror", -] - -[[package]] -name = "sc-consensus" -version = "0.43.0" +version = "0.44.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "502b55375db80dea8be1336b203eb96c1e22e7c4fa7782dc775bad71688bb91c" +checksum = "f64e538ab9edefbf0ddc105ff5b088344c88bc86f21650a2d2020be04a957730" dependencies = [ "async-trait", "futures", "log", "mockall 0.11.4", "parking_lot 0.12.3", - "sc-client-api 37.0.0", + "sc-client-api", "sc-network-types", "sc-utils", "serde", "sp-api 34.0.0", - "sp-blockchain 37.0.1", - "sp-consensus 0.40.0", + "sp-blockchain", + "sp-consensus", "sp-core", "sp-runtime 39.0.3", "sp-state-machine 0.43.0", "substrate-prometheus-endpoint", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sc-consensus-aura" -version = "0.44.0" +version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cde090c64dfcab34347bd5472b40cc608b7395ef2dd1a8403c6c13dbec74c80" +checksum = "067552bcf461c0089272b2575b2ac512fd8ca7a7bd7098aee49ccc4d67041787" dependencies = [ "async-trait", "futures", "log", "parity-scale-codec", - "sc-block-builder 0.42.0", - "sc-client-api 37.0.0", - "sc-consensus 0.43.0", + "sc-block-builder", + "sc-client-api", + "sc-consensus", "sc-consensus-slots", - "sc-telemetry 24.0.0", + "sc-telemetry", "sp-api 34.0.0", "sp-application-crypto 38.0.0", "sp-block-builder 34.0.0", - "sp-blockchain 37.0.1", - "sp-consensus 0.40.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-aura 0.40.0", "sp-consensus-slots 0.40.1", "sp-core", @@ -14842,14 +14523,14 @@ dependencies = [ "sp-keystore", "sp-runtime 39.0.3", "substrate-prometheus-endpoint", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sc-consensus-babe" -version = "0.44.0" +version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec4aea13d44497edd2c240c85a3722c2431eaabf7f6d172891d12908504cab1f" +checksum = "39a6aecbb63f5e046c83055d656cf9f203715b38e000ae0df157461582c90eba" dependencies = [ "async-trait", "fork-tree", @@ -14860,17 +14541,17 @@ dependencies = [ "num-traits", "parity-scale-codec", "parking_lot 0.12.3", - "sc-client-api 37.0.0", - "sc-consensus 0.43.0", + "sc-client-api", + "sc-consensus", "sc-consensus-epochs", "sc-consensus-slots", - "sc-telemetry 24.0.0", - "sc-transaction-pool-api 37.0.0", + "sc-telemetry", + "sc-transaction-pool-api", "sp-api 34.0.0", "sp-application-crypto 38.0.0", "sp-block-builder 34.0.0", - "sp-blockchain 37.0.1", - "sp-consensus 0.40.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.40.0", "sp-consensus-slots 0.40.1", "sp-core", @@ -14879,37 +14560,37 @@ dependencies = [ "sp-keystore", "sp-runtime 39.0.3", "substrate-prometheus-endpoint", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sc-consensus-babe-rpc" -version = "0.44.0" +version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63817e1b4fe3d772027d8c96eb6231fbada0f79d5626875016266cc7fda69a10" +checksum = "78556a2fc64c45518eab6f059ad379da808431fe351475df216e2bc66ac7af65" dependencies = [ "futures", "jsonrpsee", "sc-consensus-babe", "sc-consensus-epochs", - "sc-rpc-api 0.43.0", + "sc-rpc-api", "serde", "sp-api 34.0.0", "sp-application-crypto 38.0.0", - "sp-blockchain 37.0.1", - "sp-consensus 0.40.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe 0.40.0", "sp-core", "sp-keystore", "sp-runtime 39.0.3", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sc-consensus-beefy" -version = "23.0.0" +version = "24.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09b5eafaff65f0d7f5056d0d05826e5fe3349bc0e4977b538d343f55320a7748" +checksum = "f8c82fe3a1afe90115a6c3c724f462fdc86962144a1eda73334894ff11a43a52" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -14919,34 +14600,34 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "sc-client-api 37.0.0", - "sc-consensus 0.43.0", - "sc-network 0.44.1", + "sc-client-api", + "sc-consensus", + "sc-network", "sc-network-gossip", - "sc-network-sync 0.43.0", + "sc-network-sync", "sc-network-types", "sc-utils", "sp-api 34.0.0", "sp-application-crypto 38.0.0", "sp-arithmetic", - "sp-blockchain 37.0.1", - "sp-consensus 0.40.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-beefy 22.1.0", "sp-core", "sp-crypto-hashing", "sp-keystore", "sp-runtime 39.0.3", "substrate-prometheus-endpoint", - "thiserror", + "thiserror 1.0.69", "tokio", "wasm-timer", ] [[package]] name = "sc-consensus-beefy-rpc" -version = "23.0.0" +version = "24.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e2b707ce26b8460afb724a977aabd95617c9758771a8b842c90b9405d4262cb" +checksum = "8edff310519f0be6ff5fac5a6643ea323fb3658ee3b1f36668940c72cdd6da30" dependencies = [ "futures", "jsonrpsee", @@ -14954,34 +14635,34 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "sc-consensus-beefy", - "sc-rpc 39.0.0", + "sc-rpc", "serde", "sp-application-crypto 38.0.0", "sp-consensus-beefy 22.1.0", "sp-core", "sp-runtime 39.0.3", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sc-consensus-epochs" -version = "0.43.0" +version = "0.44.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7258d517642944d4e39d11f77a413825349089e01b6f27819f4349932ff07ec" +checksum = "3634e8f5dfc397e0d3fc8e3a714c21338eacb3ed276089a6df47e7aa926d51d4" dependencies = [ "fork-tree", "parity-scale-codec", - "sc-client-api 37.0.0", - "sc-consensus 0.43.0", - "sp-blockchain 37.0.1", + "sc-client-api", + "sc-consensus", + "sp-blockchain", "sp-runtime 39.0.3", ] [[package]] name = "sc-consensus-grandpa" -version = "0.29.1" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "197e67ed725bcad27563c4418254e89e56eb79491cebb278e9926760a1fc16d4" +checksum = "a3aaab70cf6f93ceea829ef0a4980ce95d84d5c7f4b5419b29bbed17fa04e1a6" dependencies = [ "ahash 0.8.11", "array-bytes", @@ -14995,71 +14676,71 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "rand", - "sc-block-builder 0.42.0", - "sc-chain-spec 37.0.0", - "sc-client-api 37.0.0", - "sc-consensus 0.43.0", - "sc-network 0.44.1", - "sc-network-common 0.43.0", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-common", "sc-network-gossip", - "sc-network-sync 0.43.0", + "sc-network-sync", "sc-network-types", - "sc-telemetry 24.0.0", - "sc-transaction-pool-api 37.0.0", + "sc-telemetry", + "sc-transaction-pool-api", "sc-utils", "serde_json", "sp-api 34.0.0", "sp-application-crypto 38.0.0", "sp-arithmetic", - "sp-blockchain 37.0.1", - "sp-consensus 0.40.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-grandpa 21.0.0", "sp-core", "sp-crypto-hashing", "sp-keystore", "sp-runtime 39.0.3", "substrate-prometheus-endpoint", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6400433a4a8114f5fe7b5673f9332129ac55c71a9f6224c8b2cdf3251a000f10" +checksum = "fe70de1362284b9a3f2bffea380222347a252dee098c4dfccdb2c7a1a9061f91" dependencies = [ "finality-grandpa", "futures", "jsonrpsee", "log", "parity-scale-codec", - "sc-client-api 37.0.0", + "sc-client-api", "sc-consensus-grandpa", - "sc-rpc 39.0.0", + "sc-rpc", "serde", - "sp-blockchain 37.0.1", + "sp-blockchain", "sp-core", "sp-runtime 39.0.3", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sc-consensus-slots" -version = "0.43.0" +version = "0.44.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97f4aab75d55fbeee7437ed6a127a749014f831f12a0b409a71cfc3a42453ccd" +checksum = "30fcce6ff513c2479c57eac880ba8d4254c146b678a0072d90f81796d47091df" dependencies = [ "async-trait", "futures", "futures-timer", "log", "parity-scale-codec", - "sc-client-api 37.0.0", - "sc-consensus 0.43.0", - "sc-telemetry 24.0.0", + "sc-client-api", + "sc-consensus", + "sc-telemetry", "sp-arithmetic", - "sp-blockchain 37.0.1", - "sp-consensus 0.40.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-slots 0.40.1", "sp-core", "sp-inherents 34.0.0", @@ -15067,30 +14748,6 @@ dependencies = [ "sp-state-machine 0.43.0", ] -[[package]] -name = "sc-executor" -version = "0.39.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39f5767bf6a6bad29365d6d08fcf940ee453d31457ed034cf14f0392877daafd" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-executor-common", - "sc-executor-polkavm", - "sc-executor-wasmtime", - "schnellru", - "sp-api 33.0.0", - "sp-core", - "sp-externalities", - "sp-io 37.0.0", - "sp-panic-handler", - "sp-runtime-interface", - "sp-trie 36.0.0", - "sp-version 36.0.0", - "sp-wasm-interface", - "tracing", -] - [[package]] name = "sc-executor" version = "0.40.1" @@ -15125,7 +14782,7 @@ dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", "sp-wasm-interface", - "thiserror", + "thiserror 1.0.69", "wasm-instrument", ] @@ -15162,55 +14819,22 @@ dependencies = [ [[package]] name = "sc-informant" -version = "0.41.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74c3751acd690bc469b859d0ad899b076642db9b107e31c28cbd99749b6ecb91" -dependencies = [ - "ansi_term", - "futures", - "futures-timer", - "log", - "sc-client-api 35.1.0", - "sc-network 0.42.0", - "sc-network-common 0.41.0", - "sc-network-sync 0.41.0", - "sp-blockchain 35.1.0", - "sp-runtime 38.0.0", -] - -[[package]] -name = "sc-informant" -version = "0.43.0" +version = "0.44.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6dcfaffeeb2d662a26f84706132dcfd294ffd71c4077d0b4f92a6f54db184f6" +checksum = "3c24f636bccd2df534d75b75bd61d96d8abb68a5fe6f6c427e9faee7d7a07a96" dependencies = [ - "ansi_term", + "console", "futures", "futures-timer", "log", - "sc-client-api 37.0.0", - "sc-network 0.44.1", - "sc-network-common 0.43.0", - "sc-network-sync 0.43.0", - "sp-blockchain 37.0.1", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sp-blockchain", "sp-runtime 39.0.3", ] -[[package]] -name = "sc-keystore" -version = "32.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "267c8cfaceaeecb25484bad8668c17036016e46053a23509d44486474dbf44d3" -dependencies = [ - "array-bytes", - "parking_lot 0.12.3", - "serde_json", - "sp-application-crypto 37.0.0", - "sp-core", - "sp-keystore", - "thiserror", -] - [[package]] name = "sc-keystore" version = "33.0.0" @@ -15223,126 +14847,44 @@ dependencies = [ "sp-application-crypto 38.0.0", "sp-core", "sp-keystore", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sc-mixnet" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5a72a92dc72572a0facd73b410855d7f6edf38b32aef46c4798c74f25e595d5" -dependencies = [ - "array-bytes", - "arrayvec 0.7.4", - "blake2 0.10.6", - "bytes", - "futures", - "futures-timer", - "log", - "mixnet", - "multiaddr 0.18.1", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-client-api 35.1.0", - "sc-network 0.42.0", - "sc-network-types", - "sc-transaction-pool-api 35.0.0", - "sp-api 33.0.0", - "sp-consensus 0.39.1", - "sp-core", - "sp-keystore", - "sp-mixnet 0.11.0", - "sp-runtime 38.0.0", - "thiserror", -] - -[[package]] -name = "sc-mixnet" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04ac673840824d0357dedee5b952440b469d11f48314ff52ae59049aee7e376d" +checksum = "781a1ffd953074e060a5f9e253f7a029bedd935fe9621bb7483cc2d442a6b1d1" dependencies = [ "array-bytes", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "blake2 0.10.6", "bytes", "futures", "futures-timer", "log", "mixnet", - "multiaddr 0.18.1", + "multiaddr 0.18.2", "parity-scale-codec", "parking_lot 0.12.3", - "sc-client-api 37.0.0", - "sc-network 0.44.1", + "sc-client-api", + "sc-network", "sc-network-types", - "sc-transaction-pool-api 37.0.0", + "sc-transaction-pool-api", "sp-api 34.0.0", - "sp-consensus 0.40.0", + "sp-consensus", "sp-core", "sp-keystore", - "sp-mixnet 0.12.0", + "sp-mixnet", "sp-runtime 39.0.3", - "thiserror", -] - -[[package]] -name = "sc-network" -version = "0.42.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04be75f35cea819bae84be99cde138872b17494acf0e54f5f0ae8b0ed3fbe51a" -dependencies = [ - "array-bytes", - "async-channel 1.9.0", - "async-trait", - "asynchronous-codec", - "bytes", - "cid 0.9.0", - "either", - "fnv", - "futures", - "futures-timer", - "ip_network", - "libp2p", - "linked_hash_set", - "litep2p", - "log", - "mockall 0.11.4", - "once_cell", - "parity-scale-codec", - "parking_lot 0.12.3", - "partial_sort", - "pin-project", - "prost 0.12.6", - "prost-build 0.12.6", - "rand", - "sc-client-api 35.1.0", - "sc-network-common 0.41.0", - "sc-network-types", - "sc-utils", - "schnellru", - "serde", - "serde_json", - "smallvec", - "sp-arithmetic", - "sp-blockchain 35.1.0", - "sp-core", - "sp-runtime 38.0.0", - "substrate-prometheus-endpoint", - "thiserror", - "tokio", - "tokio-stream", - "unsigned-varint 0.7.2", - "void", - "wasm-timer", - "zeroize", + "thiserror 1.0.69", ] [[package]] name = "sc-network" -version = "0.44.1" +version = "0.45.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efa1cccd2bb93a008a471944f6c27cf5d0d4edc041a46f80cb440615c95c181d" +checksum = "e729c49834b3c5cfd514cdd1209ad7ae9707abebef92c991b2d41db5a0191396" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -15368,8 +14910,8 @@ dependencies = [ "prost 0.12.6", "prost-build 0.12.6", "rand", - "sc-client-api 37.0.0", - "sc-network-common 0.43.0", + "sc-client-api", + "sc-network-common", "sc-network-types", "sc-utils", "schnellru", @@ -15377,11 +14919,11 @@ dependencies = [ "serde_json", "smallvec", "sp-arithmetic", - "sp-blockchain 37.0.1", + "sp-blockchain", "sp-core", "sp-runtime 39.0.3", "substrate-prometheus-endpoint", - "thiserror", + "thiserror 1.0.69", "tokio", "tokio-stream", "unsigned-varint 0.7.2", @@ -15392,28 +14934,9 @@ dependencies = [ [[package]] name = "sc-network-common" -version = "0.41.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ec0c3c5629a418fb26b56963d40c5ca3fd02dd94eb5753e9eb72cea5c2eeb2f" -dependencies = [ - "async-trait", - "bitflags 1.3.2", - "futures", - "libp2p-identity", - "parity-scale-codec", - "prost-build 0.12.6", - "sc-consensus 0.41.0", - "sc-network-types", - "sp-consensus 0.39.1", - "sp-consensus-grandpa 20.0.0", - "sp-runtime 38.0.0", -] - -[[package]] -name = "sc-network-common" -version = "0.43.0" +version = "0.44.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11a8bbc9d2600f34d021796bdffbb20bdf4723f98ff3126c765b4c9363bef564" +checksum = "dbff059c0ca497757f633cfa13625fbaa3028f23a77a9696e94e700008f8dd5a" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -15421,26 +14944,26 @@ dependencies = [ "libp2p-identity", "parity-scale-codec", "prost-build 0.12.6", - "sc-consensus 0.43.0", + "sc-consensus", "sc-network-types", - "sp-consensus 0.40.0", + "sp-consensus", "sp-consensus-grandpa 21.0.0", "sp-runtime 39.0.3", ] [[package]] name = "sc-network-gossip" -version = "0.44.0" +version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dc2ff366c09b8aba9b0bfd04b991508788203a28da0c66a32625cda7ae8015d" +checksum = "d4086f4ac6b94ff2efd24f1776280c580454c5990b8665aa9f293fcd33c80630" dependencies = [ "ahash 0.8.11", "futures", "futures-timer", "log", - "sc-network 0.44.1", - "sc-network-common 0.43.0", - "sc-network-sync 0.43.0", + "sc-network", + "sc-network-common", + "sc-network-sync", "sc-network-types", "schnellru", "sp-runtime 39.0.3", @@ -15450,31 +14973,9 @@ dependencies = [ [[package]] name = "sc-network-light" -version = "0.41.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5e6deda277664336c26ea251cc1ebff7a165df0e3ad4ae23113380d9863ea40" -dependencies = [ - "array-bytes", - "async-channel 1.9.0", - "futures", - "log", - "parity-scale-codec", - "prost 0.12.6", - "prost-build 0.12.6", - "sc-client-api 35.1.0", - "sc-network 0.42.0", - "sc-network-types", - "sp-blockchain 35.1.0", - "sp-core", - "sp-runtime 38.0.0", - "thiserror", -] - -[[package]] -name = "sc-network-light" -version = "0.43.0" +version = "0.44.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18efef00b71e1a7060fb92dcc433ed4bed625a803b074e0bf4b4cf6e1d90384e" +checksum = "8150e7a09695c60b09939a7815be4cc3fb48592779c197ba9442d29c0a98f8ad" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -15483,58 +14984,20 @@ dependencies = [ "parity-scale-codec", "prost 0.12.6", "prost-build 0.12.6", - "sc-client-api 37.0.0", - "sc-network 0.44.1", + "sc-client-api", + "sc-network", "sc-network-types", - "sp-blockchain 37.0.1", + "sp-blockchain", "sp-core", "sp-runtime 39.0.3", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sc-network-sync" -version = "0.41.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee9ab31b84534c487b9fb84e83db47890fcbd350f354b1e6484892d3d42d0020" -dependencies = [ - "array-bytes", - "async-channel 1.9.0", - "async-trait", - "fork-tree", - "futures", - "futures-timer", - "libp2p", - "log", - "mockall 0.11.4", - "parity-scale-codec", - "prost 0.12.6", - "prost-build 0.12.6", - "sc-client-api 35.1.0", - "sc-consensus 0.41.0", - "sc-network 0.42.0", - "sc-network-common 0.41.0", - "sc-network-types", - "sc-utils", - "schnellru", - "smallvec", - "sp-arithmetic", - "sp-blockchain 35.1.0", - "sp-consensus 0.39.1", - "sp-consensus-grandpa 20.0.0", - "sp-core", - "sp-runtime 38.0.0", - "substrate-prometheus-endpoint", - "thiserror", - "tokio", - "tokio-stream", -] - -[[package]] -name = "sc-network-sync" -version = "0.43.0" +version = "0.44.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "628881aacdd36235d2725a7ecb13d6445c76ad470ed6e6473fc58c6b98a2417d" +checksum = "82cb3b9939d57083495b3ed1304094b939c99ebdc651fb779ab6d2c83428679e" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -15548,62 +15011,42 @@ dependencies = [ "parity-scale-codec", "prost 0.12.6", "prost-build 0.12.6", - "sc-client-api 37.0.0", - "sc-consensus 0.43.0", - "sc-network 0.44.1", - "sc-network-common 0.43.0", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-common", "sc-network-types", "sc-utils", "schnellru", "smallvec", "sp-arithmetic", - "sp-blockchain 37.0.1", - "sp-consensus 0.40.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-grandpa 21.0.0", "sp-core", "sp-runtime 39.0.3", "substrate-prometheus-endpoint", - "thiserror", + "thiserror 1.0.69", "tokio", "tokio-stream", ] [[package]] name = "sc-network-transactions" -version = "0.41.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c2eb55e29b0ca52ad3e209fe569b72dfe6b44cc1da7d722446d5a8333dff8e1" -dependencies = [ - "array-bytes", - "futures", - "log", - "parity-scale-codec", - "sc-network 0.42.0", - "sc-network-common 0.41.0", - "sc-network-sync 0.41.0", - "sc-network-types", - "sc-utils", - "sp-consensus 0.39.1", - "sp-runtime 38.0.0", - "substrate-prometheus-endpoint", -] - -[[package]] -name = "sc-network-transactions" -version = "0.43.0" +version = "0.44.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8661c677deb9159c291a4dccbdfeba3e1fe5106caea0936fb70d3765a163aa8e" +checksum = "67c5bcf5f5437194d5fa9277fd4b832e187a595798f08b8df154bc62d88bbae2" dependencies = [ "array-bytes", "futures", "log", "parity-scale-codec", - "sc-network 0.44.1", - "sc-network-common 0.43.0", - "sc-network-sync 0.43.0", + "sc-network", + "sc-network-common", + "sc-network-sync", "sc-network-types", "sc-utils", - "sp-consensus 0.40.0", + "sp-consensus", "sp-runtime 39.0.3", "substrate-prometheus-endpoint", ] @@ -15619,25 +15062,25 @@ dependencies = [ "libp2p-identity", "litep2p", "log", - "multiaddr 0.18.1", - "multihash 0.19.1", + "multiaddr 0.18.2", + "multihash 0.19.3", "rand", - "thiserror", + "thiserror 1.0.69", "zeroize", ] [[package]] name = "sc-offchain" -version = "39.0.0" +version = "40.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f0fce257906e8a6f2ffbabe64ce9739ef0e18f272f61e759c975446c752cd74" +checksum = "9185b82ad10f21f3eb977a079f772219bd216bf4eafedad7d5e4a0ff32383c75" dependencies = [ "array-bytes", "bytes", "fnv", "futures", "futures-timer", - "hyper 0.14.29", + "hyper 0.14.32", "hyper-rustls", "log", "num_cpus", @@ -15645,11 +15088,11 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "rand", - "sc-client-api 37.0.0", - "sc-network 0.44.1", - "sc-network-common 0.43.0", + "sc-client-api", + "sc-network", + "sc-network-common", "sc-network-types", - "sc-transaction-pool-api 37.0.0", + "sc-transaction-pool-api", "sc-utils", "sp-api 34.0.0", "sp-core", @@ -15673,102 +15116,48 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "37.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca9cb792ddb5d0c3df89018e80290de4c769315fa59271bda0a0d29b2d182fdc" -dependencies = [ - "futures", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-block-builder 0.40.0", - "sc-chain-spec 35.0.0", - "sc-client-api 35.1.0", - "sc-mixnet 0.12.0", - "sc-rpc-api 0.41.0", - "sc-tracing 35.0.0", - "sc-transaction-pool-api 35.0.0", - "sc-utils", - "serde_json", - "sp-api 33.0.0", - "sp-blockchain 35.1.0", - "sp-core", - "sp-keystore", - "sp-offchain 33.0.0", - "sp-rpc", - "sp-runtime 38.0.0", - "sp-session 34.0.0", - "sp-statement-store 17.0.0", - "sp-version 36.0.0", - "tokio", -] - -[[package]] -name = "sc-rpc" -version = "39.0.0" +version = "40.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ccc910a40803287c65194e232d99bf6e1f9200b04f8dd91433f298687b8bf3f" +checksum = "7137ecfd837c9b6e57244b59a99320a53c7e31f160b5581a325734f3c169aaba" dependencies = [ "futures", "jsonrpsee", "log", "parity-scale-codec", "parking_lot 0.12.3", - "sc-block-builder 0.42.0", - "sc-chain-spec 37.0.0", - "sc-client-api 37.0.0", - "sc-mixnet 0.14.0", - "sc-rpc-api 0.43.0", - "sc-tracing 37.0.1", - "sc-transaction-pool-api 37.0.0", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-mixnet", + "sc-rpc-api", + "sc-tracing", + "sc-transaction-pool-api", "sc-utils", "serde_json", "sp-api 34.0.0", - "sp-blockchain 37.0.1", + "sp-blockchain", "sp-core", "sp-keystore", "sp-offchain 34.0.0", "sp-rpc", "sp-runtime 39.0.3", - "sp-session 35.0.0", - "sp-statement-store 18.0.0", + "sp-session 36.0.0", + "sp-statement-store", "sp-version 37.0.0", "tokio", ] [[package]] name = "sc-rpc-api" -version = "0.41.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57b8adf62a207985cf7534abf0d940b335fda0a68eb902da05b7270ee30a6293" -dependencies = [ - "jsonrpsee", - "parity-scale-codec", - "sc-chain-spec 35.0.0", - "sc-mixnet 0.12.0", - "sc-transaction-pool-api 35.0.0", - "scale-info", - "serde", - "serde_json", - "sp-core", - "sp-rpc", - "sp-runtime 38.0.0", - "sp-version 36.0.0", - "thiserror", -] - -[[package]] -name = "sc-rpc-api" -version = "0.43.0" +version = "0.44.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "575a098a1c59d15bec2df388437474334b76c512e9dd92b0f275801906303354" +checksum = "147274633577e55db73dbdc64168c25b54cca6cac4fcde118bd9946cf7b24838" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec 37.0.0", - "sc-mixnet 0.14.0", - "sc-transaction-pool-api 37.0.0", + "sc-chain-spec", + "sc-mixnet", + "sc-transaction-pool-api", "scale-info", "serde", "serde_json", @@ -15776,24 +15165,26 @@ dependencies = [ "sp-rpc", "sp-runtime 39.0.3", "sp-version 37.0.0", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sc-rpc-server" -version = "16.0.2" +version = "17.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c14c236a01e03f55f16b92d89fd902cf2e4e9887357a3c36827a1e39b799c6b" +checksum = "fee63231ff7955b0639ec0a72b85a50c64b06d6e8910130b7777e08bf76525b5" dependencies = [ + "dyn-clone", "forwarded-header-value", "futures", "governor", - "http 1.1.0", + "http 1.2.0", "http-body-util", - "hyper 1.4.1", + "hyper 1.5.2", "ip_network", "jsonrpsee", "log", + "sc-rpc-api", "serde", "serde_json", "substrate-prometheus-endpoint", @@ -15804,42 +15195,9 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.42.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4242d30df623f68d5b937ae264cce85e734c35922e0bf196d7a59b8e7f7843c2" -dependencies = [ - "array-bytes", - "futures", - "futures-util", - "hex", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "rand", - "sc-chain-spec 35.0.0", - "sc-client-api 35.1.0", - "sc-rpc 37.0.0", - "sc-transaction-pool-api 35.0.0", - "sc-utils", - "schnellru", - "serde", - "sp-api 33.0.0", - "sp-blockchain 35.1.0", - "sp-core", - "sp-rpc", - "sp-runtime 38.0.0", - "sp-version 36.0.0", - "thiserror", - "tokio", - "tokio-stream", -] - -[[package]] -name = "sc-rpc-spec-v2" -version = "0.44.0" +version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "934087c0aae2642327e07070ae3739ae82bbadaf876fadcff0c9b19c37a87ada" +checksum = "6ca6bcb95e13ca0d87bd2b2e23dcc4040b671b467f5cc647169fc9c37b0ce1f7" dependencies = [ "array-bytes", "futures", @@ -15850,94 +15208,29 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "rand", - "sc-chain-spec 37.0.0", - "sc-client-api 37.0.0", - "sc-rpc 39.0.0", - "sc-transaction-pool-api 37.0.0", + "sc-chain-spec", + "sc-client-api", + "sc-rpc", + "sc-transaction-pool-api", "sc-utils", "schnellru", "serde", "sp-api 34.0.0", - "sp-blockchain 37.0.1", + "sp-blockchain", "sp-core", "sp-rpc", "sp-runtime 39.0.3", "sp-version 37.0.0", - "thiserror", + "thiserror 1.0.69", "tokio", "tokio-stream", ] [[package]] name = "sc-service" -version = "0.43.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "718b7e3a3963b09c2ab18ce13dbc43c0afa8b53169b67372fbcc4c4147b77e05" -dependencies = [ - "async-trait", - "directories", - "exit-future", - "futures", - "futures-timer", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "pin-project", - "rand", - "sc-chain-spec 35.0.0", - "sc-client-api 35.1.0", - "sc-client-db 0.42.0", - "sc-consensus 0.41.0", - "sc-executor 0.39.0", - "sc-informant 0.41.0", - "sc-keystore 32.0.0", - "sc-network 0.42.0", - "sc-network-common 0.41.0", - "sc-network-light 0.41.0", - "sc-network-sync 0.41.0", - "sc-network-transactions 0.41.0", - "sc-network-types", - "sc-rpc 37.0.0", - "sc-rpc-server", - "sc-rpc-spec-v2 0.42.0", - "sc-sysinfo 35.0.0", - "sc-telemetry 22.0.0", - "sc-tracing 35.0.0", - "sc-transaction-pool 35.0.0", - "sc-transaction-pool-api 35.0.0", - "sc-utils", - "schnellru", - "serde", - "serde_json", - "sp-api 33.0.0", - "sp-blockchain 35.1.0", - "sp-consensus 0.39.1", - "sp-core", - "sp-externalities", - "sp-keystore", - "sp-runtime 38.0.0", - "sp-session 34.0.0", - "sp-state-machine 0.42.0", - "sp-storage", - "sp-transaction-pool 33.0.0", - "sp-transaction-storage-proof 33.0.0", - "sp-trie 36.0.0", - "sp-version 36.0.0", - "static_init", - "substrate-prometheus-endpoint", - "tempfile", - "thiserror", - "tokio", - "tracing", - "tracing-futures", -] - -[[package]] -name = "sc-service" -version = "0.45.0" +version = "0.46.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd9eb103478c93e3a9325fb9c07d2c6a507cd04934954c930fc33a1e0791010b" +checksum = "f438103f736c3fb4baddd3e40122191c878496671c76ca968a9fad9fcc107a28" dependencies = [ "async-trait", "directories", @@ -15950,49 +15243,49 @@ dependencies = [ "parking_lot 0.12.3", "pin-project", "rand", - "sc-chain-spec 37.0.0", - "sc-client-api 37.0.0", - "sc-client-db 0.44.1", - "sc-consensus 0.43.0", - "sc-executor 0.40.1", - "sc-informant 0.43.0", - "sc-keystore 33.0.0", - "sc-network 0.44.1", - "sc-network-common 0.43.0", - "sc-network-light 0.43.0", - "sc-network-sync 0.43.0", - "sc-network-transactions 0.43.0", + "sc-chain-spec", + "sc-client-api", + "sc-client-db", + "sc-consensus", + "sc-executor", + "sc-informant", + "sc-keystore", + "sc-network", + "sc-network-common", + "sc-network-light", + "sc-network-sync", + "sc-network-transactions", "sc-network-types", - "sc-rpc 39.0.0", + "sc-rpc", "sc-rpc-server", - "sc-rpc-spec-v2 0.44.0", - "sc-sysinfo 37.0.0", - "sc-telemetry 24.0.0", - "sc-tracing 37.0.1", - "sc-transaction-pool 37.0.0", - "sc-transaction-pool-api 37.0.0", + "sc-rpc-spec-v2", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", + "sc-transaction-pool", + "sc-transaction-pool-api", "sc-utils", "schnellru", "serde", "serde_json", "sp-api 34.0.0", - "sp-blockchain 37.0.1", - "sp-consensus 0.40.0", + "sp-blockchain", + "sp-consensus", "sp-core", "sp-externalities", "sp-keystore", "sp-runtime 39.0.3", - "sp-session 35.0.0", + "sp-session 36.0.0", "sp-state-machine 0.43.0", "sp-storage", "sp-transaction-pool 34.0.0", - "sp-transaction-storage-proof 34.0.0", + "sp-transaction-storage-proof", "sp-trie 37.0.0", "sp-version 37.0.0", "static_init", "substrate-prometheus-endpoint", "tempfile", - "thiserror", + "thiserror 1.0.69", "tokio", "tracing", "tracing-futures", @@ -16020,66 +15313,44 @@ dependencies = [ "fs4", "log", "sp-core", - "thiserror", + "thiserror 1.0.69", "tokio", ] [[package]] name = "sc-sync-state-rpc" -version = "0.44.0" +version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dd5f8003789ec2c28d49fc496ee5fcc7f6e94dcd3ee8a7a375f2e50a3bbc5db" +checksum = "732368e1e11b335af0db58d654dff87605ea8531e1944d329cf22751eb23c44d" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-chain-spec 37.0.0", - "sc-client-api 37.0.0", + "sc-chain-spec", + "sc-client-api", "sc-consensus-babe", "sc-consensus-epochs", "sc-consensus-grandpa", "serde", "serde_json", - "sp-blockchain 37.0.1", + "sp-blockchain", "sp-runtime 39.0.3", - "thiserror", -] - -[[package]] -name = "sc-sysinfo" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c00ab3d8f51c1905cc3c53cf441b9d94403c67f27968002ff7765248b0f3e6b" -dependencies = [ - "derive_more", - "futures", - "libc", - "log", - "rand", - "rand_pcg", - "regex", - "sc-telemetry 22.0.0", - "serde", - "serde_json", - "sp-core", - "sp-crypto-hashing", - "sp-io 37.0.0", - "sp-std", + "thiserror 1.0.69", ] [[package]] name = "sc-sysinfo" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2ce11152bd7a2b01713e71de71a5610067bd1b3509aa207e3d87f5ee53dd328" +checksum = "d78810e8fd4a91716eff951f2e80744a08efcc34f53446e60ca055d2cef2e0aa" dependencies = [ - "derive_more", + "derive_more 0.99.18", "futures", "libc", "log", "rand", "rand_pcg", "regex", - "sc-telemetry 24.0.0", + "sc-telemetry", "serde", "serde_json", "sp-core", @@ -16090,30 +15361,9 @@ dependencies = [ [[package]] name = "sc-telemetry" -version = "22.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1fc8e8ad7f84f2ca864ee361b6207fe21e18c8182c60f209732b2a7c0dcbd31" -dependencies = [ - "chrono", - "futures", - "libp2p", - "log", - "parking_lot 0.12.3", - "pin-project", - "rand", - "sc-network 0.42.0", - "sc-utils", - "serde", - "serde_json", - "thiserror", - "wasm-timer", -] - -[[package]] -name = "sc-telemetry" -version = "24.0.0" +version = "25.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b59589eadf05088221cc60b6d9f68f89208262ae9b1e4fb8704eefe7de48845" +checksum = "e9e28cab12625bcdb8828f9a1177b8d061972f90fda89a70c10763da50e0aaa5" dependencies = [ "chrono", "futures", @@ -16122,45 +15372,14 @@ dependencies = [ "parking_lot 0.12.3", "pin-project", "rand", - "sc-network 0.44.1", + "sc-network", "sc-utils", "serde", "serde_json", - "thiserror", + "thiserror 1.0.69", "wasm-timer", ] -[[package]] -name = "sc-tracing" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61151f2d6b7ce3d7174484414dbc4e2f64b05a144c8f0a59ea02284e6c748a19" -dependencies = [ - "ansi_term", - "chrono", - "is-terminal", - "lazy_static", - "libc", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "regex", - "rustc-hash", - "sc-client-api 35.1.0", - "sc-tracing-proc-macro", - "serde", - "sp-api 33.0.0", - "sp-blockchain 35.1.0", - "sp-core", - "sp-rpc", - "sp-runtime 38.0.0", - "sp-tracing", - "thiserror", - "tracing", - "tracing-log", - "tracing-subscriber", -] - [[package]] name = "sc-tracing" version = "37.0.1" @@ -16175,17 +15394,17 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "rustc-hash", - "sc-client-api 37.0.0", + "rustc-hash 1.1.0", + "sc-client-api", "sc-tracing-proc-macro", "serde", "sp-api 34.0.0", - "sp-blockchain 37.0.1", + "sp-blockchain", "sp-core", "sp-rpc", "sp-runtime 39.0.3", "sp-tracing", - "thiserror", + "thiserror 1.0.69", "tracing", "tracing-log", "tracing-subscriber", @@ -16197,40 +15416,12 @@ version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "151cdf86d79abf22cf2a240a7ca95041c908dbd96c2ae9a818073042aa210964" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", "syn 2.0.90", ] -[[package]] -name = "sc-transaction-pool" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "800e35d0d2f2b8e17170ec961d58756fe7891026b19d889be388b9585cb12f90" -dependencies = [ - "async-trait", - "futures", - "futures-timer", - "linked-hash-map", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-client-api 35.1.0", - "sc-transaction-pool-api 35.0.0", - "sc-utils", - "serde", - "sp-api 33.0.0", - "sp-blockchain 35.1.0", - "sp-core", - "sp-crypto-hashing", - "sp-runtime 38.0.0", - "sp-tracing", - "sp-transaction-pool 33.0.0", - "substrate-prometheus-endpoint", - "thiserror", -] - [[package]] name = "sc-transaction-pool" version = "37.0.0" @@ -16244,36 +15435,19 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "sc-client-api 37.0.0", - "sc-transaction-pool-api 37.0.0", + "sc-client-api", + "sc-transaction-pool-api", "sc-utils", "serde", "sp-api 34.0.0", - "sp-blockchain 37.0.1", + "sp-blockchain", "sp-core", "sp-crypto-hashing", "sp-runtime 39.0.3", "sp-tracing", "sp-transaction-pool 34.0.0", "substrate-prometheus-endpoint", - "thiserror", -] - -[[package]] -name = "sc-transaction-pool-api" -version = "35.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3de6f60df6706970061e225e87d77aab9a764b258fe151b896a700419bc6b9d" -dependencies = [ - "async-trait", - "futures", - "log", - "parity-scale-codec", - "serde", - "sp-blockchain 35.1.0", - "sp-core", - "sp-runtime 38.0.0", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -16287,10 +15461,10 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-blockchain 37.0.1", + "sp-blockchain", "sp-core", "sp-runtime 39.0.3", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -16325,7 +15499,7 @@ version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e98f3262c250d90e700bb802eb704e1f841e03331c2eb815e46516c4edbf5b27" dependencies = [ - "derive_more", + "derive_more 0.99.18", "parity-scale-codec", "scale-bits", "scale-type-resolver", @@ -16334,13 +15508,13 @@ dependencies = [ [[package]] name = "scale-info" -version = "2.11.3" +version = "2.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eca070c12893629e2cc820a9761bedf6ce1dcddc9852984d1dc734b8bd9bd024" +checksum = "346a3b32eba2640d17a9cb5927056b08f3de90f65b72fe09402c2ad07d684d0b" dependencies = [ "bitvec", "cfg-if", - "derive_more", + "derive_more 1.0.0", "parity-scale-codec", "scale-info-derive", "serde", @@ -16348,14 +15522,14 @@ dependencies = [ [[package]] name = "scale-info-derive" -version = "2.11.3" +version = "2.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d35494501194174bda522a32605929eefc9ecf7e0a326c26db1fdd85881eb62" +checksum = "c6630024bf739e2179b91fb424b28898baf819414262c5d376677dbff1fe7ebf" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.90", ] [[package]] @@ -16366,11 +15540,11 @@ checksum = "f0cded6518aa0bd6c1be2b88ac81bf7044992f0f154bfbabd5ad34f43512abcb" [[package]] name = "schannel" -version = "0.1.23" +version = "0.1.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" +checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -16391,7 +15565,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "844b7645371e6ecdf61ff246ba1958c29e802881a749ae3fb1993675d210d28d" dependencies = [ "arrayref", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "curve25519-dalek-ng", "merlin", "rand_core", @@ -16408,14 +15582,14 @@ checksum = "8de18f6d8ba0aad7045f5feae07ec29899c1112584a38509a84ad7b04451eaa0" dependencies = [ "aead", "arrayref", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "curve25519-dalek", "getrandom_or_panic", "merlin", "rand_core", "serde_bytes", "sha2 0.10.8", - "subtle 2.5.0", + "subtle 2.6.1", "zeroize", ] @@ -16453,7 +15627,7 @@ dependencies = [ "log", "rand", "slab", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -16467,7 +15641,7 @@ dependencies = [ "generic-array 0.14.7", "pkcs8", "serdect", - "subtle 2.5.0", + "subtle 2.6.1", "zeroize", ] @@ -16509,11 +15683,11 @@ dependencies = [ [[package]] name = "security-framework" -version = "2.11.0" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0" +checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "core-foundation", "core-foundation-sys", "libc", @@ -16523,9 +15697,9 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "2.11.0" +version = "2.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7" +checksum = "1863fd3768cd83c56a7f60faa4dc0d403f1b6df0a38c3c25f44b7894e45370d5" dependencies = [ "core-foundation-sys", "libc", @@ -16542,9 +15716,9 @@ 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", ] @@ -16580,9 +15754,9 @@ dependencies = [ ] [[package]] -name = "serde-utils" +name = "serde-hex-utils" version = "0.1.0" -source = "git+https://github.com/r0gue-io/ismp?branch=polkadot-v1.14.0#f95ee188c3b73ca3c4d6319ab85cff12fe757c4c" +source = "git+https://github.com/r0gue-io/ismp?branch=polkadot-stable2409#f8ba589e0eb8be1d9d3e12ba679fe2e1d743ba67" dependencies = [ "anyhow", "hex", @@ -16591,9 +15765,9 @@ dependencies = [ [[package]] name = "serde_bytes" -version = "0.11.14" +version = "0.11.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b8497c313fd43ab992087548117643f6fcd935cbf36f176ffda0aacf9591734" +checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a" dependencies = [ "serde", ] @@ -16634,9 +15808,9 @@ dependencies = [ [[package]] name = "serde_spanned" -version = "0.6.6" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0" +checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" dependencies = [ "serde", ] @@ -16655,15 +15829,15 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.9.0" +version = "3.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69cecfa94848272156ea67b2b1a53f20fc7bc638c4a46d2f8abde08f05f4b857" +checksum = "8e28bdad6db2b8340e449f7108f020b3b092e8583a9e3fb82713e1d4e71fe817" dependencies = [ "base64 0.22.1", "chrono", "hex", "indexmap 1.9.3", - "indexmap 2.2.6", + "indexmap 2.7.0", "serde", "serde_derive", "serde_json", @@ -16801,7 +15975,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd" dependencies = [ "libc", - "mio", + "mio 0.8.11", "signal-hook", ] @@ -16826,9 +16000,9 @@ dependencies = [ [[package]] name = "simba" -version = "0.8.1" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "061507c94fc6ab4ba1c9a0305018408e312e17c041eb63bef8aa726fa33aceae" +checksum = "b3a386a501cd104797982c15ae17aafe8b9261315b5d07e3ec803f2ea26be0fa" dependencies = [ "approx", "num-complex", @@ -16843,7 +16017,7 @@ version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cae9a3fcdadafb6d97f4c0e007e4247b114ee0f119f650c3cbf3a8b3a1479694" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", ] [[package]] @@ -16882,7 +16056,7 @@ dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] @@ -16936,7 +16110,7 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0bb30cf57b7b5f6109ce17c3164445e2d6f270af2cb48f6e4d31c2967c9a9f5" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "async-lock 2.8.0", "atomic-take", "base64 0.21.7", @@ -16945,7 +16119,7 @@ dependencies = [ "bs58 0.5.1", "chacha20", "crossbeam-queue", - "derive_more", + "derive_more 0.99.18", "ed25519-zebra", "either", "event-listener 2.5.3", @@ -16994,7 +16168,7 @@ dependencies = [ "async-lock 2.8.0", "base64 0.21.7", "blake2-rfc", - "derive_more", + "derive_more 0.99.18", "either", "event-listener 2.5.3", "fnv", @@ -17040,7 +16214,7 @@ dependencies = [ "ring 0.17.8", "rustc_version", "sha2 0.10.8", - "subtle 2.5.0", + "subtle 2.6.1", ] [[package]] @@ -17060,17 +16234,40 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a0ad61e3ab1c48d4c8060c7ef8571c5b6007df26687e8dbfdb6c857d840cfd2c" dependencies = [ "byte-slice-cast", - "frame-support 36.0.0", + "frame-support 36.0.1", "hex", "parity-scale-codec", "rlp", "scale-info", "serde", - "snowbridge-ethereum", + "snowbridge-ethereum 0.8.0", "snowbridge-milagro-bls", "sp-core", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", + "sp-std", + "ssz_rs", + "ssz_rs_derive", +] + +[[package]] +name = "snowbridge-beacon-primitives" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "10bd720997e558beb556d354238fa90781deb38241cf31c1b6368738ef21c279" +dependencies = [ + "byte-slice-cast", + "frame-support 38.0.0", + "hex", + "parity-scale-codec", + "rlp", + "scale-info", + "serde", + "snowbridge-ethereum 0.9.0", + "snowbridge-milagro-bls", + "sp-core", + "sp-io 38.0.0", + "sp-runtime 39.0.3", "sp-std", "ssz_rs", "ssz_rs_derive", @@ -17083,23 +16280,47 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "668cd71582305168ed51cb0357a4b4ea814c68c7db3898a9ba4d492f712c54e1" dependencies = [ "ethabi-decode", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", - "hex-literal 0.4.1", + "hex-literal", "parity-scale-codec", "polkadot-parachain-primitives 13.0.0", "scale-info", "serde", - "snowbridge-beacon-primitives", + "snowbridge-beacon-primitives 0.8.0", "sp-arithmetic", "sp-core", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", "staging-xcm", "staging-xcm-builder 15.0.0", ] +[[package]] +name = "snowbridge-core" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6be61e4db95d1e253a1d5e722953b2d2f6605e5f9761f0a919e5d3fbdbff9da9" +dependencies = [ + "ethabi-decode", + "frame-support 38.0.0", + "frame-system 38.0.0", + "hex-literal", + "parity-scale-codec", + "polkadot-parachain-primitives 14.0.0", + "scale-info", + "serde", + "snowbridge-beacon-primitives 0.10.0", + "sp-arithmetic", + "sp-core", + "sp-io 38.0.0", + "sp-runtime 39.0.3", + "sp-std", + "staging-xcm", + "staging-xcm-builder 17.0.1", +] + [[package]] name = "snowbridge-ethereum" version = "0.8.0" @@ -17109,7 +16330,7 @@ dependencies = [ "ethabi-decode", "ethbloom", "ethereum-types", - "hex-literal 0.4.1", + "hex-literal", "parity-bytes", "parity-scale-codec", "rlp", @@ -17117,7 +16338,28 @@ dependencies = [ "serde", "serde-big-array", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", + "sp-std", +] + +[[package]] +name = "snowbridge-ethereum" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc3d6d549c57df27cf89ec852f932fa4008eea877a6911a87e03e8002104eabd" +dependencies = [ + "ethabi-decode", + "ethbloom", + "ethereum-types", + "hex-literal", + "parity-bytes", + "parity-scale-codec", + "rlp", + "scale-info", + "serde", + "serde-big-array", + "sp-io 38.0.0", + "sp-runtime 39.0.3", "sp-std", ] @@ -17142,18 +16384,38 @@ version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e8e6707ced1308d763117bfe68f85e3f22fcdca7987b32e438c0485570f6ac7" dependencies = [ - "frame-support 36.0.0", - "hex-literal 0.4.1", + "frame-support 36.0.1", + "hex-literal", "log", "parity-scale-codec", "scale-info", - "snowbridge-core", + "snowbridge-core 0.8.0", "sp-core", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", + "sp-std", + "staging-xcm", + "staging-xcm-executor 15.0.0", +] + +[[package]] +name = "snowbridge-router-primitives" +version = "0.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "025f1e6805753821b1db539369f1fb183fd59fd5df7023f7633a4c0cfd3e62f9" +dependencies = [ + "frame-support 38.0.0", + "hex-literal", + "log", + "parity-scale-codec", + "scale-info", + "snowbridge-core 0.10.0", + "sp-core", + "sp-io 38.0.0", + "sp-runtime 39.0.3", "sp-std", "staging-xcm", - "staging-xcm-executor 15.0.0", + "staging-xcm-executor 17.0.0", ] [[package]] @@ -17168,9 +16430,9 @@ dependencies = [ [[package]] name = "socket2" -version = "0.5.7" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" +checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8" dependencies = [ "libc", "windows-sys 0.52.0", @@ -17193,14 +16455,14 @@ dependencies = [ [[package]] name = "soketto" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37468c595637c10857701c990f93a40ce0e357cedb0953d1c26c8d8027f9bb53" +checksum = "2e859df029d160cb88608f5d7df7fb4753fd20fdfb4de5644f3d8b8440841721" dependencies = [ "base64 0.22.1", "bytes", "futures", - "http 1.1.0", + "http 1.2.0", "httparse", "log", "rand", @@ -17221,13 +16483,13 @@ dependencies = [ "sp-core", "sp-externalities", "sp-metadata-ir", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-runtime-interface", "sp-state-machine 0.42.0", "sp-std", "sp-trie 36.0.0", "sp-version 36.0.0", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -17250,7 +16512,7 @@ dependencies = [ "sp-state-machine 0.43.0", "sp-trie 37.0.0", "sp-version 37.0.0", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -17262,7 +16524,7 @@ dependencies = [ "Inflector", "blake2 0.10.6", "expander", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", "syn 2.0.90", @@ -17321,7 +16583,7 @@ dependencies = [ "scale-info", "sp-api 33.0.0", "sp-application-crypto 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", ] [[package]] @@ -17345,7 +16607,7 @@ checksum = "2cf199dc4f9f77abd3fd91c409759118159ce6ffcd8bc90b229b684ccc8c981f" dependencies = [ "sp-api 33.0.0", "sp-inherents 33.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", ] [[package]] @@ -17359,25 +16621,6 @@ dependencies = [ "sp-runtime 39.0.3", ] -[[package]] -name = "sp-blockchain" -version = "35.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f27eb18b6ddf7d663f4886f7edba3eb73bd102d68cf10802c1f862e3b3db32ab" -dependencies = [ - "futures", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "schnellru", - "sp-api 33.0.0", - "sp-consensus 0.39.1", - "sp-database", - "sp-runtime 38.0.0", - "sp-state-machine 0.42.0", - "thiserror", -] - [[package]] name = "sp-blockchain" version = "37.0.1" @@ -17389,31 +16632,15 @@ dependencies = [ "parking_lot 0.12.3", "schnellru", "sp-api 34.0.0", - "sp-consensus 0.40.0", + "sp-consensus", "sp-core", "sp-database", "sp-runtime 39.0.3", "sp-state-machine 0.43.0", - "thiserror", + "thiserror 1.0.69", "tracing", ] -[[package]] -name = "sp-consensus" -version = "0.39.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab094e8a7e9e5c7f05f8d90592aa1d1cf9b3f547d0dd401daff7ed98af942e12" -dependencies = [ - "async-trait", - "futures", - "log", - "sp-core", - "sp-inherents 33.0.0", - "sp-runtime 38.0.0", - "sp-state-machine 0.42.0", - "thiserror", -] - [[package]] name = "sp-consensus" version = "0.40.0" @@ -17427,7 +16654,7 @@ dependencies = [ "sp-inherents 34.0.0", "sp-runtime 39.0.3", "sp-state-machine 0.43.0", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -17443,7 +16670,7 @@ dependencies = [ "sp-application-crypto 37.0.0", "sp-consensus-slots 0.39.0", "sp-inherents 33.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-timestamp 33.0.0", ] @@ -17479,7 +16706,7 @@ dependencies = [ "sp-consensus-slots 0.39.0", "sp-core", "sp-inherents 33.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-timestamp 33.0.0", ] @@ -17519,8 +16746,8 @@ dependencies = [ "sp-io 37.0.0", "sp-keystore", "sp-mmr-primitives 33.0.0", - "sp-runtime 38.0.0", - "strum 0.26.2", + "sp-runtime 38.0.1", + "strum 0.26.3", ] [[package]] @@ -17542,7 +16769,7 @@ dependencies = [ "sp-mmr-primitives 34.1.0", "sp-runtime 39.0.3", "sp-weights", - "strum 0.26.2", + "strum 0.26.3", ] [[package]] @@ -17560,7 +16787,7 @@ dependencies = [ "sp-application-crypto 37.0.0", "sp-core", "sp-keystore", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", ] [[package]] @@ -17646,7 +16873,7 @@ dependencies = [ "sp-storage", "ss58-registry", "substrate-bip39", - "thiserror", + "thiserror 1.0.69", "tracing", "w3f-bls", "zeroize", @@ -17719,7 +16946,7 @@ dependencies = [ "scale-info", "serde_json", "sp-api 33.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", ] [[package]] @@ -17745,8 +16972,8 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 38.0.0", - "thiserror", + "sp-runtime 38.0.1", + "thiserror 1.0.69", ] [[package]] @@ -17760,7 +16987,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime 39.0.3", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -17824,8 +17051,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b03536e1ff3ec2bd8181eeaa26c0d682ebdcbd01548a055cf591077188b8c3f0" dependencies = [ "sp-core", - "sp-runtime 38.0.0", - "strum 0.26.2", + "sp-runtime 38.0.1", + "strum 0.26.3", ] [[package]] @@ -17836,7 +17063,7 @@ checksum = "7c0e20624277f578b27f44ecfbe2ebc2e908488511ee2c900c5281599f700ab3" dependencies = [ "sp-core", "sp-runtime 39.0.3", - "strum 0.26.2", + "strum 0.26.3", ] [[package]] @@ -17857,7 +17084,7 @@ version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0c768c11afbe698a090386876911da4236af199cd38a5866748df4d8628aeff" dependencies = [ - "thiserror", + "thiserror 1.0.69", "zstd 0.12.4", ] @@ -17872,18 +17099,6 @@ dependencies = [ "scale-info", ] -[[package]] -name = "sp-mixnet" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f65a570519da820ce3dc35053497a65f9fbd3f5a7dc81fa03078ca263e9311e" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 33.0.0", - "sp-application-crypto 37.0.0", -] - [[package]] name = "sp-mixnet" version = "0.12.0" @@ -17910,8 +17125,8 @@ dependencies = [ "sp-api 33.0.0", "sp-core", "sp-debug-derive", - "sp-runtime 38.0.0", - "thiserror", + "sp-runtime 38.0.1", + "thiserror 1.0.69", ] [[package]] @@ -17929,7 +17144,7 @@ dependencies = [ "sp-core", "sp-debug-derive", "sp-runtime 39.0.3", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -17943,7 +17158,7 @@ dependencies = [ "serde", "sp-arithmetic", "sp-core", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", ] [[package]] @@ -17968,7 +17183,7 @@ checksum = "cbe721c367760bddf10fcfa24fb48edd64c442f71db971f043c8ac73f51aa6e9" dependencies = [ "sp-api 33.0.0", "sp-core", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", ] [[package]] @@ -17999,16 +17214,16 @@ version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "45458f0955870a92b3969098d4f1f4e9b55b4282d9f1dc112a51bb5bb6584900" dependencies = [ - "rustc-hash", + "rustc-hash 1.1.0", "serde", "sp-core", ] [[package]] name = "sp-runtime" -version = "38.0.0" +version = "38.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89ef409c414546b655ec1e94aaea178e4a97e21284a91b24c762aebf836d3b49" +checksum = "5273900f0b0bef48b2e1ff9c4fb5e188b8168ee5891418a427f4be2af92ee40f" dependencies = [ "docify", "either", @@ -18028,6 +17243,7 @@ dependencies = [ "sp-io 37.0.0", "sp-std", "sp-weights", + "tracing", ] [[package]] @@ -18085,7 +17301,7 @@ checksum = "0195f32c628fee3ce1dfbbf2e7e52a30ea85f3589da9fe62a8b816d70fc06294" dependencies = [ "Inflector", "expander", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", "syn 2.0.90", @@ -18102,15 +17318,15 @@ dependencies = [ "sp-api 33.0.0", "sp-core", "sp-keystore", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-staking 33.0.0", ] [[package]] name = "sp-session" -version = "35.0.0" +version = "36.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d04fcd2d1270038be94d00103e8e95f7fbab9075dcc78096b91d8931ee970d73" +checksum = "00a3a307fedc423fb8cd2a7726a3bbb99014f1b4b52f26153993e2aae3338fe6" dependencies = [ "parity-scale-codec", "scale-info", @@ -18118,7 +17334,7 @@ dependencies = [ "sp-core", "sp-keystore", "sp-runtime 39.0.3", - "sp-staking 34.0.0", + "sp-staking 36.0.0", ] [[package]] @@ -18132,7 +17348,7 @@ dependencies = [ "scale-info", "serde", "sp-core", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", ] [[package]] @@ -18149,6 +17365,20 @@ dependencies = [ "sp-runtime 39.0.3", ] +[[package]] +name = "sp-staking" +version = "36.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2a73eedb4b85f4cd420d31764827546aa22f82ce1646d0fd258993d051de7a90" +dependencies = [ + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-runtime 39.0.3", +] + [[package]] name = "sp-state-machine" version = "0.42.0" @@ -18165,7 +17395,7 @@ dependencies = [ "sp-externalities", "sp-panic-handler", "sp-trie 36.0.0", - "thiserror", + "thiserror 1.0.69", "tracing", "trie-db", ] @@ -18186,36 +17416,11 @@ dependencies = [ "sp-externalities", "sp-panic-handler", "sp-trie 37.0.0", - "thiserror", + "thiserror 1.0.69", "tracing", "trie-db", ] -[[package]] -name = "sp-statement-store" -version = "17.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b03aa86b1b46549889d32348bc85a8135c725665115567507231a6d85712aaac" -dependencies = [ - "aes-gcm", - "curve25519-dalek", - "ed25519-dalek", - "hkdf", - "parity-scale-codec", - "rand", - "scale-info", - "sha2 0.10.8", - "sp-api 33.0.0", - "sp-application-crypto 37.0.0", - "sp-core", - "sp-crypto-hashing", - "sp-externalities", - "sp-runtime 38.0.0", - "sp-runtime-interface", - "thiserror", - "x25519-dalek", -] - [[package]] name = "sp-statement-store" version = "18.0.0" @@ -18237,7 +17442,7 @@ dependencies = [ "sp-externalities", "sp-runtime 39.0.3", "sp-runtime-interface", - "thiserror", + "thiserror 1.0.69", "x25519-dalek", ] @@ -18269,8 +17474,8 @@ dependencies = [ "async-trait", "parity-scale-codec", "sp-inherents 33.0.0", - "sp-runtime 38.0.0", - "thiserror", + "sp-runtime 38.0.1", + "thiserror 1.0.69", ] [[package]] @@ -18283,7 +17488,7 @@ dependencies = [ "parity-scale-codec", "sp-inherents 34.0.0", "sp-runtime 39.0.3", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -18305,7 +17510,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a3c9d1604aadc15b70e95f4388d0b1aa380215520b7ddfd372531a6d8262269c" dependencies = [ "sp-api 33.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", ] [[package]] @@ -18318,21 +17523,6 @@ dependencies = [ "sp-runtime 39.0.3", ] -[[package]] -name = "sp-transaction-storage-proof" -version = "33.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b5a891cb913015bb99401e372255193cc3848c6fe5c2f6fe2383ef9588cb190" -dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-inherents 33.0.0", - "sp-runtime 38.0.0", - "sp-trie 36.0.0", -] - [[package]] name = "sp-transaction-storage-proof" version = "34.0.0" @@ -18366,7 +17556,7 @@ dependencies = [ "schnellru", "sp-core", "sp-externalities", - "thiserror", + "thiserror 1.0.69", "tracing", "trie-db", "trie-root", @@ -18390,7 +17580,7 @@ dependencies = [ "schnellru", "sp-core", "sp-externalities", - "thiserror", + "thiserror 1.0.69", "tracing", "trie-db", "trie-root", @@ -18408,10 +17598,10 @@ dependencies = [ "scale-info", "serde", "sp-crypto-hashing-proc-macro", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", "sp-version-proc-macro", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -18429,7 +17619,7 @@ dependencies = [ "sp-runtime 39.0.3", "sp-std", "sp-version-proc-macro", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -18505,9 +17695,9 @@ dependencies = [ [[package]] name = "ss58-registry" -version = "1.47.0" +version = "1.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4743ce898933fbff7bbf414f497c459a782d496269644b3d650a398ae6a487ba" +checksum = "19409f13998e55816d1c728395af0b52ec066206341d939e22e7766df9b494b8" dependencies = [ "Inflector", "num-format", @@ -18554,23 +17744,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cd00d586b0dac4f42736bdd0ad52213a891b240e011ea82b38938263dd821c25" dependencies = [ "cumulus-primitives-core 0.14.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "parity-scale-codec", "scale-info", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", ] [[package]] name = "staging-parachain-info" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e65e4397580154b0f6760350f51a97afa2ecabcbb3cc133a5116940c1b36a6a" +checksum = "d28266dfddbfff721d70ad2f873380845b569adfab32f257cf97d9cedd894b68" dependencies = [ - "cumulus-primitives-core 0.15.0", - "frame-support 37.0.1", - "frame-system 37.1.0", + "cumulus-primitives-core 0.16.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "parity-scale-codec", "scale-info", "sp-runtime 39.0.3", @@ -18578,9 +17768,9 @@ dependencies = [ [[package]] name = "staging-xcm" -version = "14.1.0" +version = "14.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2b7b5f531c6bf9629514ef8e5fda0e9e80dd84516957f710940d0e01d3fb36c" +checksum = "96bee7cd999e9cdf10f8db72342070d456e21e82a0f5962ff3b87edbd5f2b20e" dependencies = [ "array-bytes", "bounded-collections", @@ -18591,6 +17781,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", + "sp-runtime 39.0.3", "sp-weights", "xcm-procedural", ] @@ -18601,7 +17792,7 @@ version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "847fa2afe1bed2751eaabf7b91fa4043037947f17653d7cc59ea202cc44c6bb8" dependencies = [ - "frame-support 36.0.0", + "frame-support 36.0.1", "frame-system 36.1.0", "impl-trait-for-tuples", "log", @@ -18611,7 +17802,7 @@ dependencies = [ "scale-info", "sp-arithmetic", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", "sp-weights", "staging-xcm", @@ -18620,15 +17811,16 @@ dependencies = [ [[package]] name = "staging-xcm-builder" -version = "16.0.3" +version = "17.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96a08849a23197b1b54ea46290c4984bfd6ad0ff9c962682f11ff810a6dbf50f" +checksum = "a3746adbbae27b1e6763f0cca622e15482ebcb94835a9e078c212dd7be896e35" dependencies = [ - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "impl-trait-for-tuples", "log", - "pallet-transaction-payment 37.0.1", + "pallet-asset-conversion 20.0.0", + "pallet-transaction-payment 38.0.0", "parity-scale-codec", "polkadot-parachain-primitives 14.0.0", "scale-info", @@ -18637,7 +17829,7 @@ dependencies = [ "sp-runtime 39.0.3", "sp-weights", "staging-xcm", - "staging-xcm-executor 16.0.0", + "staging-xcm-executor 17.0.0", ] [[package]] @@ -18648,7 +17840,7 @@ checksum = "26b98d8219449eaf02e71a7edf1a14b14d4c713dd01d9df66fde1ce30dba4d6d" dependencies = [ "environmental", "frame-benchmarking 36.0.0", - "frame-support 36.0.0", + "frame-support 36.0.1", "impl-trait-for-tuples", "log", "parity-scale-codec", @@ -18656,7 +17848,7 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-io 37.0.0", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", "sp-weights", "staging-xcm", @@ -18664,13 +17856,13 @@ dependencies = [ [[package]] name = "staging-xcm-executor" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6f6e90f1605540994f0186eaa713f1d636d3afc34cf0887b01b880921c845fc" +checksum = "79dd0c5332a5318e58f0300b20768b71cf9427c906f94a743c9dc7c3ee9e7fa9" dependencies = [ "environmental", - "frame-benchmarking 37.0.0", - "frame-support 37.0.1", + "frame-benchmarking 38.0.0", + "frame-support 38.0.0", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", @@ -18706,9 +17898,9 @@ dependencies = [ [[package]] name = "static_init_macro" -version = "1.0.2" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf" +checksum = "1389c88ddd739ec6d3f8f83343764a0e944cd23cfbf126a9796a714b0b6edd6f" dependencies = [ "cfg_aliases", "memchr", @@ -18725,7 +17917,7 @@ checksum = "6706347e49b13373f7ddfafad47df7583ed52083d6fc8a594eb2c80497ef959d" dependencies = [ "combine", "crc", - "fastrand 2.1.0", + "fastrand 2.3.0", "hmac 0.12.1", "once_cell", "openssl", @@ -18733,7 +17925,7 @@ dependencies = [ "sctp-proto", "serde", "sha-1 0.10.1", - "thiserror", + "thiserror 1.0.69", "tracing", ] @@ -18762,9 +17954,9 @@ checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" [[package]] name = "strum" -version = "0.26.2" +version = "0.26.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29" +checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" dependencies = [ "strum_macros 0.26.4", ] @@ -18816,9 +18008,9 @@ checksum = "b285e7d183a32732fdc119f3d81b7915790191fad602b7c709ef247073c77a2e" [[package]] name = "substrate-frame-rpc-system" -version = "38.0.0" +version = "39.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdf4468637471dd481811d0d1ffaf8e8a98165d9ad6b586bfb2911ca1cb081f5" +checksum = "d071d325decc80d906afd957ee83673d1cbd27b7b421a7f1c9f6132a437e17fd" dependencies = [ "docify", "frame-system-rpc-runtime-api 34.0.0", @@ -18826,11 +18018,11 @@ dependencies = [ "jsonrpsee", "log", "parity-scale-codec", - "sc-rpc-api 0.43.0", - "sc-transaction-pool-api 37.0.0", + "sc-rpc-api", + "sc-transaction-pool-api", "sp-api 34.0.0", "sp-block-builder 34.0.0", - "sp-blockchain 37.0.1", + "sp-blockchain", "sp-core", "sp-runtime 39.0.3", ] @@ -18841,19 +18033,19 @@ version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0d8fe06b03b8a291c09507c42f92a2c2c10dd3d62975d02c7f64a92d87bfe09b" dependencies = [ - "hyper 0.14.29", + "hyper 0.14.32", "log", "prometheus", - "thiserror", + "thiserror 1.0.69", "tokio", ] [[package]] name = "substrate-state-machine" -version = "1.15.0" -source = "git+https://github.com/r0gue-io/ismp?branch=polkadot-v1.14.0#f95ee188c3b73ca3c4d6319ab85cff12fe757c4c" +version = "1.15.3" +source = "git+https://github.com/r0gue-io/ismp?branch=polkadot-stable2409#f8ba589e0eb8be1d9d3e12ba679fe2e1d743ba67" dependencies = [ - "frame-support 36.0.0", + "frame-support 38.0.0", "hash-db", "ismp", "pallet-ismp", @@ -18861,21 +18053,22 @@ dependencies = [ "primitive-types", "scale-info", "serde", - "sp-consensus-aura 0.39.0", - "sp-runtime 38.0.0", - "sp-trie 36.0.0", + "sp-consensus-aura 0.40.0", + "sp-consensus-babe 0.40.0", + "sp-runtime 39.0.3", + "sp-trie 37.0.0", ] [[package]] name = "substrate-state-trie-migration-rpc" -version = "37.0.0" +version = "38.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5befa8817599e4c2bb499e4361879f5ac7832bb9e264e508f80f86fb5f40ed87" +checksum = "26c01d7d5bab5b2c1c3ad29858646664ecba13d0e5ed3bcc2923571d49a88cec" dependencies = [ "jsonrpsee", "parity-scale-codec", - "sc-client-api 37.0.0", - "sc-rpc-api 0.43.0", + "sc-client-api", + "sc-rpc-api", "serde", "sp-core", "sp-runtime 39.0.3", @@ -18897,9 +18090,9 @@ dependencies = [ "parity-wasm", "polkavm-linker", "sp-maybe-compressed-blob", - "strum 0.26.2", + "strum 0.26.3", "tempfile", - "toml 0.8.14", + "toml 0.8.19", "walkdir", "wasm-opt", ] @@ -18921,15 +18114,15 @@ dependencies = [ "parity-scale-codec", "parity-wasm", "polkavm-linker", - "sc-executor 0.40.1", + "sc-executor", "sp-core", "sp-io 38.0.0", "sp-maybe-compressed-blob", "sp-tracing", "sp-version 37.0.0", - "strum 0.26.2", + "strum 0.26.3", "tempfile", - "toml 0.8.14", + "toml 0.8.19", "walkdir", "wasm-opt", ] @@ -18942,9 +18135,9 @@ checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" [[package]] name = "subtle" -version = "2.5.0" +version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" +checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "subtle-ng" @@ -18999,20 +18192,20 @@ dependencies = [ [[package]] name = "system-configuration" -version = "0.5.1" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" +checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.6.0", "core-foundation", "system-configuration-sys", ] [[package]] name = "system-configuration-sys" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" +checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" dependencies = [ "core-foundation-sys", "libc", @@ -19023,14 +18216,14 @@ name = "system-parachains-constants" version = "1.0.0" source = "git+https://github.com/paseo-network/runtimes/?tag=v1.3.3#871469acf97f0f233d0d50ebf80b414305a5c055" dependencies = [ - "frame-support 36.0.0", + "frame-support 36.0.1", "parachains-common 15.0.0", "paseo-runtime-constants", "polkadot-core-primitives 14.0.0", "polkadot-primitives 14.0.0", "smallvec", "sp-core", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", "staging-xcm", ] @@ -19040,7 +18233,7 @@ name = "system-parachains-constants" version = "1.0.0" source = "git+https://github.com/polkadot-fellows/runtimes?tag=v1.3.3#55bd514d60311b67cb11400a545cb64ce7a87c0e" dependencies = [ - "frame-support 36.0.0", + "frame-support 36.0.1", "kusama-runtime-constants", "parachains-common 15.0.0", "polkadot-core-primitives 14.0.0", @@ -19048,7 +18241,7 @@ dependencies = [ "polkadot-runtime-constants", "smallvec", "sp-core", - "sp-runtime 38.0.0", + "sp-runtime 38.0.1", "sp-std", "staging-xcm", ] @@ -19061,20 +18254,21 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "target-lexicon" -version = "0.12.14" +version = "0.12.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" +checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "tempfile" -version = "3.10.1" +version = "3.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" +checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" dependencies = [ "cfg-if", - "fastrand 2.1.0", - "rustix 0.38.34", - "windows-sys 0.52.0", + "fastrand 2.3.0", + "once_cell", + "rustix 0.38.42", + "windows-sys 0.59.0", ] [[package]] @@ -19098,12 +18292,12 @@ dependencies = [ [[package]] name = "terminal_size" -version = "0.3.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" +checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9" dependencies = [ - "rustix 0.38.34", - "windows-sys 0.48.0", + "rustix 0.38.42", + "windows-sys 0.59.0", ] [[package]] @@ -19114,12 +18308,12 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "testnet-parachains-constants" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a490d09ae09f5d4f2044dc2bf8536d5a0e1d091d4603dbcd6f935d133f109a2" +checksum = "94bceae6f7c89d47daff6c7e05f712551a01379f61b07d494661941144878589" dependencies = [ - "cumulus-primitives-core 0.15.0", - "frame-support 37.0.1", + "cumulus-primitives-core 0.16.0", + "frame-support 38.0.0", "polkadot-core-primitives 15.0.0", "rococo-runtime-constants", "smallvec", @@ -19130,11 +18324,20 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.61" +version = "1.0.69" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" +dependencies = [ + "thiserror-impl 1.0.69", +] + +[[package]] +name = "thiserror" +version = "2.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" +checksum = "08f5383f3e0071702bf93ab5ee99b52d26936be9dedd9413067cbdcddcb6141a" dependencies = [ - "thiserror-impl", + "thiserror-impl 2.0.8", ] [[package]] @@ -19159,9 +18362,20 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "1.0.61" +version = "1.0.69" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.90", +] + +[[package]] +name = "thiserror-impl" +version = "2.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" +checksum = "f2f357fcec90b3caef6623a099691be676d033b40a058ac95d2a6ade6fa0c943" dependencies = [ "proc-macro2", "quote", @@ -19229,9 +18443,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", @@ -19250,9 +18464,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", @@ -19279,9 +18493,9 @@ dependencies = [ [[package]] name = "tinyvec" -version = "1.6.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" +checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" dependencies = [ "tinyvec_macros", ] @@ -19294,28 +18508,27 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.38.0" +version = "1.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" +checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" dependencies = [ "backtrace", "bytes", "libc", - "mio", - "num_cpus", + "mio 1.0.3", "parking_lot 0.12.3", "pin-project-lite", "signal-hook-registry", - "socket2 0.5.7", + "socket2 0.5.8", "tokio-macros", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] name = "tokio-macros" -version = "2.3.0" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a" +checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" dependencies = [ "proc-macro2", "quote", @@ -19334,20 +18547,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.10", - "rustls-pki-types", + "rustls 0.23.20", "tokio", ] [[package]] name = "tokio-stream" -version = "0.1.15" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" +checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" dependencies = [ "futures-core", "pin-project-lite", @@ -19372,9 +18584,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.11" +version = "0.7.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" +checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078" dependencies = [ "bytes", "futures-core", @@ -19395,47 +18607,36 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.14" +version = "0.8.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335" +checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.22.14", + "toml_edit", ] [[package]] name = "toml_datetime" -version = "0.6.6" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf" +checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" dependencies = [ "serde", ] [[package]] name = "toml_edit" -version = "0.21.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" -dependencies = [ - "indexmap 2.2.6", - "toml_datetime", - "winnow 0.5.40", -] - -[[package]] -name = "toml_edit" -version = "0.22.14" +version = "0.22.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38" +checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" dependencies = [ - "indexmap 2.2.6", + "indexmap 2.7.0", "serde", "serde_spanned", "toml_datetime", - "winnow 0.6.13", + "winnow", ] [[package]] @@ -19448,7 +18649,6 @@ dependencies = [ "futures-util", "pin-project", "pin-project-lite", - "tokio", "tower-layer", "tower-service", "tracing", @@ -19460,9 +18660,9 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "bytes", - "http 1.1.0", + "http 1.2.0", "http-body 1.0.1", "http-body-util", "pin-project-lite", @@ -19472,21 +18672,21 @@ dependencies = [ [[package]] name = "tower-layer" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" +checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" [[package]] name = "tower-service" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" +checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracing" -version = "0.1.40" +version = "0.1.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" +checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" dependencies = [ "log", "pin-project-lite", @@ -19496,9 +18696,9 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.27" +version = "0.1.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" +checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" dependencies = [ "proc-macro2", "quote", @@ -19507,9 +18707,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.32" +version = "0.1.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" +checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" dependencies = [ "once_cell", "valuable", @@ -19527,24 +18727,12 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "14.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d07f52b2b1a1c1c21094bd0b6fdcf1b7dbe785b937b30e82dba688d55d988efb" -dependencies = [ - "coarsetime", - "polkadot-primitives 14.0.0", - "tracing", - "tracing-gum-proc-macro", -] - -[[package]] -name = "tracing-gum" -version = "15.0.0" +version = "16.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef628f1f640ec158696301646e34ed05f6b9770bd8d11fda03278e4aae2203ba" +checksum = "2a80e44b21df8263a676ddd28eb4ee4499d7e06778dbd9f5af4682c49f46c551" dependencies = [ "coarsetime", - "polkadot-primitives 15.0.0", + "polkadot-primitives 16.0.0", "tracing", "tracing-gum-proc-macro", ] @@ -19556,7 +18744,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f074568687ffdfd0adb6005aa8d1d96840197f2c159f80471285f08694cf0ce" dependencies = [ "expander", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", "syn 2.0.90", @@ -19575,9 +18763,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.18" +version = "0.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" +checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" dependencies = [ "matchers", "nu-ansi-term", @@ -19633,7 +18821,7 @@ dependencies = [ "rand", "smallvec", "socket2 0.4.10", - "thiserror", + "thiserror 1.0.69", "tinyvec", "tokio", "tracing", @@ -19649,7 +18837,7 @@ dependencies = [ "async-trait", "cfg-if", "data-encoding", - "enum-as-inner 0.6.0", + "enum-as-inner 0.6.1", "futures-channel", "futures-io", "futures-util", @@ -19658,7 +18846,7 @@ dependencies = [ "once_cell", "rand", "smallvec", - "thiserror", + "thiserror 1.0.69", "tinyvec", "tokio", "tracing", @@ -19680,7 +18868,7 @@ dependencies = [ "rand", "resolv-conf", "smallvec", - "thiserror", + "thiserror 1.0.69", "tokio", "tracing", "trust-dns-proto 0.23.2", @@ -19713,7 +18901,7 @@ dependencies = [ "rand", "rustls 0.21.12", "sha1", - "thiserror", + "thiserror 1.0.69", "url", "utf-8", ] @@ -19744,9 +18932,9 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "ucd-trie" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" +checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" [[package]] name = "uint" @@ -19762,15 +18950,15 @@ dependencies = [ [[package]] name = "unicode-bidi" -version = "0.3.15" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" +checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" [[package]] name = "unicode-ident" -version = "1.0.12" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" +checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" [[package]] name = "unicode-normalization" @@ -19783,15 +18971,21 @@ dependencies = [ [[package]] name = "unicode-width" -version = "0.1.13" +version = "0.1.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" + +[[package]] +name = "unicode-width" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" +checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" [[package]] name = "unicode-xid" -version = "0.2.4" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" +checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" [[package]] name = "universal-hash" @@ -19800,7 +18994,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" dependencies = [ "crypto-common", - "subtle 2.5.0", + "subtle 2.6.1", ] [[package]] @@ -19839,12 +19033,12 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "url" -version = "2.5.1" +version = "2.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7c25da092f0a868cdf09e8674cd3b7ef3a7d92a24253e663a2fb85e2496de56" +checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" dependencies = [ "form_urlencoded", - "idna 1.0.0", + "idna 1.0.3", "percent-encoding", "serde", ] @@ -19897,9 +19091,9 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "version_check" -version = "0.9.4" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" +checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "void" @@ -19909,9 +19103,9 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[package]] name = "w3f-bls" -version = "0.1.4" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c5da5fa2c6afa2c9158eaa7cd9aee249765eb32b5fb0c63ad8b9e79336a47ec" +checksum = "70a3028804c8bbae2a97a15b71ffc0e308c4b01a520994aafa77d56e94e19024" dependencies = [ "ark-bls12-377", "ark-bls12-381", @@ -19927,7 +19121,7 @@ dependencies = [ "rand_core", "sha2 0.10.8", "sha3", - "thiserror", + "thiserror 1.0.69", "zeroize", ] @@ -19973,23 +19167,23 @@ dependencies = [ [[package]] name = "wasm-bindgen" -version = "0.2.92" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" +checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396" dependencies = [ "cfg-if", + "once_cell", "wasm-bindgen-macro", ] [[package]] name = "wasm-bindgen-backend" -version = "0.2.92" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" +checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79" dependencies = [ "bumpalo", "log", - "once_cell", "proc-macro2", "quote", "syn 2.0.90", @@ -19998,21 +19192,22 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.42" +version = "0.4.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" +checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2" dependencies = [ "cfg-if", "js-sys", + "once_cell", "wasm-bindgen", "web-sys", ] [[package]] name = "wasm-bindgen-macro" -version = "0.2.92" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" +checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -20020,9 +19215,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.92" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" +checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2" dependencies = [ "proc-macro2", "quote", @@ -20033,9 +19228,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.92" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" +checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6" [[package]] name = "wasm-instrument" @@ -20057,7 +19252,7 @@ dependencies = [ "strum 0.24.1", "strum_macros 0.24.3", "tempfile", - "thiserror", + "thiserror 1.0.69", "wasm-opt-cxx-sys", "wasm-opt-sys", ] @@ -20120,7 +19315,7 @@ version = "0.32.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "50386c99b9c32bd2ed71a55b6dd4040af2580530fae8bdb9a6576571a80d0cca" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "multi-stash", "num-derive", "num-traits", @@ -20264,7 +19459,7 @@ dependencies = [ "log", "object 0.30.4", "target-lexicon", - "thiserror", + "thiserror 1.0.69", "wasmparser", "wasmtime-cranelift-shared", "wasmtime-environ", @@ -20299,7 +19494,7 @@ dependencies = [ "object 0.30.4", "serde", "target-lexicon", - "thiserror", + "thiserror 1.0.69", "wasmparser", "wasmtime-types", ] @@ -20382,15 +19577,15 @@ checksum = "a4f6fffd2a1011887d57f07654dd112791e872e3ff4a2e626aee8059ee17f06f" dependencies = [ "cranelift-entity", "serde", - "thiserror", + "thiserror 1.0.69", "wasmparser", ] [[package]] name = "web-sys" -version = "0.3.69" +version = "0.3.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" +checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc" dependencies = [ "js-sys", "wasm-bindgen", @@ -20414,91 +19609,92 @@ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] name = "webpki-roots" -version = "0.26.3" +version = "0.26.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd" +checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e" dependencies = [ "rustls-pki-types", ] [[package]] name = "westend-runtime" -version = "17.0.0" +version = "18.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e5fba32e087a2b7803ba3dae251f345eb0b577f2394e903cdb4efcfa27480e2" +checksum = "fc387b6d1fdefd8b2fb0916df68618b9eb794b1740868bc93ce529b68a8f515d" dependencies = [ "binary-merkle-tree", "bitvec", - "frame-benchmarking 37.0.0", - "frame-election-provider-support 37.0.0", - "frame-executive 37.0.0", - "frame-metadata-hash-extension 0.5.0", - "frame-support 37.0.1", - "frame-system 37.1.0", - "frame-system-benchmarking 37.0.0", + "frame-benchmarking 38.0.0", + "frame-election-provider-support 38.0.0", + "frame-executive 38.0.0", + "frame-metadata-hash-extension 0.6.0", + "frame-support 38.0.0", + "frame-system 38.0.0", + "frame-system-benchmarking 38.0.0", "frame-system-rpc-runtime-api 34.0.0", - "frame-try-runtime 0.43.0", - "hex-literal 0.4.1", - "log", - "pallet-asset-rate 16.0.0", - "pallet-authority-discovery 37.0.0", - "pallet-authorship 37.0.0", - "pallet-babe 37.0.0", - "pallet-bags-list 36.0.0", - "pallet-balances 38.0.0", - "pallet-beefy 38.0.0", - "pallet-beefy-mmr 38.0.0", + "frame-try-runtime 0.44.0", + "hex-literal", + "log", + "pallet-asset-rate 17.0.0", + "pallet-authority-discovery 38.0.0", + "pallet-authorship 38.0.0", + "pallet-babe 38.0.0", + "pallet-bags-list 37.0.0", + "pallet-balances 39.0.0", + "pallet-beefy 39.0.0", + "pallet-beefy-mmr 39.0.0", "pallet-collective", - "pallet-conviction-voting 37.0.0", - "pallet-delegated-staking 4.0.0", + "pallet-conviction-voting 38.0.0", + "pallet-delegated-staking 5.0.0", "pallet-democracy", - "pallet-election-provider-multi-phase 36.0.0", - "pallet-election-provider-support-benchmarking 36.0.0", + "pallet-election-provider-multi-phase 37.0.0", + "pallet-election-provider-support-benchmarking 37.0.0", "pallet-elections-phragmen", - "pallet-fast-unstake 36.0.0", - "pallet-grandpa 37.0.0", - "pallet-identity 37.0.0", - "pallet-indices 37.0.0", + "pallet-fast-unstake 37.0.0", + "pallet-grandpa 38.0.0", + "pallet-identity 38.0.0", + "pallet-indices 38.0.0", "pallet-membership", - "pallet-message-queue 40.0.1", - "pallet-mmr 37.0.0", - "pallet-multisig 37.0.0", - "pallet-nomination-pools 34.0.0", - "pallet-nomination-pools-benchmarking 35.0.0", - "pallet-nomination-pools-runtime-api 32.0.0", - "pallet-offences 36.0.0", - "pallet-offences-benchmarking 37.0.0", - "pallet-preimage 37.0.0", - "pallet-proxy 37.0.0", + "pallet-message-queue 41.0.2", + "pallet-mmr 38.0.0", + "pallet-multisig 38.0.0", + "pallet-nomination-pools 35.0.0", + "pallet-nomination-pools-benchmarking 36.0.0", + "pallet-nomination-pools-runtime-api 33.0.0", + "pallet-offences 37.0.0", + "pallet-offences-benchmarking 38.0.0", + "pallet-parameters 0.9.0", + "pallet-preimage 38.0.0", + "pallet-proxy 38.0.0", "pallet-recovery", - "pallet-referenda 37.0.0", + "pallet-referenda 38.0.0", "pallet-root-testing", - "pallet-scheduler 38.0.0", - "pallet-session 37.0.0", - "pallet-session-benchmarking 37.0.0", + "pallet-scheduler 39.0.0", + "pallet-session 38.0.0", + "pallet-session-benchmarking 38.0.0", "pallet-society", - "pallet-staking 37.0.0", - "pallet-staking-reward-curve", - "pallet-staking-runtime-api 22.0.0", - "pallet-state-trie-migration 39.0.0", - "pallet-sudo 37.0.0", - "pallet-timestamp 36.0.1", - "pallet-transaction-payment 37.0.1", - "pallet-transaction-payment-rpc-runtime-api 37.0.0", - "pallet-treasury 36.0.1", - "pallet-utility 37.0.1", - "pallet-vesting 37.0.0", - "pallet-whitelist 36.0.0", - "pallet-xcm 16.0.2", - "pallet-xcm-benchmarks 16.0.0", + "pallet-staking 38.0.0", + "pallet-staking-runtime-api 24.0.0", + "pallet-state-trie-migration 40.0.0", + "pallet-sudo 38.0.0", + "pallet-timestamp 37.0.0", + "pallet-transaction-payment 38.0.0", + "pallet-transaction-payment-rpc-runtime-api 38.0.0", + "pallet-treasury 37.0.0", + "pallet-utility 38.0.0", + "pallet-vesting 38.0.0", + "pallet-whitelist 37.0.0", + "pallet-xcm 17.0.1", + "pallet-xcm-benchmarks 17.0.0", "parity-scale-codec", "polkadot-parachain-primitives 14.0.0", - "polkadot-primitives 15.0.0", - "polkadot-runtime-common 16.0.0", - "polkadot-runtime-parachains 16.0.2", + "polkadot-primitives 16.0.0", + "polkadot-runtime-common 17.0.0", + "polkadot-runtime-parachains 17.0.1", "scale-info", "serde", "serde_derive", + "serde_json", "smallvec", "sp-api 34.0.0", "sp-application-crypto 38.0.0", @@ -20507,6 +19703,7 @@ dependencies = [ "sp-block-builder 34.0.0", "sp-consensus-babe 0.40.0", "sp-consensus-beefy 22.1.0", + "sp-consensus-grandpa 21.0.0", "sp-core", "sp-genesis-builder 0.15.1", "sp-inherents 34.0.0", @@ -20515,34 +19712,34 @@ dependencies = [ "sp-npos-elections 34.0.0", "sp-offchain 34.0.0", "sp-runtime 39.0.3", - "sp-session 35.0.0", - "sp-staking 34.0.0", + "sp-session 36.0.0", + "sp-staking 36.0.0", "sp-storage", "sp-transaction-pool 34.0.0", "sp-version 37.0.0", "staging-xcm", - "staging-xcm-builder 16.0.3", - "staging-xcm-executor 16.0.0", + "staging-xcm-builder 17.0.1", + "staging-xcm-executor 17.0.0", "substrate-wasm-builder 24.0.1", "westend-runtime-constants", - "xcm-runtime-apis 0.3.1", + "xcm-runtime-apis 0.4.0", ] [[package]] name = "westend-runtime-constants" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d5b6e2fa3bd463410e65dbe7931f5b4ee19ae8db6d1c87071e38e9e3d17a616" +checksum = "06861bf945aadac59f4be23b44c85573029520ea9bd3d6c9ab21c8b306e81cdc" dependencies = [ - "frame-support 37.0.1", - "polkadot-primitives 15.0.0", - "polkadot-runtime-common 16.0.0", + "frame-support 38.0.0", + "polkadot-primitives 16.0.0", + "polkadot-runtime-common 17.0.0", "smallvec", "sp-core", "sp-runtime 39.0.3", "sp-weights", "staging-xcm", - "staging-xcm-builder 16.0.3", + "staging-xcm-builder 17.0.1", ] [[package]] @@ -20554,7 +19751,7 @@ dependencies = [ "either", "home", "once_cell", - "rustix 0.38.34", + "rustix 0.38.42", ] [[package]] @@ -20565,15 +19762,15 @@ checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f" dependencies = [ "either", "home", - "rustix 0.38.34", + "rustix 0.38.42", "winsafe", ] [[package]] name = "wide" -version = "0.7.24" +version = "0.7.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a040b111774ab63a19ef46bbc149398ab372b4ccdcfd719e9814dbd7dfd76c8" +checksum = "58e6db2670d2be78525979e9a5f9c69d296fd7d670549fe9ebf70f8708cb5019" dependencies = [ "bytemuck", "safe_arch", @@ -20603,11 +19800,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" [[package]] name = "winapi-util" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b" +checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -20618,21 +19815,40 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windows" -version = "0.51.1" +version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9" +checksum = "efc5cf48f83140dcaab716eeaea345f9e93d0018fb81162753a3f76c3397b538" dependencies = [ - "windows-core", - "windows-targets 0.48.5", + "windows-core 0.53.0", + "windows-targets 0.52.6", ] [[package]] name = "windows-core" -version = "0.51.1" +version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64" +checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" dependencies = [ - "windows-targets 0.48.5", + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-core" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9dcc5b895a6377f1ab9fa55acedab1fd5ac0db66ad1e6c7f47e28a22e446a5dd" +dependencies = [ + "windows-result", + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-result" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" +dependencies = [ + "windows-targets 0.52.6", ] [[package]] @@ -20866,18 +20082,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "winnow" -version = "0.5.40" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" -dependencies = [ - "memchr", -] - -[[package]] -name = "winnow" -version = "0.6.13" +version = "0.6.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1" +checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b" dependencies = [ "memchr", ] @@ -20944,7 +20151,7 @@ dependencies = [ "nom", "oid-registry 0.6.1", "rusticata-macros", - "thiserror", + "thiserror 1.0.69", "time", ] @@ -20959,36 +20166,37 @@ dependencies = [ "der-parser 9.0.0", "lazy_static", "nom", - "oid-registry 0.7.0", + "oid-registry 0.7.1", "rusticata-macros", - "thiserror", + "thiserror 1.0.69", "time", ] [[package]] name = "xcm-emulator" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfbfd92785981c9e0c080b106b91a8186d0ae9a0f895a54f60ec024511d82f41" +checksum = "0e9ca0239660dd0303f2aa492e297d0be5051fc39e792c840580e05c522fecaa" dependencies = [ - "cumulus-pallet-parachain-system 0.16.0", - "cumulus-pallet-xcmp-queue 0.16.0", - "cumulus-primitives-core 0.15.0", - "cumulus-primitives-parachain-inherent 0.15.0", + "array-bytes", + "cumulus-pallet-parachain-system 0.17.1", + "cumulus-pallet-xcmp-queue 0.17.0", + "cumulus-primitives-core 0.16.0", + "cumulus-primitives-parachain-inherent 0.16.0", "cumulus-test-relay-sproof-builder", - "frame-support 37.0.1", - "frame-system 37.1.0", + "frame-support 38.0.0", + "frame-system 38.0.0", "impl-trait-for-tuples", "lazy_static", "log", - "pallet-balances 38.0.0", - "pallet-message-queue 40.0.1", - "parachains-common 17.0.0", + "pallet-balances 39.0.0", + "pallet-message-queue 41.0.2", + "parachains-common 18.0.0", "parity-scale-codec", "paste", "polkadot-parachain-primitives 14.0.0", - "polkadot-primitives 15.0.0", - "polkadot-runtime-parachains 16.0.2", + "polkadot-primitives 16.0.0", + "polkadot-runtime-parachains 17.0.1", "sp-arithmetic", "sp-core", "sp-crypto-hashing", @@ -20997,7 +20205,7 @@ dependencies = [ "sp-std", "sp-tracing", "staging-xcm", - "staging-xcm-executor 16.0.0", + "staging-xcm-executor 17.0.0", ] [[package]] @@ -21018,7 +20226,7 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "30fffcd9128a46abd836c37dd001c2cbe122aeb8904cd7b9bac8358564fb7b56" dependencies = [ - "frame-support 36.0.0", + "frame-support 36.0.1", "parity-scale-codec", "scale-info", "sp-api 33.0.0", @@ -21030,24 +20238,24 @@ dependencies = [ [[package]] name = "xcm-runtime-apis" -version = "0.3.1" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a21eae1fec26dcec0639e4e5efcdf3facf8146b3e9ba3cbf06b2c9be415535d0" +checksum = "69d4473a5d157e4d437d9ebcb1b99f9693a64983877ee57d97005f0167869935" dependencies = [ - "frame-support 37.0.1", + "frame-support 38.0.0", "parity-scale-codec", "scale-info", "sp-api 34.0.0", "sp-weights", "staging-xcm", - "staging-xcm-executor 16.0.0", + "staging-xcm-executor 17.0.0", ] [[package]] name = "xml-rs" -version = "0.8.21" +version = "0.8.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "539a77ee7c0de333dcc6da69b177380a0b81e0dacfa4f7344c465a36871ee601" +checksum = "ea8b391c9a790b496184c29f7f93b9ed5b16abb306c05415b68bcc16e4d06432" [[package]] name = "xmltree" @@ -21084,9 +20292,9 @@ dependencies = [ [[package]] name = "yoke" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" +checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" dependencies = [ "serde", "stable_deref_trait", @@ -21096,9 +20304,9 @@ dependencies = [ [[package]] name = "yoke-derive" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" +checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" dependencies = [ "proc-macro2", "quote", @@ -21108,18 +20316,19 @@ dependencies = [ [[package]] name = "zerocopy" -version = "0.7.34" +version = "0.7.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087" +checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" dependencies = [ + "byteorder", "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.7.34" +version = "0.7.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b" +checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" dependencies = [ "proc-macro2", "quote", @@ -21128,18 +20337,18 @@ dependencies = [ [[package]] name = "zerofrom" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" +checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" dependencies = [ "zerofrom-derive", ] [[package]] name = "zerofrom-derive" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" +checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" dependencies = [ "proc-macro2", "quote", @@ -21240,9 +20449,9 @@ dependencies = [ [[package]] name = "zstd-sys" -version = "2.0.11+zstd.1.5.6" +version = "2.0.13+zstd.1.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75652c55c0b6f3e6f12eb786fe1bc960396bf05a1eb3bf1f3691c3610ac2e6d4" +checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa" dependencies = [ "cc", "pkg-config", diff --git a/Cargo.toml b/Cargo.toml index 7a66c4777..43ab74974 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,8 @@ members = [ resolver = "2" [workspace.dependencies] -clap = { version = "4.5.1", features = [ "derive" ] } +anyhow = { version = "1.0", default-features = false } +clap = { version = "4.5.10", features = [ "derive" ] } codec = { package = "parity-scale-codec", version = "3.6.12", default-features = false, features = [ "derive", ] } @@ -45,14 +46,14 @@ futures = "0.3.30" hex = "0.4.3" hex-literal = "0.4.1" impl-trait-for-tuples = "0.2.2" -jsonrpsee = { version = "0.23.2", features = [ "server" ] } -log = { version = "0.4.21", default-features = false } +jsonrpsee = { version = "0.24.3", features = [ "server" ] } +log = { version = "0.4.22", default-features = false } rand = "0.8.5" scale-info = { version = "2.11.1", default-features = false, features = [ "derive", ] } -serde = "1.0.197" -serde_json = "1.0.121" +serde = "1.0.209" +serde_json = "1.0.127" smallvec = "1.11.2" subxt = "0.34.0" subxt-signer = "0.34.0" @@ -61,7 +62,7 @@ tracing-subscriber = { version = "0.3.18", default-features = false } # Build substrate-build-script-utils = "11.0.0" -substrate-wasm-builder = "24.0.0" +substrate-wasm-builder = "24.0.1" # Local pallet-api = { path = "pallets/api", default-features = false } @@ -74,126 +75,126 @@ pop-runtime-mainnet = { path = "runtime/mainnet", default-features = true } # de pop-runtime-testnet = { path = "runtime/testnet", default-features = true } # default-features=true required for `-p pop-node` builds # Substrate -frame-benchmarking = { version = "37.0.0", default-features = false } -frame-benchmarking-cli = "42.0.0" -frame-executive = { version = "37.0.0", default-features = false } -frame-metadata-hash-extension = { version = "0.5.0", default-features = false } -frame-support = { version = "37.0.0", default-features = false } -frame-support-procedural = { version = "30.0.2", default-features = false } -frame-system = { version = "37.0.0", default-features = false } -frame-system-benchmarking = { version = "37.0.0", default-features = false } +frame-benchmarking = { version = "38.0.0", default-features = false } +frame-benchmarking-cli = "43.0.0" +frame-executive = { version = "38.0.0", default-features = false } +frame-metadata-hash-extension = { version = "0.6.0", default-features = false } +frame-support = { version = "38.0.0", default-features = false } +frame-support-procedural = { version = "30.0.3", default-features = false } +frame-system = { version = "38.0.0", default-features = false } +frame-system-benchmarking = { version = "38.0.0", default-features = false } frame-system-rpc-runtime-api = { version = "34.0.0", default-features = false } -frame-try-runtime = { version = "0.43.0", default-features = false } -pallet-assets = { version = "39.0.0", default-features = false } -pallet-aura = { version = "36.0.0", default-features = false } -pallet-authorship = { version = "37.0.0", default-features = false } -pallet-balances = { version = "38.0.0", default-features = false } -pallet-contracts = { version = "37.0.0", default-features = false } -pallet-message-queue = { version = "40.0.0", default-features = false } -pallet-multisig = { version = "37.0.0", default-features = false } -pallet-nft-fractionalization = { version = "20.0.0", default-features = false } -pallet-nfts-runtime-api = { version = "23.0.0", default-features = false } -pallet-preimage = { version = "37.0.0", default-features = false } -pallet-proxy = { version = "37.0.0", default-features = false } -pallet-scheduler = { version = "38.0.0", default-features = false } -pallet-session = { version = "37.0.0", default-features = false } -pallet-sudo = { version = "37.0.0", default-features = false } -pallet-timestamp = { version = "36.0.0", default-features = false } -pallet-transaction-payment = { version = "37.0.0", default-features = false } -pallet-transaction-payment-rpc = "40.0.0" -pallet-transaction-payment-rpc-runtime-api = { version = "37.0.0", default-features = false } -pallet-utility = { version = "37.0.0", default-features = false } +frame-try-runtime = { version = "0.44.0", default-features = false } +pallet-assets = { version = "40.0.0", default-features = false } +pallet-aura = { version = "37.0.0", default-features = false } +pallet-authorship = { version = "38.0.0", default-features = false } +pallet-balances = { version = "39.0.0", default-features = false } +pallet-contracts = { version = "38.0.0", default-features = false } +pallet-message-queue = { version = "41.0.0", default-features = false } +pallet-multisig = { version = "38.0.0", default-features = false } +pallet-nft-fractionalization = { version = "21.0.0", default-features = false } +pallet-nfts-runtime-api = { version = "24.0.0", default-features = false } +pallet-preimage = { version = "38.0.0", default-features = false } +pallet-proxy = { version = "38.0.0", default-features = false } +pallet-scheduler = { version = "39.0.0", default-features = false } +pallet-session = { version = "38.0.0", default-features = false } +pallet-sudo = { version = "38.0.0", default-features = false } +pallet-timestamp = { version = "37.0.0", default-features = false } +pallet-transaction-payment = { version = "38.0.0", default-features = false } +pallet-transaction-payment-rpc = "41.0.0" +pallet-transaction-payment-rpc-runtime-api = { version = "38.0.0", default-features = false } +pallet-utility = { version = "38.0.0", default-features = false } prometheus-endpoint = { version = "0.17.0", default-features = false, package = "substrate-prometheus-endpoint" } -sc-basic-authorship = "0.44.0" -sc-chain-spec = "37.0.0" -sc-cli = "0.46.0" +sc-basic-authorship = "0.45.0" +sc-chain-spec = "38.0.0" +sc-cli = "0.47.0" sc-client-api = "37.0.0" -sc-consensus = "0.43.0" -sc-executor = "0.40.0" -sc-network = "0.44.0" -sc-network-sync = "0.43.0" -sc-offchain = "39.0.0" -sc-rpc = "39.0.0" -sc-service = "0.45.0" -sc-sysinfo = "37.0.0" -sc-telemetry = "24.0.0" -sc-tracing = "37.0.0" +sc-consensus = "0.44.0" +sc-executor = "0.40.1" +sc-network = "0.45.0" +sc-network-sync = "0.44.0" +sc-offchain = "40.0.0" +sc-rpc = "40.0.0" +sc-service = "0.46.0" +sc-sysinfo = "38.0.0" +sc-telemetry = "25.0.0" +sc-tracing = "37.0.1" sc-transaction-pool = "37.0.0" sc-transaction-pool-api = "37.0.0" sp-api = { version = "34.0.0", default-features = false } sp-authority-discovery = { version = "34.0.0", default-features = false } sp-block-builder = { version = "34.0.0", default-features = false } -sp-blockchain = "37.0.0" +sp-blockchain = "37.0.1" sp-consensus-aura = { version = "0.40.0", default-features = false } sp-consensus-babe = { version = "0.40.0", default-features = false } -sp-consensus-beefy = { version = "22.0.0", default-features = false } +sp-consensus-beefy = { version = "22.1.0", default-features = false } sp-consensus-grandpa = { version = "21.0.0", default-features = false } sp-core = { version = "34.0.0", default-features = false } -sp-genesis-builder = { version = "0.15.0", default-features = false } +sp-genesis-builder = { version = "0.15.1", default-features = false } sp-inherents = { version = "34.0.0", default-features = false } sp-io = { version = "38.0.0", default-features = false } sp-keystore = "0.40.0" -sp-mmr-primitives = { version = "34.0.0", default-features = false } +sp-mmr-primitives = { version = "34.1.0", default-features = false } sp-offchain = { version = "34.0.0", default-features = false } -sp-runtime = { version = "39.0.0", default-features = false } -sp-session = { version = "35.0.0", default-features = false } +sp-runtime = { version = "39.0.1", default-features = false } +sp-session = { version = "36.0.0", default-features = false } sp-std = { version = "14.0.0", default-features = false } sp-timestamp = "34.0.0" sp-transaction-pool = { version = "34.0.0", default-features = false } sp-version = { version = "37.0.0", default-features = false } -substrate-frame-rpc-system = "38.0.0" +substrate-frame-rpc-system = "39.0.0" # Polkadot -pallet-xcm = { version = "16.0.0", default-features = false } -polkadot-cli = "17.0.0" +pallet-xcm = { version = "17.0.0", default-features = false } +polkadot-cli = "19.0.0" polkadot-parachain-primitives = { version = "14.0.0", default-features = false } -polkadot-primitives = { version = "15.0.0", default-features = false } -polkadot-runtime-common = { version = "16.0.0", default-features = false } -polkadot-runtime-parachains = { version = "16.0.0", default-features = false } -rococo-runtime = { version = "17.0.0", default-features = false } -rococo-runtime-constants = { version = "16.0.0", default-features = false } -xcm = { version = "14.1.0", package = "staging-xcm", default-features = false } -xcm-builder = { version = "16.0.0", package = "staging-xcm-builder", default-features = false } -xcm-executor = { version = "16.0.0", package = "staging-xcm-executor", default-features = false } +polkadot-primitives = { version = "16.0.0", default-features = false } +polkadot-runtime-common = { version = "17.0.0", default-features = false } +polkadot-runtime-parachains = { version = "17.0.0", default-features = false } +rococo-runtime = { version = "18.0.0", default-features = false } +rococo-runtime-constants = { version = "17.0.0", default-features = false } +xcm = { version = "14.2.0", package = "staging-xcm", default-features = false } +xcm-builder = { version = "17.0.0", package = "staging-xcm-builder", default-features = false } +xcm-executor = { version = "17.0.0", package = "staging-xcm-executor", default-features = false } # Cumulus -asset-hub-rococo-runtime = { version = "0.21.0", default-features = false } -asset-test-utils = { version = "17.0.0", default-features = false } +asset-hub-rococo-runtime = { version = "0.22.0", default-features = false } +asset-test-utils = { version = "18.0.0", default-features = false } color-print = "0.3.4" -cumulus-client-cli = "0.17.0" -cumulus-client-collator = "0.17.0" -cumulus-client-consensus-aura = "0.17.0" -cumulus-client-consensus-common = "0.17.0" -cumulus-client-consensus-proposer = "0.15.0" -cumulus-client-service = "0.17.0" -cumulus-pallet-aura-ext = { version = "0.16.0", default-features = false } -cumulus-pallet-parachain-system = { version = "0.16.0", default-features = false } -cumulus-pallet-session-benchmarking = { version = "18.0.0", default-features = false } -cumulus-pallet-xcm = { version = "0.16.0", default-features = false } -cumulus-pallet-xcmp-queue = { version = "0.16.0", default-features = false } +cumulus-client-cli = "0.18.0" +cumulus-client-collator = "0.18.0" +cumulus-client-consensus-aura = "0.18.0" +cumulus-client-consensus-common = "0.18.0" +cumulus-client-consensus-proposer = "0.16.0" +cumulus-client-service = "0.19.0" +cumulus-pallet-aura-ext = { version = "0.17.0", default-features = false } +cumulus-pallet-parachain-system = { version = "0.17.0", default-features = false } +cumulus-pallet-session-benchmarking = { version = "19.0.0", default-features = false } +cumulus-pallet-xcm = { version = "0.17.0", default-features = false } +cumulus-pallet-xcmp-queue = { version = "0.17.0", default-features = false } cumulus-primitives-aura = { version = "0.15.0", default-features = false } -cumulus-primitives-core = { version = "0.15.0", default-features = false } -cumulus-primitives-parachain-inherent = "0.15.0" -cumulus-primitives-storage-weight-reclaim = { version = "7.0.0", default-features = false } -cumulus-primitives-utility = { version = "0.16.0", default-features = false } -cumulus-relay-chain-interface = "0.17.0" -emulated-integration-tests-common = { version = "13.0.0", default-features = false } -pallet-collator-selection = { version = "18.0.0", default-features = false } -parachain-info = { version = "0.16.0", package = "staging-parachain-info", default-features = false } -parachains-common = { version = "17.0.0", default-features = false } +cumulus-primitives-core = { version = "0.16.0", default-features = false } +cumulus-primitives-parachain-inherent = "0.16.0" +cumulus-primitives-storage-weight-reclaim = { version = "8.0.0", default-features = false } +cumulus-primitives-utility = { version = "0.17.0", default-features = false } +cumulus-relay-chain-interface = "0.18.0" +emulated-integration-tests-common = { version = "14.0.0", default-features = false } +pallet-collator-selection = { version = "19.0.0", default-features = false } +parachain-info = { version = "0.17.0", package = "staging-parachain-info", default-features = false } +parachains-common = { version = "18.0.0", default-features = false } # Runtimes asset-hub-paseo-runtime = { git = "https://github.com/paseo-network/runtimes/", tag = "v1.3.3", default-features = false } -asset-hub-westend-runtime = { version = "0.25.0", default-features = false } +asset-hub-westend-runtime = { version = "0.26.2", default-features = false } paseo-runtime = { git = "https://github.com/paseo-network/runtimes/", tag = "v1.3.3", default-features = false } paseo-runtime-constants = { git = "https://github.com/paseo-network/runtimes/", tag = "v1.3.3", default-features = false } -westend-runtime = { version = "17.0.0", default-features = false } -westend-runtime-constants = { version = "16.0.0", default-features = false } +westend-runtime = { version = "18.0.1", default-features = false } +westend-runtime-constants = { version = "17.0.0", default-features = false } -ismp = { git = "https://github.com/r0gue-io/ismp", branch = "polkadot-v1.14.0", default-features = false } -ismp-parachain = { git = "https://github.com/r0gue-io/ismp", branch = "polkadot-v1.14.0", default-features = false } -ismp-parachain-inherent = { git = "https://github.com/r0gue-io/ismp", branch = "polkadot-v1.14.0", default-features = false } -ismp-parachain-runtime-api = { git = "https://github.com/r0gue-io/ismp", branch = "polkadot-v1.14.0", default-features = false } -pallet-ismp = { git = "https://github.com/r0gue-io/ismp", branch = "polkadot-v1.14.0", default-features = false } -pallet-ismp-rpc = { git = "https://github.com/r0gue-io/ismp", branch = "polkadot-v1.14.0", default-features = false } -pallet-ismp-runtime-api = { git = "https://github.com/r0gue-io/ismp", branch = "polkadot-v1.14.0", default-features = false } +ismp = { git = "https://github.com/r0gue-io/ismp", branch = "polkadot-stable2409", default-features = false } +ismp-parachain = { git = "https://github.com/r0gue-io/ismp", branch = "polkadot-stable2409", default-features = false } +ismp-parachain-inherent = { git = "https://github.com/r0gue-io/ismp", branch = "polkadot-stable2409", default-features = false } +ismp-parachain-runtime-api = { git = "https://github.com/r0gue-io/ismp", branch = "polkadot-stable2409", default-features = false } +pallet-ismp = { git = "https://github.com/r0gue-io/ismp", branch = "polkadot-stable2409", default-features = false } +pallet-ismp-rpc = { git = "https://github.com/r0gue-io/ismp", branch = "polkadot-stable2409", default-features = false } +pallet-ismp-runtime-api = { git = "https://github.com/r0gue-io/ismp", branch = "polkadot-stable2409", default-features = false } diff --git a/extension/Cargo.toml b/extension/Cargo.toml index 6ca5e071f..8bb1b08d3 100644 --- a/extension/Cargo.toml +++ b/extension/Cargo.toml @@ -53,6 +53,7 @@ std = [ "pallet-balances/std", "pallet-contracts/std", "pallet-timestamp/std", + "scale-info/std", "sp-core/std", "sp-io/std", "sp-runtime/std", diff --git a/integration-tests/Cargo.toml b/integration-tests/Cargo.toml index 9c34b5817..5fec9bf4b 100644 --- a/integration-tests/Cargo.toml +++ b/integration-tests/Cargo.toml @@ -70,8 +70,10 @@ runtime-benchmarks = [ "pallet-assets/runtime-benchmarks", "pallet-balances/runtime-benchmarks", "pallet-message-queue/runtime-benchmarks", + "pallet-xcm/runtime-benchmarks", "paseo-runtime?/runtime-benchmarks", "polkadot-primitives/runtime-benchmarks", + "polkadot-runtime-parachains/runtime-benchmarks", "pop-runtime-common/runtime-benchmarks", "pop-runtime-devnet/runtime-benchmarks", "pop-runtime-mainnet/runtime-benchmarks", @@ -82,6 +84,8 @@ runtime-benchmarks = [ std = [ "asset-hub-paseo-runtime?/std", "asset-hub-westend-runtime?/std", + "asset-test-utils/std", + "codec/std", "cumulus-primitives-core/std", "frame-support/std", "pallet-assets/std", @@ -102,6 +106,7 @@ std = [ "sp-consensus-grandpa/std", "sp-core/std", "sp-runtime/std", + "tracing-subscriber/std", "westend-runtime-constants?/std", "westend-runtime?/std", "xcm-executor/std", diff --git a/integration-tests/src/chains/asset_hub/genesis.rs b/integration-tests/src/chains/asset_hub/genesis.rs index e6269c8de..b61d2308f 100644 --- a/integration-tests/src/chains/asset_hub/genesis.rs +++ b/integration-tests/src/chains/asset_hub/genesis.rs @@ -42,6 +42,7 @@ pub(crate) fn genesis() -> Storage { ) }) .collect(), + ..Default::default() }, polkadot_xcm: PolkadotXcmConfig { safe_xcm_version: Some(SAFE_XCM_VERSION), diff --git a/integration-tests/src/chains/asset_hub/mod.rs b/integration-tests/src/chains/asset_hub/mod.rs index 13d086b76..fc525a778 100644 --- a/integration-tests/src/chains/asset_hub/mod.rs +++ b/integration-tests/src/chains/asset_hub/mod.rs @@ -38,5 +38,5 @@ decl_test_parachains! { impl_accounts_helpers_for_parachain!(AssetHub); impl_assert_events_helpers_for_parachain!(AssetHub); impl_assets_helpers_for_parachain!(AssetHub); -impl_foreign_assets_helpers_for_parachain!(AssetHub, xcm::v3::Location); +impl_foreign_assets_helpers_for_parachain!(AssetHub, xcm::v4::Location); impl_xcm_helpers_for_parachain!(AssetHub); diff --git a/integration-tests/src/chains/pop_network/genesis.rs b/integration-tests/src/chains/pop_network/genesis.rs index 801690972..d4ecf0904 100644 --- a/integration-tests/src/chains/pop_network/genesis.rs +++ b/integration-tests/src/chains/pop_network/genesis.rs @@ -31,6 +31,7 @@ pub(crate) fn genesis() -> Storage { ) }) .collect(), + ..Default::default() }, polkadot_xcm: runtime::PolkadotXcmConfig { safe_xcm_version: Some(SAFE_XCM_VERSION), diff --git a/integration-tests/src/chains/relay/genesis.rs b/integration-tests/src/chains/relay/genesis.rs index 2db07b5a4..479f8d5c8 100644 --- a/integration-tests/src/chains/relay/genesis.rs +++ b/integration-tests/src/chains/relay/genesis.rs @@ -43,6 +43,7 @@ pub(crate) fn genesis() -> Storage { ) }) .collect::>(), + ..Default::default() }, babe: BabeConfig { authorities: Default::default(), diff --git a/node/Cargo.toml b/node/Cargo.toml index b0c10a67d..f22b8c73e 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -52,6 +52,7 @@ sp-block-builder.workspace = true sp-blockchain.workspace = true sp-consensus-aura.workspace = true sp-core.workspace = true +sp-genesis-builder = { workspace = true, default-features = true } sp-io.workspace = true sp-keystore.workspace = true sp-offchain.workspace = true @@ -93,6 +94,7 @@ substrate-build-script-utils.workspace = true pallet-multisig.workspace = true [features] +default = [ "std" ] runtime-benchmarks = [ "cumulus-primitives-core/runtime-benchmarks", "frame-benchmarking-cli/runtime-benchmarks", @@ -106,6 +108,32 @@ runtime-benchmarks = [ "sc-service/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] +std = [ + "codec/std", + "cumulus-primitives-aura/std", + "cumulus-primitives-core/std", + "frame-benchmarking/std", + "ismp-parachain-runtime-api/std", + "ismp-parachain/std", + "log/std", + "pallet-ismp-runtime-api/std", + "pallet-multisig/std", + "polkadot-primitives/std", + "pop-runtime-common/std", + "pop-runtime-devnet/std", + "pop-runtime-mainnet/std", + "pop-runtime-testnet/std", + "sp-api/std", + "sp-block-builder/std", + "sp-consensus-aura/std", + "sp-core/std", + "sp-io/std", + "sp-offchain/std", + "sp-runtime/std", + "sp-session/std", + "sp-transaction-pool/std", + "xcm/std", +] try-runtime = [ "polkadot-cli/try-runtime", "pop-runtime-devnet/try-runtime", diff --git a/node/src/command.rs b/node/src/command.rs index 3a8c8b2c4..a7804871b 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -1,4 +1,4 @@ -use std::{net::SocketAddr, path::PathBuf}; +use std::path::PathBuf; use cumulus_client_service::storage_proof_size::HostFunctions as ReclaimHostFunctions; use cumulus_primitives_core::ParaId; @@ -7,7 +7,7 @@ use log::info; use pop_runtime_common::Block; use sc_cli::{ ChainSpec, CliConfiguration, DefaultConfigurationValues, ImportParams, KeystoreParams, - NetworkParams, Result, SharedParams, SubstrateCli, + NetworkParams, Result, RpcEndpoint, SharedParams, SubstrateCli, }; use sc_service::config::{BasePath, PrometheusConfig}; use sp_runtime::traits::HashingFor; @@ -348,7 +348,10 @@ pub fn run() -> Result<()> { let hwbench = (!cli.no_hardware_benchmarks) .then_some(config.database.path().map(|database_path| { let _ = std::fs::create_dir_all(database_path); - sc_sysinfo::gather_hwbench(Some(database_path)) + sc_sysinfo::gather_hwbench( + Some(database_path), + &SUBSTRATE_REFERENCE_HARDWARE, + ) })) .flatten(); @@ -470,7 +473,7 @@ impl CliConfiguration for RelayChainCli { .or_else(|| self.base_path.clone().map(Into::into))) } - fn rpc_addr(&self, default_listen_port: u16) -> Result> { + fn rpc_addr(&self, default_listen_port: u16) -> Result>> { self.base.base.rpc_addr(default_listen_port) } @@ -482,15 +485,9 @@ impl CliConfiguration for RelayChainCli { self.base.base.prometheus_config(default_listen_port, chain_spec) } - fn init( - &self, - _support_url: &String, - _impl_version: &String, - _logger_hook: F, - _config: &sc_service::Configuration, - ) -> Result<()> + fn init(&self, _support_url: &String, _impl_version: &String, _logger_hook: F) -> Result<()> where - F: FnOnce(&mut sc_cli::LoggerBuilder, &sc_service::Configuration), + F: FnOnce(&mut sc_cli::LoggerBuilder), { unreachable!("PolkadotCli is never initialized; qed"); } diff --git a/node/src/rpc.rs b/node/src/rpc.rs index 24e6783db..c44e8d6de 100644 --- a/node/src/rpc.rs +++ b/node/src/rpc.rs @@ -10,7 +10,6 @@ use std::sync::Arc; use pallet_transaction_payment_rpc::{TransactionPayment, TransactionPaymentApiServer}; use pop_runtime_common::{AccountId, Balance, Block, Nonce}; use sc_client_api::{AuxStore, BlockBackend, ProofProvider}; -pub use sc_rpc::DenyUnsafe; use sc_transaction_pool_api::TransactionPool; use sp_api::ProvideRuntimeApi; use sp_block_builder::BlockBuilder; @@ -28,8 +27,6 @@ pub struct FullDeps { pub client: Arc, /// Transaction pool instance. pub pool: Arc

, - /// Whether to deny unsafe calls - pub deny_unsafe: DenyUnsafe, /// Backend used by the node. pub backend: Arc, } @@ -57,9 +54,9 @@ where B::State: sc_client_api::StateBackend>, { let mut module = RpcExtension::new(()); - let FullDeps { client, pool, deny_unsafe, backend: _ } = deps; + let FullDeps { client, pool, backend: _ } = deps; - module.merge(System::new(client.clone(), pool, deny_unsafe).into_rpc())?; + module.merge(System::new(client.clone(), pool).into_rpc())?; module.merge(TransactionPayment::new(client.clone()).into_rpc())?; Ok(module) @@ -89,9 +86,9 @@ where B::State: sc_client_api::StateBackend>, { let mut module = RpcExtension::new(()); - let FullDeps { client, pool, deny_unsafe, backend } = deps; + let FullDeps { client, pool, backend } = deps; - module.merge(System::new(client.clone(), pool, deny_unsafe).into_rpc())?; + module.merge(System::new(client.clone(), pool).into_rpc())?; module.merge(TransactionPayment::new(client.clone()).into_rpc())?; use pallet_ismp_rpc::{IsmpApiServer, IsmpRpcHandler}; diff --git a/node/src/service.rs b/node/src/service.rs index 8aba861d4..d0dda2262 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -89,15 +89,16 @@ where .transpose()?; let heap_pages = config + .executor .default_heap_pages .map_or(DEFAULT_HEAP_ALLOC_STRATEGY, |h| HeapAllocStrategy::Static { extra_pages: h as _ }); let executor = ParachainExecutor::builder() - .with_execution_method(config.wasm_method) + .with_execution_method(config.executor.wasm_method) .with_onchain_heap_alloc_strategy(heap_pages) .with_offchain_heap_alloc_strategy(heap_pages) - .with_max_runtime_instances(config.max_runtime_instances) - .with_runtime_cache_size(config.runtime_cache_size) + .with_max_runtime_instances(config.executor.max_runtime_instances) + .with_runtime_cache_size(config.executor.runtime_cache_size) .build(); let (client, backend, keystore_container, task_manager) = @@ -182,11 +183,13 @@ where let params = new_partial::(¶chain_config)?; let (block_import, mut telemetry, telemetry_worker_handle) = params.other; + + let prometheus_registry = parachain_config.prometheus_registry().cloned(); let net_config = sc_network::config::FullNetworkConfiguration::< _, _, sc_network::NetworkWorker, - >::new(¶chain_config.network); + >::new(¶chain_config.network, prometheus_registry.clone()); let client = params.client.clone(); let backend = params.backend.clone(); @@ -204,7 +207,6 @@ where .map_err(|e| sc_service::Error::Application(Box::new(e) as Box<_>))?; let validator = parachain_config.role.is_authority(); - let prometheus_registry = parachain_config.prometheus_registry().cloned(); let transaction_pool = params.transaction_pool.clone(); let import_queue_service = params.import_queue.service(); @@ -250,12 +252,11 @@ where let backend = backend.clone(); let transaction_pool = transaction_pool.clone(); - Box::new(move |deny_unsafe, _| { + Box::new(move |_| { let deps = crate::rpc::FullDeps { client: client.clone(), pool: transaction_pool.clone(), backend: backend.clone(), - deny_unsafe, }; crate::rpc::create_full(deps).map_err(Into::into) @@ -282,7 +283,7 @@ where // Here you can check whether the hardware meets your chains' requirements. Putting a link // in there and swapping out the requirements for your own are probably a good idea. The // requirements for a para-chain are dictated by its relay-chain. - if SUBSTRATE_REFERENCE_HARDWARE.check_hardware(&hwbench).is_err() && validator { + if SUBSTRATE_REFERENCE_HARDWARE.check_hardware(&hwbench, false).is_err() && validator { log::warn!( "⚠️ The hardware does not meet the minimal requirements for role 'Authority'." ); diff --git a/pallets/api/Cargo.toml b/pallets/api/Cargo.toml index 55a007895..db655d296 100644 --- a/pallets/api/Cargo.toml +++ b/pallets/api/Cargo.toml @@ -45,6 +45,7 @@ std = [ "frame-benchmarking/std", "frame-support/std", "frame-system/std", + "log/std", "pallet-assets/std", "pallet-balances/std", "pop-chain-extension/std", diff --git a/pallets/api/src/fungibles/tests.rs b/pallets/api/src/fungibles/tests.rs index f5c560bb7..1c7b9f752 100644 --- a/pallets/api/src/fungibles/tests.rs +++ b/pallets/api/src/fungibles/tests.rs @@ -2,7 +2,7 @@ use codec::Encode; use frame_support::{ assert_noop, assert_ok, dispatch::WithPostDispatchInfo, - sp_runtime::{traits::Zero, DispatchError::BadOrigin}, + sp_runtime::{traits::Zero, DispatchError::BadOrigin, TokenError}, traits::fungibles::{ approvals::Inspect as ApprovalInspect, metadata::Inspect as MetadataInspect, Inspect, }, @@ -341,7 +341,7 @@ fn start_destroy_works() { // Check that the token is not live after starting the destroy process. assert_noop!( Assets::mint(signed(ALICE), token, ALICE, 10 * UNIT), - AssetsError::AssetNotLive + TokenError::UnknownAsset ); }); } diff --git a/pop-api/integration-tests/Cargo.toml b/pop-api/integration-tests/Cargo.toml index 6cba7e7e7..fc7d8b9a4 100644 --- a/pop-api/integration-tests/Cargo.toml +++ b/pop-api/integration-tests/Cargo.toml @@ -9,13 +9,13 @@ contract-build = "4.1.1" [dev-dependencies] env_logger = "0.11.2" -frame-support = { version = "37.0.0", default-features = false } -frame-support-procedural = { version = "30.0.2", default-features = false } -frame-system = { version = "37.0.0", default-features = false } +frame-support = { version = "38.0.0", default-features = false } +frame-support-procedural = { version = "30.0.3", default-features = false } +frame-system = { version = "38.0.0", default-features = false } log = "0.4.22" -pallet-assets = { version = "39.0.0", default-features = false } -pallet-balances = { version = "38.0.0", default-features = false } -pallet-contracts = { version = "37.0.0", default-features = false } +pallet-assets = { version = "40.0.0", default-features = false } +pallet-balances = { version = "39.0.0", default-features = false } +pallet-contracts = { version = "38.0.0", default-features = false } pop-api = { path = "../../pop-api", default-features = false, features = [ "fungibles", ] } @@ -26,8 +26,8 @@ scale = { package = "parity-scale-codec", version = "3.6.12", default-features = "derive", ] } sp-io = { version = "38.0.0", default-features = false } -sp-runtime = { version = "39.0.0", default-features = false } -staging-xcm = { version = "14.1.0", default-features = false } +sp-runtime = { version = "39.0.1", default-features = false } +staging-xcm = { version = "14.2.0", default-features = false } [features] default = [ "std" ] diff --git a/pop-api/integration-tests/src/fungibles/mod.rs b/pop-api/integration-tests/src/fungibles/mod.rs index aa2048a93..dfcf540c7 100644 --- a/pop-api/integration-tests/src/fungibles/mod.rs +++ b/pop-api/integration-tests/src/fungibles/mod.rs @@ -514,9 +514,9 @@ fn mint_works() { assert_eq!(balance_after_mint, balance_before_mint + amount); // Account can not hold more tokens than Balance::MAX. assert_eq!(mint(&addr, token, &BOB, Balance::MAX,), Err(Arithmetic(Overflow))); - // Token is not live, i.e. frozen or being destroyed. + // Token is being destroyed. assets::start_destroy(&addr, token); - assert_eq!(mint(&addr, token, &BOB, amount), Err(Module { index: 52, error: [16, 0] })); + assert_eq!(mint(&addr, token, &BOB, amount), Err(Token(UnknownAsset))); }); } diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 5703b026e..07aa2935a 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -27,6 +27,15 @@ polkadot-primitives.workspace = true default = [ "std" ] runtime-benchmarks = [ "frame-support/runtime-benchmarks", + "parachains-common/runtime-benchmarks", + "polkadot-primitives/runtime-benchmarks", "sp-runtime/runtime-benchmarks", ] -std = [ "frame-support/std", "sp-runtime/std" ] +std = [ + "codec/std", + "frame-support/std", + "parachains-common/std", + "polkadot-primitives/std", + "scale-info/std", + "sp-runtime/std", +] diff --git a/runtime/common/src/lib.rs b/runtime/common/src/lib.rs index 0b8042da2..e0890ee3f 100644 --- a/runtime/common/src/lib.rs +++ b/runtime/common/src/lib.rs @@ -26,8 +26,11 @@ mod block_times { pub use block_times::*; // Time is measured by number of blocks. +/// A minute, measured by number of blocks. pub const MINUTES: BlockNumber = 60_000 / (MILLISECS_PER_BLOCK as BlockNumber); +/// An hour, measured by number of blocks. pub const HOURS: BlockNumber = MINUTES * 60; +/// A day, measured by number of blocks. pub const DAYS: BlockNumber = HOURS * 24; /// We assume that ~5% of the block weight is consumed by `on_initialize` handlers. This is @@ -43,18 +46,19 @@ pub const NORMAL_DISPATCH_RATIO: Perbill = Perbill::from_percent(75); pub const MAXIMUM_BLOCK_WEIGHT: Weight = Weight::from_parts(WEIGHT_REF_TIME_PER_SECOND.saturating_mul(2), MAX_POV_SIZE as u64); -// Unit = the base number of indivisible units for balances +/// A unit of the native asset. pub const UNIT: Balance = 10_000_000_000; // 10 decimals +/// A milli-unit of the native asset. +pub const MILLI_UNIT: Balance = UNIT / 1_000; // 10_000_000 +/// A micro-unit of the native asset. +pub const MICRO_UNIT: Balance = UNIT / 1_000_000; // 10_000 -pub const MILLIUNIT: Balance = UNIT / 1_000; // 10_000_000 -pub const MICROUNIT: Balance = UNIT / 1_000_000; // 10_000 - -// Deposits +/// Deposits. pub const fn deposit(items: u32, bytes: u32) -> Balance { - (items as Balance * UNIT + (bytes as Balance) * (5 * MILLIUNIT / 100)) / 10 + (items as Balance * UNIT + (bytes as Balance) * (5 * MILLI_UNIT / 100)) / 10 } /// The existential deposit. Set to 1/1_000 of the Connected Relay Chain. -pub const EXISTENTIAL_DEPOSIT: Balance = MILLIUNIT; +pub const EXISTENTIAL_DEPOSIT: Balance = MILLI_UNIT; #[docify::export] mod async_backing_params { diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index 509bdc037..be648761e 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -12,9 +12,10 @@ version = "0.1.0" targets = [ "x86_64-unknown-linux-gnu" ] [build-dependencies] -substrate-wasm-builder.workspace = true +substrate-wasm-builder = { workspace = true, optional = true } [dependencies] +anyhow.workspace = true codec.workspace = true docify.workspace = true hex-literal.workspace = true @@ -24,6 +25,7 @@ smallvec.workspace = true # Local pallet-api.workspace = true +pallet-nfts.workspace = true pop-chain-extension.workspace = true pop-primitives.workspace = true pop-runtime-common.workspace = true @@ -45,7 +47,6 @@ pallet-contracts.workspace = true pallet-message-queue.workspace = true pallet-multisig.workspace = true pallet-nft-fractionalization.workspace = true -pallet-nfts.workspace = true pallet-nfts-runtime-api.workspace = true pallet-preimage.workspace = true pallet-proxy.workspace = true @@ -117,6 +118,7 @@ std = [ "cumulus-primitives-core/std", "cumulus-primitives-storage-weight-reclaim/std", "cumulus-primitives-utility/std", + "enumflags2/std", "frame-benchmarking/std", "frame-executive/std", "frame-metadata-hash-extension/std", @@ -168,11 +170,13 @@ std = [ "sp-genesis-builder/std", "sp-inherents/std", "sp-io/std", + "sp-mmr-primitives/std", "sp-offchain/std", "sp-runtime/std", "sp-session/std", "sp-transaction-pool/std", "sp-version/std", + "substrate-wasm-builder", "xcm-builder/std", "xcm-executor/std", "xcm/std", @@ -193,6 +197,7 @@ runtime-benchmarks = [ "pallet-balances/runtime-benchmarks", "pallet-collator-selection/runtime-benchmarks", "pallet-contracts/runtime-benchmarks", + "pallet-ismp/runtime-benchmarks", "pallet-message-queue/runtime-benchmarks", "pallet-multisig/runtime-benchmarks", "pallet-nft-fractionalization/runtime-benchmarks", diff --git a/runtime/devnet/src/config/contracts.rs b/runtime/devnet/src/config/contracts.rs index c9dd5cac5..f4c4215f1 100644 --- a/runtime/devnet/src/config/contracts.rs +++ b/runtime/devnet/src/config/contracts.rs @@ -1,4 +1,4 @@ -use alloc::core::marker::PhantomData; +use core::marker::PhantomData; use frame_support::{ parameter_types, @@ -16,6 +16,7 @@ fn schedule() -> pallet_contracts::Schedule { pallet_contracts::Schedule { limits: pallet_contracts::Limits { runtime_memory: 1024 * 1024 * 1024, + validator_runtime_memory: 2 * 1024 * 1024 * 1024, ..Default::default() }, ..Default::default() diff --git a/runtime/devnet/src/config/ismp.rs b/runtime/devnet/src/config/ismp.rs index 05f44057d..3b0693e8c 100644 --- a/runtime/devnet/src/config/ismp.rs +++ b/runtime/devnet/src/config/ismp.rs @@ -1,8 +1,8 @@ -use alloc::vec::Vec; +use alloc::{boxed::Box, vec::Vec}; use frame_support::traits::Get; use frame_system::EnsureRoot; -use ismp::{error::Error, host::StateMachine, module::IsmpModule, router::IsmpRouter}; +use ismp::{host::StateMachine, module::IsmpModule, router::IsmpRouter}; use ismp_parachain::ParachainConsensusClient; use crate::{ @@ -17,7 +17,7 @@ impl pallet_ismp::Config for Runtime { type Coprocessor = Coprocessor; type Currency = Balances; type HostStateMachine = HostStateMachine; - type Mmr = pallet_ismp::NoOpMmrTree; + type OffchainDB = (); type Router = Router; type RuntimeEvent = RuntimeEvent; type TimestampProvider = Timestamp; @@ -46,7 +46,7 @@ impl Get for HostStateMachine { #[derive(Default)] pub struct Router; impl IsmpRouter for Router { - fn module_for_id(&self, id: Vec) -> Result, Error> { - Err(Error::ModuleNotFound(id)) + fn module_for_id(&self, id: Vec) -> Result, anyhow::Error> { + Err(anyhow::anyhow!("Module not found: {:?}", id)) } } diff --git a/runtime/devnet/src/lib.rs b/runtime/devnet/src/lib.rs index f96ac70ac..954979ebe 100644 --- a/runtime/devnet/src/lib.rs +++ b/runtime/devnet/src/lib.rs @@ -44,7 +44,7 @@ use frame_system::{ }; use pallet_api::fungibles; use pallet_balances::Call as BalancesCall; -use pallet_ismp::mmr::{Leaf, Proof, ProofKeys}; +use pallet_ismp::offchain::{Leaf, Proof, ProofKeys}; use pallet_xcm::{EnsureXcm, IsVoiceOfBody}; use parachains_common::message_queue::{NarrowOriginToSibling, ParaIdToSibling}; use polkadot_runtime_common::xcm_sender::NoPriceForMessageDelivery; @@ -52,8 +52,8 @@ use polkadot_runtime_common::xcm_sender::NoPriceForMessageDelivery; use polkadot_runtime_common::{BlockHashCount, SlowAdjustingFeeUpdate}; pub use pop_runtime_common::{ deposit, AuraId, Balance, BlockNumber, Hash, Nonce, Signature, AVERAGE_ON_INITIALIZE_RATIO, - BLOCK_PROCESSING_VELOCITY, DAYS, EXISTENTIAL_DEPOSIT, HOURS, MAXIMUM_BLOCK_WEIGHT, MICROUNIT, - MILLIUNIT, MINUTES, NORMAL_DISPATCH_RATIO, RELAY_CHAIN_SLOT_DURATION_MILLIS, SLOT_DURATION, + BLOCK_PROCESSING_VELOCITY, DAYS, EXISTENTIAL_DEPOSIT, HOURS, MAXIMUM_BLOCK_WEIGHT, MICRO_UNIT, + MILLI_UNIT, MINUTES, NORMAL_DISPATCH_RATIO, RELAY_CHAIN_SLOT_DURATION_MILLIS, SLOT_DURATION, UNINCLUDED_SEGMENT_CAPACITY, UNIT, }; use smallvec::smallvec; @@ -112,6 +112,12 @@ pub type SignedExtra = ( pub type UncheckedExtrinsic = generic::UncheckedExtrinsic; +/// All migrations of the runtime, aside from the ones declared in the pallets. +/// +/// This can be a tuple of types, each implementing `OnRuntimeUpgrade`. +#[allow(unused_parens)] +type Migrations = (); + /// Executive: handles dispatch to the various modules. pub type Executive = frame_executive::Executive< Runtime, @@ -119,6 +125,7 @@ pub type Executive = frame_executive::Executive< frame_system::ChainContext, Runtime, AllPalletsWithSystem, + Migrations, >; /// Handles converting a weight scalar to a fee value, based on the scale and granularity of the @@ -138,7 +145,7 @@ impl WeightToFeePolynomial for WeightToFee { fn polynomial() -> WeightToFeeCoefficients { // in Rococo, extrinsic base weight (smallest non-zero weight) is mapped to 1 MILLIUNIT: // we map to 1/10 of that, or 1/10 MILLIUNIT - let p = MILLIUNIT / 10; + let p = MILLI_UNIT / 10; let q = 100 * Balance::from(ExtrinsicBaseWeight::get().ref_time()); smallvec![WeightToFeeCoefficient { degree: 1, @@ -329,7 +336,7 @@ impl pallet_balances::Config for Runtime { parameter_types! { /// Relay Chain `TransactionByteFee` / 10 - pub const TransactionByteFee: Balance = 10 * MICROUNIT; + pub const TransactionByteFee: Balance = 10 * MICRO_UNIT; } impl pallet_transaction_payment::Config for Runtime { diff --git a/runtime/mainnet/Cargo.toml b/runtime/mainnet/Cargo.toml index fdebf0ea8..c3835b97d 100644 --- a/runtime/mainnet/Cargo.toml +++ b/runtime/mainnet/Cargo.toml @@ -99,6 +99,7 @@ std = [ "cumulus-primitives-core/std", "cumulus-primitives-storage-weight-reclaim/std", "cumulus-primitives-utility/std", + "enumflags2/std", "frame-benchmarking/std", "frame-executive/std", "frame-metadata-hash-extension/std", diff --git a/runtime/mainnet/src/config/xcm.rs b/runtime/mainnet/src/config/xcm.rs index 0b5863a7d..05a30cda1 100644 --- a/runtime/mainnet/src/config/xcm.rs +++ b/runtime/mainnet/src/config/xcm.rs @@ -16,10 +16,10 @@ use xcm_builder::{ AccountId32Aliases, AllowKnownQueryResponses, AllowSubscriptionsFrom, AllowTopLevelPaidExecutionFrom, EnsureXcmOrigin, FixedWeightBounds, FrameTransactionalProcessor, FungibleAdapter, IsConcrete, NativeAsset, ParentIsPreset, - RelayChainAsNative, SiblingParachainAsNative, SiblingParachainConvertsVia, + RelayChainAsNative, SendXcmFeeToAccount, SiblingParachainAsNative, SiblingParachainConvertsVia, SignedAccountId32AsNative, SignedToAccountId32, SovereignSignedViaLocation, TakeWeightCredit, TrailingSetTopicAsId, UsingComponents, WithComputedOrigin, WithUniqueTopic, - XcmFeeManagerFromComponents, XcmFeeToAccount, + XcmFeeManagerFromComponents, }; use xcm_executor::XcmExecutor; @@ -134,7 +134,7 @@ impl xcm_executor::Config for XcmConfig { type CallDispatcher = RuntimeCall; type FeeManager = XcmFeeManagerFromComponents< WaivedLocations, - XcmFeeToAccount, + SendXcmFeeToAccount, >; type HrmpChannelAcceptedHandler = (); type HrmpChannelClosingHandler = (); diff --git a/runtime/mainnet/src/lib.rs b/runtime/mainnet/src/lib.rs index aa5363322..d6fad66df 100644 --- a/runtime/mainnet/src/lib.rs +++ b/runtime/mainnet/src/lib.rs @@ -40,8 +40,8 @@ use polkadot_runtime_common::xcm_sender::NoPriceForMessageDelivery; use polkadot_runtime_common::{BlockHashCount, SlowAdjustingFeeUpdate}; pub use pop_runtime_common::{ AuraId, Balance, BlockNumber, Hash, Nonce, Signature, AVERAGE_ON_INITIALIZE_RATIO, - BLOCK_PROCESSING_VELOCITY, DAYS, EXISTENTIAL_DEPOSIT, HOURS, MAXIMUM_BLOCK_WEIGHT, MICROUNIT, - MILLIUNIT, MINUTES, NORMAL_DISPATCH_RATIO, RELAY_CHAIN_SLOT_DURATION_MILLIS, SLOT_DURATION, + BLOCK_PROCESSING_VELOCITY, DAYS, EXISTENTIAL_DEPOSIT, HOURS, MAXIMUM_BLOCK_WEIGHT, MICRO_UNIT, + MILLI_UNIT, MINUTES, NORMAL_DISPATCH_RATIO, RELAY_CHAIN_SLOT_DURATION_MILLIS, SLOT_DURATION, UNINCLUDED_SEGMENT_CAPACITY, UNIT, }; use sp_api::impl_runtime_apis; @@ -102,8 +102,11 @@ pub type SignedExtra = ( pub type UncheckedExtrinsic = generic::UncheckedExtrinsic; -/// Migrations to apply on runtime upgrade. -pub type Migrations = (); +/// All migrations of the runtime, aside from the ones declared in the pallets. +/// +/// This can be a tuple of types, each implementing `OnRuntimeUpgrade`. +#[allow(unused_parens)] +type Migrations = (); /// Executive: handles dispatch to the various modules. pub type Executive = frame_executive::Executive< @@ -130,11 +133,11 @@ pub mod fee { WeightToFeeCoefficients, WeightToFeePolynomial, }, }; - use pop_runtime_common::{Balance, MILLIUNIT}; + use pop_runtime_common::{Balance, MILLI_UNIT}; use smallvec::smallvec; pub use sp_runtime::Perbill; - pub const CENTS: Balance = MILLIUNIT * 10; // 100_000_000 + pub const CENTS: Balance = MILLI_UNIT * 10; // 100_000_000 pub const MILLICENTS: Balance = CENTS / 1_000; // 100_000 /// Cost of every transaction byte at Polkadot system parachains. @@ -1001,8 +1004,8 @@ mod tests { fn units_are_correct() { // UNIT should have 10 decimals assert_eq!(UNIT, 10_000_000_000); - assert_eq!(MILLIUNIT, 10_000_000); - assert_eq!(MICROUNIT, 10_000); + assert_eq!(MILLI_UNIT, 10_000_000); + assert_eq!(MICRO_UNIT, 10_000); // fee specific units assert_eq!(fee::CENTS, 100_000_000); diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index d3cd2c7b8..daf1e73fd 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -109,6 +109,7 @@ std = [ "cumulus-primitives-core/std", "cumulus-primitives-storage-weight-reclaim/std", "cumulus-primitives-utility/std", + "enumflags2/std", "frame-benchmarking/std", "frame-executive/std", "frame-metadata-hash-extension/std", diff --git a/runtime/testnet/src/config/contracts.rs b/runtime/testnet/src/config/contracts.rs index 7dd23b733..11c10becb 100644 --- a/runtime/testnet/src/config/contracts.rs +++ b/runtime/testnet/src/config/contracts.rs @@ -1,4 +1,4 @@ -use alloc::core::marker::PhantomData; +use core::marker::PhantomData; use frame_support::{ parameter_types, @@ -16,6 +16,7 @@ fn schedule() -> pallet_contracts::Schedule { pallet_contracts::Schedule { limits: pallet_contracts::Limits { runtime_memory: 1024 * 1024 * 1024, + validator_runtime_memory: 2 * 1024 * 1024 * 1024, ..Default::default() }, ..Default::default() diff --git a/runtime/testnet/src/lib.rs b/runtime/testnet/src/lib.rs index 6df756a23..05960c097 100644 --- a/runtime/testnet/src/lib.rs +++ b/runtime/testnet/src/lib.rs @@ -45,8 +45,8 @@ use polkadot_runtime_common::xcm_sender::NoPriceForMessageDelivery; use polkadot_runtime_common::{BlockHashCount, SlowAdjustingFeeUpdate}; pub use pop_runtime_common::{ deposit, AuraId, Balance, BlockNumber, Hash, Nonce, Signature, AVERAGE_ON_INITIALIZE_RATIO, - BLOCK_PROCESSING_VELOCITY, DAYS, EXISTENTIAL_DEPOSIT, HOURS, MAXIMUM_BLOCK_WEIGHT, MICROUNIT, - MILLIUNIT, MINUTES, NORMAL_DISPATCH_RATIO, RELAY_CHAIN_SLOT_DURATION_MILLIS, SLOT_DURATION, + BLOCK_PROCESSING_VELOCITY, DAYS, EXISTENTIAL_DEPOSIT, HOURS, MAXIMUM_BLOCK_WEIGHT, MICRO_UNIT, + MILLI_UNIT, MINUTES, NORMAL_DISPATCH_RATIO, RELAY_CHAIN_SLOT_DURATION_MILLIS, SLOT_DURATION, UNINCLUDED_SEGMENT_CAPACITY, UNIT, }; use smallvec::smallvec; @@ -106,6 +106,8 @@ pub type UncheckedExtrinsic = generic::UncheckedExtrinsic; /// Migrations to apply on runtime upgrade. +/// +/// This can be a tuple of types, each implementing `OnRuntimeUpgrade`. pub type Migrations = ( cumulus_pallet_xcmp_queue::migration::v5::MigrateV4ToV5, // Permanent. @@ -140,7 +142,7 @@ impl WeightToFeePolynomial for WeightToFee { fn polynomial() -> WeightToFeeCoefficients { // in Rococo, extrinsic base weight (smallest non-zero weight) is mapped to 1 MILLIUNIT: // we map to 1/10 of that, or 1/10 MILLIUNIT - let p = MILLIUNIT / 10; + let p = MILLI_UNIT / 10; let q = 100 * Balance::from(ExtrinsicBaseWeight::get().ref_time()); smallvec![WeightToFeeCoefficient { degree: 1, @@ -331,7 +333,7 @@ impl pallet_balances::Config for Runtime { parameter_types! { /// Relay Chain `TransactionByteFee` / 10 - pub const TransactionByteFee: Balance = 10 * MICROUNIT; + pub const TransactionByteFee: Balance = 10 * MICRO_UNIT; } impl pallet_transaction_payment::Config for Runtime {