diff --git a/Cargo.lock b/Cargo.lock index d3a08ff..c4ccfb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "Inflector" @@ -95,9 +95,39 @@ dependencies = [ [[package]] name = "allocator-api2" -version = "0.2.20" +version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45862d1c77f2228b9e10bc609d5bc203d86ebc9b87ad8d5d5167a6c9abf739d9" +checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" + +[[package]] +name = "alloy-core" +version = "0.8.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c618bd382f0bc2ac26a7e4bfae01c9b015ca8f21b37ca40059ae35a7e62b3dc6" +dependencies = [ + "alloy-dyn-abi", + "alloy-json-abi", + "alloy-primitives", + "alloy-rlp", + "alloy-sol-types", +] + +[[package]] +name = "alloy-dyn-abi" +version = "0.8.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "41056bde53ae10ffbbf11618efbe1e0290859e5eab0fe9ef82ebdb62f12a866f" +dependencies = [ + "alloy-json-abi", + "alloy-primitives", + "alloy-sol-type-parser", + "alloy-sol-types", + "const-hex", + "itoa", + "serde", + "serde_json", + "winnow", +] [[package]] name = "alloy-genesis" @@ -105,18 +135,18 @@ version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a7a18afb0b318616b6b2b0e2e7ac5529d32a966c673b48091c9919e284e6aca" dependencies = [ - "alloy-primitives 0.8.14", + "alloy-primitives", "alloy-serde", "serde", ] [[package]] name = "alloy-json-abi" -version = "0.8.14" +version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac4b22b3e51cac09fd2adfcc73b55f447b4df669f983c13f7894ec82b607c63f" +checksum = "c357da577dfb56998d01f574d81ad7a1958d248740a7981b205d69d65a7da404" dependencies = [ - "alloy-primitives 0.8.14", + "alloy-primitives", "alloy-sol-type-parser", "serde", "serde_json", @@ -124,29 +154,9 @@ dependencies = [ [[package]] name = "alloy-primitives" -version = "0.4.2" +version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0628ec0ba5b98b3370bb6be17b12f23bfce8ee4ad83823325a20546d9b03b78" -dependencies = [ - "alloy-rlp", - "bytes", - "cfg-if", - "const-hex", - "derive_more 0.99.18", - "hex-literal", - "itoa", - "proptest", - "rand", - "ruint", - "serde", - "tiny-keccak", -] - -[[package]] -name = "alloy-primitives" -version = "0.8.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9db948902dfbae96a73c2fbf1f7abec62af034ab883e4c777c3fd29702bd6e2c" +checksum = "6259a506ab13e1d658796c31e6e39d2e2ee89243bcc505ddc613b35732e0a430" dependencies = [ "alloy-rlp", "bytes", @@ -156,7 +166,7 @@ dependencies = [ "foldhash", "hashbrown 0.15.2", "hex-literal", - "indexmap 2.6.0", + "indexmap 2.7.0", "itoa", "k256", "keccak-asm", @@ -164,7 +174,7 @@ dependencies = [ "proptest", "rand", "ruint", - "rustc-hash 2.0.0", + "rustc-hash 2.1.0", "serde", "sha3", "tiny-keccak", @@ -172,9 +182,9 @@ dependencies = [ [[package]] name = "alloy-rlp" -version = "0.3.9" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da0822426598f95e45dd1ea32a738dac057529a709ee645fcc516ffa4cbde08f" +checksum = "f542548a609dca89fcd72b3b9f355928cf844d4363c5eed9c5273a3dd225e097" dependencies = [ "arrayvec", "bytes", @@ -186,80 +196,63 @@ version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "731f75ec5d383107fd745d781619bd9cedf145836c51ecb991623d41278e71fa" dependencies = [ - "alloy-primitives 0.8.14", + "alloy-primitives", "serde", "serde_json", ] [[package]] name = "alloy-sol-macro" -version = "0.4.2" +version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a98ad1696a2e17f010ae8e43e9f2a1e930ed176a8e3ff77acfeff6dfb07b42c" -dependencies = [ - "const-hex", - "dunce", - "heck 0.4.1", - "proc-macro-error", - "proc-macro2", - "quote", - "syn 2.0.89", - "syn-solidity 0.4.2", - "tiny-keccak", -] - -[[package]] -name = "alloy-sol-macro" -version = "0.8.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3bfd7853b65a2b4f49629ec975fee274faf6dff15ab8894c620943398ef283c0" +checksum = "d9d64f851d95619233f74b310f12bcf16e0cbc27ee3762b6115c14a84809280a" dependencies = [ "alloy-sol-macro-expander", "alloy-sol-macro-input", "proc-macro-error2", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] name = "alloy-sol-macro-expander" -version = "0.8.14" +version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82ec42f342d9a9261699f8078e57a7a4fda8aaa73c1a212ed3987080e6a9cd13" +checksum = "6bf7ed1574b699f48bf17caab4e6e54c6d12bc3c006ab33d58b1e227c1c3559f" dependencies = [ "alloy-sol-macro-input", "const-hex", "heck 0.5.0", - "indexmap 2.6.0", + "indexmap 2.7.0", "proc-macro-error2", "proc-macro2", "quote", - "syn 2.0.89", - "syn-solidity 0.8.14", + "syn 2.0.90", + "syn-solidity", "tiny-keccak", ] [[package]] name = "alloy-sol-macro-input" -version = "0.8.14" +version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed2c50e6a62ee2b4f7ab3c6d0366e5770a21cad426e109c2f40335a1b3aff3df" +checksum = "8c02997ccef5f34f9c099277d4145f183b422938ed5322dc57a089fe9b9ad9ee" dependencies = [ "const-hex", "dunce", "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.89", - "syn-solidity 0.8.14", + "syn 2.0.90", + "syn-solidity", ] [[package]] name = "alloy-sol-type-parser" -version = "0.8.14" +version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac17c6e89a50fb4a758012e4b409d9a0ba575228e69b539fe37d7a1bd507ca4a" +checksum = "ce13ff37285b0870d0a0746992a4ae48efaf34b766ae4c2640fa15e5305f8e73" dependencies = [ "serde", "winnow", @@ -267,25 +260,13 @@ dependencies = [ [[package]] name = "alloy-sol-types" -version = "0.4.2" +version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98d7107bed88e8f09f0ddcc3335622d87bfb6821f3e0c7473329fb1cfad5e015" -dependencies = [ - "alloy-primitives 0.4.2", - "alloy-sol-macro 0.4.2", - "const-hex", - "serde", -] - -[[package]] -name = "alloy-sol-types" -version = "0.8.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9dc0fffe397aa17628160e16b89f704098bf3c9d74d5d369ebc239575936de5" +checksum = "1174cafd6c6d810711b4e00383037bdb458efc4fe3dbafafa16567e0320c54d8" dependencies = [ "alloy-json-abi", - "alloy-primitives 0.8.14", - "alloy-sol-macro 0.8.14", + "alloy-primitives", + "alloy-sol-macro", "const-hex", "serde", ] @@ -347,9 +328,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.93" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" +checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" [[package]] name = "approx" @@ -371,7 +352,7 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -380,7 +361,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb00293ba84f51ce3bd026bd0de55899c4e68f0a39a5728cebae3a73ffdc0a4f" dependencies = [ - "ark-ec", + "ark-ec 0.4.2", "ark-ff 0.4.2", "ark-std 0.4.0", ] @@ -392,7 +373,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "20c7021f180a0cbea0380eba97c2af3c57074cdaffe0eef7e840e1c9f2841e55" dependencies = [ "ark-bls12-377", - "ark-ec", + "ark-ec 0.4.2", "ark-models-ext", "ark-std 0.4.0", ] @@ -403,7 +384,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c775f0d12169cba7aae4caeb547bb6a50781c7449a8aa53793827c9ec4abf488" dependencies = [ - "ark-ec", + "ark-ec 0.4.2", "ark-ff 0.4.2", "ark-serialize 0.4.2", "ark-std 0.4.0", @@ -416,7 +397,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1dc4b3d08f19e8ec06e949712f95b8361e43f1391d94f65e4234df03480631c" dependencies = [ "ark-bls12-381", - "ark-ec", + "ark-ec 0.4.2", "ark-ff 0.4.2", "ark-models-ext", "ark-serialize 0.4.2", @@ -430,7 +411,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e0605daf0cc5aa2034b78d008aaf159f56901d92a52ee4f6ecdfdac4f426700" dependencies = [ "ark-bls12-377", - "ark-ec", + "ark-ec 0.4.2", "ark-ff 0.4.2", "ark-std 0.4.0", ] @@ -442,7 +423,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ccee5fba47266f460067588ee1bf070a9c760bf2050c1c509982c5719aadb4f2" dependencies = [ "ark-bw6-761", - "ark-ec", + "ark-ec 0.4.2", "ark-ff 0.4.2", "ark-models-ext", "ark-std 0.4.0", @@ -455,7 +436,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "defd9a439d56ac24968cca0571f598a61bc8c55f71d50a89cda591cb750670ba" dependencies = [ "ark-ff 0.4.2", - "ark-poly", + "ark-poly 0.4.2", "ark-serialize 0.4.2", "ark-std 0.4.0", "derivative", @@ -466,6 +447,27 @@ dependencies = [ "zeroize", ] +[[package]] +name = "ark-ec" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43d68f2d516162846c1238e755a7c4d131b892b70cc70c471a8e3ca3ed818fce" +dependencies = [ + "ahash", + "ark-ff 0.5.0", + "ark-poly 0.5.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", + "educe", + "fnv", + "hashbrown 0.15.2", + "itertools 0.13.0", + "num-bigint", + "num-integer", + "num-traits", + "zeroize", +] + [[package]] name = "ark-ed-on-bls12-377" version = "0.4.0" @@ -473,7 +475,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b10d901b9ac4b38f9c32beacedfadcdd64e46f8d7f8e88c1ae1060022cf6f6c6" dependencies = [ "ark-bls12-377", - "ark-ec", + "ark-ec 0.4.2", "ark-ff 0.4.2", "ark-std 0.4.0", ] @@ -484,7 +486,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "524a4fb7540df2e1a8c2e67a83ba1d1e6c3947f4f9342cc2359fc2e789ad731d" dependencies = [ - "ark-ec", + "ark-ec 0.4.2", "ark-ed-on-bls12-377", "ark-ff 0.4.2", "ark-models-ext", @@ -498,7 +500,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9cde0f2aa063a2a5c28d39b47761aa102bda7c13c84fc118a61b87c7b2f785c" dependencies = [ "ark-bls12-381", - "ark-ec", + "ark-ec 0.4.2", "ark-ff 0.4.2", "ark-std 0.4.0", ] @@ -509,7 +511,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d15185f1acb49a07ff8cbe5f11a1adc5a93b19e211e325d826ae98e98e124346" dependencies = [ - "ark-ec", + "ark-ec 0.4.2", "ark-ed-on-bls12-381-bandersnatch", "ark-ff 0.4.2", "ark-models-ext", @@ -554,6 +556,26 @@ dependencies = [ "zeroize", ] +[[package]] +name = "ark-ff" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a177aba0ed1e0fbb62aa9f6d0502e9b46dad8c2eab04c14258a1212d2557ea70" +dependencies = [ + "ark-ff-asm 0.5.0", + "ark-ff-macros 0.5.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", + "arrayvec", + "digest 0.10.7", + "educe", + "itertools 0.13.0", + "num-bigint", + "num-traits", + "paste", + "zeroize", +] + [[package]] name = "ark-ff-asm" version = "0.3.0" @@ -574,6 +596,16 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "ark-ff-asm" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "62945a2f7e6de02a31fe400aa489f0e0f5b2502e69f95f853adb82a96c7a6b60" +dependencies = [ + "quote", + "syn 2.0.90", +] + [[package]] name = "ark-ff-macros" version = "0.3.0" @@ -599,13 +631,26 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "ark-ff-macros" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09be120733ee33f7693ceaa202ca41accd5653b779563608f1234f78ae07c4b3" +dependencies = [ + "num-bigint", + "num-traits", + "proc-macro2", + "quote", + "syn 2.0.90", +] + [[package]] name = "ark-models-ext" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e9eab5d4b5ff2f228b763d38442adc9b084b0a465409b059fac5c2308835ec2" dependencies = [ - "ark-ec", + "ark-ec 0.4.2", "ark-ff 0.4.2", "ark-serialize 0.4.2", "ark-std 0.4.0", @@ -625,13 +670,28 @@ dependencies = [ "hashbrown 0.13.2", ] +[[package]] +name = "ark-poly" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "579305839da207f02b89cd1679e50e67b4331e2f9294a57693e5051b7703fe27" +dependencies = [ + "ahash", + "ark-ff 0.5.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", + "educe", + "fnv", + "hashbrown 0.15.2", +] + [[package]] name = "ark-scale" version = "0.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f69c00b3b529be29528a6f2fd5fa7b1790f8bed81b9cdca17e326538545a179" dependencies = [ - "ark-ec", + "ark-ec 0.4.2", "ark-ff 0.4.2", "ark-serialize 0.4.2", "ark-std 0.4.0", @@ -644,7 +704,7 @@ name = "ark-secret-scalar" version = "0.0.2" source = "git+https://github.com/w3f/ring-vrf?rev=0fef826#0fef8266d851932ad25d6b41bc4b34d834d1e11d" dependencies = [ - "ark-ec", + "ark-ec 0.4.2", "ark-ff 0.4.2", "ark-serialize 0.4.2", "ark-std 0.4.0", @@ -670,12 +730,25 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5" dependencies = [ - "ark-serialize-derive", + "ark-serialize-derive 0.4.2", "ark-std 0.4.0", "digest 0.10.7", "num-bigint", ] +[[package]] +name = "ark-serialize" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f4d068aaf107ebcd7dfb52bc748f8030e0fc930ac8e360146ca54c1203088f7" +dependencies = [ + "ark-serialize-derive 0.5.0", + "ark-std 0.5.0", + "arrayvec", + "digest 0.10.7", + "num-bigint", +] + [[package]] name = "ark-serialize-derive" version = "0.4.2" @@ -687,6 +760,17 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "ark-serialize-derive" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "213888f660fddcca0d257e88e54ac05bca01885f258ccdf695bafd77031bb69d" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.90", +] + [[package]] name = "ark-std" version = "0.3.0" @@ -708,6 +792,16 @@ dependencies = [ "rayon", ] +[[package]] +name = "ark-std" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "246a225cc6131e9ee4f24619af0f19d67761fff15d7ccc22e42b80846e69449a" +dependencies = [ + "num-traits", + "rand", +] + [[package]] name = "ark-transcript" version = "0.0.2" @@ -748,7 +842,7 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "asset-test-utils" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -779,7 +873,7 @@ dependencies = [ [[package]] name = "assets-common" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -807,15 +901,9 @@ checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] -[[package]] -name = "atomic-waker" -version = "1.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" - [[package]] name = "auto_impl" version = "1.2.0" @@ -824,7 +912,7 @@ checksum = "3c87f3f15e7794432337fc718554eaa4dc8f04c9677a950ffe366f20a162ae42" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -854,7 +942,7 @@ version = "0.0.4" source = "git+https://github.com/w3f/ring-vrf?rev=0fef826#0fef8266d851932ad25d6b41bc4b34d834d1e11d" dependencies = [ "ark-bls12-381", - "ark-ec", + "ark-ec 0.4.2", "ark-ed-on-bls12-381-bandersnatch", "ark-ff 0.4.2", "ark-serialize 0.4.2", @@ -862,7 +950,7 @@ dependencies = [ "dleq_vrf", "rand_chacha", "rand_core", - "ring 0.1.0", + "ring", "sha2 0.10.8", "sp-ark-bls12-381", "sp-ark-ed-on-bls12-381-bandersnatch", @@ -908,7 +996,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "binary-merkle-tree" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "hash-db", "log", @@ -1076,7 +1164,7 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "bp-runtime", "finality-grandpa", @@ -1087,13 +1175,13 @@ dependencies = [ "sp-consensus-grandpa", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", ] [[package]] name = "bp-messages" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "bp-header-chain", "bp-runtime", @@ -1103,13 +1191,13 @@ dependencies = [ "serde", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", ] [[package]] name = "bp-parachains" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1120,26 +1208,26 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", ] [[package]] name = "bp-polkadot" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "bp-header-chain", "bp-polkadot-core", "bp-runtime", "frame-support", "sp-api", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", ] [[package]] name = "bp-polkadot-core" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "bp-messages", "bp-runtime", @@ -1150,13 +1238,13 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", ] [[package]] name = "bp-relayers" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "bp-header-chain", "bp-messages", @@ -1168,13 +1256,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", ] [[package]] name = "bp-runtime" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-support", "frame-system", @@ -1189,7 +1277,7 @@ dependencies = [ "sp-io", "sp-runtime", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "sp-trie", "trie-db", ] @@ -1197,7 +1285,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "bp-header-chain", "bp-parachains", @@ -1210,14 +1298,14 @@ dependencies = [ "sp-consensus-grandpa", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "sp-trie", ] [[package]] name = "bp-xcm-bridge-hub" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "bp-messages", "bp-runtime", @@ -1227,14 +1315,14 @@ dependencies = [ "serde", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "staging-xcm", ] [[package]] name = "bp-xcm-bridge-hub-router" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "parity-scale-codec", "scale-info", @@ -1246,7 +1334,7 @@ dependencies = [ [[package]] name = "bridge-hub-common" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1256,14 +1344,14 @@ dependencies = [ "snowbridge-core", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "staging-xcm", ] [[package]] name = "bridge-hub-test-utils" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "asset-test-utils", "bp-header-chain", @@ -1297,7 +1385,7 @@ dependencies = [ "sp-io", "sp-keyring", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -1306,7 +1394,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "bp-header-chain", "bp-messages", @@ -1328,7 +1416,7 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "sp-trie", "sp-weights", "staging-xcm", @@ -1413,10 +1501,10 @@ checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" dependencies = [ "camino", "cargo-platform", - "semver 1.0.23", + "semver 1.0.24", "serde", "serde_json", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -1427,21 +1515,15 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.2.2" +version = "1.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f34d93e62b03caf570cccc334cbc6c2fceca82f39211051345108adcba3eebdc" +checksum = "9157bbaa6b165880c27a4293a474c91cdcf265cc68cc829bf10be0964a391caf" dependencies = [ "jobserver", "libc", "shlex", ] -[[package]] -name = "cesu8" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" - [[package]] name = "cfg-expr" version = "0.15.8" @@ -1497,9 +1579,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.21" +version = "4.5.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f" +checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84" dependencies = [ "clap_builder", "clap_derive", @@ -1507,9 +1589,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.21" +version = "4.5.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec" +checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838" dependencies = [ "anstream", "anstyle", @@ -1526,14 +1608,14 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] name = "clap_lex" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afb84c814227b90d6895e01398aee0d8033c00e7466aca416fb6a8e0eb19d8a7" +checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" [[package]] name = "codespan-reporting" @@ -1542,7 +1624,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" dependencies = [ "termcolor", - "unicode-width", + "unicode-width 0.1.14", ] [[package]] @@ -1553,22 +1635,12 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" [[package]] name = "colored" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" +checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" dependencies = [ "lazy_static", - "windows-sys 0.48.0", -] - -[[package]] -name = "combine" -version = "4.6.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" -dependencies = [ - "bytes", - "memchr", + "windows-sys 0.59.0", ] [[package]] @@ -1576,9 +1648,9 @@ name = "common" version = "0.1.0" source = "git+https://github.com/w3f/ring-proof?rev=665f5f5#665f5f51af5734c7b6d90b985dd6861d4c5b4752" dependencies = [ - "ark-ec", + "ark-ec 0.4.2", "ark-ff 0.4.2", - "ark-poly", + "ark-poly 0.4.2", "ark-serialize 0.4.2", "ark-std 0.4.0", "fflonk", @@ -1595,15 +1667,15 @@ checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101" [[package]] name = "console" -version = "0.15.8" +version = "0.15.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" +checksum = "ea3c6ecd8059b57859df5c69830340ed3c41d30e3da0c1cbed90a96ac853041b" dependencies = [ "encode_unicode", - "lazy_static", "libc", - "unicode-width", - "windows-sys 0.52.0", + "once_cell", + "unicode-width 0.2.0", + "windows-sys 0.59.0", ] [[package]] @@ -1663,22 +1735,6 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" -[[package]] -name = "core-foundation" -version = "0.9.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" -dependencies = [ - "core-foundation-sys", - "libc", -] - -[[package]] -name = "core-foundation-sys" -version = "0.8.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" - [[package]] name = "cpp_demangle" version = "0.3.5" @@ -1842,9 +1898,9 @@ dependencies = [ [[package]] name = "crossbeam-deque" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" +checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" dependencies = [ "crossbeam-epoch", "crossbeam-utils", @@ -1861,9 +1917,9 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.20" +version = "0.8.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" +checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" [[package]] name = "crunchy" @@ -1931,7 +1987,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -1948,7 +2004,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-dmp-queue" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "cumulus-primitives-core", "frame-benchmarking", @@ -1965,7 +2021,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -1981,16 +2037,15 @@ dependencies = [ "pallet-message-queue", "parity-scale-codec", "polkadot-parachain-primitives", - "polkadot-runtime-common", "polkadot-runtime-parachains", "scale-info", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "sp-inherents", "sp-io", "sp-runtime", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "sp-trie", "sp-version", "staging-xcm", @@ -2001,18 +2056,18 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] name = "cumulus-pallet-session-benchmarking" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -2025,7 +2080,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-solo-to-para" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -2040,7 +2095,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2055,7 +2110,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "bounded-collections", "bp-xcm-bridge-hub-router", @@ -2080,7 +2135,7 @@ dependencies = [ [[package]] name = "cumulus-ping" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "cumulus-pallet-xcm", "cumulus-primitives-core", @@ -2095,7 +2150,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "sp-api", "sp-consensus-aura", @@ -2104,7 +2159,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2120,7 +2175,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2134,17 +2189,17 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "sp-trie", ] [[package]] name = "cumulus-primitives-storage-weight-reclaim" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", @@ -2161,7 +2216,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-timestamp" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "cumulus-primitives-core", "sp-inherents", @@ -2171,7 +2226,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2188,7 +2243,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -2222,16 +2277,17 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] name = "cxx" -version = "1.0.131" +version = "1.0.135" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2568d7d2cfc051e43414fe1ef80c712cbcd60c3624d1ad1cb4b2572324d0a5d9" +checksum = "4d44ff199ff93242c3afe480ab588d544dd08d72e92885e152ffebc670f076ad" dependencies = [ "cc", + "cxxbridge-cmd", "cxxbridge-flags", "cxxbridge-macro", "foldhash", @@ -2240,34 +2296,47 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.131" +version = "1.0.135" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1674a8b80cdcce32512a75975d85d569b160f612ee1d31645bc46771f7c220a1" +checksum = "66fd8f17ad454fc1e4f4ab83abffcc88a532e90350d3ffddcb73030220fcbd52" dependencies = [ "cc", "codespan-reporting", "proc-macro2", "quote", "scratch", - "syn 2.0.89", + "syn 2.0.90", +] + +[[package]] +name = "cxxbridge-cmd" +version = "1.0.135" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4717c9c806a9e07fdcb34c84965a414ea40fafe57667187052cf1eb7f5e8a8a9" +dependencies = [ + "clap", + "codespan-reporting", + "proc-macro2", + "quote", + "syn 2.0.90", ] [[package]] name = "cxxbridge-flags" -version = "1.0.131" +version = "1.0.135" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c710c27f23b7fa00c23aaee9e6fd3e79a6dffc5f5c6217487ec5213f51296b7" +checksum = "2f6515329bf3d98f4073101c7866ff2bec4e635a13acb82e3f3753fff0bf43cb" [[package]] name = "cxxbridge-macro" -version = "1.0.131" +version = "1.0.135" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0aa53ef9fc54b986272efe83e257bbb417d1c3ceab1b732411d8c634fda572be" +checksum = "fb93e6a7ce8ec985c02bbb758237a31598b340acbbc3c19c5a4fa6adaaac92ab" dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -2291,7 +2360,7 @@ dependencies = [ "proc-macro2", "quote", "strsim", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -2302,7 +2371,7 @@ checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" dependencies = [ "darling_core", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -2343,7 +2412,7 @@ checksum = "d65d7ce8132b7c0e54497a4d9a55a1c2a0912a0d786cf894472ba818fba45762" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -2354,7 +2423,7 @@ checksum = "62d671cc41a825ebabc75757b62d3d168c577f9149b2d49ece1dad1f72119d25" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -2367,7 +2436,7 @@ dependencies = [ "proc-macro2", "quote", "rustc_version 0.4.1", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -2387,7 +2456,7 @@ checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", "unicode-xid", ] @@ -2462,7 +2531,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -2470,7 +2539,7 @@ name = "dleq_vrf" version = "0.0.2" source = "git+https://github.com/w3f/ring-vrf?rev=0fef826#0fef8266d851932ad25d6b41bc4b34d834d1e11d" dependencies = [ - "ark-ec", + "ark-ec 0.4.2", "ark-ff 0.4.2", "ark-scale", "ark-secret-scalar", @@ -2502,7 +2571,7 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.89", + "syn 2.0.90", "termcolor", "toml 0.8.19", "walkdir", @@ -2601,6 +2670,18 @@ dependencies = [ "zeroize", ] +[[package]] +name = "educe" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d7bc049e1bd8cdeb31b68bbd586a9464ecf9f3944af3958a7a9d0f8b9799417" +dependencies = [ + "enum-ordinalize", + "proc-macro2", + "quote", + "syn 2.0.90", +] + [[package]] name = "either" version = "1.13.0" @@ -2629,9 +2710,29 @@ dependencies = [ [[package]] name = "encode_unicode" -version = "0.3.6" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" +checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" + +[[package]] +name = "enum-ordinalize" +version = "4.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fea0dcfa4e54eeb516fe454635a95753ddd39acda650ce703031c6973e315dd5" +dependencies = [ + "enum-ordinalize-derive", +] + +[[package]] +name = "enum-ordinalize-derive" +version = "4.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0d28318a75d4aead5c4db25382e8ef717932d0346600cacae6357eb5941bc5ff" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.90", +] [[package]] name = "enumflags2" @@ -2650,7 +2751,7 @@ checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -2661,7 +2762,7 @@ checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -2752,7 +2853,7 @@ dependencies = [ "prettyplease", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -2769,9 +2870,9 @@ checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" [[package]] name = "fastrand" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" +checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "fastrlp" @@ -2784,6 +2885,17 @@ dependencies = [ "bytes", ] +[[package]] +name = "fastrlp" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ce8dba4714ef14b8274c371879b175aa55b16b30f269663f19d576f380018dc4" +dependencies = [ + "arrayvec", + "auto_impl", + "bytes", +] + [[package]] name = "ff" version = "0.13.0" @@ -2796,14 +2908,14 @@ dependencies = [ [[package]] name = "fflonk" -version = "0.1.0" -source = "git+https://github.com/w3f/fflonk#1e854f35e9a65d08b11a86291405cdc95baa0a35" +version = "0.1.1" +source = "git+https://github.com/w3f/fflonk#eda051ea3b80042e844a3ebd17c2f60536e6ee3f" dependencies = [ - "ark-ec", - "ark-ff 0.4.2", - "ark-poly", - "ark-serialize 0.4.2", - "ark-std 0.4.0", + "ark-ec 0.5.0", + "ark-ff 0.5.0", + "ark-poly 0.5.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", "merlin", ] @@ -2897,7 +3009,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-support", "frame-support-procedural", @@ -2913,15 +3025,15 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "static_assertions", ] [[package]] name = "frame-benchmarking-pallet-pov" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -2949,18 +3061,18 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] name = "frame-election-provider-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2976,7 +3088,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "aquamarine", "frame-support", @@ -2988,7 +3100,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", ] [[package]] @@ -3017,7 +3129,7 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "array-bytes", "const-hex", @@ -3033,7 +3145,7 @@ dependencies = [ [[package]] name = "frame-support" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "aquamarine", "array-bytes", @@ -3057,7 +3169,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=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -3065,8 +3177,8 @@ dependencies = [ "sp-runtime", "sp-staking", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "sp-trie", "sp-weights", "static_assertions", @@ -3076,7 +3188,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "Inflector", "cfg-expr", @@ -3089,36 +3201,36 @@ dependencies = [ "proc-macro-warning", "proc-macro2", "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", - "syn 2.0.89", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", + "syn 2.0.90", ] [[package]] name = "frame-support-procedural-tools" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] name = "frame-support-procedural-tools-derive" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] name = "frame-system" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "cfg-if", "docify", @@ -3130,7 +3242,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "sp-version", "sp-weights", ] @@ -3138,7 +3250,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -3152,7 +3264,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "docify", "parity-scale-codec", @@ -3162,7 +3274,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-support", "parity-scale-codec", @@ -3242,7 +3354,7 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -3262,10 +3374,6 @@ name = "futures-timer" version = "3.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" -dependencies = [ - "gloo-timers", - "send_wrapper", -] [[package]] name = "futures-util" @@ -3347,16 +3455,6 @@ dependencies = [ "stable_deref_trait", ] -[[package]] -name = "gimli" -version = "0.28.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" -dependencies = [ - "fallible-iterator 0.3.0", - "stable_deref_trait", -] - [[package]] name = "gimli" version = "0.31.1" @@ -3382,52 +3480,6 @@ dependencies = [ "url", ] -[[package]] -name = "gloo-net" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06f627b1a58ca3d42b45d6104bf1e1a03799df472df00988b6ba21accc10580" -dependencies = [ - "futures-channel", - "futures-core", - "futures-sink", - "gloo-utils", - "http", - "js-sys", - "pin-project", - "serde", - "serde_json", - "thiserror", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", -] - -[[package]] -name = "gloo-timers" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" -dependencies = [ - "futures-channel", - "futures-core", - "js-sys", - "wasm-bindgen", -] - -[[package]] -name = "gloo-utils" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa" -dependencies = [ - "js-sys", - "serde", - "serde_json", - "wasm-bindgen", - "web-sys", -] - [[package]] name = "group" version = "0.13.0" @@ -3439,25 +3491,6 @@ dependencies = [ "subtle", ] -[[package]] -name = "h2" -version = "0.4.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e" -dependencies = [ - "atomic-waker", - "bytes", - "fnv", - "futures-core", - "futures-sink", - "http", - "indexmap 2.6.0", - "slab", - "tokio", - "tokio-util", - "tracing", -] - [[package]] name = "half" version = "2.4.1" @@ -3514,6 +3547,7 @@ version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" dependencies = [ + "allocator-api2", "foldhash", "serde", ] @@ -3613,123 +3647,19 @@ dependencies = [ [[package]] name = "home" -version = "0.5.9" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" +checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] -[[package]] -name = "http" -version = "1.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" -dependencies = [ - "bytes", - "fnv", - "itoa", -] - -[[package]] -name = "http-body" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" -dependencies = [ - "bytes", - "http", -] - -[[package]] -name = "http-body-util" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" -dependencies = [ - "bytes", - "futures-util", - "http", - "http-body", - "pin-project-lite", -] - -[[package]] -name = "httparse" -version = "1.9.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" - -[[package]] -name = "httpdate" -version = "1.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" - [[package]] name = "humantime" version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" -[[package]] -name = "hyper" -version = "1.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" -dependencies = [ - "bytes", - "futures-channel", - "futures-util", - "h2", - "http", - "http-body", - "httparse", - "httpdate", - "itoa", - "pin-project-lite", - "smallvec", - "tokio", - "want", -] - -[[package]] -name = "hyper-rustls" -version = "0.27.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" -dependencies = [ - "futures-util", - "http", - "hyper", - "hyper-util", - "log", - "rustls", - "rustls-pki-types", - "tokio", - "tokio-rustls", - "tower-service", -] - -[[package]] -name = "hyper-util" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" -dependencies = [ - "bytes", - "futures-channel", - "futures-util", - "http", - "http-body", - "hyper", - "pin-project-lite", - "socket2", - "tokio", - "tower-service", - "tracing", -] - [[package]] name = "iced-x86" version = "1.21.0" @@ -3854,7 +3784,7 @@ checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -3939,7 +3869,7 @@ checksum = "a0eb5a3343abf848c0984fe4604b2b105da9539376e24fc0a3b0007411ae4fd9" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -3974,9 +3904,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.6.0" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" +checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" dependencies = [ "equivalent", "hashbrown 0.15.2", @@ -4000,7 +3930,7 @@ dependencies = [ "llvm-sys", "once_cell", "serde", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -4010,7 +3940,7 @@ source = "git+https://github.com/TheDan64/inkwell.git?rev=7b410298b6a93450adaa90 dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -4086,32 +4016,21 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" +dependencies = [ + "either", +] + [[package]] name = "itoa" version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" -[[package]] -name = "jni" -version = "0.19.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec" -dependencies = [ - "cesu8", - "combine", - "jni-sys", - "log", - "thiserror", - "walkdir", -] - -[[package]] -name = "jni-sys" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" - [[package]] name = "jobserver" version = "0.1.32" @@ -4123,184 +4042,14 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.72" +version = "0.3.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9" +checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7" dependencies = [ + "once_cell", "wasm-bindgen", ] -[[package]] -name = "jsonrpsee" -version = "0.24.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5c71d8c1a731cc4227c2f698d377e7848ca12c8a48866fc5e6951c43a4db843" -dependencies = [ - "jsonrpsee-client-transport", - "jsonrpsee-core", - "jsonrpsee-http-client", - "jsonrpsee-proc-macros", - "jsonrpsee-server", - "jsonrpsee-types", - "jsonrpsee-wasm-client", - "jsonrpsee-ws-client", - "tokio", - "tracing", -] - -[[package]] -name = "jsonrpsee-client-transport" -version = "0.24.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "548125b159ba1314104f5bb5f38519e03a41862786aa3925cf349aae9cdd546e" -dependencies = [ - "base64 0.22.1", - "futures-channel", - "futures-util", - "gloo-net", - "http", - "jsonrpsee-core", - "pin-project", - "rustls", - "rustls-pki-types", - "rustls-platform-verifier", - "soketto", - "thiserror", - "tokio", - "tokio-rustls", - "tokio-util", - "tracing", - "url", -] - -[[package]] -name = "jsonrpsee-core" -version = "0.24.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2882f6f8acb9fdaec7cefc4fd607119a9bd709831df7d7672a1d3b644628280" -dependencies = [ - "async-trait", - "bytes", - "futures-timer", - "futures-util", - "http", - "http-body", - "http-body-util", - "jsonrpsee-types", - "parking_lot", - "pin-project", - "rand", - "rustc-hash 2.0.0", - "serde", - "serde_json", - "thiserror", - "tokio", - "tokio-stream", - "tracing", - "wasm-bindgen-futures", -] - -[[package]] -name = "jsonrpsee-http-client" -version = "0.24.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3638bc4617f96675973253b3a45006933bde93c2fd8a6170b33c777cc389e5b" -dependencies = [ - "async-trait", - "base64 0.22.1", - "http-body", - "hyper", - "hyper-rustls", - "hyper-util", - "jsonrpsee-core", - "jsonrpsee-types", - "rustls", - "rustls-platform-verifier", - "serde", - "serde_json", - "thiserror", - "tokio", - "tower", - "tracing", - "url", -] - -[[package]] -name = "jsonrpsee-proc-macros" -version = "0.24.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06c01ae0007548e73412c08e2285ffe5d723195bf268bce67b1b77c3bb2a14d" -dependencies = [ - "heck 0.5.0", - "proc-macro-crate", - "proc-macro2", - "quote", - "syn 2.0.89", -] - -[[package]] -name = "jsonrpsee-server" -version = "0.24.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82ad8ddc14be1d4290cd68046e7d1d37acd408efed6d3ca08aefcc3ad6da069c" -dependencies = [ - "futures-util", - "http", - "http-body", - "http-body-util", - "hyper", - "hyper-util", - "jsonrpsee-core", - "jsonrpsee-types", - "pin-project", - "route-recognizer", - "serde", - "serde_json", - "soketto", - "thiserror", - "tokio", - "tokio-stream", - "tokio-util", - "tower", - "tracing", -] - -[[package]] -name = "jsonrpsee-types" -version = "0.24.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a178c60086f24cc35bb82f57c651d0d25d99c4742b4d335de04e97fa1f08a8a1" -dependencies = [ - "http", - "serde", - "serde_json", - "thiserror", -] - -[[package]] -name = "jsonrpsee-wasm-client" -version = "0.24.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a01cd500915d24ab28ca17527e23901ef1be6d659a2322451e1045532516c25" -dependencies = [ - "jsonrpsee-client-transport", - "jsonrpsee-core", - "jsonrpsee-types", -] - -[[package]] -name = "jsonrpsee-ws-client" -version = "0.24.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fe322e0896d0955a3ebdd5bf813571c53fea29edd713bc315b76620b327e86d" -dependencies = [ - "http", - "jsonrpsee-client-transport", - "jsonrpsee-core", - "jsonrpsee-types", - "url", -] - [[package]] name = "k256" version = "0.13.4" @@ -4352,9 +4101,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.167" +version = "0.2.168" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc" +checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d" [[package]] name = "libgit2-sys" @@ -4526,7 +4275,7 @@ dependencies = [ "lazy_static", "libc", "regex-lite", - "semver 1.0.23", + "semver 1.0.24", ] [[package]] @@ -4563,7 +4312,7 @@ dependencies = [ "macro_magic_core", "macro_magic_macros", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -4577,7 +4326,7 @@ dependencies = [ "macro_magic_core_macros", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -4588,7 +4337,7 @@ checksum = "b02abfe41815b5bd98dbd4260173db2c116dda171dc0fe7838cb206333b83308" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -4599,7 +4348,7 @@ checksum = "73ea28ee64b88876bf45277ed9a5817c1817df061a74f2b988971a12570e5869" dependencies = [ "macro_magic_core", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -4639,7 +4388,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64" dependencies = [ - "rustix 0.38.41", + "rustix 0.38.42", ] [[package]] @@ -4683,25 +4432,13 @@ dependencies = [ [[package]] name = "miniz_oxide" -version = "0.8.0" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" +checksum = "4ffbe83022cedc1d264172192511ae958937694cd57ce297164951b8b3568394" dependencies = [ "adler2", ] -[[package]] -name = "mio" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" -dependencies = [ - "hermit-abi 0.3.9", - "libc", - "wasi", - "windows-sys 0.52.0", -] - [[package]] name = "multi-stash" version = "0.2.0" @@ -4786,7 +4523,7 @@ checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -4862,15 +4599,6 @@ dependencies = [ "memchr", ] -[[package]] -name = "object" -version = "0.32.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" -dependencies = [ - "memchr", -] - [[package]] name = "object" version = "0.36.5" @@ -4931,7 +4659,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-alliance" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -4942,7 +4670,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "sp-io", "sp-runtime", ] @@ -4950,7 +4678,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -4968,7 +4696,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-ops" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -4986,7 +4714,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-tx-payment" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -5001,7 +4729,7 @@ dependencies = [ [[package]] name = "pallet-asset-rate" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -5015,7 +4743,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -5032,7 +4760,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "29.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -5048,7 +4776,7 @@ dependencies = [ [[package]] name = "pallet-assets-freezer" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -5063,7 +4791,7 @@ dependencies = [ [[package]] name = "pallet-atomic-swap" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-support", "frame-system", @@ -5077,7 +4805,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-support", "frame-system", @@ -5093,7 +4821,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-support", "frame-system", @@ -5108,7 +4836,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-support", "frame-system", @@ -5121,7 +4849,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -5144,7 +4872,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "aquamarine", "docify", @@ -5159,13 +4887,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", ] [[package]] name = "pallet-balances" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "docify", "frame-benchmarking", @@ -5180,7 +4908,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-support", "frame-system", @@ -5199,7 +4927,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5224,7 +4952,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -5241,7 +4969,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5254,13 +4982,13 @@ dependencies = [ "scale-info", "sp-consensus-grandpa", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", ] [[package]] name = "pallet-bridge-messages" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "bp-header-chain", "bp-messages", @@ -5272,14 +5000,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "sp-trie", ] [[package]] name = "pallet-bridge-parachains" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "bp-header-chain", "bp-parachains", @@ -5293,13 +5021,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", ] [[package]] name = "pallet-bridge-relayers" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "bp-header-chain", "bp-messages", @@ -5317,13 +5045,13 @@ dependencies = [ "scale-info", "sp-arithmetic", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", ] [[package]] name = "pallet-broker" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "bitvec", "frame-benchmarking", @@ -5341,7 +5069,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -5359,7 +5087,7 @@ dependencies = [ [[package]] name = "pallet-collator-selection" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -5378,7 +5106,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "docify", "frame-benchmarking", @@ -5395,7 +5123,7 @@ dependencies = [ [[package]] name = "pallet-collective-content" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -5409,7 +5137,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "bitflags 1.3.2", "environmental", @@ -5431,7 +5159,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "staging-xcm", "staging-xcm-builder", "wasm-instrument", @@ -5441,7 +5169,7 @@ dependencies = [ [[package]] name = "pallet-contracts-mock-network" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-support", "frame-system", @@ -5466,7 +5194,7 @@ dependencies = [ "sp-io", "sp-keystore", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -5476,17 +5204,17 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] name = "pallet-contracts-uapi" version = "5.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -5497,7 +5225,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5513,7 +5241,7 @@ dependencies = [ [[package]] name = "pallet-core-fellowship" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -5531,7 +5259,7 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-support", "frame-system", @@ -5546,7 +5274,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -5563,7 +5291,7 @@ dependencies = [ [[package]] name = "pallet-dev-mode" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-support", "frame-system", @@ -5578,7 +5306,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5600,7 +5328,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5613,7 +5341,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -5631,7 +5359,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "docify", "frame-benchmarking", @@ -5649,7 +5377,7 @@ dependencies = [ [[package]] name = "pallet-glutton" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "blake2", "frame-benchmarking", @@ -5667,7 +5395,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -5689,7 +5417,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5705,7 +5433,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -5724,7 +5452,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -5740,7 +5468,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-support", "frame-system", @@ -5753,7 +5481,7 @@ dependencies = [ [[package]] name = "pallet-lottery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -5766,7 +5494,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -5782,7 +5510,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "environmental", "frame-benchmarking", @@ -5801,7 +5529,7 @@ dependencies = [ [[package]] name = "pallet-migrations" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "cfg-if", "docify", @@ -5819,7 +5547,7 @@ dependencies = [ [[package]] name = "pallet-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -5838,7 +5566,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -5855,7 +5583,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "log", "parity-scale-codec", @@ -5866,7 +5594,7 @@ dependencies = [ [[package]] name = "pallet-nft-fractionalization" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -5882,7 +5610,7 @@ dependencies = [ [[package]] name = "pallet-nfts" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5899,7 +5627,7 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "pallet-nfts", "parity-scale-codec", @@ -5909,7 +5637,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -5924,7 +5652,7 @@ dependencies = [ [[package]] name = "pallet-node-authorization" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-support", "frame-system", @@ -5939,7 +5667,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-support", "frame-system", @@ -5951,13 +5679,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", ] [[package]] name = "pallet-nomination-pools-benchmarking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5970,14 +5698,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "sp-staking", ] [[package]] name = "pallet-nomination-pools-runtime-api" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -5987,7 +5715,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-support", "frame-system", @@ -6003,7 +5731,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6026,7 +5754,7 @@ dependencies = [ [[package]] name = "pallet-paged-list" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "docify", "frame-benchmarking", @@ -6043,7 +5771,7 @@ dependencies = [ [[package]] name = "pallet-parameters" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "docify", "frame-benchmarking", @@ -6060,7 +5788,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -6076,7 +5804,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -6086,7 +5814,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -6104,7 +5832,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -6118,7 +5846,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -6135,7 +5863,7 @@ dependencies = [ [[package]] name = "pallet-remark" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -6151,9 +5879,8 @@ dependencies = [ [[package]] name = "pallet-revive" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ - "bitflags 1.3.2", "derive_more 0.99.18", "environmental", "ethereum-types", @@ -6162,9 +5889,7 @@ dependencies = [ "frame-system", "hex", "impl-trait-for-tuples", - "jsonrpsee", "log", - "pallet-balances", "pallet-revive-fixtures", "pallet-revive-proc-macro", "pallet-revive-uapi", @@ -6180,8 +5905,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", - "sp-weights", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "staging-xcm", "staging-xcm-builder", "subxt-signer", @@ -6190,46 +5914,38 @@ dependencies = [ [[package]] name = "pallet-revive-fixtures" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "anyhow", - "frame-system", - "log", "polkavm-linker 0.17.1", "sp-core", "sp-io", - "sp-runtime", "toml 0.8.19", ] [[package]] name = "pallet-revive-mock-network" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-support", "frame-system", "pallet-assets", "pallet-balances", "pallet-message-queue", - "pallet-proxy", "pallet-revive", - "pallet-revive-proc-macro", "pallet-revive-uapi", "pallet-timestamp", - "pallet-utility", "pallet-xcm", "parity-scale-codec", "polkadot-parachain-primitives", "polkadot-primitives", "polkadot-runtime-parachains", "scale-info", - "sp-api", "sp-core", "sp-io", - "sp-keystore", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -6239,17 +5955,17 @@ dependencies = [ [[package]] name = "pallet-revive-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] name = "pallet-revive-uapi" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -6261,7 +5977,7 @@ dependencies = [ [[package]] name = "pallet-root-offences" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-support", "frame-system", @@ -6276,7 +5992,7 @@ dependencies = [ [[package]] name = "pallet-root-testing" version = "4.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-support", "frame-system", @@ -6290,7 +6006,7 @@ dependencies = [ [[package]] name = "pallet-safe-mode" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "docify", "frame-benchmarking", @@ -6308,7 +6024,7 @@ dependencies = [ [[package]] name = "pallet-salary" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -6326,7 +6042,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "docify", "frame-benchmarking", @@ -6343,7 +6059,7 @@ dependencies = [ [[package]] name = "pallet-scored-pool" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-support", "frame-system", @@ -6356,7 +6072,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-support", "frame-system", @@ -6377,7 +6093,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -6393,7 +6109,7 @@ dependencies = [ [[package]] name = "pallet-skip-feeless-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-support", "frame-system", @@ -6405,7 +6121,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -6422,7 +6138,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6443,7 +6159,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "log", "sp-arithmetic", @@ -6452,7 +6168,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "parity-scale-codec", "sp-api", @@ -6462,7 +6178,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -6478,7 +6194,7 @@ dependencies = [ [[package]] name = "pallet-statement" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-support", "frame-system", @@ -6495,7 +6211,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "docify", "frame-benchmarking", @@ -6510,7 +6226,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "docify", "frame-benchmarking", @@ -6522,14 +6238,14 @@ dependencies = [ "sp-inherents", "sp-io", "sp-runtime", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "sp-timestamp", ] [[package]] name = "pallet-tips" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -6547,7 +6263,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -6563,7 +6279,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6575,7 +6291,7 @@ dependencies = [ [[package]] name = "pallet-transaction-storage" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -6594,7 +6310,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "docify", "frame-benchmarking", @@ -6613,7 +6329,7 @@ dependencies = [ [[package]] name = "pallet-tx-pause" version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "docify", "frame-benchmarking", @@ -6630,7 +6346,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -6644,7 +6360,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -6659,7 +6375,7 @@ dependencies = [ [[package]] name = "pallet-verify-signature" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -6675,7 +6391,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -6689,7 +6405,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -6703,7 +6419,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -6726,7 +6442,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -6744,7 +6460,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "bp-messages", "bp-runtime", @@ -6757,7 +6473,7 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -6766,7 +6482,7 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "bp-xcm-bridge-hub-router", "frame-benchmarking", @@ -6777,7 +6493,7 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "staging-xcm", "staging-xcm-builder", ] @@ -6785,7 +6501,7 @@ dependencies = [ [[package]] name = "parachains-common" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -6815,7 +6531,7 @@ dependencies = [ [[package]] name = "parachains-runtimes-test-utils" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -6836,7 +6552,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "staging-parachain-info", "staging-xcm", "staging-xcm-executor", @@ -6865,9 +6581,9 @@ checksum = "16b56e3a2420138bdb970f84dfb9c774aea80fa0e7371549eedec0d80c209c67" [[package]] name = "parity-scale-codec" -version = "3.7.0" +version = "3.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8be4817d39f3272f69c59fe05d0535ae6456c2dc2fa1ba02910296c7e0a5c590" +checksum = "306800abfa29c7f16596b5970a588435e3d5b3149683d00c12b699cc19f895ee" dependencies = [ "arrayvec", "bitvec", @@ -6875,20 +6591,19 @@ dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec-derive", - "rustversion", "serde", ] [[package]] name = "parity-scale-codec-derive" -version = "3.7.0" +version = "3.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8781a75c6205af67215f382092b6e0a4ff3734798523e69073d4bcd294ec767b" +checksum = "d830939c76d294956402033aee57a6da7b438f2294eb94864c37b0569053a42c" dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.89", + "syn 1.0.109", ] [[package]] @@ -6962,35 +6677,15 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pest" -version = "2.7.14" +version = "2.7.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442" +checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc" dependencies = [ "memchr", - "thiserror", + "thiserror 2.0.8", "ucd-trie", ] -[[package]] -name = "pin-project" -version = "1.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95" -dependencies = [ - "pin-project-internal", -] - -[[package]] -name = "pin-project-internal" -version = "1.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.89", -] - [[package]] name = "pin-project-lite" version = "0.2.15" @@ -7060,7 +6755,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "parity-scale-codec", "scale-info", @@ -7071,7 +6766,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "6.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "bounded-collections", "derive_more 0.99.18", @@ -7087,7 +6782,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "bitvec", "hex-literal", @@ -7108,14 +6803,14 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", - "thiserror", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", + "thiserror 1.0.69", ] [[package]] name = "polkadot-runtime-common" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "bitvec", "frame-benchmarking", @@ -7165,19 +6860,19 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "bs58", "frame-benchmarking", "parity-scale-codec", "polkadot-primitives", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", ] [[package]] name = "polkadot-runtime-parachains" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -7217,7 +6912,7 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "staging-xcm", "staging-xcm-executor", ] @@ -7225,7 +6920,7 @@ dependencies = [ [[package]] name = "polkadot-sdk" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "asset-test-utils", "assets-common", @@ -7343,7 +7038,6 @@ dependencies = [ "pallet-referenda", "pallet-remark", "pallet-revive", - "pallet-revive-fixtures", "pallet-revive-mock-network", "pallet-root-offences", "pallet-root-testing", @@ -7417,11 +7111,11 @@ dependencies = [ "sp-consensus-slots", "sp-core", "sp-core-hashing", - "sp-crypto-ec-utils 0.10.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-crypto-ec-utils 0.10.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "sp-crypto-hashing-proc-macro", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -7433,22 +7127,22 @@ dependencies = [ "sp-npos-elections", "sp-offchain", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", - "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", + "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "sp-session", "sp-staking", "sp-state-machine", "sp-statement-store", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "sp-timestamp", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "sp-transaction-pool", "sp-transaction-storage-proof", "sp-trie", "sp-version", "sp-version-proc-macro", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "sp-weights", "staging-parachain-info", "staging-xcm", @@ -7471,7 +7165,7 @@ dependencies = [ [[package]] name = "polkadot-sdk-frame" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "docify", "frame-benchmarking", @@ -7497,24 +7191,11 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "sp-transaction-pool", "sp-version", ] -[[package]] -name = "polkavm" -version = "0.9.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a3693e5efdb2bf74e449cd25fd777a28bd7ed87e41f5d5da75eb31b4de48b94" -dependencies = [ - "libc", - "log", - "polkavm-assembler 0.9.0", - "polkavm-common 0.9.0", - "polkavm-linux-raw 0.9.0", -] - [[package]] name = "polkavm" version = "0.17.0" @@ -7529,12 +7210,16 @@ dependencies = [ ] [[package]] -name = "polkavm-assembler" -version = "0.9.0" +name = "polkavm" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fa96d6d868243acc12de813dd48e756cbadcc8e13964c70d272753266deadc1" +checksum = "dd044ab1d3b11567ab6b98ca71259a992b4034220d5972988a0e96518e5d343d" dependencies = [ + "libc", "log", + "polkavm-assembler 0.18.0", + "polkavm-common 0.18.0", + "polkavm-linux-raw 0.18.0", ] [[package]] @@ -7547,10 +7232,10 @@ dependencies = [ ] [[package]] -name = "polkavm-common" -version = "0.9.0" +name = "polkavm-assembler" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d9428a5cfcc85c5d7b9fc4b6a18c4b802d0173d768182a51cc7751640f08b92" +checksum = "eaad38dc420bfed79e6f731471c973ce5ff5e47ab403e63cf40358fef8a6368f" dependencies = [ "log", ] @@ -7566,12 +7251,13 @@ dependencies = [ ] [[package]] -name = "polkavm-derive" -version = "0.9.1" +name = "polkavm-common" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae8c4bea6f3e11cd89bb18bcdddac10bd9a24015399bd1c485ad68a985a19606" +checksum = "31ff33982a807d8567645d4784b9b5d7ab87bcb494f534a57cadd9012688e102" dependencies = [ - "polkavm-derive-impl-macro 0.9.0", + "log", + "polkavm-assembler 0.18.0", ] [[package]] @@ -7584,15 +7270,12 @@ dependencies = [ ] [[package]] -name = "polkavm-derive-impl" -version = "0.9.0" +name = "polkavm-derive" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" +checksum = "c2eb703f3b6404c13228402e98a5eae063fd16b8f58afe334073ec105ee4117e" dependencies = [ - "polkavm-common 0.9.0", - "proc-macro2", - "quote", - "syn 2.0.89", + "polkavm-derive-impl-macro 0.18.0", ] [[package]] @@ -7604,17 +7287,19 @@ dependencies = [ "polkavm-common 0.17.0", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] -name = "polkavm-derive-impl-macro" -version = "0.9.0" +name = "polkavm-derive-impl" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" +checksum = "12d2840cc62a0550156b1676fed8392271ddf2fab4a00661db56231424674624" dependencies = [ - "polkavm-derive-impl 0.9.0", - "syn 2.0.89", + "polkavm-common 0.18.0", + "proc-macro2", + "quote", + "syn 2.0.90", ] [[package]] @@ -7624,7 +7309,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "86d9838e95241b0bce4fe269cdd4af96464160505840ed5a8ac8536119ba19e2" dependencies = [ "polkavm-derive-impl 0.17.0", - "syn 2.0.89", + "syn 2.0.90", +] + +[[package]] +name = "polkavm-derive-impl-macro" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "48c16669ddc7433e34c1007d31080b80901e3e8e523cb9d4b441c3910cf9294b" +dependencies = [ + "polkavm-derive-impl 0.18.0", + "syn 2.0.90", ] [[package]] @@ -7640,21 +7335,6 @@ dependencies = [ "polkavm-linker 0.17.1", ] -[[package]] -name = "polkavm-linker" -version = "0.9.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c7be503e60cf56c0eb785f90aaba4b583b36bff00e93997d93fef97f9553c39" -dependencies = [ - "gimli 0.28.1", - "hashbrown 0.14.5", - "log", - "object 0.32.2", - "polkavm-common 0.9.0", - "regalloc2 0.9.3", - "rustc-demangle", -] - [[package]] name = "polkavm-linker" version = "0.17.1" @@ -7672,10 +7352,20 @@ dependencies = [ ] [[package]] -name = "polkavm-linux-raw" -version = "0.9.0" +name = "polkavm-linker" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26e85d3456948e650dff0cfc85603915847faf893ed1e66b020bb82ef4557120" +checksum = "e9bfe793b094d9ea5c99b7c43ba46e277b0f8f48f4bbfdbabf8d3ebf701a4bd3" +dependencies = [ + "dirs", + "gimli 0.31.1", + "hashbrown 0.14.5", + "log", + "object 0.36.5", + "polkavm-common 0.18.0", + "regalloc2 0.9.3", + "rustc-demangle", +] [[package]] name = "polkavm-linux-raw" @@ -7683,6 +7373,12 @@ version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e64c3d93a58ffbc3099d1227f0da9675a025a9ea6c917038f266920c1de1e568" +[[package]] +name = "polkavm-linux-raw" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "23eff02c070c70f31878a3d915e88a914ecf3e153741e2fb572dde28cce20fde" + [[package]] name = "poly1305" version = "0.8.0" @@ -7728,7 +7424,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033" dependencies = [ "proc-macro2", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -7809,7 +7505,7 @@ dependencies = [ "proc-macro-error-attr2", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -7820,7 +7516,7 @@ checksum = "834da187cfe638ae8abb0203f0b33e5ccdb02a28e7199f2f47b3e2754f50edca" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -7950,9 +7646,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.7" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f" +checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834" dependencies = [ "bitflags 2.6.0", ] @@ -7965,7 +7661,7 @@ checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" dependencies = [ "getrandom", "libredox", - "thiserror", + "thiserror 1.0.69", ] [[package]] @@ -7985,7 +7681,7 @@ checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -8067,7 +7763,7 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" name = "revive-benchmarks" version = "0.1.0-dev.6" dependencies = [ - "alloy-primitives 0.8.14", + "alloy-primitives", "criterion", "hex", "revive-differential", @@ -8094,7 +7790,7 @@ name = "revive-differential" version = "0.1.0-dev.6" dependencies = [ "alloy-genesis", - "alloy-primitives 0.8.14", + "alloy-primitives", "alloy-serde", "hex", "serde", @@ -8106,8 +7802,8 @@ dependencies = [ name = "revive-integration" version = "0.1.0-dev.6" dependencies = [ - "alloy-primitives 0.8.14", - "alloy-sol-types 0.8.14", + "alloy-primitives", + "alloy-sol-types", "env_logger", "hex", "log", @@ -8156,7 +7852,7 @@ dependencies = [ "revive-linker", "revive-runtime-api", "revive-stdlib", - "semver 1.0.23", + "semver 1.0.24", "serde", "sha2 0.10.8", "sha3", @@ -8166,7 +7862,7 @@ dependencies = [ name = "revive-runner" version = "0.1.0-dev.6" dependencies = [ - "alloy-primitives 0.8.14", + "alloy-primitives", "hex", "parity-scale-codec", "polkadot-sdk 0.1.0", @@ -8207,11 +7903,11 @@ dependencies = [ "regex", "revive-common", "revive-llvm-context", - "semver 1.0.23", + "semver 1.0.24", "serde", "serde_json", "sha3", - "thiserror", + "thiserror 1.0.69", "which", ] @@ -8237,9 +7933,9 @@ name = "ring" version = "0.1.0" source = "git+https://github.com/w3f/ring-proof?rev=665f5f5#665f5f51af5734c7b6d90b985dd6861d4c5b4752" dependencies = [ - "ark-ec", + "ark-ec 0.4.2", "ark-ff 0.4.2", - "ark-poly", + "ark-poly 0.4.2", "ark-serialize 0.4.2", "ark-std 0.4.0", "arrayvec", @@ -8249,21 +7945,6 @@ dependencies = [ "merlin", ] -[[package]] -name = "ring" -version = "0.17.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" -dependencies = [ - "cc", - "cfg-if", - "getrandom", - "libc", - "spin", - "untrusted", - "windows-sys 0.52.0", -] - [[package]] name = "ripemd" version = "0.1.3" @@ -8296,7 +7977,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-support", "polkadot-primitives", @@ -8309,24 +7990,20 @@ dependencies = [ "staging-xcm-builder", ] -[[package]] -name = "route-recognizer" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746" - [[package]] name = "ruint" -version = "1.12.3" +version = "1.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c3cc4c2511671f327125da14133d0c5c5d137f006a1017a16f557bc85b16286" +checksum = "f5ef8fb1dd8de3870cb8400d51b4c2023854bbafd5431a3ac7e7317243e22d2f" dependencies = [ "alloy-rlp", "ark-ff 0.3.0", "ark-ff 0.4.2", "bytes", - "fastrlp", + "fastrlp 0.3.1", + "fastrlp 0.4.0", "num-bigint", + "num-integer", "num-traits", "parity-scale-codec", "primitive-types 0.12.2", @@ -8359,9 +8036,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] name = "rustc-hash" -version = "2.0.0" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" +checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497" [[package]] name = "rustc-hex" @@ -8393,7 +8070,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" dependencies = [ - "semver 1.0.23", + "semver 1.0.24", ] [[package]] @@ -8412,96 +8089,15 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.41" +version = "0.38.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6" +checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85" dependencies = [ "bitflags 2.6.0", "errno", "libc", "linux-raw-sys 0.4.14", - "windows-sys 0.52.0", -] - -[[package]] -name = "rustls" -version = "0.23.19" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "934b404430bb06b3fae2cba809eb45a1ab1aecd64491213d7c3301b88393f8d1" -dependencies = [ - "log", - "once_cell", - "ring 0.17.8", - "rustls-pki-types", - "rustls-webpki", - "subtle", - "zeroize", -] - -[[package]] -name = "rustls-native-certs" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5" -dependencies = [ - "openssl-probe", - "rustls-pemfile", - "rustls-pki-types", - "schannel", - "security-framework", -] - -[[package]] -name = "rustls-pemfile" -version = "2.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" -dependencies = [ - "rustls-pki-types", -] - -[[package]] -name = "rustls-pki-types" -version = "1.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b" - -[[package]] -name = "rustls-platform-verifier" -version = "0.3.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afbb878bdfdf63a336a5e63561b1835e7a8c91524f51621db870169eac84b490" -dependencies = [ - "core-foundation", - "core-foundation-sys", - "jni", - "log", - "once_cell", - "rustls", - "rustls-native-certs", - "rustls-platform-verifier-android", - "rustls-webpki", - "security-framework", - "security-framework-sys", - "webpki-roots", - "winapi", -] - -[[package]] -name = "rustls-platform-verifier-android" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" - -[[package]] -name = "rustls-webpki" -version = "0.102.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" -dependencies = [ - "ring 0.17.8", - "rustls-pki-types", - "untrusted", + "windows-sys 0.59.0", ] [[package]] @@ -8567,18 +8163,18 @@ dependencies = [ [[package]] name = "sc-allocator" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "log", "sp-core", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", - "thiserror", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", + "thiserror 1.0.69", ] [[package]] name = "sc-executor" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "parity-scale-codec", "parking_lot", @@ -8588,44 +8184,44 @@ dependencies = [ "schnellru", "sp-api", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "sp-io", "sp-panic-handler", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "sp-trie", "sp-version", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "tracing", ] [[package]] name = "sc-executor-common" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ - "polkavm 0.9.3", + "polkavm 0.18.0", "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", - "thiserror", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", + "thiserror 1.0.69", "wasm-instrument", ] [[package]] name = "sc-executor-polkavm" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "log", - "polkavm 0.9.3", + "polkavm 0.18.0", "sc-executor-common", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", ] [[package]] name = "sc-executor-wasmtime" version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "anyhow", "cfg-if", @@ -8635,8 +8231,8 @@ dependencies = [ "rustix 0.36.17", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "wasmtime", ] @@ -8676,7 +8272,7 @@ dependencies = [ "darling", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -8704,7 +8300,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -8730,7 +8326,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -8759,15 +8355,6 @@ dependencies = [ "scale-type-resolver", ] -[[package]] -name = "schannel" -version = "0.1.27" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" -dependencies = [ - "windows-sys 0.59.0", -] - [[package]] name = "schnellru" version = "0.2.3" @@ -8893,30 +8480,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "security-framework" -version = "2.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" -dependencies = [ - "bitflags 2.6.0", - "core-foundation", - "core-foundation-sys", - "libc", - "num-bigint", - "security-framework-sys", -] - -[[package]] -name = "security-framework-sys" -version = "2.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2" -dependencies = [ - "core-foundation-sys", - "libc", -] - [[package]] name = "semver" version = "0.6.0" @@ -8946,9 +8509,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.23" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" +checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba" dependencies = [ "serde", ] @@ -8968,17 +8531,11 @@ dependencies = [ "pest", ] -[[package]] -name = "send_wrapper" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f638d531eccd6e23b980caf34876660d38e265409d8e99b397ab71eb3612fad0" - [[package]] name = "serde" -version = "1.0.215" +version = "1.0.216" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f" +checksum = "0b9781016e935a97e8beecf0c933758c97a5520d32930e460142b4cd80c6338e" dependencies = [ "serde_derive", ] @@ -9003,13 +8560,13 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.215" +version = "1.0.216" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0" +checksum = "46f859dbbf73865c6627ed570e78961cd3ac92407a2d117204c49232485da55e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -9170,7 +8727,7 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "slot-range-helper" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "enumn", "parity-scale-codec", @@ -9197,7 +8754,7 @@ dependencies = [ [[package]] name = "snowbridge-beacon-primitives" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "byte-slice-cast", "frame-support", @@ -9211,7 +8768,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "ssz_rs", "ssz_rs_derive", ] @@ -9219,7 +8776,7 @@ dependencies = [ [[package]] name = "snowbridge-core" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "ethabi-decode", "frame-support", @@ -9234,7 +8791,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "staging-xcm", "staging-xcm-builder", ] @@ -9242,7 +8799,7 @@ dependencies = [ [[package]] name = "snowbridge-ethereum" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "ethabi-decode", "ethbloom", @@ -9256,7 +8813,7 @@ dependencies = [ "serde-big-array", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", ] [[package]] @@ -9277,7 +8834,7 @@ dependencies = [ [[package]] name = "snowbridge-outbound-queue-merkle-tree" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "parity-scale-codec", "scale-info", @@ -9288,20 +8845,20 @@ dependencies = [ [[package]] name = "snowbridge-outbound-queue-runtime-api" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-support", "parity-scale-codec", "snowbridge-core", "snowbridge-outbound-queue-merkle-tree", "sp-api", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", ] [[package]] name = "snowbridge-pallet-ethereum-client" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -9318,29 +8875,28 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "static_assertions", ] [[package]] name = "snowbridge-pallet-ethereum-client-fixtures" version = "0.9.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "hex-literal", "snowbridge-beacon-primitives", "snowbridge-core", "sp-core", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", ] [[package]] name = "snowbridge-pallet-inbound-queue" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ - "alloy-primitives 0.4.2", - "alloy-sol-types 0.4.2", + "alloy-core", "frame-benchmarking", "frame-support", "frame-system", @@ -9356,7 +8912,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "staging-xcm", "staging-xcm-executor", ] @@ -9364,19 +8920,19 @@ dependencies = [ [[package]] name = "snowbridge-pallet-inbound-queue-fixtures" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "hex-literal", "snowbridge-beacon-primitives", "snowbridge-core", "sp-core", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", ] [[package]] name = "snowbridge-pallet-outbound-queue" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "bridge-hub-common", "ethabi-decode", @@ -9392,13 +8948,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", ] [[package]] name = "snowbridge-pallet-system" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-benchmarking", "frame-support", @@ -9410,7 +8966,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "staging-xcm", "staging-xcm-executor", ] @@ -9418,7 +8974,7 @@ dependencies = [ [[package]] name = "snowbridge-router-primitives" version = "0.9.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-support", "hex-literal", @@ -9429,7 +8985,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "staging-xcm", "staging-xcm-executor", ] @@ -9437,14 +8993,14 @@ dependencies = [ [[package]] name = "snowbridge-runtime-common" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-support", "log", "parity-scale-codec", "snowbridge-core", "sp-arithmetic", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -9453,7 +9009,7 @@ dependencies = [ [[package]] name = "snowbridge-runtime-test-common" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -9484,45 +9040,19 @@ dependencies = [ [[package]] name = "snowbridge-system-runtime-api" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "parity-scale-codec", "snowbridge-core", "sp-api", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "staging-xcm", ] -[[package]] -name = "socket2" -version = "0.5.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8" -dependencies = [ - "libc", - "windows-sys 0.52.0", -] - -[[package]] -name = "soketto" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37468c595637c10857701c990f93a40ce0e357cedb0953d1c26c8d8027f9bb53" -dependencies = [ - "base64 0.22.1", - "bytes", - "futures", - "http", - "httparse", - "log", - "rand", - "sha1", -] - [[package]] name = "sp-api" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "docify", "hash-db", @@ -9531,20 +9061,20 @@ dependencies = [ "scale-info", "sp-api-proc-macro", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "sp-metadata-ir", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "sp-state-machine", "sp-trie", "sp-version", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sp-api-proc-macro" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "Inflector", "blake2", @@ -9552,13 +9082,13 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] name = "sp-application-crypto" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "parity-scale-codec", "scale-info", @@ -9570,7 +9100,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "docify", "integer-sqrt", @@ -9602,7 +9132,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "parity-scale-codec", "scale-info", @@ -9614,7 +9144,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "sp-api", "sp-inherents", @@ -9624,7 +9154,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "async-trait", "parity-scale-codec", @@ -9640,7 +9170,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "async-trait", "parity-scale-codec", @@ -9658,7 +9188,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "parity-scale-codec", "scale-info", @@ -9666,7 +9196,7 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "sp-io", "sp-keystore", "sp-mmr-primitives", @@ -9678,7 +9208,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "finality-grandpa", "log", @@ -9695,7 +9225,7 @@ dependencies = [ [[package]] name = "sp-consensus-pow" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "parity-scale-codec", "sp-api", @@ -9706,7 +9236,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "parity-scale-codec", "scale-info", @@ -9717,7 +9247,7 @@ dependencies = [ [[package]] name = "sp-core" version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "array-bytes", "bandersnatch_vrfs", @@ -9747,15 +9277,15 @@ dependencies = [ "secp256k1 0.28.2", "secrecy 0.8.0", "serde", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "ss58-registry", "substrate-bip39", - "thiserror", + "thiserror 1.0.69", "tracing", "w3f-bls", "zeroize", @@ -9764,15 +9294,15 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", ] [[package]] name = "sp-crypto-ec-utils" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -9780,19 +9310,19 @@ dependencies = [ "ark-bls12-381-ext", "ark-bw6-761", "ark-bw6-761-ext", - "ark-ec", + "ark-ec 0.4.2", "ark-ed-on-bls12-377", "ark-ed-on-bls12-377-ext", "ark-ed-on-bls12-381-bandersnatch", "ark-ed-on-bls12-381-bandersnatch-ext", "ark-scale", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", ] [[package]] name = "sp-crypto-ec-utils" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk#1e89a311471eba937a9552d7d1f55af1661feb08" +source = "git+https://github.com/paritytech/polkadot-sdk#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -9800,7 +9330,7 @@ dependencies = [ "ark-bls12-381-ext", "ark-bw6-761", "ark-bw6-761-ext", - "ark-ec", + "ark-ec 0.4.2", "ark-ed-on-bls12-377", "ark-ed-on-bls12-377-ext", "ark-ed-on-bls12-381-bandersnatch", @@ -9826,7 +9356,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "blake2b_simd", "byteorder", @@ -9839,47 +9369,47 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", - "syn 2.0.89", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", + "syn 2.0.90", ] [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#1e89a311471eba937a9552d7d1f55af1661feb08" +source = "git+https://github.com/paritytech/polkadot-sdk#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "environmental", "parity-scale-codec", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", ] [[package]] name = "sp-externalities" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk#1e89a311471eba937a9552d7d1f55af1661feb08" +source = "git+https://github.com/paritytech/polkadot-sdk#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "environmental", "parity-scale-codec", @@ -9889,7 +9419,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "parity-scale-codec", "scale-info", @@ -9901,20 +9431,20 @@ dependencies = [ [[package]] name = "sp-inherents" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "sp-runtime", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sp-io" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "bytes", "docify", @@ -9922,16 +9452,16 @@ dependencies = [ "libsecp256k1", "log", "parity-scale-codec", - "polkavm-derive 0.9.1", + "polkavm-derive 0.18.0", "rustversion", "secp256k1 0.28.2", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "sp-keystore", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "sp-state-machine", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "sp-trie", "tracing", "tracing-core", @@ -9940,7 +9470,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "sp-core", "sp-runtime", @@ -9950,27 +9480,27 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "parity-scale-codec", "parking_lot", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", ] [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ - "thiserror", + "thiserror 1.0.69", "zstd 0.12.4", ] [[package]] name = "sp-metadata-ir" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-metadata 18.0.0", "parity-scale-codec", @@ -9980,7 +9510,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "parity-scale-codec", "scale-info", @@ -9991,7 +9521,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "log", "parity-scale-codec", @@ -10000,15 +9530,15 @@ dependencies = [ "serde", "sp-api", "sp-core", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "sp-runtime", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sp-npos-elections" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "parity-scale-codec", "scale-info", @@ -10021,7 +9551,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "sp-api", "sp-core", @@ -10031,7 +9561,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "backtrace", "regex", @@ -10040,7 +9570,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "31.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "binary-merkle-tree", "docify", @@ -10059,7 +9589,7 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "sp-trie", "sp-weights", "tracing", @@ -10069,31 +9599,31 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive 0.9.1", + "polkavm-derive 0.18.0", "primitive-types 0.13.1", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", - "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", + "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", + "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", + "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", + "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "static_assertions", ] [[package]] name = "sp-runtime-interface" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#1e89a311471eba937a9552d7d1f55af1661feb08" +source = "git+https://github.com/paritytech/polkadot-sdk#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", - "polkavm-derive 0.9.1", + "polkavm-derive 0.18.0", "primitive-types 0.13.1", "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)", @@ -10107,33 +9637,33 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "Inflector", "expander", "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] name = "sp-runtime-interface-proc-macro" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#1e89a311471eba937a9552d7d1f55af1661feb08" +source = "git+https://github.com/paritytech/polkadot-sdk#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "Inflector", "expander", "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] name = "sp-session" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "parity-scale-codec", "scale-info", @@ -10147,7 +9677,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10160,7 +9690,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "hash-db", "log", @@ -10169,10 +9699,10 @@ dependencies = [ "rand", "smallvec", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "sp-panic-handler", "sp-trie", - "thiserror", + "thiserror 1.0.69", "tracing", "trie-db", ] @@ -10180,7 +9710,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -10193,40 +9723,40 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", - "thiserror", + "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", + "thiserror 1.0.69", "x25519-dalek", ] [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#1e89a311471eba937a9552d7d1f55af1661feb08" +source = "git+https://github.com/paritytech/polkadot-sdk#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "impl-serde", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", ] [[package]] name = "sp-storage" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#1e89a311471eba937a9552d7d1f55af1661feb08" +source = "git+https://github.com/paritytech/polkadot-sdk#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10238,19 +9768,19 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "async-trait", "parity-scale-codec", "sp-inherents", "sp-runtime", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "parity-scale-codec", "tracing", @@ -10261,7 +9791,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#1e89a311471eba937a9552d7d1f55af1661feb08" +source = "git+https://github.com/paritytech/polkadot-sdk#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "parity-scale-codec", "tracing", @@ -10272,7 +9802,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "sp-api", "sp-runtime", @@ -10281,7 +9811,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "async-trait", "parity-scale-codec", @@ -10295,7 +9825,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "ahash", "hash-db", @@ -10307,8 +9837,8 @@ dependencies = [ "scale-info", "schnellru", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", - "thiserror", + "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", + "thiserror 1.0.69", "tracing", "trie-db", "trie-root", @@ -10317,7 +9847,7 @@ dependencies = [ [[package]] name = "sp-version" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10326,27 +9856,27 @@ dependencies = [ "serde", "sp-crypto-hashing-proc-macro", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "sp-version-proc-macro", - "thiserror", + "thiserror 1.0.69", ] [[package]] name = "sp-version-proc-macro" version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "parity-scale-codec", "proc-macro-warning", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -10358,7 +9888,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#1e89a311471eba937a9552d7d1f55af1661feb08" +source = "git+https://github.com/paritytech/polkadot-sdk#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -10369,7 +9899,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -10377,7 +9907,7 @@ dependencies = [ "serde", "smallvec", "sp-arithmetic", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", ] [[package]] @@ -10456,7 +9986,7 @@ dependencies = [ [[package]] name = "staging-parachain-info" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -10469,7 +9999,7 @@ dependencies = [ [[package]] name = "staging-xcm" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "array-bytes", "bounded-collections", @@ -10490,7 +10020,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-support", "frame-system", @@ -10512,7 +10042,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "environmental", "frame-benchmarking", @@ -10590,13 +10120,13 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] name = "substrate-bip39" version = "0.4.7" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -10608,7 +10138,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "build-helper", "cargo_metadata", @@ -10616,7 +10146,7 @@ dependencies = [ "filetime", "jobserver", "parity-wasm", - "polkavm-linker 0.9.2", + "polkavm-linker 0.18.0", "shlex", "sp-maybe-compressed-blob", "strum 0.26.3", @@ -10717,9 +10247,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.89" +version = "2.0.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44d46482f1c1c87acd84dea20c1bf5ebff4c757009ed6bf19cfd36fb10e92c4e" +checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31" dependencies = [ "proc-macro2", "quote", @@ -10728,26 +10258,14 @@ dependencies = [ [[package]] name = "syn-solidity" -version = "0.4.2" +version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86b837ef12ab88835251726eb12237655e61ec8dc8a280085d1961cdc3dfd047" +checksum = "219389c1ebe89f8333df8bdfb871f6631c552ff399c23cac02480b6088aad8f0" dependencies = [ "paste", "proc-macro2", "quote", - "syn 2.0.89", -] - -[[package]] -name = "syn-solidity" -version = "0.8.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da0523f59468a2696391f2a772edc089342aacd53c3caa2ac3264e598edf119b" -dependencies = [ - "paste", - "proc-macro2", - "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -10758,7 +10276,7 @@ checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -10782,7 +10300,7 @@ dependencies = [ "cfg-if", "fastrand", "once_cell", - "rustix 0.38.41", + "rustix 0.38.42", "windows-sys 0.59.0", ] @@ -10798,7 +10316,7 @@ dependencies = [ [[package]] name = "testnet-parachains-constants" version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -10816,7 +10334,16 @@ version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" dependencies = [ - "thiserror-impl", + "thiserror-impl 1.0.69", +] + +[[package]] +name = "thiserror" +version = "2.0.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08f5383f3e0071702bf93ab5ee99b52d26936be9dedd9413067cbdcddcb6141a" +dependencies = [ + "thiserror-impl 2.0.8", ] [[package]] @@ -10827,7 +10354,18 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", +] + +[[package]] +name = "thiserror-impl" +version = "2.0.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f2f357fcec90b3caef6623a099691be676d033b40a058ac95d2a6ade6fa0c943" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.90", ] [[package]] @@ -10842,9 +10380,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.36" +version = "0.3.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" +checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21" dependencies = [ "deranged", "itoa", @@ -10863,9 +10401,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" -version = "0.2.18" +version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" +checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de" dependencies = [ "num-conv", "time-core", @@ -10915,70 +10453,6 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" -[[package]] -name = "tokio" -version = "1.41.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" -dependencies = [ - "backtrace", - "bytes", - "libc", - "mio", - "pin-project-lite", - "socket2", - "tokio-macros", - "windows-sys 0.52.0", -] - -[[package]] -name = "tokio-macros" -version = "2.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.89", -] - -[[package]] -name = "tokio-rustls" -version = "0.26.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" -dependencies = [ - "rustls", - "rustls-pki-types", - "tokio", -] - -[[package]] -name = "tokio-stream" -version = "0.1.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" -dependencies = [ - "futures-core", - "pin-project-lite", - "tokio", - "tokio-util", -] - -[[package]] -name = "tokio-util" -version = "0.7.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" -dependencies = [ - "bytes", - "futures-core", - "futures-io", - "futures-sink", - "pin-project-lite", - "tokio", -] - [[package]] name = "toml" version = "0.5.11" @@ -11015,40 +10489,13 @@ version = "0.22.22" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" dependencies = [ - "indexmap 2.6.0", + "indexmap 2.7.0", "serde", "serde_spanned", "toml_datetime", "winnow", ] -[[package]] -name = "tower" -version = "0.4.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" -dependencies = [ - "futures-core", - "futures-util", - "pin-project", - "pin-project-lite", - "tower-layer", - "tower-service", - "tracing", -] - -[[package]] -name = "tower-layer" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" - -[[package]] -name = "tower-service" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" - [[package]] name = "tracing" version = "0.1.41" @@ -11069,7 +10516,7 @@ checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -11095,9 +10542,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.18" +version = "0.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" +checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" dependencies = [ "matchers", "nu-ansi-term", @@ -11133,12 +10580,6 @@ dependencies = [ "hash-db", ] -[[package]] -name = "try-lock" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" - [[package]] name = "tt-call" version = "1.0.9" @@ -11226,6 +10667,12 @@ version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" +[[package]] +name = "unicode-width" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" + [[package]] name = "unicode-xid" version = "0.2.6" @@ -11242,12 +10689,6 @@ dependencies = [ "subtle", ] -[[package]] -name = "untrusted" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" - [[package]] name = "url" version = "2.5.4" @@ -11303,10 +10744,10 @@ checksum = "70a3028804c8bbae2a97a15b71ffc0e308c4b01a520994aafa77d56e94e19024" dependencies = [ "ark-bls12-377", "ark-bls12-381", - "ark-ec", + "ark-ec 0.4.2", "ark-ff 0.4.2", "ark-serialize 0.4.2", - "ark-serialize-derive", + "ark-serialize-derive 0.4.2", "arrayref", "constcat", "digest 0.10.7", @@ -11315,7 +10756,7 @@ dependencies = [ "rand_core", "sha2 0.10.8", "sha3", - "thiserror", + "thiserror 1.0.69", "zeroize", ] @@ -11338,15 +10779,6 @@ dependencies = [ "winapi-util", ] -[[package]] -name = "want" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" -dependencies = [ - "try-lock", -] - [[package]] name = "wasi" version = "0.11.0+wasi-snapshot-preview1" @@ -11355,9 +10787,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.95" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e" +checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396" dependencies = [ "cfg-if", "once_cell", @@ -11366,36 +10798,23 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.95" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358" +checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79" dependencies = [ "bumpalo", "log", - "once_cell", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", "wasm-bindgen-shared", ] -[[package]] -name = "wasm-bindgen-futures" -version = "0.4.45" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b" -dependencies = [ - "cfg-if", - "js-sys", - "wasm-bindgen", - "web-sys", -] - [[package]] name = "wasm-bindgen-macro" -version = "0.2.95" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56" +checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -11403,22 +10822,22 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.95" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68" +checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", "wasm-bindgen-backend", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.95" +version = "0.2.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d" +checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6" [[package]] name = "wasm-instrument" @@ -11440,7 +10859,7 @@ dependencies = [ "strum 0.24.1", "strum_macros 0.24.3", "tempfile", - "thiserror", + "thiserror 1.0.69", "wasm-opt-cxx-sys", "wasm-opt-sys", ] @@ -11601,7 +11020,7 @@ dependencies = [ "log", "object 0.30.4", "target-lexicon", - "thiserror", + "thiserror 1.0.69", "wasmparser", "wasmtime-cranelift-shared", "wasmtime-environ", @@ -11636,7 +11055,7 @@ dependencies = [ "object 0.30.4", "serde", "target-lexicon", - "thiserror", + "thiserror 1.0.69", "wasmparser", "wasmtime-types", ] @@ -11719,33 +11138,24 @@ checksum = "a4f6fffd2a1011887d57f07654dd112791e872e3ff4a2e626aee8059ee17f06f" dependencies = [ "cranelift-entity", "serde", - "thiserror", + "thiserror 1.0.69", "wasmparser", ] [[package]] name = "web-sys" -version = "0.3.72" +version = "0.3.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112" +checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc" dependencies = [ "js-sys", "wasm-bindgen", ] -[[package]] -name = "webpki-roots" -version = "0.26.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e" -dependencies = [ - "rustls-pki-types", -] - [[package]] name = "westend-runtime-constants" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-support", "polkadot-primitives", @@ -11767,7 +11177,7 @@ dependencies = [ "either", "home", "once_cell", - "rustix 0.38.41", + "rustix 0.38.42", "windows-sys 0.48.0", ] @@ -12071,18 +11481,18 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "Inflector", "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] name = "xcm-runtime-apis" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-support", "parity-scale-codec", @@ -12096,7 +11506,7 @@ dependencies = [ [[package]] name = "xcm-simulator" version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84#447902eff4a574e66894ad60cb41999b05bf5e84" +source = "git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19#4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" dependencies = [ "frame-support", "frame-system", @@ -12109,7 +11519,7 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=447902eff4a574e66894ad60cb41999b05bf5e84)", + "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -12135,7 +11545,7 @@ checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", "synstructure", ] @@ -12157,7 +11567,7 @@ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -12177,7 +11587,7 @@ checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", "synstructure", ] @@ -12198,7 +11608,7 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] @@ -12220,7 +11630,7 @@ checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn 2.0.90", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index d44b632..894aa38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ rayon = "1.8" clap = { version = "4", default-features = false, features = ["derive"] } rand = "0.8" polkavm-common = "0.17" -polkavm-linker = "0.17" +polkavm-linker = "0.17.1" polkavm-disassembler = "0.17" polkavm = "0.17" alloy-primitives = { version = "0.8", features = ["serde"] } @@ -68,7 +68,7 @@ git2 = "0.19.0" # polkadot-sdk and friends codec = { version = "3.6.12", default-features = false, package = "parity-scale-codec" } scale-info = { version = "2.11.1", default-features = false } -polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk", rev = "447902eff4a574e66894ad60cb41999b05bf5e84" } +polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk", rev = "4a0e3f624f42816cb4ca687d3ff9bba8e1a6bf19" } # llvm [workspace.dependencies.inkwell] diff --git a/crates/integration/codesize.json b/crates/integration/codesize.json index 3699f11..004df62 100644 --- a/crates/integration/codesize.json +++ b/crates/integration/codesize.json @@ -1,10 +1,10 @@ { - "Baseline": 1073, - "Computation": 2469, - "DivisionArithmetics": 15041, - "ERC20": 23282, - "Events": 1615, - "FibonacciIterative": 1676, - "Flipper": 2378, - "SHA1": 17076 + "Baseline": 1126, + "Computation": 2405, + "DivisionArithmetics": 14486, + "ERC20": 22755, + "Events": 1620, + "FibonacciIterative": 1670, + "Flipper": 2005, + "SHA1": 16832 } \ No newline at end of file diff --git a/crates/llvm-context/src/polkavm/const/mod.rs b/crates/llvm-context/src/polkavm/const/mod.rs index 2a0d582..ce42a17 100644 --- a/crates/llvm-context/src/polkavm/const/mod.rs +++ b/crates/llvm-context/src/polkavm/const/mod.rs @@ -9,9 +9,6 @@ pub static XLEN: usize = revive_common::BIT_LENGTH_X32; /// The heap memory pointer pointer global variable name. pub static GLOBAL_HEAP_MEMORY_POINTER: &str = "memory_pointer"; -/// The calldata pointer global variable name. -pub static GLOBAL_CALLDATA_POINTER: &str = "ptr_calldata"; - /// The calldata size global variable name. pub static GLOBAL_CALLDATA_SIZE: &str = "calldatasize"; diff --git a/crates/llvm-context/src/polkavm/context/function/runtime/entry.rs b/crates/llvm-context/src/polkavm/context/function/runtime/entry.rs index 582c926..0f37e0f 100644 --- a/crates/llvm-context/src/polkavm/context/function/runtime/entry.rs +++ b/crates/llvm-context/src/polkavm/context/function/runtime/entry.rs @@ -18,23 +18,12 @@ impl Entry { /// The call flags argument index. pub const ARGUMENT_INDEX_CALL_FLAGS: usize = 0; - /// Reserve 1kb for calldata. - pub const MAX_CALLDATA_SIZE: usize = 1024; - /// Initializes the global variables. /// The pointers are not initialized, because it's not possible to create a null pointer. pub fn initialize_globals(context: &mut Context) -> anyhow::Result<()> where D: Dependency + Clone, { - let calldata_type = context.array_type(context.byte_type(), Self::MAX_CALLDATA_SIZE); - context.set_global( - crate::polkavm::GLOBAL_CALLDATA_POINTER, - calldata_type, - AddressSpace::Stack, - calldata_type.get_undef(), - ); - context.set_global( crate::polkavm::GLOBAL_HEAP_MEMORY_POINTER, context.llvm().ptr_type(AddressSpace::Heap.into()), @@ -53,9 +42,9 @@ impl Entry { context.set_global( crate::polkavm::GLOBAL_CALLDATA_SIZE, - context.word_type(), + context.xlen_type(), AddressSpace::Stack, - context.word_undef(), + context.xlen_type().get_undef(), ); context.set_global( @@ -68,54 +57,30 @@ impl Entry { Ok(()) } - /// Load the calldata via seal `input` and initialize the calldata end - /// and calldata size globals. - pub fn load_calldata(context: &mut Context) -> anyhow::Result<()> + /// Populate the calldata size global value. + pub fn load_calldata_size(context: &mut Context) -> anyhow::Result<()> where D: Dependency + Clone, { - let input_pointer = context - .get_global(crate::polkavm::GLOBAL_CALLDATA_POINTER)? + let call_data_size_pointer = context + .get_global(crate::polkavm::GLOBAL_CALLDATA_SIZE)? .value .as_pointer_value(); - let input_pointer_casted = context.builder.build_ptr_to_int( - input_pointer, - context.xlen_type(), - "input_pointer_casted", - )?; - - let length_pointer = context.build_alloca_at_entry(context.xlen_type(), "len_ptr"); - let length_pointer_casted = context.builder.build_ptr_to_int( - length_pointer.value, - context.xlen_type(), - "length_pointer_casted", - )?; - - context.build_store( - length_pointer, - context.integer_const(crate::polkavm::XLEN, Self::MAX_CALLDATA_SIZE as u64), - )?; + let call_data_size_pointer_arg = + context.build_alloca_at_entry(context.word_type(), "call_data_size_pointer_arg"); context.build_runtime_call( - revive_runtime_api::polkavm_imports::INPUT, - &[input_pointer_casted.into(), length_pointer_casted.into()], + revive_runtime_api::polkavm_imports::CALL_DATA_SIZE, + &[call_data_size_pointer_arg.to_int(context).into()], ); - - // Store the calldata size - let calldata_size = context - .build_load(length_pointer, "input_size")? - .into_int_value(); - let calldata_size_casted = context.builder().build_int_z_extend( - calldata_size, - context.word_type(), - "zext_input_len", + let value = context.build_load(call_data_size_pointer_arg, "call_data_size_load")?; + let value_truncated = context.builder().build_int_truncate( + value.into_int_value(), + context.xlen_type(), + "call_data_size_truncated", )?; - context.set_global( - crate::polkavm::GLOBAL_CALLDATA_SIZE, - context.word_type(), - AddressSpace::Stack, - calldata_size_casted, - ); - + context + .builder() + .build_store(call_data_size_pointer, value_truncated)?; Ok(()) } @@ -220,7 +185,7 @@ where context.set_basic_block(context.current_function().borrow().entry_block()); Self::initialize_globals(context)?; - Self::load_calldata(context)?; + Self::load_calldata_size(context)?; Self::leave_entry(context)?; context.build_unconditional_branch(context.current_function().borrow().return_block()); diff --git a/crates/llvm-context/src/polkavm/evm/calldata.rs b/crates/llvm-context/src/polkavm/evm/calldata.rs index d28bd67..d926b29 100644 --- a/crates/llvm-context/src/polkavm/evm/calldata.rs +++ b/crates/llvm-context/src/polkavm/evm/calldata.rs @@ -1,10 +1,7 @@ //! Translates the calldata instructions. -use crate::polkavm::context::address_space::AddressSpace; -use crate::polkavm::context::pointer::Pointer; use crate::polkavm::context::Context; use crate::polkavm::Dependency; -use inkwell::types::BasicType; /// Translates the calldata load. pub fn load<'ctx, D>( @@ -14,19 +11,15 @@ pub fn load<'ctx, D>( where D: Dependency + Clone, { - let calldata_pointer = context - .get_global(crate::polkavm::GLOBAL_CALLDATA_POINTER)? - .value - .as_pointer_value(); - let offset = context.build_gep( - Pointer::new(context.byte_type(), AddressSpace::Stack, calldata_pointer), - &[offset], - context.word_type().as_basic_type_enum(), - "calldata_pointer_with_offset", + let output_pointer = context.build_alloca_at_entry(context.word_type(), "call_data_output"); + let offset = context.safe_truncate_int_to_xlen(offset)?; + + context.build_runtime_call( + revive_runtime_api::polkavm_imports::CALL_DATA_LOAD, + &[output_pointer.to_int(context).into(), offset.into()], ); - context - .build_load(offset, "calldata_value") - .and_then(|value| context.build_byte_swap(value)) + + context.build_load(output_pointer, "call_data_load_value") } /// Translates the calldata size. @@ -37,8 +30,14 @@ where D: Dependency + Clone, { let value = context.get_global_value(crate::polkavm::GLOBAL_CALLDATA_SIZE)?; - - Ok(value) + Ok(context + .builder() + .build_int_z_extend( + value.into_int_value(), + context.word_type(), + "call_data_size_value", + )? + .into()) } /// Translates the calldata copy. @@ -51,20 +50,19 @@ pub fn copy<'ctx, D>( where D: Dependency + Clone, { - let offset = context.safe_truncate_int_to_xlen(destination_offset)?; + let source_offset = context.safe_truncate_int_to_xlen(source_offset)?; let size = context.safe_truncate_int_to_xlen(size)?; - let destination = context.build_heap_gep(offset, size)?; + let destination_offset = context.safe_truncate_int_to_xlen(destination_offset)?; + let output_pointer = context.build_heap_gep(destination_offset, size)?; - let calldata_pointer = context - .get_global(crate::polkavm::GLOBAL_CALLDATA_POINTER)? - .value - .as_pointer_value(); - let source = context.build_gep( - Pointer::new(context.byte_type(), AddressSpace::Stack, calldata_pointer), - &[context.safe_truncate_int_to_xlen(source_offset)?], - context.byte_type(), - "calldata_pointer_with_offset", + context.build_runtime_call( + revive_runtime_api::polkavm_imports::CALL_DATA_COPY, + &[ + output_pointer.to_int(context).into(), + size.into(), + source_offset.into(), + ], ); - context.build_memcpy(destination, source, size, "calldata_copy_memcpy_from_child") + Ok(()) } diff --git a/crates/runner/fixtures/Baseline.pvm b/crates/runner/fixtures/Baseline.pvm index e0e39ed..4f2d176 100644 Binary files a/crates/runner/fixtures/Baseline.pvm and b/crates/runner/fixtures/Baseline.pvm differ diff --git a/crates/runner/src/specs.rs b/crates/runner/src/specs.rs index d60dcd4..2ca62ff 100644 --- a/crates/runner/src/specs.rs +++ b/crates/runner/src/specs.rs @@ -421,7 +421,7 @@ impl Specs { origin, value, gas_limit.unwrap_or(GAS_LIMIT), - storage_deposit_limit.unwrap_or(DEPOSIT_LIMIT), + storage_deposit_limit.unwrap_or(DEPOSIT_LIMIT).into(), code, data, salt.0, @@ -461,7 +461,7 @@ impl Specs { dest.to_eth_addr(&results), value, gas_limit.unwrap_or(GAS_LIMIT), - storage_deposit_limit.unwrap_or(DEPOSIT_LIMIT), + storage_deposit_limit.unwrap_or(DEPOSIT_LIMIT).into(), data, DebugInfo::Skip, CollectEvents::Skip, diff --git a/crates/runtime-api/src/polkavm_imports.c b/crates/runtime-api/src/polkavm_imports.c index 01a04d5..05c3646 100644 --- a/crates/runtime-api/src/polkavm_imports.c +++ b/crates/runtime-api/src/polkavm_imports.c @@ -76,6 +76,12 @@ POLKAVM_IMPORT(void, block_number, uint32_t) POLKAVM_IMPORT(uint64_t, call, uint32_t) +POLKAVM_IMPORT(uint64_t, call_data_copy, uint32_t, uint32_t, uint32_t) + +POLKAVM_IMPORT(uint64_t, call_data_load, uint32_t, uint32_t) + +POLKAVM_IMPORT(uint64_t, call_data_size, uint32_t) + POLKAVM_IMPORT(uint64_t, delegate_call, uint32_t) POLKAVM_IMPORT(void, caller, uint32_t) @@ -94,8 +100,6 @@ POLKAVM_IMPORT(uint64_t, get_storage, uint32_t, uint32_t, uint32_t, uint32_t, ui POLKAVM_IMPORT(void, hash_keccak_256, uint32_t, uint32_t, uint32_t) -POLKAVM_IMPORT(void, input, uint32_t, uint32_t) - POLKAVM_IMPORT(uint64_t, instantiate, uint32_t) POLKAVM_IMPORT(void, now, uint32_t) diff --git a/crates/runtime-api/src/polkavm_imports.rs b/crates/runtime-api/src/polkavm_imports.rs index b817bbf..bc529f8 100644 --- a/crates/runtime-api/src/polkavm_imports.rs +++ b/crates/runtime-api/src/polkavm_imports.rs @@ -26,6 +26,12 @@ pub static BLOCK_NUMBER: &str = "block_number"; pub static CALL: &str = "call"; +pub static CALL_DATA_COPY: &str = "call_data_copy"; + +pub static CALL_DATA_LOAD: &str = "call_data_load"; + +pub static CALL_DATA_SIZE: &str = "call_data_size"; + pub static DELEGATE_CALL: &str = "delegate_call"; pub static CALLER: &str = "caller"; @@ -44,8 +50,6 @@ pub static GET_STORAGE: &str = "get_storage"; pub static HASH_KECCAK_256: &str = "hash_keccak_256"; -pub static INPUT: &str = "input"; - pub static INSTANTIATE: &str = "instantiate"; pub static NOW: &str = "now"; @@ -68,7 +72,7 @@ pub static WEIGHT_TO_FEE: &str = "weight_to_fee"; /// All imported runtime API symbols. /// Useful for configuring common attributes and linkage. -pub static IMPORTS: [&str; 28] = [ +pub static IMPORTS: [&str; 30] = [ SBRK, MEMORY_SIZE, ADDRESS, @@ -77,6 +81,9 @@ pub static IMPORTS: [&str; 28] = [ BLOCK_HASH, BLOCK_NUMBER, CALL, + CALL_DATA_COPY, + CALL_DATA_LOAD, + CALL_DATA_SIZE, DELEGATE_CALL, CALLER, CHAIN_ID, @@ -86,7 +93,6 @@ pub static IMPORTS: [&str; 28] = [ GET_IMMUTABLE_DATA, GET_STORAGE, HASH_KECCAK_256, - INPUT, INSTANTIATE, NOW, ORIGIN,