From 7e8dbb59c8b2f94d91f8c941a3bf4f21c7421dfe Mon Sep 17 00:00:00 2001 From: PG Herveou Date: Thu, 22 Feb 2024 12:44:47 +0100 Subject: [PATCH] Bumps sha & deps (#223) --- Cargo.lock | 1776 ++++++++++++++++++++++++------------------- Cargo.toml | 192 ++--- node/Cargo.toml | 4 +- node/src/command.rs | 2 +- zombienet.toml | 6 +- 5 files changed, 1095 insertions(+), 885 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e5ba8e..a20eb35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -48,9 +48,9 @@ dependencies = [ [[package]] name = "aes" -version = "0.8.3" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2" +checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" dependencies = [ "cfg-if", "cipher 0.4.4", @@ -73,9 +73,9 @@ dependencies = [ [[package]] name = "ahash" -version = "0.7.7" +version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a824f2aa7e75a0c98c5a504fceb80649e9c35265d44525b5f94de4771a395cd" +checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" dependencies = [ "getrandom 0.2.12", "once_cell", @@ -84,9 +84,9 @@ dependencies = [ [[package]] name = "ahash" -version = "0.8.7" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01" +checksum = "d713b3834d76b85304d4d525563c1276e2e30dc97cc67bfb4585a4a29fc2c89f" dependencies = [ "cfg-if", "getrandom 0.2.12", @@ -142,9 +142,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.11" +version = "0.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5" +checksum = "96b09b5178381e0874812a9b157f7fe84982617e48f71f4e3235482775e5b540" dependencies = [ "anstyle", "anstyle-parse", @@ -156,9 +156,9 @@ dependencies = [ [[package]] name = "anstyle" -version = "1.0.4" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87" +checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" [[package]] name = "anstyle-parse" @@ -190,9 +190,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.79" +version = "1.0.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" +checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" [[package]] name = "approx" @@ -214,7 +214,7 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] @@ -601,13 +601,13 @@ dependencies = [ [[package]] name = "async-channel" -version = "2.1.1" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ca33f4bc4ed1babef42cad36cc1f51fa88be00420404e5b1e80ab1b18f7678c" +checksum = "f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3" dependencies = [ "concurrent-queue", - "event-listener 4.0.3", - "event-listener-strategy", + "event-listener 5.1.0", + "event-listener-strategy 0.5.0", "futures-core", "pin-project-lite 0.2.13", ] @@ -670,8 +670,8 @@ dependencies = [ "futures-io", "futures-lite 2.2.0", "parking", - "polling 3.3.2", - "rustix 0.38.30", + "polling 3.5.0", + "rustix 0.38.31", "slab", "tracing", "windows-sys 0.52.0", @@ -693,7 +693,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b" dependencies = [ "event-listener 4.0.3", - "event-listener-strategy", + "event-listener-strategy 0.4.0", "pin-project-lite 0.2.13", ] @@ -721,7 +721,7 @@ dependencies = [ "cfg-if", "event-listener 3.1.0", "futures-lite 1.13.0", - "rustix 0.38.30", + "rustix 0.38.31", "windows-sys 0.48.0", ] @@ -737,7 +737,7 @@ dependencies = [ "cfg-if", "futures-core", "futures-io", - "rustix 0.38.30", + "rustix 0.38.31", "signal-hook-registry", "slab", "windows-sys 0.48.0", @@ -757,7 +757,7 @@ checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9" dependencies = [ "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] @@ -871,7 +871,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "hash-db", "log", @@ -904,7 +904,7 @@ dependencies = [ "regex", "rustc-hash", "shlex", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] @@ -1062,7 +1062,7 @@ version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118" dependencies = [ - "async-channel 2.1.1", + "async-channel 2.2.0", "async-lock 3.3.0", "async-task", "fastrand 2.0.1", @@ -1096,7 +1096,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "parity-scale-codec", "scale-info", @@ -1130,9 +1130,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.14.0" +version = "3.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" +checksum = "d32a994c2b3ca201d9b263612a374263f05e7adde37c4707f693dcd375076d1f" [[package]] name = "byte-slice-cast" @@ -1148,9 +1148,9 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" [[package]] name = "bytemuck" -version = "1.14.1" +version = "1.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed2490600f404f2b94c167e31d3ed1d5f3c225a0f3b80230053b3e0b7b962bd9" +checksum = "a2ef034f05691a48569bd920a96c81b9d91bbad1ab5ac7c4616c1f6ef36cb79f" [[package]] name = "byteorder" @@ -1196,9 +1196,9 @@ dependencies = [ [[package]] name = "cargo-platform" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ceed8ef69d8518a5dda55c07425450b58a4e1946f4951eab6d7191ee86c2443d" +checksum = "694c8807f2ae16faecc43dc17d74b3eb042482789fd0eb64b39a2e04e087053f" dependencies = [ "serde", ] @@ -1211,7 +1211,7 @@ checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" dependencies = [ "camino", "cargo-platform", - "semver 1.0.21", + "semver 1.0.22", "serde", "serde_json", "thiserror", @@ -1238,9 +1238,9 @@ dependencies = [ [[package]] name = "cfg-expr" -version = "0.15.6" +version = "0.15.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6100bc57b6209840798d95cb2775684849d332f7bd788db2a8c8caf7ef82a41a" +checksum = "fa50868b64a9a6fda9d593ce778849ea8715cd2a3d2cc17ffdb4a2f2f2f1961d" dependencies = [ "smallvec", ] @@ -1293,9 +1293,9 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.33" +version = "0.4.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f13690e35a5e4ace198e7beea2895d29f3a9cc55015fcebe6336bd2010af9eb" +checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b" dependencies = [ "android-tzdata", "iana-time-zone", @@ -1360,9 +1360,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.18" +version = "4.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c" +checksum = "c918d541ef2913577a0f9566e9ce27cb35b6df072075769e0b26cb5a554520da" dependencies = [ "clap_builder", "clap_derive", @@ -1370,9 +1370,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.18" +version = "4.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7" +checksum = "9f3e7391dad68afb0c2ede1bf619f579a3dc9c2ec67f089baa397123a2f3d1eb" dependencies = [ "anstream", "anstyle", @@ -1383,31 +1383,30 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.4.7" +version = "4.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442" +checksum = "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47" dependencies = [ "heck", "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] name = "clap_lex" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" +checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" [[package]] name = "coarsetime" -version = "0.1.33" +version = "0.1.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71367d3385c716342014ad17e3d19f7788ae514885a1f4c24f500260fb365e1a" +checksum = "13b3839cf01bb7960114be3ccf2340f541b6d0c81f8690b007b2b39f750f7e5d" dependencies = [ "libc", - "once_cell", - "wasi 0.11.0+wasi-snapshot-preview1", + "wasix", "wasm-bindgen", ] @@ -1549,7 +1548,7 @@ checksum = "cd7e35aee659887cbfb97aaf227ac12cad1a9d7c71e55ff3376839ed4e282d08" [[package]] name = "contracts-node" -version = "0.36.0" +version = "0.37.0" dependencies = [ "clap", "color-print", @@ -1615,7 +1614,7 @@ dependencies = [ [[package]] name = "contracts-node-runtime" -version = "0.36.0" +version = "0.37.0" dependencies = [ "frame-benchmarking", "frame-executive", @@ -1649,8 +1648,8 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-transaction-pool", "sp-version", "substrate-wasm-builder", @@ -1658,7 +1657,7 @@ dependencies = [ [[package]] name = "contracts-parachain-runtime" -version = "0.36.0" +version = "0.37.0" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-dmp-queue", @@ -1708,7 +1707,7 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-transaction-pool", "sp-version", "staging-parachain-info", @@ -1877,9 +1876,9 @@ dependencies = [ [[package]] name = "crc32fast" -version = "1.3.2" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" +checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" dependencies = [ "cfg-if", ] @@ -1989,7 +1988,7 @@ dependencies = [ [[package]] name = "cumulus-client-cli" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "clap", "parity-scale-codec", @@ -2006,7 +2005,7 @@ dependencies = [ [[package]] name = "cumulus-client-collator" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -2029,7 +2028,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-aura" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-trait", "cumulus-client-collator", @@ -2071,7 +2070,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -2100,7 +2099,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-proposer" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "anyhow", "async-trait", @@ -2115,7 +2114,7 @@ dependencies = [ [[package]] name = "cumulus-client-network" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2138,7 +2137,7 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2153,8 +2152,8 @@ dependencies = [ "sp-inherents", "sp-runtime", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-trie", "tracing", ] @@ -2162,7 +2161,7 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2186,7 +2185,7 @@ dependencies = [ [[package]] name = "cumulus-client-service" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", @@ -2222,7 +2221,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -2234,13 +2233,13 @@ dependencies = [ "sp-application-crypto", "sp-consensus-aura", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "cumulus-pallet-dmp-queue" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "cumulus-primitives-core", "frame-benchmarking", @@ -2251,14 +2250,14 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "staging-xcm", ] [[package]] name = "cumulus-pallet-parachain-system" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -2277,12 +2276,12 @@ dependencies = [ "polkadot-runtime-parachains", "scale-info", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-inherents", "sp-io", "sp-runtime", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-trie", "sp-version", "staging-xcm", @@ -2292,18 +2291,18 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] name = "cumulus-pallet-session-benchmarking" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-support", @@ -2311,13 +2310,13 @@ dependencies = [ "pallet-session", "parity-scale-codec", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "cumulus-pallet-xcm" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2326,14 +2325,14 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "staging-xcm", ] [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "bounded-collections", "bp-xcm-bridge-hub-router", @@ -2350,7 +2349,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "staging-xcm", "staging-xcm-executor", ] @@ -2358,7 +2357,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2366,13 +2365,13 @@ dependencies = [ "sp-api", "sp-consensus-aura", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "cumulus-primitives-core" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2381,7 +2380,7 @@ dependencies = [ "scale-info", "sp-api", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-trie", "staging-xcm", ] @@ -2389,7 +2388,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2397,37 +2396,37 @@ dependencies = [ "scale-info", "sp-core", "sp-inherents", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-trie", ] [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-trie", ] [[package]] name = "cumulus-primitives-timestamp" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "cumulus-primitives-core", "futures", "parity-scale-codec", "sp-inherents", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-timestamp", ] [[package]] name = "cumulus-primitives-utility" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2439,7 +2438,7 @@ dependencies = [ "polkadot-runtime-parachains", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -2448,7 +2447,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2472,7 +2471,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2490,7 +2489,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-minimal-node" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "array-bytes 6.2.2", "async-trait", @@ -2531,7 +2530,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2558,7 +2557,7 @@ dependencies = [ "sp-core", "sp-runtime", "sp-state-machine", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-version", "thiserror", "tokio", @@ -2570,14 +2569,14 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", "polkadot-primitives", "sp-runtime", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-trie", ] @@ -2609,9 +2608,9 @@ dependencies = [ [[package]] name = "curve25519-dalek" -version = "4.1.1" +version = "4.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e89b8c6a2e4b1f45971ad09761aafb85514a84744b67a95e32c3cc1352d1f65c" +checksum = "0a677b8922c94e01bdbb12126b0bc852f00447528dee1782229af9c720c3f348" dependencies = [ "cfg-if", "cpufeatures", @@ -2632,7 +2631,7 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] @@ -2650,9 +2649,9 @@ dependencies = [ [[package]] name = "cxx" -version = "1.0.115" +version = "1.0.117" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8de00f15a6fa069c99b88c5c78c4541d0e7899a33b86f7480e23df2431fce0bc" +checksum = "0c15f3b597018782655a05d417f28bac009f6eb60f4b6703eb818998c1aaa16a" dependencies = [ "cc", "cxxbridge-flags", @@ -2662,9 +2661,9 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.115" +version = "1.0.117" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a71e1e631fa2f2f5f92e8b0d860a00c198c6771623a6cefcc863e3554f0d8d6" +checksum = "81699747d109bba60bd6f87e7cb24b626824b8427b32f199b95c7faa06ee3dc9" dependencies = [ "cc", "codespan-reporting", @@ -2672,24 +2671,37 @@ dependencies = [ "proc-macro2", "quote", "scratch", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] name = "cxxbridge-flags" -version = "1.0.115" +version = "1.0.117" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f3fed61d56ba497c4efef9144dfdbaa25aa58f2f6b3a7cf441d4591c583745c" +checksum = "7a7eb4c4fd18505f5a935f9c2ee77780350dcdb56da7cd037634e806141c5c43" [[package]] name = "cxxbridge-macro" -version = "1.0.115" +version = "1.0.117" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8908e380a8efd42150c017b0cfa31509fc49b6d47f7cb6b33e93ffb8f4e3661e" +checksum = "5d914fcc6452d133236ee067a9538be25ba6a644a450e1a6c617da84bf029854" dependencies = [ "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", +] + +[[package]] +name = "dashmap" +version = "5.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" +dependencies = [ + "cfg-if", + "hashbrown 0.14.3", + "lock_api", + "once_cell", + "parking_lot_core 0.9.9", ] [[package]] @@ -2872,7 +2884,7 @@ checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] @@ -2912,9 +2924,9 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.48", + "syn 2.0.50", "termcolor", - "toml 0.8.8", + "toml 0.8.10", "walkdir", ] @@ -2989,11 +3001,11 @@ dependencies = [ [[package]] name = "ed25519-dalek" -version = "2.1.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f628eaec48bfd21b865dc2950cfa014450c01d2fa2b69a86c2fd5844ec523c0" +checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" dependencies = [ - "curve25519-dalek 4.1.1", + "curve25519-dalek 4.1.2", "ed25519", "rand_core 0.6.4", "serde", @@ -3022,7 +3034,7 @@ version = "4.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9" dependencies = [ - "curve25519-dalek 4.1.1", + "curve25519-dalek 4.1.2", "ed25519", "hashbrown 0.14.3", "hex", @@ -3033,9 +3045,9 @@ dependencies = [ [[package]] name = "either" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" +checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a" [[package]] name = "elliptic-curve" @@ -3076,22 +3088,22 @@ dependencies = [ [[package]] name = "enumflags2" -version = "0.7.8" +version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5998b4f30320c9d93aed72f63af821bfdac50465b75428fce77b48ec482c3939" +checksum = "3278c9d5fb675e0a51dabcf4c0d355f692b064171535ba72361be1528a9d8e8d" dependencies = [ "enumflags2_derive", ] [[package]] name = "enumflags2_derive" -version = "0.7.8" +version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f95e2801cd355d4a1a3e3953ce6ee5ae9603a5c833455343a8bfe3f44d418246" +checksum = "5c785274071b1b420972453b306eeca06acf4633829db4223b58a2a8c5953bc4" dependencies = [ "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] @@ -3102,7 +3114,7 @@ checksum = "6fd000fd6988e73bbe993ea3db9b1aa64906ab88766d654973924340c8cddb42" dependencies = [ "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] @@ -3168,6 +3180,17 @@ dependencies = [ "pin-project-lite 0.2.13", ] +[[package]] +name = "event-listener" +version = "5.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7ad6fd685ce13acd6d9541a30f6db6567a7a24c9ffd4ba2955d29e3f22c8b27" +dependencies = [ + "concurrent-queue", + "parking", + "pin-project-lite 0.2.13", +] + [[package]] name = "event-listener-strategy" version = "0.4.0" @@ -3178,6 +3201,16 @@ dependencies = [ "pin-project-lite 0.2.13", ] +[[package]] +name = "event-listener-strategy" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "feedafcaa9b749175d5ac357452a9d41ea2911da598fde46ce1fe02c37751291" +dependencies = [ + "event-listener 5.1.0", + "pin-project-lite 0.2.13", +] + [[package]] name = "exit-future" version = "0.2.0" @@ -3209,7 +3242,7 @@ dependencies = [ "fs-err", "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] @@ -3305,9 +3338,9 @@ dependencies = [ [[package]] name = "fiat-crypto" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27573eac26f4dd11e2b1916c3fe1baa56407c83c71a773a8ba17ec0bca03b6b7" +checksum = "1676f435fc1dadde4d03e43f5d62b259e1ce5f40bd4ffb21db2b42ebe59c1382" [[package]] name = "file-per-thread-logger" @@ -3394,7 +3427,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "parity-scale-codec", ] @@ -3417,7 +3450,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-support", "frame-support-procedural", @@ -3433,16 +3466,16 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "static_assertions", ] [[package]] name = "frame-benchmarking-cli" version = "32.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "Inflector", "array-bytes 6.2.2", @@ -3474,15 +3507,15 @@ dependencies = [ "sp-blockchain", "sp-core", "sp-database", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-inherents", "sp-io", "sp-keystore", "sp-runtime", "sp-state-machine", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-trie", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "thiserror", "thousands", ] @@ -3490,18 +3523,18 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] name = "frame-election-provider-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3512,13 +3545,13 @@ dependencies = [ "sp-core", "sp-npos-elections", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "frame-executive" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-support", "frame-system", @@ -3529,8 +3562,8 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] @@ -3548,7 +3581,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "futures", "indicatif", @@ -3570,7 +3603,7 @@ dependencies = [ [[package]] name = "frame-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "aquamarine", "array-bytes 6.2.2", @@ -3593,7 +3626,7 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-crypto-hashing-proc-macro", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -3601,8 +3634,8 @@ dependencies = [ "sp-runtime", "sp-staking", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-weights", "static_assertions", "tt-call", @@ -3611,7 +3644,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "Inflector", "cfg-expr", @@ -3624,35 +3657,35 @@ dependencies = [ "proc-macro2", "quote", "sp-crypto-hashing", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] name = "frame-support-procedural-tools" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] name = "frame-support-procedural-tools-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] name = "frame-system" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "cfg-if", "docify", @@ -3664,7 +3697,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-version", "sp-weights", ] @@ -3672,7 +3705,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-support", @@ -3681,13 +3714,13 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "frame-system-rpc-runtime-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "parity-scale-codec", "sp-api", @@ -3696,13 +3729,13 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-support", "parity-scale-codec", "sp-api", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] @@ -3730,7 +3763,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29f9df8a11882c4e3335eb2d18a0137c505d9ca927470b0cac9c6f0ae07d28f7" dependencies = [ - "rustix 0.38.30", + "rustix 0.38.31", "windows-sys 0.48.0", ] @@ -3825,7 +3858,7 @@ checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" dependencies = [ "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] @@ -3983,6 +4016,26 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" +[[package]] +name = "governor" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "68a7f542ee6b35af73b06abc0dad1c1bae89964e4e253bc4b587b91c9637867b" +dependencies = [ + "cfg-if", + "dashmap", + "futures", + "futures-timer", + "no-std-compat", + "nonzero_ext", + "parking_lot 0.12.1", + "portable-atomic", + "quanta", + "rand", + "smallvec", + "spinning_top", +] + [[package]] name = "group" version = "0.13.0" @@ -4006,7 +4059,7 @@ dependencies = [ "futures-sink", "futures-util", "http", - "indexmap 2.2.1", + "indexmap 2.2.3", "slab", "tokio", "tokio-util", @@ -4048,7 +4101,7 @@ version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" dependencies = [ - "ahash 0.7.7", + "ahash 0.7.8", ] [[package]] @@ -4057,7 +4110,7 @@ version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" dependencies = [ - "ahash 0.8.7", + "ahash 0.8.9", ] [[package]] @@ -4066,7 +4119,7 @@ version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" dependencies = [ - "ahash 0.8.7", + "ahash 0.8.9", "allocator-api2", "serde", ] @@ -4088,9 +4141,9 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] name = "hermit-abi" -version = "0.3.4" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d3d0e0f38255e7fa3cf31335b3a56f05febd18025f4db5ef7a0cfb4f8da651f" +checksum = "bd5256b483761cd23699d0da46cc6fd2ee3be420bbe6d020ae4a091e70b7e9fd" [[package]] name = "hex" @@ -4254,16 +4307,16 @@ dependencies = [ "hyper", "log", "rustls 0.21.10", - "rustls-native-certs", + "rustls-native-certs 0.6.3", "tokio", - "tokio-rustls", + "tokio-rustls 0.24.1", ] [[package]] name = "iana-time-zone" -version = "0.1.59" +version = "0.1.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6a67363e2aa4443928ce15e57ebae94fd8949958fd1223c4cfc0cd473ad7539" +checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" dependencies = [ "android_system_properties", "core-foundation-sys", @@ -4399,9 +4452,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.2.1" +version = "2.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "433de089bd45971eecf4668ee0ee8f4cec17db4f8bd8f7bc3197a6ce37aa7d9b" +checksum = "233cf39063f058ea2caae4091bf4a3ef70a653afbc026f5c4a4135d114e3c177" dependencies = [ "equivalent", "hashbrown 0.14.3", @@ -4415,9 +4468,9 @@ checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590" [[package]] name = "indicatif" -version = "0.17.7" +version = "0.17.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb28741c9db9a713d93deb3bb9515c20788cef5815265bee4980e87bde7e0f25" +checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" dependencies = [ "console", "instant", @@ -4496,12 +4549,12 @@ checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" [[package]] name = "is-terminal" -version = "0.4.10" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bad00257d07be169d870ab665980b06cdb366d792ad690bf2e76876dc503455" +checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" dependencies = [ "hermit-abi", - "rustix 0.38.30", + "libc", "windows-sys 0.52.0", ] @@ -4560,27 +4613,27 @@ dependencies = [ [[package]] name = "jobserver" -version = "0.1.27" +version = "0.1.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d" +checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6" dependencies = [ "libc", ] [[package]] name = "js-sys" -version = "0.3.67" +version = "0.3.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a1d36f1235bc969acba30b7f5990b864423a6068a10f7c90ae8f0112e3a59d1" +checksum = "406cda4b368d531c842222cf9d2600a9a4acce8d29423695379c6868a143a9ee" dependencies = [ "wasm-bindgen", ] [[package]] name = "jsonrpsee" -version = "0.20.3" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "affdc52f7596ccb2d7645231fc6163bb314630c989b64998f3699a28b4d5d4dc" +checksum = "16fcc9dd231e72d22993f1643d5f7f0db785737dbe3c3d7ca222916ab4280795" dependencies = [ "jsonrpsee-core", "jsonrpsee-http-client", @@ -4594,19 +4647,20 @@ dependencies = [ [[package]] name = "jsonrpsee-client-transport" -version = "0.20.3" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5b005c793122d03217da09af68ba9383363caa950b90d3436106df8cabce935" +checksum = "0476c96eb741b40d39dcb39d0124e3b9be9840ec77653c42a0996563ae2a53f7" dependencies = [ "futures-util", "http", "jsonrpsee-core", "pin-project", - "rustls-native-certs", + "rustls-native-certs 0.7.0", + "rustls-pki-types", "soketto", "thiserror", "tokio", - "tokio-rustls", + "tokio-rustls 0.25.0", "tokio-util", "tracing", "url", @@ -4614,12 +4668,12 @@ dependencies = [ [[package]] name = "jsonrpsee-core" -version = "0.20.3" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da2327ba8df2fdbd5e897e2b5ed25ce7f299d345b9736b6828814c3dbd1fd47b" +checksum = "b974d8f6139efbe8425f32cb33302aba6d5e049556b5bfc067874e7a0da54a2e" dependencies = [ "anyhow", - "async-lock 2.8.0", + "async-lock 3.3.0", "async-trait", "beef", "futures-timer", @@ -4627,21 +4681,22 @@ dependencies = [ "hyper", "jsonrpsee-types", "parking_lot 0.12.1", + "pin-project", "rand", "rustc-hash", "serde", "serde_json", - "soketto", "thiserror", "tokio", + "tokio-stream", "tracing", ] [[package]] name = "jsonrpsee-http-client" -version = "0.20.3" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f80c17f62c7653ce767e3d7288b793dfec920f97067ceb189ebdd3570f2bc20" +checksum = "19dc795a277cff37f27173b3ca790d042afcc0372c34a7ca068d2e76de2cb6d1" dependencies = [ "async-trait", "hyper", @@ -4659,12 +4714,12 @@ dependencies = [ [[package]] name = "jsonrpsee-proc-macros" -version = "0.20.3" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29110019693a4fa2dbda04876499d098fa16d70eba06b1e6e2b3f1b251419515" +checksum = "68e79a7109506831bf0cbeaad08729cdf0e592300c00f626bccd6d479974221e" dependencies = [ "heck", - "proc-macro-crate 1.3.1", + "proc-macro-crate 3.1.0", "proc-macro2", "quote", "syn 1.0.109", @@ -4672,15 +4727,16 @@ dependencies = [ [[package]] name = "jsonrpsee-server" -version = "0.20.3" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82c39a00449c9ef3f50b84fc00fc4acba20ef8f559f07902244abf4c15c5ab9c" +checksum = "344440ccd8492c1ca65f1391c5aa03f91189db38d602d189b9266a1a5c6a4d22" dependencies = [ "futures-util", "http", "hyper", "jsonrpsee-core", "jsonrpsee-types", + "pin-project", "route-recognizer", "serde", "serde_json", @@ -4695,23 +4751,22 @@ dependencies = [ [[package]] name = "jsonrpsee-types" -version = "0.20.3" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5be0be325642e850ed0bdff426674d2e66b2b7117c9be23a7caef68a2902b7d9" +checksum = "b13dac43c1a9fc2648b37f306b0a5b0e29b2a6e1c36a33b95c1948da2494e9c5" dependencies = [ "anyhow", "beef", "serde", "serde_json", "thiserror", - "tracing", ] [[package]] name = "jsonrpsee-ws-client" -version = "0.20.3" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bca9cb3933ccae417eb6b08c3448eb1cb46e39834e5b503e395e5e5bd08546c0" +checksum = "b1bbaaf4ce912654081d997ade417c3155727db106c617c0612e85f504c2f744" dependencies = [ "http", "jsonrpsee-client-transport", @@ -4812,9 +4867,9 @@ checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" [[package]] name = "libc" -version = "0.2.152" +version = "0.2.153" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7" +checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" [[package]] name = "libloading" @@ -5451,7 +5506,7 @@ dependencies = [ "macro_magic_core", "macro_magic_macros", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] @@ -5465,7 +5520,7 @@ dependencies = [ "macro_magic_core_macros", "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] @@ -5476,7 +5531,7 @@ checksum = "9ea73aa640dc01d62a590d48c0c3521ed739d53b27f919b25c3551e233481654" dependencies = [ "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] @@ -5487,7 +5542,7 @@ checksum = "ef9d79ae96aaba821963320eb2b6e34d17df1e5a83d8a1985c29cc5be59577b3" dependencies = [ "macro_magic_core", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] @@ -5539,7 +5594,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64" dependencies = [ - "rustix 0.38.30", + "rustix 0.38.31", ] [[package]] @@ -5621,9 +5676,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "miniz_oxide" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" +checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" dependencies = [ "adler", ] @@ -5650,7 +5705,7 @@ dependencies = [ "bitflags 1.3.2", "blake2 0.10.6", "c2-chacha", - "curve25519-dalek 4.1.1", + "curve25519-dalek 4.1.2", "either", "hashlink", "lioness", @@ -5667,7 +5722,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "futures", "log", @@ -5686,7 +5741,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -5876,9 +5931,9 @@ dependencies = [ [[package]] name = "nalgebra" -version = "0.32.3" +version = "0.32.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "307ed9b18cc2423f29e83f84fd23a8e73628727990181f18641a8b5dc2ab1caa" +checksum = "4541eb06dce09c0241ebbaab7102f0a01a0c8994afed2e5d0d66775016e25ac2" dependencies = [ "approx", "matrixmultiply", @@ -6004,6 +6059,12 @@ dependencies = [ "libc", ] +[[package]] +name = "no-std-compat" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c" + [[package]] name = "no-std-net" version = "0.6.0" @@ -6032,6 +6093,12 @@ dependencies = [ "minimal-lexical", ] +[[package]] +name = "nonzero_ext" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" + [[package]] name = "normalize-line-endings" version = "0.3.0" @@ -6051,13 +6118,19 @@ dependencies = [ [[package]] name = "num-complex" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214" +checksum = "23c6602fda94a57c990fe0df199a035d83576b496aa29f4e634a8ac6004e68a6" dependencies = [ "num-traits", ] +[[package]] +name = "num-conv" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" + [[package]] name = "num-format" version = "0.4.4" @@ -6070,11 +6143,10 @@ dependencies = [ [[package]] name = "num-integer" -version = "0.1.45" +version = "0.1.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" +checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" dependencies = [ - "autocfg", "num-traits", ] @@ -6092,9 +6164,9 @@ dependencies = [ [[package]] name = "num-traits" -version = "0.2.17" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" +checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" dependencies = [ "autocfg", "libm", @@ -6200,7 +6272,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eedb646674596266dc9bb2b5c7eea7c36b32ecc7777eba0d510196972d72c4fd" dependencies = [ "expander 2.0.0", - "indexmap 2.2.1", + "indexmap 2.2.3", "itertools 0.11.0", "petgraph", "proc-macro-crate 1.3.1", @@ -6221,7 +6293,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-support", @@ -6233,13 +6305,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-asset-rate" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-support", @@ -6248,13 +6320,13 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-asset-tx-payment" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-support", "frame-system", @@ -6264,13 +6336,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-assets" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-support", @@ -6280,13 +6352,13 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-aura" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-support", "frame-system", @@ -6297,13 +6369,13 @@ dependencies = [ "sp-application-crypto", "sp-consensus-aura", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-authority-discovery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-support", "frame-system", @@ -6313,13 +6385,13 @@ dependencies = [ "sp-application-crypto", "sp-authority-discovery", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-authorship" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-support", "frame-system", @@ -6327,13 +6399,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-babe" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-support", @@ -6351,13 +6423,13 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-bags-list" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "aquamarine", "docify", @@ -6372,14 +6444,14 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-balances" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "docify", "frame-benchmarking", @@ -6389,13 +6461,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-beefy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-support", "frame-system", @@ -6409,13 +6481,13 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-beefy-mmr" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "array-bytes 6.2.2", "binary-merkle-tree", @@ -6434,13 +6506,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-bounties" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-support", @@ -6452,13 +6524,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-broker" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "bitvec", "frame-benchmarking", @@ -6469,13 +6541,13 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-child-bounties" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-support", @@ -6488,13 +6560,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-collator-selection" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-support", @@ -6507,13 +6579,13 @@ dependencies = [ "scale-info", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-collective" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-support", @@ -6524,13 +6596,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-contracts" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "bitflags 1.3.2", "environmental", @@ -6552,7 +6624,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "staging-xcm", "staging-xcm-builder", "wasm-instrument", @@ -6562,17 +6634,17 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] name = "pallet-contracts-uapi" version = "5.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -6584,7 +6656,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6595,13 +6667,13 @@ dependencies = [ "serde", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-democracy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-support", @@ -6613,13 +6685,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-election-provider-multi-phase" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6635,14 +6707,14 @@ dependencies = [ "sp-io", "sp-npos-elections", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "strum 0.24.1", ] [[package]] name = "pallet-election-provider-support-benchmarking" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6650,13 +6722,13 @@ dependencies = [ "parity-scale-codec", "sp-npos-elections", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-elections-phragmen" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-support", @@ -6669,13 +6741,13 @@ dependencies = [ "sp-npos-elections", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-fast-unstake" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "docify", "frame-benchmarking", @@ -6688,13 +6760,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-grandpa" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-support", @@ -6711,13 +6783,13 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-identity" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6728,13 +6800,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-im-online" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-support", @@ -6748,13 +6820,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-indices" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-support", @@ -6765,13 +6837,13 @@ dependencies = [ "sp-io", "sp-keyring", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-insecure-randomness-collective-flip" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-support", "frame-system", @@ -6779,13 +6851,13 @@ dependencies = [ "safe-mix", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-membership" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-support", @@ -6796,13 +6868,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-message-queue" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "environmental", "frame-benchmarking", @@ -6815,14 +6887,14 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-weights", ] [[package]] name = "pallet-mmr" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-support", @@ -6834,13 +6906,13 @@ dependencies = [ "sp-io", "sp-mmr-primitives", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-multisig" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-support", @@ -6850,13 +6922,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-nis" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-support", @@ -6866,13 +6938,13 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-nomination-pools" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-support", "frame-system", @@ -6884,14 +6956,14 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-nomination-pools-benchmarking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6903,26 +6975,26 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-nomination-pools-runtime-api" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", "sp-api", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-offences" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-support", "frame-system", @@ -6933,13 +7005,13 @@ dependencies = [ "serde", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-offences-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6957,13 +7029,13 @@ dependencies = [ "scale-info", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-preimage" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-support", @@ -6974,13 +7046,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-proxy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-support", @@ -6989,13 +7061,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-ranked-collective" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-support", @@ -7008,13 +7080,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-recovery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-support", @@ -7023,13 +7095,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-referenda" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "assert_matches", "frame-benchmarking", @@ -7042,13 +7114,13 @@ dependencies = [ "sp-arithmetic", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-root-testing" version = "4.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-support", "frame-system", @@ -7057,13 +7129,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-scheduler" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "docify", "frame-benchmarking", @@ -7074,14 +7146,14 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-weights", ] [[package]] name = "pallet-session" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-support", "frame-system", @@ -7096,14 +7168,14 @@ dependencies = [ "sp-session", "sp-staking", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-trie", ] [[package]] name = "pallet-session-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-support", @@ -7114,13 +7186,13 @@ dependencies = [ "rand", "sp-runtime", "sp-session", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-society" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-support", @@ -7132,13 +7204,13 @@ dependencies = [ "sp-arithmetic", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-staking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7155,24 +7227,24 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-staking-reward-curve" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] name = "pallet-staking-reward-fn" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "log", "sp-arithmetic", @@ -7181,7 +7253,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "parity-scale-codec", "sp-api", @@ -7191,7 +7263,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-support", @@ -7202,13 +7274,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-sudo" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "docify", "frame-benchmarking", @@ -7218,13 +7290,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-timestamp" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "docify", "frame-benchmarking", @@ -7236,15 +7308,15 @@ dependencies = [ "sp-inherents", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-timestamp", ] [[package]] name = "pallet-tips" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-support", @@ -7257,13 +7329,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-transaction-payment" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-support", "frame-system", @@ -7273,13 +7345,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-transaction-payment-rpc" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -7295,7 +7367,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -7307,7 +7379,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "docify", "frame-benchmarking", @@ -7320,13 +7392,13 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-utility" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-support", @@ -7336,13 +7408,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-vesting" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-support", @@ -7351,13 +7423,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-whitelist" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-support", @@ -7366,13 +7438,13 @@ dependencies = [ "scale-info", "sp-api", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "pallet-xcm" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -7386,7 +7458,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -7395,7 +7467,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-benchmarking", "frame-support", @@ -7405,7 +7477,7 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -7414,7 +7486,7 @@ dependencies = [ [[package]] name = "parachains-common" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -7435,7 +7507,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "staging-parachain-info", "staging-xcm", "staging-xcm-executor", @@ -7609,9 +7681,9 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pest" -version = "2.7.6" +version = "2.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f200d8d83c44a45b21764d1916299752ca035d15ecd46faca3e9a2a2bf6ad06" +checksum = "219c0dcc30b6a27553f9cc242972b67f75b60eb0db71f0b5462f38b058c41546" dependencies = [ "memchr", "thiserror", @@ -7620,9 +7692,9 @@ dependencies = [ [[package]] name = "pest_derive" -version = "2.7.6" +version = "2.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcd6ab1236bbdb3a49027e920e693192ebfe8913f6d60e294de57463a493cfde" +checksum = "22e1288dbd7786462961e69bfd4df7848c1e37e8b74303dbdab82c3a9cdd2809" dependencies = [ "pest", "pest_generator", @@ -7630,22 +7702,22 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.7.6" +version = "2.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a31940305ffc96863a735bef7c7994a00b325a7138fdbc5bda0f1a0476d3275" +checksum = "1381c29a877c6d34b8c176e734f35d7f7f5b3adaefe940cb4d1bb7af94678e2e" dependencies = [ "pest", "pest_meta", "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] name = "pest_meta" -version = "2.7.6" +version = "2.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7ff62f5259e53b78d1af898941cdcdccfae7385cf7d793a6e55de5d05bb4b7d" +checksum = "d0934d6907f148c22a3acbda520c7eed243ad7487a30f51f6ce52b58b7077a8a" dependencies = [ "once_cell", "pest", @@ -7659,7 +7731,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" dependencies = [ "fixedbitset", - "indexmap 2.2.1", + "indexmap 2.2.3", ] [[package]] @@ -7679,7 +7751,7 @@ checksum = "266c042b60c9c76b8d53061e52b2e0d1116abc57cefc8c5cd671619a56ac3690" dependencies = [ "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] @@ -7723,9 +7795,9 @@ dependencies = [ [[package]] name = "pkg-config" -version = "0.3.29" +version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2900ede94e305130c13ddd391e0ab7cbaeb783945ae07a279c268cb05109c6cb" +checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" [[package]] name = "platforms" @@ -7736,7 +7808,7 @@ checksum = "626dec3cac7cc0e1577a2ec3fc496277ec2baa084bebad95bb6fdbfae235f84c" [[package]] name = "polkadot-approval-distribution" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "bitvec", "futures", @@ -7756,7 +7828,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "always-assert", "futures", @@ -7772,7 +7844,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "derive_more", "fatality", @@ -7795,7 +7867,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-trait", "fatality", @@ -7818,7 +7890,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "cfg-if", "clap", @@ -7838,6 +7910,7 @@ dependencies = [ "sp-io", "sp-keyring", "sp-maybe-compressed-blob", + "sp-runtime", "substrate-build-script-utils", "thiserror", "try-runtime-cli", @@ -7846,7 +7919,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "bitvec", "fatality", @@ -7868,25 +7941,25 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "parity-scale-codec", "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "polkadot-dispute-distribution" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "derive_more", "fatality", "futures", "futures-timer", - "indexmap 2.2.1", + "indexmap 2.2.3", "parity-scale-codec", "polkadot-erasure-coding", "polkadot-node-network-protocol", @@ -7905,7 +7978,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -7919,7 +7992,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "futures", "futures-timer", @@ -7941,7 +8014,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "always-assert", "async-trait", @@ -7964,7 +8037,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "futures", "parity-scale-codec", @@ -7982,7 +8055,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "bitvec", "derive_more", @@ -8015,7 +8088,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "bitvec", "futures", @@ -8037,7 +8110,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "bitvec", "fatality", @@ -8056,7 +8129,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "futures", "polkadot-node-subsystem", @@ -8071,7 +8144,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-trait", "futures", @@ -8092,7 +8165,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "futures", "polkadot-node-metrics", @@ -8106,7 +8179,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "futures", "futures-timer", @@ -8123,7 +8196,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "fatality", "futures", @@ -8142,7 +8215,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-trait", "futures", @@ -8159,7 +8232,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" version = "6.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "bitvec", "fatality", @@ -8176,7 +8249,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "bitvec", "fatality", @@ -8193,7 +8266,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "always-assert", "array-bytes 6.2.2", @@ -8216,7 +8289,7 @@ dependencies = [ "slotmap", "sp-core", "sp-maybe-compressed-blob", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "tempfile", "thiserror", "tokio", @@ -8226,7 +8299,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "futures", "polkadot-node-primitives", @@ -8242,7 +8315,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "cfg-if", "cpu-time", @@ -8259,9 +8332,9 @@ dependencies = [ "seccompiler", "sp-core", "sp-crypto-hashing", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-io", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "thiserror", "tracing-gum", ] @@ -8269,7 +8342,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "futures", "polkadot-node-metrics", @@ -8284,7 +8357,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "lazy_static", "log", @@ -8302,7 +8375,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "bs58 0.5.0", "futures", @@ -8321,7 +8394,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -8345,7 +8418,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "bitvec", "bounded-vec", @@ -8368,7 +8441,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -8378,7 +8451,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-trait", "bitvec", @@ -8406,7 +8479,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-trait", "derive_more", @@ -8441,7 +8514,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-trait", "futures", @@ -8463,7 +8536,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "6.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "bounded-collections", "derive_more", @@ -8473,14 +8546,14 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-weights", ] [[package]] name = "polkadot-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "bitvec", "hex-literal", @@ -8500,13 +8573,13 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "polkadot-rpc" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -8539,7 +8612,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "bitvec", "frame-benchmarking", @@ -8581,7 +8654,7 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -8591,20 +8664,20 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "bs58 0.5.0", "frame-benchmarking", "parity-scale-codec", "polkadot-primitives", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "polkadot-runtime-parachains" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -8644,7 +8717,7 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "staging-xcm", "staging-xcm-executor", "static_assertions", @@ -8653,7 +8726,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-trait", "frame-benchmarking", @@ -8757,7 +8830,7 @@ dependencies = [ "sp-runtime", "sp-session", "sp-state-machine", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-timestamp", "sp-transaction-pool", "sp-version", @@ -8771,14 +8844,14 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "arrayvec 0.7.4", "bitvec", "fatality", "futures", "futures-timer", - "indexmap 2.2.1", + "indexmap 2.2.3", "parity-scale-codec", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -8794,7 +8867,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -8820,7 +8893,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6380dbe1fb03ecc74ad55d841cfc75480222d153ba69ddcb00977866cbdabdb8" dependencies = [ "polkavm-derive-impl 0.5.0", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] @@ -8841,7 +8914,7 @@ dependencies = [ "polkavm-common 0.5.0", "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] @@ -8853,7 +8926,7 @@ dependencies = [ "polkavm-common 0.8.0", "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] @@ -8863,7 +8936,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "15e85319a0d5129dc9f021c62607e0804f5fb777a05cdda44d750ac0732def66" dependencies = [ "polkavm-derive-impl 0.8.0", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] @@ -8899,14 +8972,14 @@ dependencies = [ [[package]] name = "polling" -version = "3.3.2" +version = "3.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "545c980a3880efd47b2e262f6a4bb6daad6555cf3367aa9c4e52895f69537a41" +checksum = "24f040dee2588b4963afb4e420540439d126f73fdacf4a9c486a96d840bac3c9" dependencies = [ "cfg-if", "concurrent-queue", "pin-project-lite 0.2.13", - "rustix 0.38.30", + "rustix 0.38.31", "tracing", "windows-sys 0.52.0", ] @@ -8999,7 +9072,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a41cf62165e97c7f814d2221421dbb9afcbcdb0a88068e5ea206e19951c2cbb5" dependencies = [ "proc-macro2", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] @@ -9056,7 +9129,7 @@ version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" dependencies = [ - "toml_edit 0.21.0", + "toml_edit 0.21.1", ] [[package]] @@ -9091,7 +9164,7 @@ checksum = "834da187cfe638ae8abb0203f0b33e5ccdb02a28e7199f2f47b3e2754f50edca" dependencies = [ "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] @@ -9137,7 +9210,7 @@ checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] @@ -9205,7 +9278,7 @@ dependencies = [ "itertools 0.11.0", "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] @@ -9237,6 +9310,21 @@ dependencies = [ "unicase", ] +[[package]] +name = "quanta" +version = "0.12.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ca0b7bac0b97248c40bb77288fc52029cf1459c0461ea1b05ee32ccf011de2c" +dependencies = [ + "crossbeam-utils", + "libc", + "once_cell", + "raw-cpuid", + "wasi 0.11.0+wasi-snapshot-preview1", + "web-sys", + "winapi", +] + [[package]] name = "quick-error" version = "1.2.3" @@ -9377,6 +9465,15 @@ dependencies = [ "rand_core 0.6.4", ] +[[package]] +name = "raw-cpuid" +version = "11.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d86a7c4638d42c44551f4791a20e687dbb4c3de1f33c43dd71e355cd429def1" +dependencies = [ + "bitflags 2.4.2", +] + [[package]] name = "rawpointer" version = "0.2.1" @@ -9473,7 +9570,7 @@ checksum = "5fddb4f8d99b0a2ebafc65a87a69a7b9875e4b1ae1f00db265d300ef7f28bccc" dependencies = [ "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] @@ -9598,16 +9695,17 @@ dependencies = [ [[package]] name = "ring" -version = "0.17.7" +version = "0.17.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74" +checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" dependencies = [ "cc", + "cfg-if", "getrandom 0.2.12", "libc", "spin 0.9.8", "untrusted 0.9.0", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] @@ -9632,7 +9730,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "binary-merkle-tree", "frame-benchmarking", @@ -9714,8 +9812,8 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-transaction-pool", "sp-version", "staging-xcm", @@ -9728,7 +9826,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-support", "polkadot-primitives", @@ -9816,7 +9914,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" dependencies = [ - "semver 1.0.21", + "semver 1.0.22", ] [[package]] @@ -9858,9 +9956,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.30" +version = "0.38.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca" +checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" dependencies = [ "bitflags 2.4.2", "errno", @@ -9888,11 +9986,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba" dependencies = [ "log", - "ring 0.17.7", - "rustls-webpki", + "ring 0.17.8", + "rustls-webpki 0.101.7", "sct", ] +[[package]] +name = "rustls" +version = "0.22.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e87c9956bd9807afa1f77e0f7594af32566e830e088a5576d27c5b6f30f49d41" +dependencies = [ + "log", + "ring 0.17.8", + "rustls-pki-types", + "rustls-webpki 0.102.2", + "subtle 2.5.0", + "zeroize", +] + [[package]] name = "rustls-native-certs" version = "0.6.3" @@ -9900,7 +10012,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" dependencies = [ "openssl-probe", - "rustls-pemfile", + "rustls-pemfile 1.0.4", + "schannel", + "security-framework", +] + +[[package]] +name = "rustls-native-certs" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792" +dependencies = [ + "openssl-probe", + "rustls-pemfile 2.1.0", + "rustls-pki-types", "schannel", "security-framework", ] @@ -9914,13 +10039,40 @@ dependencies = [ "base64 0.21.7", ] +[[package]] +name = "rustls-pemfile" +version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c333bb734fcdedcea57de1602543590f545f127dc8b533324318fd492c5c70b" +dependencies = [ + "base64 0.21.7", + "rustls-pki-types", +] + +[[package]] +name = "rustls-pki-types" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "048a63e5b3ac996d78d402940b5fa47973d2d080c6c6fffa1d0f19c4445310b7" + [[package]] name = "rustls-webpki" version = "0.101.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" dependencies = [ - "ring 0.17.7", + "ring 0.17.8", + "untrusted 0.9.0", +] + +[[package]] +name = "rustls-webpki" +version = "0.102.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "faaa0a62740bedb9b2ef5afa303da42764c012f743917351dc9a237ea1663610" +dependencies = [ + "ring 0.17.8", + "rustls-pki-types", "untrusted 0.9.0", ] @@ -9954,9 +10106,9 @@ dependencies = [ [[package]] name = "ryu" -version = "1.0.16" +version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c" +checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" [[package]] name = "safe-mix" @@ -9988,18 +10140,18 @@ dependencies = [ [[package]] name = "sc-allocator" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "log", "sp-core", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "thiserror", ] [[package]] name = "sc-authority-discovery" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-trait", "futures", @@ -10028,7 +10180,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "futures", "futures-timer", @@ -10050,7 +10202,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "parity-scale-codec", "sp-api", @@ -10065,7 +10217,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "array-bytes 6.2.2", "docify", @@ -10091,18 +10243,18 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] name = "sc-cli" version = "0.36.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "array-bytes 6.2.2", "bip39", @@ -10143,7 +10295,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "fnv", "futures", @@ -10158,11 +10310,11 @@ dependencies = [ "sp-consensus", "sp-core", "sp-database", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-runtime", "sp-state-machine", "sp-statement-store", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-trie", "substrate-prometheus-endpoint", ] @@ -10170,7 +10322,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "hash-db", "kvdb", @@ -10196,7 +10348,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-trait", "futures", @@ -10221,7 +10373,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-trait", "futures", @@ -10250,7 +10402,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-trait", "fork-tree", @@ -10286,7 +10438,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "futures", "jsonrpsee", @@ -10308,7 +10460,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -10344,7 +10496,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "futures", "jsonrpsee", @@ -10363,7 +10515,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "fork-tree", "parity-scale-codec", @@ -10376,9 +10528,9 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.19.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ - "ahash 0.8.7", + "ahash 0.8.9", "array-bytes 6.2.2", "async-trait", "dyn-clone", @@ -10419,7 +10571,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.19.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "finality-grandpa", "futures", @@ -10439,7 +10591,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "assert_matches", "async-trait", @@ -10474,7 +10626,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-trait", "futures", @@ -10497,7 +10649,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", @@ -10506,24 +10658,24 @@ dependencies = [ "schnellru", "sp-api", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-io", "sp-panic-handler", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-trie", "sp-version", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "tracing", ] [[package]] name = "sc-executor-common" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "thiserror", "wasm-instrument", ] @@ -10531,7 +10683,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "anyhow", "cfg-if", @@ -10541,15 +10693,15 @@ dependencies = [ "rustix 0.36.17", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "wasmtime", ] [[package]] name = "sc-informant" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "ansi_term", "futures", @@ -10566,7 +10718,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "array-bytes 6.2.2", "parking_lot 0.12.1", @@ -10580,7 +10732,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "array-bytes 4.2.0", "arrayvec 0.7.4", @@ -10609,7 +10761,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -10652,7 +10804,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-channel 1.9.0", "cid", @@ -10672,7 +10824,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -10689,9 +10841,9 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ - "ahash 0.8.7", + "ahash 0.8.9", "futures", "futures-timer", "libp2p", @@ -10708,7 +10860,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -10729,7 +10881,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "array-bytes 6.2.2", "async-channel 1.9.0", @@ -10765,7 +10917,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "array-bytes 6.2.2", "futures", @@ -10784,7 +10936,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "array-bytes 6.2.2", "bytes", @@ -10807,7 +10959,7 @@ dependencies = [ "sc-utils", "sp-api", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-keystore", "sp-offchain", "sp-runtime", @@ -10818,7 +10970,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10827,7 +10979,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "futures", "jsonrpsee", @@ -10859,7 +11011,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10879,11 +11031,15 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ + "futures", + "governor", "http", + "hyper", "jsonrpsee", "log", + "pin-project", "serde_json", "substrate-prometheus-endpoint", "tokio", @@ -10894,7 +11050,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "array-bytes 6.2.2", "futures", @@ -10904,6 +11060,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.1", + "rand", "sc-chain-spec", "sc-client-api", "sc-rpc", @@ -10924,7 +11081,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-trait", "directories", @@ -10965,12 +11122,12 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-keystore", "sp-runtime", "sp-session", "sp-state-machine", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-transaction-pool", "sp-transaction-storage-proof", "sp-trie", @@ -10987,7 +11144,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.30.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "log", "parity-scale-codec", @@ -10998,7 +11155,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.16.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "clap", "fs4", @@ -11011,7 +11168,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -11030,7 +11187,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "derive_more", "futures", @@ -11045,13 +11202,13 @@ dependencies = [ "sp-core", "sp-crypto-hashing", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "sc-telemetry" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "chrono", "futures", @@ -11070,7 +11227,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "ansi_term", "chrono", @@ -11090,7 +11247,7 @@ dependencies = [ "sp-core", "sp-rpc", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "thiserror", "tracing", "tracing-log", @@ -11100,18 +11257,18 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] name = "sc-transaction-pool" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-trait", "futures", @@ -11129,7 +11286,7 @@ dependencies = [ "sp-core", "sp-crypto-hashing", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-transaction-pool", "substrate-prometheus-endpoint", "thiserror", @@ -11138,7 +11295,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-trait", "futures", @@ -11154,7 +11311,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-channel 1.9.0", "futures", @@ -11207,7 +11364,7 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "772575a524feeb803e5b0fcbc6dd9f367e579488197c94c6e4023aad2305774d" dependencies = [ - "ahash 0.8.7", + "ahash 0.8.9", "cfg-if", "hashbrown 0.13.2", ] @@ -11253,7 +11410,7 @@ dependencies = [ "aead", "arrayref", "arrayvec 0.7.4", - "curve25519-dalek 4.1.1", + "curve25519-dalek 4.1.2", "getrandom_or_panic", "merlin 3.0.0", "rand_core 0.6.4", @@ -11281,7 +11438,7 @@ version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" dependencies = [ - "ring 0.17.7", + "ring 0.17.8", "untrusted 0.9.0", ] @@ -11310,9 +11467,9 @@ dependencies = [ [[package]] name = "secp256k1" -version = "0.28.1" +version = "0.28.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f622567e3b4b38154fb8190bcf6b160d7a4301d70595a49195b48c116007a27" +checksum = "d24b59d129cdadea20aea4fb2352fa053712e5d713eee47d700cd4b2bc002f10" dependencies = [ "secp256k1-sys", ] @@ -11378,9 +11535,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.21" +version = "1.0.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0" +checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca" dependencies = [ "serde", ] @@ -11393,9 +11550,9 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "serde" -version = "1.0.196" +version = "1.0.197" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32" +checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2" dependencies = [ "serde_derive", ] @@ -11411,20 +11568,20 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.196" +version = "1.0.197" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67" +checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] name = "serde_json" -version = "1.0.113" +version = "1.0.114" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79" +checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" dependencies = [ "itoa", "ryu", @@ -11559,8 +11716,9 @@ dependencies = [ [[package]] name = "simple-mermaid" -version = "0.1.0" -source = "git+https://github.com/kianenigma/simple-mermaid.git?rev=e48b187bcfd5cc75111acd9d241f1bd36604344b#e48b187bcfd5cc75111acd9d241f1bd36604344b" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "620a1d43d70e142b1d46a929af51d44f383db9c7a2ec122de2cd992ccfcf3c18" [[package]] name = "siphasher" @@ -11586,13 +11744,13 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "slot-range-helper" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "enumn", "parity-scale-codec", "paste", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] @@ -11677,7 +11835,7 @@ dependencies = [ "soketto", "twox-hash", "wasmi", - "x25519-dalek 2.0.0", + "x25519-dalek 2.0.1", "zeroize", ] @@ -11732,9 +11890,9 @@ dependencies = [ "aes-gcm", "blake2 0.10.6", "chacha20poly1305", - "curve25519-dalek 4.1.1", + "curve25519-dalek 4.1.2", "rand_core 0.6.4", - "ring 0.17.7", + "ring 0.17.8", "rustc_version 0.4.0", "sha2 0.10.8", "subtle 2.5.0", @@ -11780,7 +11938,7 @@ dependencies = [ [[package]] name = "sp-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "hash-db", "log", @@ -11788,12 +11946,12 @@ dependencies = [ "scale-info", "sp-api-proc-macro", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-metadata-ir", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-trie", "sp-version", "thiserror", @@ -11802,7 +11960,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "Inflector", "blake2 0.10.6", @@ -11810,33 +11968,33 @@ dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] name = "sp-application-crypto" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "sp-arithmetic" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "integer-sqrt", "num-traits", "parity-scale-codec", "scale-info", "serde", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "static_assertions", ] @@ -11861,31 +12019,31 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "parity-scale-codec", "scale-info", "sp-api", "sp-application-crypto", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "sp-block-builder" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "sp-api", "sp-inherents", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "sp-blockchain" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "futures", "log", @@ -11903,7 +12061,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-trait", "futures", @@ -11918,7 +12076,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-trait", "parity-scale-codec", @@ -11928,14 +12086,14 @@ dependencies = [ "sp-consensus-slots", "sp-inherents", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-timestamp", ] [[package]] name = "sp-consensus-babe" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-trait", "parity-scale-codec", @@ -11947,14 +12105,14 @@ dependencies = [ "sp-core", "sp-inherents", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-timestamp", ] [[package]] name = "sp-consensus-beefy" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "lazy_static", "parity-scale-codec", @@ -11965,16 +12123,17 @@ dependencies = [ "sp-core", "sp-crypto-hashing", "sp-io", + "sp-keystore", "sp-mmr-primitives", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "strum 0.24.1", ] [[package]] name = "sp-consensus-grandpa" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "finality-grandpa", "log", @@ -11986,25 +12145,25 @@ dependencies = [ "sp-core", "sp-keystore", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "sp-consensus-slots" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-timestamp", ] [[package]] name = "sp-core" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "array-bytes 6.2.2", "bandersnatch_vrfs", @@ -12034,11 +12193,11 @@ dependencies = [ "secrecy", "serde", "sp-crypto-hashing", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "ss58-registry", "substrate-bip39", "thiserror", @@ -12050,7 +12209,7 @@ dependencies = [ [[package]] name = "sp-crypto-ec-utils" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk#987edd8864bfcae04faed9a10876da0cecc7445d" +source = "git+https://github.com/paritytech/polkadot-sdk#ca382f32033d8350d49934b30680d8c30dd9bdfc" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -12071,7 +12230,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "blake2b_simd", "byteorder", @@ -12084,17 +12243,17 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "quote", "sp-crypto-hashing", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -12103,38 +12262,38 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#987edd8864bfcae04faed9a10876da0cecc7445d" +source = "git+https://github.com/paritytech/polkadot-sdk#ca382f32033d8350d49934b30680d8c30dd9bdfc" dependencies = [ "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "environmental", "parity-scale-codec", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk#987edd8864bfcae04faed9a10876da0cecc7445d" +source = "git+https://github.com/paritytech/polkadot-sdk#ca382f32033d8350d49934b30680d8c30dd9bdfc" dependencies = [ "environmental", "parity-scale-codec", @@ -12145,32 +12304,32 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "serde_json", "sp-api", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "sp-inherents" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "thiserror", ] [[package]] name = "sp-io" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "bytes", "ed25519-dalek", @@ -12181,12 +12340,12 @@ dependencies = [ "secp256k1", "sp-core", "sp-crypto-hashing", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-keystore", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-trie", "tracing", "tracing-core", @@ -12195,7 +12354,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "sp-core", "sp-runtime", @@ -12205,19 +12364,18 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "parity-scale-codec", "parking_lot 0.12.1", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", - "thiserror", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "thiserror", "zstd 0.12.4", @@ -12226,30 +12384,30 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-metadata", "parity-scale-codec", "scale-info", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "sp-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "parity-scale-codec", "scale-info", "sp-api", "sp-application-crypto", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "sp-mmr-primitives" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -12258,16 +12416,16 @@ dependencies = [ "serde", "sp-api", "sp-core", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "thiserror", ] [[package]] name = "sp-npos-elections" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "parity-scale-codec", "scale-info", @@ -12275,13 +12433,13 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "sp-offchain" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "sp-api", "sp-core", @@ -12291,7 +12449,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "backtrace", "lazy_static", @@ -12301,7 +12459,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "rustc-hash", "serde", @@ -12311,7 +12469,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "31.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "docify", "either", @@ -12328,37 +12486,38 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-weights", ] [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", "polkavm-derive 0.8.0", "primitive-types", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", - "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", + "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "static_assertions", ] [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#987edd8864bfcae04faed9a10876da0cecc7445d" +source = "git+https://github.com/paritytech/polkadot-sdk#ca382f32033d8350d49934b30680d8c30dd9bdfc" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", + "polkavm-derive 0.8.0", "primitive-types", "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk)", "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk)", @@ -12372,33 +12531,33 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "Inflector", "expander 2.0.0", "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#987edd8864bfcae04faed9a10876da0cecc7445d" +source = "git+https://github.com/paritytech/polkadot-sdk#ca382f32033d8350d49934b30680d8c30dd9bdfc" dependencies = [ "Inflector", "expander 2.0.0", "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] name = "sp-session" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "parity-scale-codec", "scale-info", @@ -12407,13 +12566,13 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "sp-staking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -12421,13 +12580,13 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "sp-state-machine" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "hash-db", "log", @@ -12436,9 +12595,9 @@ dependencies = [ "rand", "smallvec", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-panic-handler", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-trie", "thiserror", "tracing", @@ -12448,10 +12607,10 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "aes-gcm", - "curve25519-dalek 4.1.1", + "curve25519-dalek 4.1.2", "ed25519-dalek", "hkdf", "parity-scale-codec", @@ -12462,41 +12621,41 @@ dependencies = [ "sp-application-crypto", "sp-core", "sp-crypto-hashing", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "thiserror", - "x25519-dalek 2.0.0", + "x25519-dalek 2.0.1", ] [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#987edd8864bfcae04faed9a10876da0cecc7445d" +source = "git+https://github.com/paritytech/polkadot-sdk#ca382f32033d8350d49934b30680d8c30dd9bdfc" [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "impl-serde", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#987edd8864bfcae04faed9a10876da0cecc7445d" +source = "git+https://github.com/paritytech/polkadot-sdk#ca382f32033d8350d49934b30680d8c30dd9bdfc" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12509,23 +12668,23 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-trait", "parity-scale-codec", "sp-inherents", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "thiserror", ] [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "parity-scale-codec", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "tracing", "tracing-core", "tracing-subscriber", @@ -12534,7 +12693,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#987edd8864bfcae04faed9a10876da0cecc7445d" +source = "git+https://github.com/paritytech/polkadot-sdk#ca382f32033d8350d49934b30680d8c30dd9bdfc" dependencies = [ "parity-scale-codec", "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk)", @@ -12546,7 +12705,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "sp-api", "sp-runtime", @@ -12555,7 +12714,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-trait", "parity-scale-codec", @@ -12563,16 +12722,16 @@ dependencies = [ "sp-core", "sp-inherents", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-trie", ] [[package]] name = "sp-trie" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ - "ahash 0.8.7", + "ahash 0.8.9", "hash-db", "lazy_static", "memory-db", @@ -12583,8 +12742,8 @@ dependencies = [ "scale-info", "schnellru", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "thiserror", "tracing", "trie-db", @@ -12594,7 +12753,7 @@ dependencies = [ [[package]] name = "sp-version" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "impl-serde", "parity-scale-codec", @@ -12603,7 +12762,7 @@ dependencies = [ "serde", "sp-crypto-hashing-proc-macro", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-version-proc-macro", "thiserror", ] @@ -12611,31 +12770,31 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "parity-scale-codec", "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "anyhow", "impl-trait-for-tuples", "log", "parity-scale-codec", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "wasmtime", ] [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#987edd8864bfcae04faed9a10876da0cecc7445d" +source = "git+https://github.com/paritytech/polkadot-sdk#ca382f32033d8350d49934b30680d8c30dd9bdfc" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -12648,7 +12807,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -12656,8 +12815,8 @@ dependencies = [ "serde", "smallvec", "sp-arithmetic", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] @@ -12683,6 +12842,15 @@ dependencies = [ "strum 0.24.1", ] +[[package]] +name = "spinning_top" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300" +dependencies = [ + "lock_api", +] + [[package]] name = "spki" version = "0.7.3" @@ -12717,7 +12885,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-parachain-info" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -12725,13 +12893,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", ] [[package]] name = "staging-xcm" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "array-bytes 6.2.2", "bounded-collections", @@ -12749,7 +12917,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-support", "frame-system", @@ -12762,7 +12930,7 @@ dependencies = [ "sp-arithmetic", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-weights", "staging-xcm", "staging-xcm-executor", @@ -12771,7 +12939,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "environmental", "frame-benchmarking", @@ -12784,7 +12952,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-weights", "staging-xcm", ] @@ -12838,9 +13006,9 @@ dependencies = [ [[package]] name = "strsim" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" +checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01" [[package]] name = "strum" @@ -12880,7 +13048,7 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] @@ -12899,12 +13067,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" [[package]] name = "substrate-frame-rpc-system" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -12923,7 +13091,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "hyper", "log", @@ -12935,7 +13103,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.33.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-trait", "jsonrpsee", @@ -12948,7 +13116,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -12965,7 +13133,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "build-helper", "cargo_metadata", @@ -12976,7 +13144,7 @@ dependencies = [ "sp-maybe-compressed-blob", "strum 0.24.1", "tempfile", - "toml 0.8.8", + "toml 0.8.10", "walkdir", "wasm-opt", ] @@ -13012,9 +13180,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.48" +version = "2.0.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f" +checksum = "74f1bdc9872430ce9b75da68329d1c1746faf50ffac5f19e02b71e37ff881ffb" dependencies = [ "proc-macro2", "quote", @@ -13068,14 +13236,13 @@ checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae" [[package]] name = "tempfile" -version = "3.9.0" +version = "3.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa" +checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67" dependencies = [ "cfg-if", "fastrand 2.0.1", - "redox_syscall 0.4.1", - "rustix 0.38.30", + "rustix 0.38.31", "windows-sys 0.52.0", ] @@ -13094,7 +13261,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" dependencies = [ - "rustix 0.38.30", + "rustix 0.38.31", "windows-sys 0.48.0", ] @@ -13106,9 +13273,9 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "thiserror" -version = "1.0.56" +version = "1.0.57" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad" +checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b" dependencies = [ "thiserror-impl", ] @@ -13130,18 +13297,18 @@ checksum = "e4c60d69f36615a077cc7663b9cb8e42275722d23e58a7fa3d2c7f2915d09d04" dependencies = [ "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] name = "thiserror-impl" -version = "1.0.56" +version = "1.0.57" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471" +checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81" dependencies = [ "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] @@ -13205,12 +13372,13 @@ dependencies = [ [[package]] name = "time" -version = "0.3.31" +version = "0.3.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e" +checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" dependencies = [ "deranged", "itoa", + "num-conv", "powerfmt", "serde", "time-core", @@ -13225,10 +13393,11 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" -version = "0.2.16" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26197e33420244aeb70c3e8c78376ca46571bc4e701e4791c2cd9f57dcb3a43f" +checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774" dependencies = [ + "num-conv", "time-core", ] @@ -13258,9 +13427,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.35.1" +version = "1.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104" +checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931" dependencies = [ "backtrace", "bytes", @@ -13283,7 +13452,7 @@ checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] @@ -13307,6 +13476,17 @@ dependencies = [ "tokio", ] +[[package]] +name = "tokio-rustls" +version = "0.25.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" +dependencies = [ + "rustls 0.22.2", + "rustls-pki-types", + "tokio", +] + [[package]] name = "tokio-stream" version = "0.1.14" @@ -13345,14 +13525,14 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.8" +version = "0.8.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35" +checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.21.0", + "toml_edit 0.22.6", ] [[package]] @@ -13370,9 +13550,9 @@ version = "0.19.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" dependencies = [ - "indexmap 2.2.1", + "indexmap 2.2.3", "toml_datetime", - "winnow", + "winnow 0.5.40", ] [[package]] @@ -13381,22 +13561,33 @@ version = "0.20.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" dependencies = [ - "indexmap 2.2.1", + "indexmap 2.2.3", "toml_datetime", - "winnow", + "winnow 0.5.40", ] [[package]] name = "toml_edit" -version = "0.21.0" +version = "0.21.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" +dependencies = [ + "indexmap 2.2.3", + "toml_datetime", + "winnow 0.5.40", +] + +[[package]] +name = "toml_edit" +version = "0.22.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03" +checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6" dependencies = [ - "indexmap 2.2.1", + "indexmap 2.2.3", "serde", "serde_spanned", "toml_datetime", - "winnow", + "winnow 0.6.2", ] [[package]] @@ -13464,7 +13655,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] @@ -13490,7 +13681,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "coarsetime", "polkadot-primitives", @@ -13501,13 +13692,13 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "expander 2.0.0", "proc-macro-crate 3.1.0", "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] @@ -13631,7 +13822,7 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "try-runtime-cli" version = "0.38.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "async-trait", "clap", @@ -13648,8 +13839,8 @@ dependencies = [ "sp-consensus-aura", "sp-consensus-babe", "sp-core", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-inherents", "sp-io", "sp-keystore", @@ -13884,11 +14075,20 @@ version = "0.11.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" +[[package]] +name = "wasix" +version = "0.12.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c1fbb4ef9bbca0c1170e0b00dd28abc9e3b68669821600cad1caaed606583c6d" +dependencies = [ + "wasi 0.11.0+wasi-snapshot-preview1", +] + [[package]] name = "wasm-bindgen" -version = "0.2.90" +version = "0.2.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1223296a201415c7fad14792dbefaace9bd52b62d33453ade1c5b5f07555406" +checksum = "c1e124130aee3fb58c5bdd6b639a0509486b0338acaaae0c84a5124b0f588b7f" dependencies = [ "cfg-if", "wasm-bindgen-macro", @@ -13896,24 +14096,24 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.90" +version = "0.2.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcdc935b63408d58a32f8cc9738a0bffd8f05cc7c002086c6ef20b7312ad9dcd" +checksum = "c9e7e1900c352b609c8488ad12639a311045f40a35491fb69ba8c12f758af70b" dependencies = [ "bumpalo", "log", "once_cell", "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-futures" -version = "0.4.40" +version = "0.4.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bde2032aeb86bdfaecc8b261eef3cba735cc426c1f3a3416d1e0791be95fc461" +checksum = "877b9c3f61ceea0e56331985743b13f3d25c406a7098d45180fb5f09bc19ed97" dependencies = [ "cfg-if", "js-sys", @@ -13923,9 +14123,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.90" +version = "0.2.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e4c238561b2d428924c49815533a8b9121c664599558a5d9ec51f8a1740a999" +checksum = "b30af9e2d358182b5c7449424f017eba305ed32a7010509ede96cdc4696c46ed" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -13933,28 +14133,28 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.90" +version = "0.2.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bae1abb6806dc1ad9e560ed242107c0f6c84335f1749dd4e8ddb012ebd5e25a7" +checksum = "642f325be6301eb8107a83d12a8ac6c1e1c54345a7ef1a9261962dfefda09e66" dependencies = [ "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", "wasm-bindgen-backend", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.90" +version = "0.2.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d91413b1c31d7539ba5ef2451af3f0b833a005eb27a631cec32bc0635a8602b" +checksum = "4f186bd2dcf04330886ce82d6f33dd75a7bfcf69ecf5763b89fcde53b6ac9838" [[package]] name = "wasm-encoder" -version = "0.40.0" +version = "0.200.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d162eb64168969ae90e8668ca0593b0e47667e315aa08e717a9c9574d700d826" +checksum = "b9e3fb0c8fbddd78aa6095b850dfeedbc7506cf5f81e633f69cf8f2333ab84b9" dependencies = [ "leb128", ] @@ -14321,10 +14521,11 @@ dependencies = [ [[package]] name = "wast" -version = "70.0.1" +version = "200.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5d415036fe747a32b30c76c8bd6c73f69b7705fb7ebca5f16e852eef0c95802" +checksum = "d1810d14e6b03ebb8fb05eef4009ad5749c989b65197d83bce7de7172ed91366" dependencies = [ + "bumpalo", "leb128", "memchr", "unicode-width", @@ -14333,18 +14534,18 @@ dependencies = [ [[package]] name = "wat" -version = "1.0.84" +version = "1.200.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8241f34599d413d2243a21015ab43aef68bfb32a0e447c54eef8d423525ca15e" +checksum = "776cbd10e217f83869beaa3f40e312bb9e91d5eee29bbf6f560db1261b6a4c3d" dependencies = [ "wast", ] [[package]] name = "web-sys" -version = "0.3.67" +version = "0.3.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58cd2333b6e0be7a39605f0e255892fd7418a682d8da8fe042fe25128794d2ed" +checksum = "96565907687f7aceb35bc5fc03770a8a0471d82e479f25832f54a0e3f4b28446" dependencies = [ "js-sys", "wasm-bindgen", @@ -14356,7 +14557,7 @@ version = "0.22.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53" dependencies = [ - "ring 0.17.7", + "ring 0.17.8", "untrusted 0.9.0", ] @@ -14372,7 +14573,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "binary-merkle-tree", "bitvec", @@ -14464,8 +14665,8 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46)", "sp-transaction-pool", "sp-version", "staging-xcm", @@ -14478,7 +14679,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "frame-support", "polkadot-primitives", @@ -14500,14 +14701,14 @@ dependencies = [ "either", "home", "once_cell", - "rustix 0.38.30", + "rustix 0.38.31", ] [[package]] name = "wide" -version = "0.7.14" +version = "0.7.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b31891d644eba1789fb6715f27fbc322e4bdf2ecdc412ede1993246159271613" +checksum = "89beec544f246e679fc25490e3f8e08003bc4bf612068f325120dad4cea02c1c" dependencies = [ "bytemuck", "safe_arch", @@ -14778,9 +14979,18 @@ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" [[package]] name = "winnow" -version = "0.5.35" +version = "0.5.40" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" +dependencies = [ + "memchr", +] + +[[package]] +name = "winnow" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1931d78a9c73861da0134f453bb1f790ce49b2e30eba8410b4b79bac72b46a2d" +checksum = "7a4191c47f15cc3ec71fcb4913cb83d58def65dd3787610213c649283b5ce178" dependencies = [ "memchr", ] @@ -14832,11 +15042,11 @@ dependencies = [ [[package]] name = "x25519-dalek" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb66477291e7e8d2b0ff1bcb900bf29489a9692816d79874bea351e7a8b6de96" +checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277" dependencies = [ - "curve25519-dalek 4.1.1", + "curve25519-dalek 4.1.2", "rand_core 0.6.4", "serde", "zeroize", @@ -14863,12 +15073,12 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=28f6225beb66a35167af5709606f1d76ca799ef6#28f6225beb66a35167af5709606f1d76ca799ef6" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=e76b244853c52d523e1d5c7a28948573df60df46#e76b244853c52d523e1d5c7a28948573df60df46" dependencies = [ "Inflector", "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] @@ -14911,7 +15121,7 @@ checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] @@ -14931,7 +15141,7 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.48", + "syn 2.0.50", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index b250c01..db3551b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [workspace.package] authors = ["anonymous"] edition = "2021" -version = "0.36.0" +version = "0.37.0" license = "Unlicense" homepage = "https://github.com/paritytech/substrate-contracts-node" repository = "https://github.com/paritytech/substrate-contracts-node" @@ -22,7 +22,7 @@ clap = { version = "4", features = ["derive"] } codec = { package = "parity-scale-codec", version = "3.6.9", default-features = false, features = ["derive"] } futures = "0.3.30" hex-literal = { version = "0.4.1"} -jsonrpsee = { version = "0.20.3", features = ["server"] } +jsonrpsee = { version = "0.22", features = ["server"] } log = { version = "0.4.20", default-features = false } serde = { version = "1.0.195", features = ["derive"] } serde_json = "1.0.111" @@ -32,106 +32,106 @@ color-print = "0.3.5" wasmtime="8.0.1" # Substrate -frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -frame-benchmarking-cli = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -frame-executive = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -frame-support = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -frame-system = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -frame-system-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -frame-try-runtime = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -pallet-aura = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -pallet-authorship = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -pallet-balances = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -pallet-session = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -pallet-sudo = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -pallet-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -pallet-transaction-payment = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -pallet-message-queue = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -sc-basic-authorship = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -sc-chain-spec = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -sc-cli = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -sc-client-api = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -sc-consensus = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -sc-executor = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -sc-network = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -sc-network-sync = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -sc-offchain = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -sc-rpc = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -sc-service = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -sc-sysinfo = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -sc-telemetry = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -sc-tracing = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -sc-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -sc-transaction-pool-api = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -sp-api = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -sp-keyring = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -sp-block-builder = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -sp-blockchain = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -sp-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -sp-core = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -sp-inherents = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -sp-io = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -sp-keystore = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -sp-offchain = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -sp-session = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -sp-std = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -sp-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -sp-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -sp-version = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -substrate-frame-rpc-system = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -substrate-wasm-builder = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -substrate-build-script-utils = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -try-runtime-cli = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } +frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +frame-benchmarking-cli = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +frame-executive = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +frame-support = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +frame-system = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +frame-system-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +frame-try-runtime = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +pallet-aura = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +pallet-authorship = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +pallet-balances = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +pallet-session = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +pallet-sudo = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +pallet-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +pallet-transaction-payment = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +pallet-message-queue = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +sc-basic-authorship = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +sc-chain-spec = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +sc-cli = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +sc-client-api = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +sc-consensus = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +sc-executor = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +sc-network = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +sc-network-sync = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +sc-offchain = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +sc-rpc = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +sc-service = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +sc-sysinfo = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +sc-telemetry = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +sc-tracing = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +sc-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +sc-transaction-pool-api = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +sp-api = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +sp-keyring = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +sp-block-builder = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +sp-blockchain = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +sp-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +sp-core = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +sp-inherents = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +sp-io = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +sp-keystore = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +sp-offchain = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +sp-runtime = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +sp-session = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +sp-std = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +sp-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +sp-transaction-pool = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +sp-version = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +substrate-frame-rpc-system = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +substrate-wasm-builder = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +substrate-build-script-utils = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +try-runtime-cli = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } # extra deps for running a solo node on top of a parachain -pallet-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -sc-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -sp-genesis-builder = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -sp-storage = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -sc-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -sc-consensus-manual-seal = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false} +pallet-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +sc-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +sp-consensus-grandpa = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +sp-genesis-builder = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +sp-storage = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +sc-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +sc-consensus-manual-seal = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false} # extra deps for setting up pallet-contracts -pallet-contracts = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -pallet-insecure-randomness-collective-flip = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -pallet-assets = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -pallet-utility = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } +pallet-contracts = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +pallet-insecure-randomness-collective-flip = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +pallet-assets = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +pallet-utility = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } # Polkadot -pallet-xcm = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -polkadot-cli = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", features = ["rococo-native"] } -polkadot-parachain-primitives = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -xcm = { package="staging-xcm", git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -xcm-builder = { package="staging-xcm-builder", git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -xcm-executor = { package="staging-xcm-executor", git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } +pallet-xcm = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +polkadot-cli = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", features = ["rococo-native"] } +polkadot-parachain-primitives = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +xcm = { package="staging-xcm", git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +xcm-builder = { package="staging-xcm-builder", git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +xcm-executor = { package="staging-xcm-executor", git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } # Cumulus -cumulus-client-cli = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -cumulus-client-collator = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -cumulus-client-consensus-proposer = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -cumulus-client-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -cumulus-client-consensus-common = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -cumulus-client-service = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false, features = ["parameterized-consensus-hook",] } -cumulus-pallet-session-benchmarking = {git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -cumulus-pallet-xcm = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -cumulus-primitives-core = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -cumulus-primitives-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -cumulus-primitives-utility = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -cumulus-relay-chain-interface = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6" } -pallet-collator-selection = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -parachain-info = { package = "staging-parachain-info", git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } -parachains-common = { git = "https://github.com/paritytech/polkadot-sdk", rev = "28f6225beb66a35167af5709606f1d76ca799ef6", default-features = false } +cumulus-client-cli = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +cumulus-client-collator = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +cumulus-client-consensus-proposer = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +cumulus-client-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +cumulus-client-consensus-common = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +cumulus-client-service = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false, features = ["parameterized-consensus-hook",] } +cumulus-pallet-session-benchmarking = {git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +cumulus-pallet-xcm = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +cumulus-primitives-core = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +cumulus-primitives-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +cumulus-primitives-utility = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +cumulus-relay-chain-interface = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46" } +pallet-collator-selection = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +parachain-info = { package = "staging-parachain-info", git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } +parachains-common = { git = "https://github.com/paritytech/polkadot-sdk", rev = "e76b244853c52d523e1d5c7a28948573df60df46", default-features = false } diff --git a/node/Cargo.toml b/node/Cargo.toml index b6e58c4..6f16907 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -27,8 +27,8 @@ serde_json = { workspace = true } wasmtime = { workspace = true } # Local -contracts-parachain-runtime = { path = "../parachain-runtime", features = ["parachain"], version = "0.36.0" } -contracts-node-runtime = { path = "../runtime", version = "0.36.0" } +contracts-parachain-runtime = { path = "../parachain-runtime", features = ["parachain"], version = "0.37.0" } +contracts-node-runtime = { path = "../runtime", version = "0.37.0" } # Substrate frame-benchmarking = { workspace = true } diff --git a/node/src/command.rs b/node/src/command.rs index e6c37d6..6d3ade3 100644 --- a/node/src/command.rs +++ b/node/src/command.rs @@ -185,7 +185,7 @@ pub fn run() -> Result<()> { match cmd { BenchmarkCmd::Pallet(cmd) => if cfg!(feature = "runtime-benchmarks") { - runner.sync_run(|config| cmd.run::(config)) + runner.sync_run(|config| cmd.run::, ()>(config)) } else { Err("Benchmarking wasn't enabled when building the node. \ You can enable it with `--features runtime-benchmarks`." diff --git a/zombienet.toml b/zombienet.toml index 0a365cb..1f92f6b 100644 --- a/zombienet.toml +++ b/zombienet.toml @@ -15,14 +15,14 @@ command = "polkadot" [[relaychain.nodes]] name = "alice" - args = [ "--alice", "-lruntime=debug,parachain=trace" ] + args = [ "--alice", "-lerror,runtime::contracts=trace,xcm=trace,runtime::xcm=trace,runtime::xcmp=info" ] [[relaychain.nodes]] name = "bob" - args = [ "--bob", "-lruntime=debug,parachain=trace" ] + args = [ "--bob", "-lerror,runtime::contracts=trace,xcm=trace,runtime::xcm=trace,runtime::xcmp=info" ] [[parachains]] -id = 100 +id = 1 addToGenesis = true chain = "contracts-parachain-local"