From 0e9e405f2142e37d8c11958c02a0aaaa0c9a224a Mon Sep 17 00:00:00 2001 From: Cyrill Leutwiler Date: Fri, 9 May 2025 17:26:20 +0200 Subject: [PATCH] remove any git dependencies Signed-off-by: Cyrill Leutwiler --- CHANGELOG.md | 6 +- Cargo.lock | 3874 +++++++++++++++------------------ Cargo.toml | 7 +- crates/runner/src/runtime.rs | 8 +- crates/runtime-api/Cargo.toml | 2 +- crates/solidity/Cargo.toml | 2 +- crates/stdlib/Cargo.toml | 2 +- 7 files changed, 1815 insertions(+), 2086 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5c148b..1fc8eb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,18 +4,20 @@ This is a development pre-release. -Supported `polkadot-sdk` rev:`c29e72a8628835e34deb6aa7db9a78a2e4eabcee` +Supported `polkadot-sdk` rev: `2503.0.1` ## v0.1.0 This is a development pre-release. -Supported `polkadot-sdk` rev:`c29e72a8628835e34deb6aa7db9a78a2e4eabcee` +Supported `polkadot-sdk` rev: `2503.0.1` ### Added ### Changed +- Supported `polkadot-sdk` version is now `2503.0.1` + ### Fixed ## v0.1.0-dev.16 diff --git a/Cargo.lock b/Cargo.lock index 6fe9d82..63e4e04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -73,12 +73,12 @@ dependencies = [ [[package]] name = "ahash" -version = "0.8.11" +version = "0.8.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" +checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" dependencies = [ "cfg-if", - "getrandom 0.2.15", + "getrandom 0.3.3", "once_cell", "version_check", "zerocopy", @@ -101,9 +101,9 @@ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" [[package]] name = "alloy-core" -version = "0.8.21" +version = "0.8.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "482f377cebceed4bb1fb5e7970f0805e2ab123d06701be9351b67ed6341e74aa" +checksum = "9d8bcce99ad10fe02640cfaec1c6bc809b837c783c1d52906aa5af66e2a196f6" dependencies = [ "alloy-dyn-abi", "alloy-json-abi", @@ -114,9 +114,9 @@ dependencies = [ [[package]] name = "alloy-dyn-abi" -version = "0.8.21" +version = "0.8.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "555896f0b8578adb522b1453b6e6cc6704c3027bd0af20058befdde992cee8e9" +checksum = "eb8e762aefd39a397ff485bc86df673465c4ad3ec8819cc60833a8a3ba5cdc87" dependencies = [ "alloy-json-abi", "alloy-primitives", @@ -138,7 +138,7 @@ dependencies = [ "alloy-primitives", "alloy-rlp", "crc", - "thiserror 2.0.11", + "thiserror 2.0.12", ] [[package]] @@ -154,14 +154,14 @@ dependencies = [ [[package]] name = "alloy-eip7702" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cabf647eb4650c91a9d38cb6f972bb320009e7e9d61765fb688a86f1563b33e8" +checksum = "9b15b13d38b366d01e818fe8e710d4d702ef7499eacd44926a06171dd9585d0c" dependencies = [ "alloy-primitives", "alloy-rlp", - "derive_more 1.0.0", "serde", + "thiserror 2.0.12", ] [[package]] @@ -198,9 +198,9 @@ dependencies = [ [[package]] name = "alloy-json-abi" -version = "0.8.21" +version = "0.8.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4012581681b186ba0882007ed873987cc37f86b1b488fe6b91d5efd0b585dc41" +checksum = "fe6beff64ad0aa6ad1019a3db26fef565aefeb011736150ab73ed3366c3cfd1b" dependencies = [ "alloy-primitives", "alloy-sol-type-parser", @@ -210,24 +210,24 @@ dependencies = [ [[package]] name = "alloy-primitives" -version = "0.8.21" +version = "0.8.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "478bedf4d24e71ea48428d1bc278553bd7c6ae07c30ca063beb0b09fe58a9e74" +checksum = "8c77490fe91a0ce933a1f219029521f20fc28c2c0ca95d53fa4da9c00b8d9d4e" dependencies = [ "alloy-rlp", "bytes", "cfg-if", "const-hex", - "derive_more 1.0.0", + "derive_more 2.0.1", "foldhash", - "hashbrown 0.15.2", - "indexmap 2.7.1", + "hashbrown 0.15.3", + "indexmap 2.9.0", "itoa", "k256", "keccak-asm", "paste", "proptest", - "rand", + "rand 0.8.5", "ruint", "rustc-hash 2.1.1", "serde", @@ -254,7 +254,7 @@ checksum = "a40e1ef334153322fd878d07e86af7a529bcb86b2439525920a88eba87bcf943" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] @@ -270,56 +270,57 @@ dependencies = [ [[package]] name = "alloy-sol-macro" -version = "0.8.21" +version = "0.8.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2708e27f58d747423ae21d31b7a6625159bd8d867470ddd0256f396a68efa11" +checksum = "e10ae8e9a91d328ae954c22542415303919aabe976fe7a92eb06db1b68fd59f2" dependencies = [ "alloy-sol-macro-expander", "alloy-sol-macro-input", "proc-macro-error2", "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] name = "alloy-sol-macro-expander" -version = "0.8.21" +version = "0.8.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6b7984d7e085dec382d2c5ef022b533fcdb1fe6129200af30ebf5afddb6a361" +checksum = "83ad5da86c127751bc607c174d6c9fe9b85ef0889a9ca0c641735d77d4f98f26" dependencies = [ "alloy-sol-macro-input", "const-hex", - "heck 0.5.0", - "indexmap 2.7.1", + "heck", + "indexmap 2.9.0", "proc-macro-error2", "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", "syn-solidity", "tiny-keccak", ] [[package]] name = "alloy-sol-macro-input" -version = "0.8.21" +version = "0.8.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33d6a9fc4ed1a3c70bdb2357bec3924551c1a59f24e5a04a74472c755b37f87d" +checksum = "ba3d30f0d3f9ba3b7686f3ff1de9ee312647aac705604417a2f40c604f409a9e" dependencies = [ "const-hex", "dunce", - "heck 0.5.0", + "heck", + "macro-string", "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", "syn-solidity", ] [[package]] name = "alloy-sol-type-parser" -version = "0.8.21" +version = "0.8.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b1b3e9a48a6dd7bb052a111c8d93b5afc7956ed5e2cb4177793dc63bb1d2a36" +checksum = "6d162f8524adfdfb0e4bd0505c734c985f3e2474eb022af32eef0d52a4f3935c" dependencies = [ "serde", "winnow", @@ -327,9 +328,9 @@ dependencies = [ [[package]] name = "alloy-sol-types" -version = "0.8.21" +version = "0.8.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6044800da35c38118fd4b98e18306bd3b91af5dedeb54c1b768cf1b4fb68f549" +checksum = "d43d5e60466a440230c07761aa67671d4719d46f43be8ea6e7ed334d8db4a9ab" dependencies = [ "alloy-json-abi", "alloy-primitives", @@ -412,9 +413,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.96" +version = "1.0.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b964d184e89d9b6b67dd2715bc8e74cf3107fb2b529990c90cf517326150bf4" +checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" [[package]] name = "approx" @@ -436,7 +437,7 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] @@ -445,7 +446,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", ] @@ -457,7 +458,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", ] @@ -468,20 +469,32 @@ 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", ] +[[package]] +name = "ark-bls12-381" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3df4dcc01ff89867cd86b0da835f23c3f02738353aaee7dde7495af71363b8d5" +dependencies = [ + "ark-ec 0.5.0", + "ark-ff 0.5.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", +] + [[package]] name = "ark-bls12-381-ext" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1dc4b3d08f19e8ec06e949712f95b8361e43f1391d94f65e4234df03480631c" dependencies = [ - "ark-bls12-381", - "ark-ec", + "ark-bls12-381 0.4.0", + "ark-ec 0.4.2", "ark-ff 0.4.2", "ark-models-ext", "ark-serialize 0.4.2", @@ -495,7 +508,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", ] @@ -507,7 +520,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", @@ -520,7 +533,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", @@ -531,6 +544,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.3", + "itertools 0.13.0", + "num-bigint", + "num-integer", + "num-traits", + "zeroize", +] + [[package]] name = "ark-ed-on-bls12-377" version = "0.4.0" @@ -538,7 +572,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", ] @@ -549,7 +583,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", @@ -562,20 +596,32 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9cde0f2aa063a2a5c28d39b47761aa102bda7c13c84fc118a61b87c7b2f785c" dependencies = [ - "ark-bls12-381", - "ark-ec", + "ark-bls12-381 0.4.0", + "ark-ec 0.4.2", "ark-ff 0.4.2", "ark-std 0.4.0", ] +[[package]] +name = "ark-ed-on-bls12-381-bandersnatch" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1786b2e3832f6f0f7c8d62d5d5a282f6952a1ab99981c54cd52b6ac1d8f02df5" +dependencies = [ + "ark-bls12-381 0.5.0", + "ark-ec 0.5.0", + "ark-ff 0.5.0", + "ark-std 0.5.0", +] + [[package]] name = "ark-ed-on-bls12-381-bandersnatch-ext" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d15185f1acb49a07ff8cbe5f11a1adc5a93b19e211e325d826ae98e98e124346" dependencies = [ - "ark-ec", - "ark-ed-on-bls12-381-bandersnatch", + "ark-ec 0.4.2", + "ark-ed-on-bls12-381-bandersnatch 0.4.0", "ark-ff 0.4.2", "ark-models-ext", "ark-std 0.4.0", @@ -619,6 +665,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" @@ -639,6 +705,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.101", +] + [[package]] name = "ark-ff-macros" version = "0.3.0" @@ -664,13 +740,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.101", +] + [[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", @@ -690,13 +779,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.3", +] + [[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", @@ -704,21 +808,6 @@ dependencies = [ "scale-info", ] -[[package]] -name = "ark-secret-scalar" -version = "0.0.2" -source = "git+https://github.com/davxy/ring-vrf?branch=locked#c64ae9b1aad7755ae1bf88016002365ffcc4912e" -dependencies = [ - "ark-ec", - "ark-ff 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "ark-transcript 0.0.2 (git+https://github.com/davxy/ring-vrf?branch=locked)", - "digest 0.10.7", - "getrandom_or_panic", - "zeroize", -] - [[package]] name = "ark-serialize" version = "0.3.0" @@ -735,12 +824,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" @@ -752,6 +854,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.101", +] + [[package]] name = "ark-std" version = "0.3.0" @@ -759,7 +872,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1df2c09229cbc5a028b1d70e00fdb2acee28b1055dfb5ca73eea49c5a25c4e7c" dependencies = [ "num-traits", - "rand", + "rand 0.8.5", ] [[package]] @@ -769,36 +882,53 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" dependencies = [ "num-traits", - "rand", + "rand 0.8.5", "rayon", ] [[package]] -name = "ark-transcript" -version = "0.0.2" -source = "git+https://github.com/davxy/ring-vrf?branch=locked#c64ae9b1aad7755ae1bf88016002365ffcc4912e" +name = "ark-std" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "246a225cc6131e9ee4f24619af0f19d67761fff15d7ccc22e42b80846e69449a" dependencies = [ - "ark-ff 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "digest 0.10.7", - "rand_core", - "sha3", + "num-traits", + "rand 0.8.5", ] [[package]] name = "ark-transcript" -version = "0.0.2" -source = "git+https://github.com/w3f/ark-transcript?rev=288e49d#288e49ddba6f8f8e67be6822715afe36b11c4e65" +version = "0.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "47c1c928edb9d8ff24cb5dcb7651d3a98494fff3099eee95c2404cd813a9139f" dependencies = [ - "ark-ff 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", + "ark-ff 0.5.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", "digest 0.10.7", - "rand_core", + "rand_core 0.6.4", "sha3", ] +[[package]] +name = "ark-vrf" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9501da18569b2afe0eb934fb7afd5a247d238b94116155af4dd068f319adfe6d" +dependencies = [ + "ark-bls12-381 0.5.0", + "ark-ec 0.5.0", + "ark-ed-on-bls12-381-bandersnatch 0.5.0", + "ark-ff 0.5.0", + "ark-serialize 0.5.0", + "ark-std 0.5.0", + "digest 0.10.7", + "rand_chacha 0.3.1", + "sha2 0.10.9", + "w3f-ring-proof", + "zeroize", +] + [[package]] name = "array-bytes" version = "6.2.3" @@ -819,9 +949,9 @@ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" [[package]] name = "assert_cmd" -version = "2.0.16" +version = "2.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc1835b7f27878de8525dc71410b5a31cdcc5f230aed5ba5df968e09c201b23d" +checksum = "2bd389a4b2970a01282ee455294913c0a43724daedcd1a24c3eb0ec1c1320b66" dependencies = [ "anstyle", "bstr", @@ -835,9 +965,9 @@ dependencies = [ [[package]] name = "assert_fs" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7efdb1fdb47602827a342857666feb372712cbc64b414172bd6b167a02927674" +checksum = "a652f6cb1f516886fcfee5e7a5c078b9ade62cfcb889524efe5a64d682dd27a9" dependencies = [ "anstyle", "doc-comment", @@ -856,8 +986,9 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "asset-test-utils" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "23.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "495e846b70652eb2b96901f155af3f890119e3407104417a3030d81fee8efd49" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -881,14 +1012,14 @@ dependencies = [ "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", - "substrate-wasm-builder", "xcm-runtime-apis", ] [[package]] name = "assets-common" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.21.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac2e40804e149007d05af1180319b524966fb810cf38f7b52e2f5af972f4521e" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -904,30 +1035,29 @@ dependencies = [ "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", - "substrate-wasm-builder", "tracing", ] [[package]] name = "async-trait" -version = "0.1.86" +version = "0.1.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d" +checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] name = "auto_impl" -version = "1.2.1" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e12882f59de5360c748c4cbf569a042d5fb0eb515f7bea9c1f470b47f6ffbd73" +checksum = "ffdcb70bdbc4d478427380519163274ac86e52916e10f0a8889adf0f96d3fee7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] @@ -938,9 +1068,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "backtrace" -version = "0.3.74" +version = "0.3.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" +checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" dependencies = [ "addr2line 0.24.2", "cfg-if", @@ -951,27 +1081,6 @@ dependencies = [ "windows-targets 0.52.6", ] -[[package]] -name = "bandersnatch_vrfs" -version = "0.0.4" -source = "git+https://github.com/davxy/ring-vrf?branch=locked#c64ae9b1aad7755ae1bf88016002365ffcc4912e" -dependencies = [ - "ark-bls12-381", - "ark-ec", - "ark-ed-on-bls12-381-bandersnatch", - "ark-ff 0.4.2", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "dleq_vrf", - "rand_chacha", - "rand_core", - "ring", - "sha2 0.10.8", - "sp-ark-bls12-381", - "sp-ark-ed-on-bls12-381-bandersnatch", - "zeroize", -] - [[package]] name = "base16ct" version = "0.2.0" @@ -984,12 +1093,6 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581" -[[package]] -name = "base64" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" - [[package]] name = "base64" version = "0.21.7" @@ -1004,14 +1107,15 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64ct" -version = "1.6.0" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" +checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3" [[package]] name = "binary-merkle-tree" -version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "181f5380e435b8ba6d901f8b16fc8908c6f0f8bea8973113d1c8718d89bb1809" dependencies = [ "hash-db", "log", @@ -1036,10 +1140,10 @@ dependencies = [ "bs58", "hmac 0.12.1", "k256", - "rand_core", + "rand_core 0.6.4", "ripemd", "secp256k1 0.27.0", - "sha2 0.10.8", + "sha2 0.10.9", "subtle", "zeroize", ] @@ -1110,9 +1214,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.8.0" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36" +checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" [[package]] name = "bitvec" @@ -1149,9 +1253,9 @@ dependencies = [ [[package]] name = "blake3" -version = "1.6.0" +version = "1.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1230237285e3e10cde447185e8975408ae24deaa67205ce684805c25bc0c7937" +checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0" dependencies = [ "arrayref", "arrayvec", @@ -1192,9 +1296,9 @@ dependencies = [ [[package]] name = "bounded-collections" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32ed0a820ed50891d36358e997d27741a6142e382242df40ff01c89bcdcc7a2b" +checksum = "64ad8a0bed7827f0b07a5d23cec2e58cc02038a99e4ca81616cb2bb2025f804d" dependencies = [ "log", "parity-scale-codec", @@ -1204,8 +1308,9 @@ dependencies = [ [[package]] name = "bp-header-chain" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.20.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "17c84a9c7cc83cac38b2562cc2aed23968159485c6e7552e54e547156b894b9f" dependencies = [ "bp-runtime", "finality-grandpa", @@ -1216,13 +1321,14 @@ dependencies = [ "sp-consensus-grandpa", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-std", ] [[package]] name = "bp-messages" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.20.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5225f415050bd90e87c3c786e941be8c0174b10c982a9bc4fafcb39ffef5db1b" dependencies = [ "bp-header-chain", "bp-runtime", @@ -1232,13 +1338,14 @@ dependencies = [ "serde", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-std", ] [[package]] name = "bp-parachains" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "61248961e109028adb3aa3bf10c1e7f5e6c299e925b2e4a6bafea5992995deb9" dependencies = [ "bp-header-chain", "bp-polkadot-core", @@ -1249,26 +1356,14 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", -] - -[[package]] -name = "bp-polkadot" -version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" -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=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-std", ] [[package]] name = "bp-polkadot-core" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.20.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e430306d9de3f5c255e27f5b51cc525f9114049a6660d3281a19bc7718c3420a" dependencies = [ "bp-messages", "bp-runtime", @@ -1279,13 +1374,14 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-std", ] [[package]] name = "bp-relayers" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.20.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c076b9097ca540f73c5f72ac26f79bf42dc755838747455bd73bd891554b53a" dependencies = [ "bp-header-chain", "bp-messages", @@ -1297,13 +1393,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-std", ] [[package]] name = "bp-runtime" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.20.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6348c2b4adff5c1fa56eac48cd10995345b3ce69811f08e15b84f284a8c5e7d5" dependencies = [ "frame-support", "frame-system", @@ -1318,15 +1415,16 @@ dependencies = [ "sp-io", "sp-runtime", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-std", "sp-trie", "trie-db", ] [[package]] name = "bp-test-utils" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8acd40a1a1c8016954d22ab96b833c01bc01254ce3a7bfc917a6ac35913be71f" dependencies = [ "bp-header-chain", "bp-parachains", @@ -1339,14 +1437,15 @@ dependencies = [ "sp-consensus-grandpa", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-std", "sp-trie", ] [[package]] name = "bp-xcm-bridge-hub" -version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b902f91c704c397e83610d859b7a541bdb3f5cdde2fee3ec33a5306f92328a34" dependencies = [ "bp-messages", "bp-runtime", @@ -1356,14 +1455,15 @@ dependencies = [ "serde", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-std", "staging-xcm", ] [[package]] name = "bp-xcm-bridge-hub-router" -version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7f093f70e1193363e778130745d9758044ae07267bc39a9ca4408144759babb" dependencies = [ "parity-scale-codec", "scale-info", @@ -1374,8 +1474,9 @@ dependencies = [ [[package]] name = "bridge-hub-common" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69ccce8944027677327dab0d7e79ce36459b520b3607aa24df686615b04cb4f2" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1385,7 +1486,7 @@ dependencies = [ "snowbridge-core", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-std", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -1393,8 +1494,9 @@ dependencies = [ [[package]] name = "bridge-hub-test-utils" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "120b7fb3a139fdfc0abbe9d85d892f4b0945436e8e2f16e47eab3f4756f1cff8" dependencies = [ "asset-test-utils", "bp-header-chain", @@ -1426,8 +1528,8 @@ dependencies = [ "sp-io", "sp-keyring", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-std", + "sp-tracing", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -1435,8 +1537,9 @@ dependencies = [ [[package]] name = "bridge-runtime-common" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.21.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "666a293f59eb82b3aba2780cf89e6d6cbb333d935691f7b035e88cbd406cf65e" dependencies = [ "bp-header-chain", "bp-messages", @@ -1457,7 +1560,7 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-std", "sp-trie", "sp-weights", "staging-xcm", @@ -1470,30 +1573,21 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" dependencies = [ - "sha2 0.10.8", + "sha2 0.10.9", "tinyvec", ] [[package]] name = "bstr" -version = "1.11.3" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "531a9155a481e2ee699d4f98f43c0ca4ff8ee1bfd55c31e9e98fb29d2b176fe0" +checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4" dependencies = [ "memchr", "regex-automata 0.4.9", "serde", ] -[[package]] -name = "build-helper" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f" -dependencies = [ - "semver 0.6.0", -] - [[package]] name = "bumpalo" version = "3.17.0" @@ -1502,15 +1596,15 @@ checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" [[package]] name = "byte-slice-cast" -version = "1.2.2" +version = "1.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c" +checksum = "7575182f7272186991736b70173b0ea045398f984bf5ebbb3804736ce1330c9d" [[package]] name = "bytemuck" -version = "1.21.0" +version = "1.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3" +checksum = "9134a6ef01ce4b366b50689c94f82c14bc72bc5d0386829828a2e2752ef7958c" [[package]] name = "byteorder" @@ -1520,9 +1614,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.10.0" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9" +checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" dependencies = [ "serde", ] @@ -1568,7 +1662,7 @@ checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" dependencies = [ "camino", "cargo-platform", - "semver 1.0.25", + "semver 1.0.26", "serde", "serde_json", "thiserror 1.0.69", @@ -1582,9 +1676,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.2.15" +version = "1.2.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c736e259eea577f443d5c86c304f9f4ae0295c43f3ba05c21f1d66b5f06001af" +checksum = "32db95edf998450acc7881c932f94cd9b05c87b4b2599e8bab064753da4acfd1" dependencies = [ "jobserver", "libc", @@ -1646,9 +1740,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.31" +version = "4.5.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "027bb0d98429ae334a8698531da7077bdf906419543a35a55c2cb1b66437d767" +checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071" dependencies = [ "clap_builder", "clap_derive", @@ -1656,9 +1750,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.31" +version = "4.5.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5589e0cba072e0f3d23791efac0fd8627b49c829c196a492e88168e6a669d863" +checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2" dependencies = [ "anstream", "anstyle", @@ -1668,14 +1762,14 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.28" +version = "4.5.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf4ced95c6f4a675af3da73304b9ac4ed991640c36374e4b46795c49e17cf1ed" +checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7" dependencies = [ - "heck 0.5.0", + "heck", "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] @@ -1684,55 +1778,18 @@ version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" -[[package]] -name = "codespan-reporting" -version = "0.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" -dependencies = [ - "termcolor", - "unicode-width 0.1.14", -] - [[package]] name = "colorchoice" version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" -[[package]] -name = "common" -version = "0.1.0" -source = "git+https://github.com/davxy/ring-proof?branch=locked#a24b371b8d51725ac2ce195aa3369b31df6c9873" -dependencies = [ - "ark-ec", - "ark-ff 0.4.2", - "ark-poly", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "fflonk", - "getrandom_or_panic", -] - [[package]] name = "common-path" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101" -[[package]] -name = "console" -version = "0.15.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea3c6ecd8059b57859df5c69830340ed3c41d30e3da0c1cbed90a96ac853041b" -dependencies = [ - "encode_unicode", - "libc", - "once_cell", - "unicode-width 0.2.0", - "windows-sys 0.59.0", -] - [[package]] name = "const-hex" version = "1.14.0" @@ -1767,7 +1824,7 @@ version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" dependencies = [ - "getrandom 0.2.15", + "getrandom 0.2.16", "once_cell", "tiny-keccak", ] @@ -1798,12 +1855,6 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" -[[package]] -name = "constcat" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd7e35aee659887cbfb97aaf227ac12cad1a9d7c71e55ff3376839ed4e282d08" - [[package]] name = "convert_case" version = "0.4.0" @@ -1944,9 +1995,9 @@ dependencies = [ [[package]] name = "crc" -version = "3.2.1" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" +checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675" dependencies = [ "crc-catalog", ] @@ -2040,7 +2091,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" dependencies = [ "generic-array", - "rand_core", + "rand_core 0.6.4", "subtle", "zeroize", ] @@ -2052,7 +2103,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" dependencies = [ "generic-array", - "rand_core", + "rand_core 0.6.4", "typenum", ] @@ -2092,8 +2143,9 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7db210f52473f603bdb4c2f7919859e5ecae935ba674ac54b12b287615735907" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -2109,8 +2161,9 @@ dependencies = [ [[package]] name = "cumulus-pallet-dmp-queue" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac09617f1e8078715e34052581ec198a42944c971af4ac8482a7ba4d77f7ac25" dependencies = [ "cumulus-primitives-core", "frame-benchmarking", @@ -2126,8 +2179,9 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e3eab3409f29ea088aa016e8e45e246d3630277c0e4b37d7c55aa5ef7aaab2a" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -2146,12 +2200,12 @@ dependencies = [ "polkadot-runtime-parachains", "scale-info", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-externalities", "sp-inherents", "sp-io", "sp-runtime", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-std", "sp-trie", "sp-version", "staging-xcm", @@ -2162,18 +2216,20 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "befbaf3a1ce23ac8476481484fef5f4d500cbd15b4dad6380ce1d28134b0c1f7" dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] name = "cumulus-pallet-session-benchmarking" -version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "21.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "48217a9e11b836fe5ccea6768e26bf628a574d2ae178f793d2f2b972c50da5de" dependencies = [ "frame-benchmarking", "frame-support", @@ -2185,8 +2241,9 @@ dependencies = [ [[package]] name = "cumulus-pallet-solo-to-para" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1dea75465a0ddd1657911970dcfa32cf40a873d2356e2273370cc2f77f60e59" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -2200,8 +2257,9 @@ dependencies = [ [[package]] name = "cumulus-pallet-weight-reclaim" -version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "78421029261ce959e3275594add9f71484b79029d3c5eefbd528934d4f042495" dependencies = [ "cumulus-primitives-storage-weight-reclaim", "derive-where", @@ -2219,8 +2277,9 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a322a86f98d2c7dfaaa787de92568cd776873dfa78339d27ccb14e85631838dc" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2234,8 +2293,9 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.7.1" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "229345265f5551d2b0fdba0f44a1ef85c907b5f4cf47aefc70a17ca70538b719" dependencies = [ "bounded-collections", "bp-xcm-bridge-hub-router", @@ -2259,8 +2319,9 @@ dependencies = [ [[package]] name = "cumulus-ping" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83559ce5f74bd228d2e5002bdb8cb94b8701d18ef456199bd199222b993e474d" dependencies = [ "cumulus-pallet-xcm", "cumulus-primitives-core", @@ -2274,8 +2335,9 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ae7651c74adc9785402c4b2e59a089b39b466c9e5628b92b1800063ecd5864d" dependencies = [ "sp-api", "sp-consensus-aura", @@ -2283,8 +2345,9 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.18.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f9e219ac5b7cc1ec53c8c3fc01745ec28d77ddd845dc8b9c32e542d70f11888" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2299,8 +2362,9 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.18.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56c8bb6be20c760997a62ee067fc63be701b15cac32adc8526f0eefc4623a887" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2313,18 +2377,20 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" -version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9230c15cefe5c80941ac287e3c6a900631de4d673ff167fe622f1698c97a845e" dependencies = [ - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-externalities", + "sp-runtime-interface", "sp-trie", ] [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "11.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d8465f3343113ad397e83e45b1fc968d9cd0f5946583291974c072f84700712" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", @@ -2340,8 +2406,9 @@ dependencies = [ [[package]] name = "cumulus-primitives-timestamp" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fa2c510928cf69deb096c6a487957f9b25b1dd05e5538c3eb572b153e893ee6e" dependencies = [ "cumulus-primitives-core", "sp-inherents", @@ -2350,8 +2417,9 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "075080c08260cf07ca74b2029039d81b84748d2e95dce3415c3ac5795494db18" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2367,8 +2435,9 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1bf30f2eed8f8bfd89e65d52395d124d45caa4ccd90a7e1326bb2fb7ac347b2" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -2402,73 +2471,14 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", -] - -[[package]] -name = "cxx" -version = "1.0.141" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8bc580dceb395cae0efdde0a88f034cfd8a276897e40c693a7b87bed17971d33" -dependencies = [ - "cc", - "cxxbridge-cmd", - "cxxbridge-flags", - "cxxbridge-macro", - "foldhash", - "link-cplusplus", -] - -[[package]] -name = "cxx-build" -version = "1.0.141" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49d8c1baedad72a7efda12ad8d7ad687b3e7221dfb304a12443fd69e9de8bb30" -dependencies = [ - "cc", - "codespan-reporting", - "proc-macro2", - "quote", - "scratch", - "syn 2.0.98", -] - -[[package]] -name = "cxxbridge-cmd" -version = "1.0.141" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e43afb0e3b2ef293492a31ecd796af902112460d53e5f923f7804f348a769f9c" -dependencies = [ - "clap", - "codespan-reporting", - "proc-macro2", - "quote", - "syn 2.0.98", -] - -[[package]] -name = "cxxbridge-flags" -version = "1.0.141" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0257ad2096a2474fe877e9e055ab69603851c3d6b394efcc7e0443899c2492ce" - -[[package]] -name = "cxxbridge-macro" -version = "1.0.141" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b46cbd7358a46b760609f1cb5093683328e58ca50e594a308716f5403fdc03e5" -dependencies = [ - "proc-macro2", - "quote", - "rustversion", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] name = "darling" -version = "0.20.10" +version = "0.20.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" +checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" dependencies = [ "darling_core", "darling_macro", @@ -2476,34 +2486,34 @@ dependencies = [ [[package]] name = "darling_core" -version = "0.20.10" +version = "0.20.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" +checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" dependencies = [ "fnv", "ident_case", "proc-macro2", "quote", "strsim", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] name = "darling_macro" -version = "0.20.10" +version = "0.20.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" +checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" dependencies = [ "darling_core", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] name = "der" -version = "0.7.9" +version = "0.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" +checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" dependencies = [ "const-oid", "zeroize", @@ -2511,9 +2521,9 @@ dependencies = [ [[package]] name = "deranged" -version = "0.3.11" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" +checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e" dependencies = [ "powerfmt", ] @@ -2537,31 +2547,31 @@ checksum = "d65d7ce8132b7c0e54497a4d9a55a1c2a0912a0d786cf894472ba818fba45762" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] name = "derive-where" -version = "1.2.7" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62d671cc41a825ebabc75757b62d3d168c577f9149b2d49ece1dad1f72119d25" +checksum = "e73f2692d4bd3cac41dca28934a39894200c9fabf49586d77d0e5954af1d7902" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] name = "derive_more" -version = "0.99.19" +version = "0.99.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f" +checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f" dependencies = [ "convert_case", "proc-macro2", "quote", "rustc_version 0.4.1", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] @@ -2570,7 +2580,16 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05" dependencies = [ - "derive_more-impl", + "derive_more-impl 1.0.0", +] + +[[package]] +name = "derive_more" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678" +dependencies = [ + "derive_more-impl 2.0.1", ] [[package]] @@ -2581,7 +2600,19 @@ checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", + "unicode-xid", +] + +[[package]] +name = "derive_more-impl" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.101", "unicode-xid", ] @@ -2662,23 +2693,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", -] - -[[package]] -name = "dleq_vrf" -version = "0.0.2" -source = "git+https://github.com/davxy/ring-vrf?branch=locked#c64ae9b1aad7755ae1bf88016002365ffcc4912e" -dependencies = [ - "ark-ec", - "ark-ff 0.4.2", - "ark-scale", - "ark-secret-scalar", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "ark-transcript 0.0.2 (git+https://github.com/davxy/ring-vrf?branch=locked)", - "arrayvec", - "zeroize", + "syn 2.0.101", ] [[package]] @@ -2708,9 +2723,9 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.98", + "syn 2.0.101", "termcolor", - "toml 0.8.20", + "toml 0.8.22", "walkdir", ] @@ -2727,7 +2742,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ac1e888d6830712d565b2f3a974be3200be9296bc1b03db8251a4cbf18a4a34" dependencies = [ "futures", - "rand", + "rand 0.8.5", "reqwest", "thiserror 1.0.69", "tokio", @@ -2757,14 +2772,14 @@ checksum = "7e8671d54058979a37a26f3511fbf8d198ba1aa35ffb202c42587d918d77213a" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] name = "dyn-clone" -version = "1.0.18" +version = "1.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "feeef44e73baff3a26d371801df019877a9866a8c493d315ab00177843314f35" +checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005" [[package]] name = "ecdsa" @@ -2800,7 +2815,7 @@ dependencies = [ "curve25519-dalek", "ed25519", "serde", - "sha2 0.10.8", + "sha2 0.10.9", "subtle", "zeroize", ] @@ -2815,16 +2830,28 @@ dependencies = [ "ed25519", "hashbrown 0.14.5", "hex", - "rand_core", - "sha2 0.10.8", + "rand_core 0.6.4", + "sha2 0.10.9", "zeroize", ] [[package]] -name = "either" -version = "1.14.0" +name = "educe" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7914353092ddf589ad78f25c5c1c21b7f80b0ff8621e7c814c3485b5306da9d" +checksum = "1d7bc049e1bd8cdeb31b68bbd586a9464ecf9f3944af3958a7a9d0f8b9799417" +dependencies = [ + "enum-ordinalize", + "proc-macro2", + "quote", + "syn 2.0.101", +] + +[[package]] +name = "either" +version = "1.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" [[package]] name = "elliptic-curve" @@ -2839,7 +2866,7 @@ dependencies = [ "generic-array", "group", "pkcs8", - "rand_core", + "rand_core 0.6.4", "sec1", "serdect", "subtle", @@ -2847,10 +2874,24 @@ dependencies = [ ] [[package]] -name = "encode_unicode" -version = "1.0.0" +name = "enum-ordinalize" +version = "4.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" +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.101", +] [[package]] name = "enumflags2" @@ -2869,7 +2910,7 @@ checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] @@ -2880,7 +2921,7 @@ checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] @@ -2913,9 +2954,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.11.6" +version = "0.11.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0" +checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f" dependencies = [ "env_filter", "log", @@ -2935,9 +2976,9 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" [[package]] name = "errno" -version = "0.3.10" +version = "0.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" +checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e" dependencies = [ "libc", "windows-sys 0.59.0", @@ -2996,7 +3037,7 @@ dependencies = [ "prettyplease", "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] @@ -3041,27 +3082,14 @@ dependencies = [ [[package]] name = "ff" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" +checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" dependencies = [ - "rand_core", + "rand_core 0.6.4", "subtle", ] -[[package]] -name = "fflonk" -version = "0.1.0" -source = "git+https://github.com/w3f/fflonk?rev=1e854f3#1e854f35e9a65d08b11a86291405cdc95baa0a35" -dependencies = [ - "ark-ec", - "ark-ff 0.4.2", - "ark-poly", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "merlin", -] - [[package]] name = "fiat-crypto" version = "0.2.9" @@ -3123,16 +3151,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" dependencies = [ "byteorder", - "rand", + "rand 0.8.5", "rustc-hex", "static_assertions", ] [[package]] name = "flate2" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11faaf5a5236997af9848be0bef4db95824b1d534ebc64d0f0c6cf3e67bd38dc" +checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece" dependencies = [ "crc32fast", "miniz_oxide", @@ -3146,9 +3174,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "foldhash" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f" +checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" [[package]] name = "foreign-types" @@ -3176,8 +3204,9 @@ dependencies = [ [[package]] name = "frame-benchmarking" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "55b0892434d3cc61fab58b2e48b27b12fc162465c5af48fa283ed15bb86dbfb2" dependencies = [ "frame-support", "frame-support-procedural", @@ -3193,15 +3222,16 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-runtime-interface", + "sp-storage", "static_assertions", ] [[package]] name = "frame-benchmarking-pallet-pov" -version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "30.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7aa058f8a1b1016c7c9a146e12f50e923d67d8ea099263df5a21ba8b43ab92e" dependencies = [ "frame-benchmarking", "frame-support", @@ -3223,24 +3253,26 @@ dependencies = [ "scale-decode", "scale-info", "scale-type-resolver", - "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "sp-crypto-hashing", ] [[package]] name = "frame-election-provider-solution-type" -version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "16.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2b9ebdd91dfac51469c51f46d9d946f094be5dd4e7b1041f132ca1b40910f900" dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] name = "frame-election-provider-support" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "067296b33b050f1ea93ef4885589d9cfe1f4d948c77c050592b883756c733ada" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3251,13 +3283,13 @@ dependencies = [ "sp-core", "sp-npos-elections", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", ] [[package]] name = "frame-executive" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70f15cc5de17ca5665e65e8436a6faf816a2807e1bfe573fb9edcf1a81837d23" dependencies = [ "aquamarine", "frame-support", @@ -3269,7 +3301,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-tracing", ] [[package]] @@ -3297,8 +3329,9 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9cb18dcd3517d3b994f2820749fe4a9e42c2a057a8c52b30bf21b00d5d6f2b9" dependencies = [ "array-bytes", "const-hex", @@ -3313,8 +3346,9 @@ dependencies = [ [[package]] name = "frame-support" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d6c7c272704856cc88a86aef689a778050e59f89d7ec1e4ffb3a9e8e04e6b10" dependencies = [ "aquamarine", "array-bytes", @@ -3333,12 +3367,11 @@ dependencies = [ "scale-info", "serde", "serde_json", - "smallvec", "sp-api", "sp-arithmetic", "sp-core", "sp-crypto-hashing-proc-macro", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-debug-derive", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -3346,18 +3379,18 @@ dependencies = [ "sp-runtime", "sp-staking", "sp-state-machine", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-std", + "sp-tracing", "sp-trie", "sp-weights", - "static_assertions", "tt-call", ] [[package]] name = "frame-support-procedural" -version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "33.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73bc18090aa96a5e69cd566fb755b5be08964b926864b2101dd900f64a870437" dependencies = [ "Inflector", "cfg-expr", @@ -3370,36 +3403,39 @@ dependencies = [ "proc-macro-warning", "proc-macro2", "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", - "syn 2.0.98", + "sp-crypto-hashing", + "syn 2.0.101", ] [[package]] name = "frame-support-procedural-tools" -version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "13.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81a088fd6fda5f53ff0c17fc7551ce8bd0ead14ba742228443c8196296a7369b" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] name = "frame-support-procedural-tools-derive" -version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "12.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed971c6435503a099bdac99fe4c5bea08981709e5b5a0a8535a1856f48561191" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] name = "frame-system" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bfc20d95c35bad22eb8b8d7ef91197a439483458237b176e621d9210f2fbff15" dependencies = [ "cfg-if", "docify", @@ -3417,8 +3453,9 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3dcf84c561e598ef31078af449398d87211867611ebc7068ba1364fba4c7e653" dependencies = [ "frame-benchmarking", "frame-support", @@ -3431,8 +3468,9 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "36.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "244a5015742d349a814bc7f2aa999a9ec47924374a22672cfc3043a1eb87295f" dependencies = [ "docify", "parity-scale-codec", @@ -3441,8 +3479,9 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.46.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac619a778035be86fc70ac58db9ae3d5d44107dac81ddcaa2f9e8744a0c71eb1" dependencies = [ "frame-support", "parity-scale-codec", @@ -3528,7 +3567,7 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] @@ -3589,9 +3628,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.15" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" +checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" dependencies = [ "cfg-if", "libc", @@ -3600,14 +3639,14 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.3.1" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8" +checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" dependencies = [ "cfg-if", "libc", - "wasi 0.13.3+wasi-0.2.2", - "windows-targets 0.52.6", + "r-efi", + "wasi 0.14.2+wasi-0.2.4", ] [[package]] @@ -3616,8 +3655,8 @@ version = "0.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ea1015b5a70616b688dc230cfe50c8af89d972cb132d5a622814d29773b10b9" dependencies = [ - "rand", - "rand_core", + "rand 0.8.5", + "rand_core 0.6.4", ] [[package]] @@ -3653,11 +3692,11 @@ dependencies = [ [[package]] name = "git2" -version = "0.20.0" +version = "0.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fda788993cc341f69012feba8bf45c0ba4f3291fcc08e214b4d5a7332d88aff" +checksum = "2deb07a133b1520dc1a5690e9bd08950108873d7ed5de38dcc74d3b5ebffa110" dependencies = [ - "bitflags 2.8.0", + "bitflags 2.9.0", "libc", "libgit2-sys", "log", @@ -3672,9 +3711,9 @@ checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" [[package]] name = "globset" -version = "0.4.15" +version = "0.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19" +checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5" dependencies = [ "aho-corasick", "bstr", @@ -3689,7 +3728,7 @@ version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757" dependencies = [ - "bitflags 2.8.0", + "bitflags 2.9.0", "ignore", "walkdir", ] @@ -3701,15 +3740,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" dependencies = [ "ff", - "rand_core", + "rand_core 0.6.4", "subtle", ] [[package]] name = "half" -version = "2.4.1" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888" +checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9" dependencies = [ "cfg-if", "crunchy", @@ -3757,20 +3796,15 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.15.2" +version = "0.15.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" +checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3" dependencies = [ + "allocator-api2", "foldhash", "serde", ] -[[package]] -name = "heck" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" - [[package]] name = "heck" version = "0.5.0" @@ -3785,9 +3819,9 @@ checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" [[package]] name = "hermit-abi" -version = "0.4.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" +checksum = "f154ce46856750ed433c8649605bf7ed2de3bc35fd9d2a9f30cddd873c80cb08" [[package]] name = "hex" @@ -3860,9 +3894,9 @@ dependencies = [ [[package]] name = "http" -version = "1.2.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" +checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" dependencies = [ "bytes", "fnv", @@ -3881,12 +3915,12 @@ dependencies = [ [[package]] name = "http-body-util" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" +checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" dependencies = [ "bytes", - "futures-util", + "futures-core", "http", "http-body", "pin-project-lite", @@ -3894,15 +3928,15 @@ dependencies = [ [[package]] name = "httparse" -version = "1.10.0" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2d708df4e7140240a16cd6ab0ab65c972d7433ab77819ea693fde9c43811e2a" +checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" [[package]] name = "humantime" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" +checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f" [[package]] name = "hyper" @@ -3941,9 +3975,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.10" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" +checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2" dependencies = [ "bytes", "futures-channel", @@ -3951,6 +3985,7 @@ dependencies = [ "http", "http-body", "hyper", + "libc", "pin-project-lite", "socket2", "tokio", @@ -3969,21 +4004,22 @@ dependencies = [ [[package]] name = "icu_collections" -version = "1.5.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" +checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" dependencies = [ "displaydoc", + "potential_utf", "yoke", "zerofrom", "zerovec", ] [[package]] -name = "icu_locid" -version = "1.5.0" +name = "icu_locale_core" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" +checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" dependencies = [ "displaydoc", "litemap", @@ -3992,31 +4028,11 @@ dependencies = [ "zerovec", ] -[[package]] -name = "icu_locid_transform" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" -dependencies = [ - "displaydoc", - "icu_locid", - "icu_locid_transform_data", - "icu_provider", - "tinystr", - "zerovec", -] - -[[package]] -name = "icu_locid_transform_data" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" - [[package]] name = "icu_normalizer" -version = "1.5.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" +checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" dependencies = [ "displaydoc", "icu_collections", @@ -4024,67 +4040,54 @@ dependencies = [ "icu_properties", "icu_provider", "smallvec", - "utf16_iter", - "utf8_iter", - "write16", "zerovec", ] [[package]] name = "icu_normalizer_data" -version = "1.5.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" +checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" [[package]] name = "icu_properties" -version = "1.5.1" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" +checksum = "2549ca8c7241c82f59c80ba2a6f415d931c5b58d24fb8412caa1a1f02c49139a" dependencies = [ "displaydoc", "icu_collections", - "icu_locid_transform", + "icu_locale_core", "icu_properties_data", "icu_provider", - "tinystr", + "potential_utf", + "zerotrie", "zerovec", ] [[package]] name = "icu_properties_data" -version = "1.5.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" +checksum = "8197e866e47b68f8f7d95249e172903bec06004b18b2937f1095d40a0c57de04" [[package]] name = "icu_provider" -version = "1.5.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" +checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" dependencies = [ "displaydoc", - "icu_locid", - "icu_provider_macros", + "icu_locale_core", "stable_deref_trait", "tinystr", "writeable", "yoke", "zerofrom", + "zerotrie", "zerovec", ] -[[package]] -name = "icu_provider_macros" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.98", -] - [[package]] name = "ident_case" version = "1.0.1" @@ -4104,9 +4107,9 @@ dependencies = [ [[package]] name = "idna_adapter" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" +checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" dependencies = [ "icu_normalizer", "icu_properties", @@ -4183,7 +4186,7 @@ checksum = "a0eb5a3343abf848c0984fe4604b2b105da9539376e24fc0a3b0007411ae4fd9" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] @@ -4218,12 +4221,12 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.7.1" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652" +checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" dependencies = [ "equivalent", - "hashbrown 0.15.2", + "hashbrown 0.15.3", "serde", ] @@ -4235,8 +4238,9 @@ checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590" [[package]] name = "inkwell" -version = "0.5.0" -source = "git+https://github.com/TheDan64/inkwell.git?rev=7b410298b6a93450adaa90b1841d5805a3038f12#7b410298b6a93450adaa90b1841d5805a3038f12" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e67349bd7578d4afebbe15eaa642a80b884e8623db74b1716611b131feb1deef" dependencies = [ "either", "inkwell_internals", @@ -4249,12 +4253,13 @@ dependencies = [ [[package]] name = "inkwell_internals" -version = "0.10.0" -source = "git+https://github.com/TheDan64/inkwell.git?rev=7b410298b6a93450adaa90b1841d5805a3038f12#7b410298b6a93450adaa90b1841d5805a3038f12" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f365c8de536236cfdebd0ba2130de22acefed18b1fb99c32783b3840aec5fb46" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] @@ -4294,11 +4299,11 @@ checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" [[package]] name = "is-terminal" -version = "0.4.15" +version = "0.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e19b23d53f35ce9f56aebc7d1bb4e6ac1e9c0db7ac85c8d1760c04379edced37" +checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9" dependencies = [ - "hermit-abi 0.4.0", + "hermit-abi 0.5.1", "libc", "windows-sys 0.59.0", ] @@ -4327,6 +4332,15 @@ 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 = "itertools" version = "0.14.0" @@ -4338,16 +4352,17 @@ dependencies = [ [[package]] name = "itoa" -version = "1.0.14" +version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" +checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" [[package]] name = "jobserver" -version = "0.1.32" +version = "0.1.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" +checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a" dependencies = [ + "getrandom 0.3.3", "libc", ] @@ -4372,7 +4387,7 @@ dependencies = [ "elliptic-curve", "once_cell", "serdect", - "sha2 0.10.8", + "sha2 0.10.9", ] [[package]] @@ -4409,18 +4424,21 @@ name = "lazy_static" version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" +dependencies = [ + "spin", +] [[package]] name = "libc" -version = "0.2.170" +version = "0.2.172" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828" +checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" [[package]] name = "libgit2-sys" -version = "0.18.0+1.9.0" +version = "0.18.1+1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1a117465e7e1597e8febea8bb0c410f1c7fb93b1e1cddf34363f8390367ffec" +checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e" dependencies = [ "cc", "libc", @@ -4430,15 +4448,15 @@ dependencies = [ [[package]] name = "libm" -version = "0.2.11" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" +checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" [[package]] name = "libmimalloc-sys" -version = "0.1.39" +version = "0.1.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23aa6811d3bd4deb8a84dde645f943476d13b248d818edcf8ce0b2f37f036b44" +checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4" dependencies = [ "cc", "libc", @@ -4450,25 +4468,25 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" dependencies = [ - "bitflags 2.8.0", + "bitflags 2.9.0", "libc", "redox_syscall", ] [[package]] name = "libsecp256k1" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1" +checksum = "e79019718125edc905a079a70cfa5f3820bc76139fc91d6f9abc27ea2a887139" dependencies = [ "arrayref", - "base64 0.13.1", + "base64 0.22.1", "digest 0.9.0", "hmac-drbg", "libsecp256k1-core", "libsecp256k1-gen-ecmult", "libsecp256k1-gen-genmult", - "rand", + "rand 0.8.5", "serde", "sha2 0.9.9", "typenum", @@ -4505,9 +4523,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.21" +version = "1.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df9b68e50e6e0b26f672573834882eb57759f6db9b3be2ea3c35c91188bb4eaa" +checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d" dependencies = [ "cc", "libc", @@ -4515,15 +4533,6 @@ dependencies = [ "vcpkg", ] -[[package]] -name = "link-cplusplus" -version = "1.0.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9" -dependencies = [ - "cc", -] - [[package]] name = "linregress" version = "0.5.4" @@ -4546,10 +4555,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" [[package]] -name = "litemap" -version = "0.7.4" +name = "linux-raw-sys" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" +checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" + +[[package]] +name = "litemap" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" [[package]] name = "lld-sys" @@ -4571,7 +4586,7 @@ dependencies = [ "lazy_static", "libc", "regex-lite", - "semver 1.0.25", + "semver 1.0.26", ] [[package]] @@ -4586,9 +4601,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.26" +version = "0.4.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e" +checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" [[package]] name = "mach" @@ -4599,6 +4614,17 @@ dependencies = [ "libc", ] +[[package]] +name = "macro-string" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b27834086c65ec3f9387b096d66e99f221cf081c2b738042aa252bcd41204e3" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.101", +] + [[package]] name = "macro_magic" version = "0.5.1" @@ -4608,7 +4634,7 @@ dependencies = [ "macro_magic_core", "macro_magic_macros", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] @@ -4622,7 +4648,7 @@ dependencies = [ "macro_magic_core_macros", "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] @@ -4633,7 +4659,7 @@ checksum = "b02abfe41815b5bd98dbd4260173db2c116dda171dc0fe7838cb206333b83308" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] @@ -4644,7 +4670,7 @@ checksum = "73ea28ee64b88876bf45277ed9a5817c1817df061a74f2b988971a12570e5869" dependencies = [ "macro_magic_core", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] @@ -4707,15 +4733,15 @@ checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d" dependencies = [ "byteorder", "keccak", - "rand_core", + "rand_core 0.6.4", "zeroize", ] [[package]] name = "mimalloc" -version = "0.1.43" +version = "0.1.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68914350ae34959d83f732418d51e2427a794055d0b9529f48259ac07af65633" +checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af" dependencies = [ "libmimalloc-sys", ] @@ -4728,9 +4754,9 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] name = "miniz_oxide" -version = "0.8.5" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5" +checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a" dependencies = [ "adler2", ] @@ -4847,7 +4873,7 @@ checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] @@ -4947,15 +4973,15 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.20.3" +version = "1.21.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e" +checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" [[package]] name = "oorandom" -version = "11.1.4" +version = "11.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9" +checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e" [[package]] name = "opaque-debug" @@ -4969,7 +4995,7 @@ version = "0.10.72" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da" dependencies = [ - "bitflags 2.8.0", + "bitflags 2.9.0", "cfg-if", "foreign-types", "libc", @@ -4986,7 +5012,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] @@ -4997,9 +5023,9 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" [[package]] name = "openssl-sys" -version = "0.9.107" +version = "0.9.108" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07" +checksum = "e145e1651e858e820e4860f7b9c5e169bc1d8ce1c86043be79fa7b7634821847" dependencies = [ "cc", "libc", @@ -5021,8 +5047,9 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pallet-alliance" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "39.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "40de2c5637468acb44cd2e3a738dab72024af506f48f20ac561149b64930676c" dependencies = [ "frame-benchmarking", "frame-support", @@ -5033,15 +5060,16 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-crypto-hashing", "sp-io", "sp-runtime", ] [[package]] name = "pallet-asset-conversion" -version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "22.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e063e39ad8ecd3c2b00c963f50cdf79e614c819a01e1c1ce9993287075b1b4d9" dependencies = [ "frame-benchmarking", "frame-support", @@ -5058,8 +5086,9 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-ops" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc11cc4c63122cf9630b594ed8aa466b6a010a15aa7392ddf3051baa27902546" dependencies = [ "frame-benchmarking", "frame-support", @@ -5076,8 +5105,9 @@ dependencies = [ [[package]] name = "pallet-asset-conversion-tx-payment" -version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "22.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e0dbc43d33f21e39303fefbbb19dc6dfea1f122fd3f27d0e666825b7983d8202" dependencies = [ "frame-benchmarking", "frame-support", @@ -5091,8 +5121,9 @@ dependencies = [ [[package]] name = "pallet-asset-rate" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "19.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0e66408a38dcc61847fb287320600c75f7db21d3ca6a7e746a1153f1ced07701" dependencies = [ "frame-benchmarking", "frame-support", @@ -5105,8 +5136,9 @@ dependencies = [ [[package]] name = "pallet-asset-rewards" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b73ee4a0af8423fe754b56cca909a864c31d954eb6f109d497ce7d20bd67fb41" dependencies = [ "frame-benchmarking", "frame-support", @@ -5118,13 +5150,14 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-std", ] [[package]] name = "pallet-asset-tx-payment" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "080d8f7ea66322bdb98ce467c47354e44d7f8f847fdeae921083ad792199b449" dependencies = [ "frame-benchmarking", "frame-support", @@ -5140,8 +5173,9 @@ dependencies = [ [[package]] name = "pallet-assets" -version = "29.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "42.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "47e7b226dac42400ed2bac82ecdb672413f805c7b48e481875c3ecb7f517bfcf" dependencies = [ "frame-benchmarking", "frame-support", @@ -5156,8 +5190,9 @@ dependencies = [ [[package]] name = "pallet-assets-freezer" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0703b1fd91f89c717527ed4c87388645742939cb9c31f24da5499ca02c7194ab" dependencies = [ "log", "pallet-assets", @@ -5168,8 +5203,9 @@ dependencies = [ [[package]] name = "pallet-assets-holder" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70ad24794452b0c6e7da56b6d87810c8996e089953395f776e332257f6c0ad7e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5183,8 +5219,9 @@ dependencies = [ [[package]] name = "pallet-atomic-swap" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0f281278e502eb5c24fdfa3df73660a615bc009aeb17efee178543aedfb2623b" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -5193,8 +5230,9 @@ dependencies = [ [[package]] name = "pallet-aura" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "39.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4afcad52b78910d4acb9b260758f69d6167c2e5e03040bd87f42fa2e182f9bad" dependencies = [ "frame-support", "frame-system", @@ -5209,8 +5247,9 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "85cefc0e56c81e8140372ef6275ccd87e00e63d933c92e926fe0bc8de931b80e" dependencies = [ "frame-support", "frame-system", @@ -5224,8 +5263,9 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d08ec7786d0232e2f92f36e9e20c7414f3b4d763a35569c0b9c32ed90ed62c50" dependencies = [ "frame-support", "frame-system", @@ -5237,8 +5277,9 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c78d5bb4aa708189740d5be25ed6797e445972b5146f55d5e2111a2a3dc9560" dependencies = [ "frame-benchmarking", "frame-support", @@ -5260,8 +5301,9 @@ dependencies = [ [[package]] name = "pallet-bags-list" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "39.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "af2ba7f7b44bd74029bbd08cecf955ca38f5cdc9661ef00fbd2588d62995f37e" dependencies = [ "aquamarine", "docify", @@ -5276,13 +5318,14 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-tracing", ] [[package]] name = "pallet-balances" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "41.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4dcd7bf033312c976e0c044a80b4cd8b88471d7371baae6fea67b3f42eba288b" dependencies = [ "docify", "frame-benchmarking", @@ -5297,8 +5340,9 @@ dependencies = [ [[package]] name = "pallet-beefy" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "41.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f3a6b7d41ab2f2cd0b41baa2941ef9b9324ad26e5d0e5acc8e23a2b9482c5843" dependencies = [ "frame-support", "frame-system", @@ -5316,8 +5360,9 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "41.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f4ff0d3f43f15e1b441146eab72196c3cea267e37a633ecaf535b69054eff72b" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5341,8 +5386,9 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "39.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d5f80068c7a78879a529fd5548b0bddd4e053106484087dc16cbd81db6b4e251" dependencies = [ "frame-benchmarking", "frame-support", @@ -5358,8 +5404,9 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f0605b35573bca08c8c4eb715b36eacb8d87638b21896834cabd7fe4fad8940" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5372,13 +5419,14 @@ dependencies = [ "scale-info", "sp-consensus-grandpa", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-std", ] [[package]] name = "pallet-bridge-messages" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.20.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4f8abeb7167b9e8fcd4103aeb956f74339302d1c07a0428e27313b6462ccb0f6" dependencies = [ "bp-header-chain", "bp-messages", @@ -5390,14 +5438,15 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-std", "sp-trie", ] [[package]] name = "pallet-bridge-parachains" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f5085d9d34718756ad12f765c3265945d1ef016a3cf14cf97e04aaaec1ef27d" dependencies = [ "bp-header-chain", "bp-parachains", @@ -5411,13 +5460,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-std", ] [[package]] name = "pallet-bridge-relayers" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "abc64a20685b6d1382ab7474ca285a868ac5ce92b75c2b110efdde525df6677a" dependencies = [ "bp-header-chain", "bp-messages", @@ -5439,8 +5489,9 @@ dependencies = [ [[package]] name = "pallet-broker" -version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f227cf4ee9025e9387547e37300bd00c1c19e786eb23276268af7dc710915ce3" dependencies = [ "bitvec", "frame-benchmarking", @@ -5457,8 +5508,9 @@ dependencies = [ [[package]] name = "pallet-child-bounties" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "39.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d077d3b33d4f4f8fb92197def4498e2f18a3ff476f65bb7557a766406c5feb1a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5475,8 +5527,9 @@ dependencies = [ [[package]] name = "pallet-collator-selection" -version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "21.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "baa9a18a85915578e3e41fd4aea50a9db64fb57c97296e6a311373f68e40face" dependencies = [ "frame-benchmarking", "frame-support", @@ -5486,7 +5539,7 @@ dependencies = [ "pallet-balances", "pallet-session", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sp-runtime", "sp-staking", @@ -5494,8 +5547,9 @@ dependencies = [ [[package]] name = "pallet-collective" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "47a387e0ed8cf134d3a8f2c229ef19e7558537cf67d113d4fe2558415a8f49f1" dependencies = [ "docify", "frame-benchmarking", @@ -5511,8 +5565,9 @@ dependencies = [ [[package]] name = "pallet-collective-content" -version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "847aec528dd7a5101ea425b4d59b44ff45ab8177dac10afb87f0d77473c008b8" dependencies = [ "frame-benchmarking", "frame-support", @@ -5525,10 +5580,10 @@ dependencies = [ [[package]] name = "pallet-contracts" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "234ae07fd7f1ef3d95026c7002baa7375ddf1e86fc72050dda3e210a4a06b462" dependencies = [ - "bitflags 1.3.2", "environmental", "frame-benchmarking", "frame-support", @@ -5540,7 +5595,7 @@ dependencies = [ "pallet-contracts-uapi", "parity-scale-codec", "paste", - "rand", + "rand 0.8.5", "scale-info", "serde", "smallvec", @@ -5556,15 +5611,15 @@ dependencies = [ [[package]] name = "pallet-contracts-mock-network" -version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "17.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "af6eee652d15c1ea181c0b9eda2fb38aca328530208853b6fb4df2ea3aa9bb44" dependencies = [ "frame-support", "frame-system", "pallet-assets", "pallet-balances", "pallet-contracts", - "pallet-contracts-proc-macro", "pallet-contracts-uapi", "pallet-message-queue", "pallet-timestamp", @@ -5579,7 +5634,7 @@ dependencies = [ "sp-io", "sp-keystore", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-tracing", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -5588,18 +5643,20 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" -version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "23.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e35aaa3d7f1dba4ea7b74d7015e6068b753d1f7f63b39a4ce6377de1bc51b476" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] name = "pallet-contracts-uapi" -version = "5.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "14.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1175375608ec4900f1172d304f7c7ac1f7e3710be17f365121cf94028db1630" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -5609,8 +5666,9 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f813d7dec4ed85cb95bf3b05315fd8ce14b38746fd11cce794cec238cf9fc16d" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5625,8 +5683,9 @@ dependencies = [ [[package]] name = "pallet-core-fellowship" -version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "24.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6236e456c2bada531cccc312fa435046701d19119f22f10e28cc670a0bc36c7e" dependencies = [ "frame-benchmarking", "frame-support", @@ -5643,8 +5702,9 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" -version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "7.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e1827efa28acb4e5d26d0840c2909b1770ea8cc89028f3be4a7f6114a589b1c8" dependencies = [ "frame-support", "frame-system", @@ -5658,8 +5718,9 @@ dependencies = [ [[package]] name = "pallet-democracy" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9f9e8d2e1a11aa809779748c073ec9e6d44807fbdae7787edbbbbff673ee015" dependencies = [ "frame-benchmarking", "frame-support", @@ -5675,8 +5736,9 @@ dependencies = [ [[package]] name = "pallet-dev-mode" -version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "22.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d22936a81da3970014668e213efa446a10d35a254c04df7a6caffaed60c916c9" dependencies = [ "frame-support", "frame-system", @@ -5688,31 +5750,11 @@ dependencies = [ "sp-runtime", ] -[[package]] -name = "pallet-election-provider-multi-block" -version = "0.9.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" -dependencies = [ - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "rand", - "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-npos-elections", - "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", -] - [[package]] name = "pallet-election-provider-multi-phase" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "39.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "49e20002d915da6fa29b2b1e932c7610e963e81de11e32b0d9c24e13de7798f8" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5721,20 +5763,21 @@ dependencies = [ "log", "pallet-election-provider-support-benchmarking", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", "sp-arithmetic", "sp-core", "sp-io", "sp-npos-elections", "sp-runtime", - "strum 0.26.3", + "strum", ] [[package]] name = "pallet-election-provider-support-benchmarking" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "39.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d5db80ea1d9cab28608ad2747981640a82de9d2f8c3d096664ff9e557a42a7c1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5746,8 +5789,9 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" -version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "41.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2cf5efc33f6a2eeb167c4b8f065da0417bf76898982f413aca07fae7e1571efc" dependencies = [ "frame-benchmarking", "frame-support", @@ -5764,8 +5808,9 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "39.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "61735a183468e51aec3a8bfda874acab4f07026a89dec8841394a5f45010ebb7" dependencies = [ "docify", "frame-benchmarking", @@ -5782,8 +5827,9 @@ dependencies = [ [[package]] name = "pallet-glutton" -version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "26.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "95124be4eec7b29660608176b269b184e2f71f32e7cf73af32bc93be1c21cf06" dependencies = [ "blake2", "frame-benchmarking", @@ -5800,8 +5846,9 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7248e836db9e07b2262b83bd638e0070f5d2357d63519920317473ad90d3fac2" dependencies = [ "frame-benchmarking", "frame-support", @@ -5822,8 +5869,9 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d9c97dbd01716801ca490a21a4b525f5149b7c2350f3e56b1c6332bb2d471bdb" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5838,8 +5886,9 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "39.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cadfed668f67c5c483a40cd24ee7d0453bb53eb41aa393898f471e837724df48" dependencies = [ "frame-benchmarking", "frame-support", @@ -5857,8 +5906,9 @@ dependencies = [ [[package]] name = "pallet-indices" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d9305e70776c08ac9a3cdc3885b23306c466b16e75611efeea601fb92cbf250" dependencies = [ "frame-benchmarking", "frame-support", @@ -5872,8 +5922,9 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" -version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "28.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "39a0040f827f90164ea0db81478967c6118c72f9cf7b667eec82d4f88ba8b291" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -5883,8 +5934,9 @@ dependencies = [ [[package]] name = "pallet-lottery" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac0f14b0c24336f70ed7fd8e34576f55272acd0d211c403eb475897f500541a0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5896,8 +5948,9 @@ dependencies = [ [[package]] name = "pallet-membership" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eca06af7edcaa916effec49edc0ebbc41ca7a7c00c9824eafbe729a36a73fb0d" dependencies = [ "frame-benchmarking", "frame-support", @@ -5912,8 +5965,9 @@ dependencies = [ [[package]] name = "pallet-message-queue" -version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "43.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e4ef2434f1354b0db1f5ee9419e627e726519dc617272daa626aeb0a64c3b57b" dependencies = [ "environmental", "frame-benchmarking", @@ -5930,11 +5984,30 @@ dependencies = [ ] [[package]] -name = "pallet-migrations" -version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +name = "pallet-meta-tx" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe7ac6c05036e97818ae77ec75020ec509b5b976161a5b10f7197b854868dd40" +dependencies = [ + "docify", + "frame-benchmarking", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", +] + +[[package]] +name = "pallet-migrations" +version = "10.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "290a3db17ac6eb9bc965a37eb689b35403f47930b4097626b7b8d07f651caf33" dependencies = [ - "cfg-if", "docify", "frame-benchmarking", "frame-support", @@ -5951,8 +6024,9 @@ dependencies = [ [[package]] name = "pallet-mixnet" -version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.16.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56a5386d0374a365f09d0252dd7e8183e19703f5a9be2a5fc871fd348aa27737" dependencies = [ "log", "parity-scale-codec", @@ -5965,8 +6039,9 @@ dependencies = [ [[package]] name = "pallet-mmr" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd2a5b9cfceb0073d7282733a38473b2b8ba4d93d596c2aa23a2b73900515f11" dependencies = [ "log", "parity-scale-codec", @@ -5977,8 +6052,9 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca1dbd8f9e06763b6e7b918d56fa780d8301e908316e8091a38dec764218e626" dependencies = [ "log", "parity-scale-codec", @@ -5988,8 +6064,9 @@ dependencies = [ [[package]] name = "pallet-nft-fractionalization" -version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "23.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a0aad9e2e58ade4457c85e7bf29f48931741fcdb09a3dae66dc0a5bb725cab6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6004,8 +6081,9 @@ dependencies = [ [[package]] name = "pallet-nfts" -version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "34.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e5445148e403482eaa0319d0ee88580b417780916107fe0edc29e49db6acf915" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6021,8 +6099,9 @@ dependencies = [ [[package]] name = "pallet-nfts-runtime-api" -version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "26.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "022c38ac63bf8ddf9b9dfe3ac4afc03b9f51c0a11fdf25ee2a164359718e5fad" dependencies = [ "parity-scale-codec", "sp-api", @@ -6030,23 +6109,20 @@ dependencies = [ [[package]] name = "pallet-nis" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b386745d5656d2f4ea86a7fd22adb7cda2e28c3bed096eb329634b3ee8037d79" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", "parity-scale-codec", + "polkadot-sdk-frame", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-runtime", ] [[package]] name = "pallet-node-authorization" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73abf514bc12c809c3dddd83b3945ea05921dbc8f8ffd53a10403365a727642d" dependencies = [ "log", "parity-scale-codec", @@ -6056,8 +6132,9 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" -version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "38.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f74b7d33fa2b626d3b682967eb65577589e585475a5b43383fc6851ae5852d82" dependencies = [ "frame-support", "frame-system", @@ -6069,13 +6146,14 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-tracing", ] [[package]] name = "pallet-nomination-pools-benchmarking" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "38.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eec00fd90b8572eb87d1400460d3de3208502f79545ae8fa999c7d0971d0019e" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6088,14 +6166,15 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-runtime-interface", "sp-staking", ] [[package]] name = "pallet-nomination-pools-runtime-api" -version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "36.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c9b92dab01524bdc25e304f39b29e6b88c0c5e3280527870b001efbdec03615" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -6104,8 +6183,9 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "39.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "620a4bec35376b1262d7d086a53ac200960b15c531704cf241ed21d913a01558" dependencies = [ "frame-support", "frame-system", @@ -6119,8 +6199,9 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c42ff0f4b9e7b7fb21a2030177d48548b0f2a7799011c179945504103235a648" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6142,8 +6223,9 @@ dependencies = [ [[package]] name = "pallet-paged-list" -version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "945219f3c163cabaf79a8378bf77a3c0d8f75b529ec19f20598af26a277e0075" dependencies = [ "docify", "frame-support", @@ -6158,8 +6240,9 @@ dependencies = [ [[package]] name = "pallet-parameters" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "64da32561c7fee79be35bfb39bc95199dddccf728b7daa9c2d89fad4b0209d29" dependencies = [ "docify", "frame-benchmarking", @@ -6175,8 +6258,9 @@ dependencies = [ [[package]] name = "pallet-preimage" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "becb813ca45bef02a52869c3c865f84be01d6b92d0b6c411c3e219e95907dbbd" dependencies = [ "frame-benchmarking", "frame-support", @@ -6191,8 +6275,9 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4f84c01677715acc9590b393623393f722c0df459b8dcd9465ae0ac46bb904d0" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -6201,8 +6286,9 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "80e86c56283de489f9600e9d22cc671def37848ab82962db804ba1ef845a824f" dependencies = [ "frame-benchmarking", "frame-support", @@ -6219,8 +6305,9 @@ dependencies = [ [[package]] name = "pallet-recovery" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "02eeb358622a13124326b57fc26fbcd2258f7f123cee704c6537c6f2d0c83546" dependencies = [ "frame-benchmarking", "frame-support", @@ -6233,8 +6320,9 @@ dependencies = [ [[package]] name = "pallet-referenda" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac3d59e9e5b9f6c3c5b7db8bbec7fc937fdc8212b9393647aea7f91413264762" dependencies = [ "frame-benchmarking", "frame-support", @@ -6250,8 +6338,9 @@ dependencies = [ [[package]] name = "pallet-remark" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f89486cb39f3fc6193eb8de0fae8721d2fbc613811d2a8dc130da857060a8b4c" dependencies = [ "frame-benchmarking", "frame-support", @@ -6266,21 +6355,24 @@ dependencies = [ [[package]] name = "pallet-revive" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "895fe6f50f621a69132697b8b43d29d1db4d9ff445eec410bf1fc98cd7e9412c" dependencies = [ "alloy-core", - "derive_more 0.99.19", + "derive_more 0.99.20", "environmental", "ethabi-decode", "ethereum-types", "frame-benchmarking", "frame-support", "frame-system", - "hex", "hex-literal", "impl-trait-for-tuples", "log", + "num-bigint", + "num-integer", + "num-traits", "pallet-revive-fixtures", "pallet-revive-proc-macro", "pallet-revive-uapi", @@ -6289,6 +6381,8 @@ dependencies = [ "paste", "polkavm 0.21.0", "polkavm-common 0.21.0", + "rand 0.8.5", + "ripemd", "rlp 0.6.1", "scale-info", "serde", @@ -6302,25 +6396,30 @@ dependencies = [ "sp-runtime", "staging-xcm", "staging-xcm-builder", + "substrate-bn", "subxt-signer", ] [[package]] name = "pallet-revive-fixtures" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc1df19ca809f036d6ddf1632039e9db312f92dbe8f9390e6722ad808cd95377" dependencies = [ "anyhow", - "polkavm-linker 0.21.0", + "cargo_metadata", + "pallet-revive-uapi", + "polkavm-linker", "sp-core", "sp-io", - "toml 0.8.20", + "toml 0.8.22", ] [[package]] name = "pallet-revive-mock-network" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "78dc337fa4265c93849f7a00d56ae19c6b5f4f78140b03ea752ef6f176507aaf" dependencies = [ "frame-support", "frame-system", @@ -6339,7 +6438,7 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-tracing", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -6348,31 +6447,33 @@ dependencies = [ [[package]] name = "pallet-revive-proc-macro" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63c2dc2fc6961da23fefc54689ce81a8e006f6988bc465dcc9ab9db905d31766" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] name = "pallet-revive-uapi" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0cb8f45102c6279f59f55e0051fc6c26b996619d7842800dfaf3a2583459a1c7" dependencies = [ "bitflags 1.3.2", "pallet-revive-proc-macro", "parity-scale-codec", - "paste", "polkavm-derive 0.21.0", "scale-info", ] [[package]] name = "pallet-root-offences" -version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "37.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4cfa279fbee9ae5a4bbe3ff115e2782f5dacc858b0d640179984cd5931c2b334" dependencies = [ "frame-support", "frame-system", @@ -6386,8 +6487,9 @@ dependencies = [ [[package]] name = "pallet-root-testing" -version = "4.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b96456f941dc194636e81851e77666fc39638a36ce39952cb51e4c1027b6b7b0" dependencies = [ "frame-support", "frame-system", @@ -6400,8 +6502,9 @@ dependencies = [ [[package]] name = "pallet-safe-mode" -version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "21.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9c39352be5e0f0d39e140f9bc9b63152b2459ad00ff64cbb547295732613a413" dependencies = [ "docify", "frame-benchmarking", @@ -6418,8 +6521,9 @@ dependencies = [ [[package]] name = "pallet-salary" -version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "25.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8a9c67129afba5f050e60b93f40006334a148cc4dc4b7890d73d92a4c27ad979" dependencies = [ "log", "pallet-ranked-collective", @@ -6430,8 +6534,9 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "41.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a7de58764e1499f570f180c81ba1fff24a1a3d5c9bfdcf76b6a384a985dcdd39" dependencies = [ "docify", "frame-benchmarking", @@ -6447,8 +6552,9 @@ dependencies = [ [[package]] name = "pallet-scored-pool" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "18dea50b1debf0c0db84cad882c71f94c002aade62fea6cbee171f96b079f7fc" dependencies = [ "frame-support", "frame-system", @@ -6460,8 +6566,9 @@ dependencies = [ [[package]] name = "pallet-session" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "957973f62a34695f5b6e17b33ad67a11c8310fe9e16c898769c047add6b34c22" dependencies = [ "frame-support", "frame-system", @@ -6481,8 +6588,9 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4605d946187282ead36c12acb64f75d8c36beacc1b866002491c7d56e63eb2af" dependencies = [ "frame-benchmarking", "frame-support", @@ -6490,15 +6598,16 @@ dependencies = [ "pallet-session", "pallet-staking", "parity-scale-codec", - "rand", + "rand 0.8.5", "sp-runtime", "sp-session", ] [[package]] name = "pallet-skip-feeless-payment" -version = "3.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "15.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b874b5a3801c5d9bb6da10fc89096038c26a1af683eb4f168f54099938a17bbf" dependencies = [ "frame-support", "frame-system", @@ -6509,15 +6618,16 @@ dependencies = [ [[package]] name = "pallet-society" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e5af40e2fabefa91aeb8a872170242c40056aaf7658c8ac7e6f0b4bfc75263b5" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "log", "parity-scale-codec", - "rand_chacha", + "rand_chacha 0.3.1", "scale-info", "sp-arithmetic", "sp-io", @@ -6526,8 +6636,9 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cfe698a05666fabe5a5f60da69ddef674262fe84bd0f93f03ddacfba7fe4c361" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6537,59 +6648,19 @@ dependencies = [ "pallet-authorship", "pallet-session", "parity-scale-codec", - "rand", - "rand_chacha", "scale-info", "serde", "sp-application-crypto", - "sp-core", "sp-io", "sp-runtime", "sp-staking", ] -[[package]] -name = "pallet-staking-ah-client" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" -dependencies = [ - "frame-support", - "frame-system", - "log", - "pallet-authorship", - "pallet-session", - "pallet-staking", - "pallet-staking-rc-client", - "parity-scale-codec", - "polkadot-primitives", - "polkadot-runtime-parachains", - "scale-info", - "sp-core", - "sp-runtime", - "sp-staking", - "staging-xcm", -] - -[[package]] -name = "pallet-staking-rc-client" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" -dependencies = [ - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-runtime", - "sp-staking", - "staging-xcm", -] - [[package]] name = "pallet-staking-reward-fn" -version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "22.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4b982dbfe9fbc548dc7f9a3078214989ed58cabf521a8313ae1767d6b4b53b9b" dependencies = [ "log", "sp-arithmetic", @@ -6597,8 +6668,9 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" -version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "26.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1334393e1712a68fc114843bc66c0ec7d57d3f0b0de5a1f10f2355b8b736db2" dependencies = [ "parity-scale-codec", "sp-api", @@ -6607,8 +6679,9 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "44.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7954fe634d7fb20902d04815aa2fb87e4d47736158e83cefd6abd6ea9938bab1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6623,8 +6696,9 @@ dependencies = [ [[package]] name = "pallet-statement" -version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "22.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "196d0fd78fbdf855212cd1dc9dc0af28972073d016c8726dca049efe82c8cdec" dependencies = [ "frame-support", "frame-system", @@ -6640,8 +6714,9 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bdcb93e724a2acc7041d1e368895bc3ce272b6db8338a079037395cd5e6a97db" dependencies = [ "docify", "frame-benchmarking", @@ -6655,8 +6730,9 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "39.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ccf2c41020fe6b676345a2f4e224faf128ba26dfc5d4da7938d1a91049dc3203" dependencies = [ "docify", "frame-benchmarking", @@ -6668,14 +6744,15 @@ dependencies = [ "sp-inherents", "sp-io", "sp-runtime", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-storage", "sp-timestamp", ] [[package]] name = "pallet-tips" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "39.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "884613a538e24d02d1848107e4ad66c569a28d227545e3a267ce165e30a7f468" dependencies = [ "frame-benchmarking", "frame-support", @@ -6692,8 +6769,9 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a8ebd61b64848e39e5615832c964dc10b63bcebff26a9ec1cb867b4087240a03" dependencies = [ "frame-benchmarking", "frame-support", @@ -6708,8 +6786,9 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3bd3329d44b44623b7615cc069b292f2a1fe5c0f4a6625c36cc906f2a43fcc1" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6720,8 +6799,9 @@ dependencies = [ [[package]] name = "pallet-transaction-storage" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "39.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "11709e119276336b3bcdb939be1ffd97234deea58d0a865c5b51d904625a8b29" dependencies = [ "frame-benchmarking", "frame-support", @@ -6739,8 +6819,9 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "39.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bfd2d341f5df906bcfb7ff50e9abb97769786ba0ed36bfef10d88c9df6a06342" dependencies = [ "docify", "frame-benchmarking", @@ -6758,25 +6839,24 @@ dependencies = [ [[package]] name = "pallet-tx-pause" -version = "9.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "21.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "afda7069466d8ad9fa9fdb2ccf31b85b8efc257c82add17af20d0cb698551589" dependencies = [ "docify", - "frame-benchmarking", - "frame-support", - "frame-system", "pallet-balances", "pallet-proxy", "pallet-utility", "parity-scale-codec", + "polkadot-sdk-frame", "scale-info", - "sp-runtime", ] [[package]] name = "pallet-uniques" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7becb8495918c6b3f912e8ad4f21a0bdb5ddb2a38d6bfba98e0acfa933f4e60b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6789,8 +6869,9 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "35a321f0aec416f3369a71a2bb0ad41f415823ff140fd22b1a3b724dfa6256f7" dependencies = [ "frame-benchmarking", "frame-support", @@ -6804,8 +6885,9 @@ dependencies = [ [[package]] name = "pallet-verify-signature" -version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d96278292b47088c38ca911f1e8ad32171d1e42398d26014e57e7fbed3d2375a" dependencies = [ "frame-benchmarking", "frame-support", @@ -6820,8 +6902,9 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "838e1e6521dfdd7bc9c5ab16489e85e30e94f9ccb7a20e3caa073fb17c9e73f7" dependencies = [ "frame-benchmarking", "frame-support", @@ -6834,22 +6917,20 @@ dependencies = [ [[package]] name = "pallet-whitelist" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "39.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6fb90b146d30677b8a343dc9f6fce011511f8db92fabe6b18ba27d8888f8d95e" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", "parity-scale-codec", + "polkadot-sdk-frame", "scale-info", - "sp-api", - "sp-runtime", ] [[package]] name = "pallet-xcm" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "19.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ab7e7cc378044212673fa3d477324504642178fa9f98d96e56981fb57bbbe3e1" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -6871,13 +6952,13 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "20.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ddc762e28929d9d3a0d65e1e13d79fb258c423a80bb3ab57ff0b2fc8d8cfb04d" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "log", "parity-scale-codec", "scale-info", "sp-io", @@ -6889,8 +6970,9 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub" -version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.16.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "59f3a9af0fbcc3745850ad7e1cc64c9fee64078ef4f978f9782fa9eef3be88b2" dependencies = [ "bp-messages", "bp-runtime", @@ -6903,7 +6985,7 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-std", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -6911,8 +6993,9 @@ dependencies = [ [[package]] name = "pallet-xcm-bridge-hub-router" -version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "36b7e5c2e1a7d4ed7ad9a0217157479b5d5683e5983f770ca55bf293029b03f1" dependencies = [ "bp-xcm-bridge-hub-router", "frame-benchmarking", @@ -6923,15 +7006,16 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-std", "staging-xcm", "staging-xcm-builder", ] [[package]] name = "parachains-common" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "21.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b68844f03979cb0c8b208306047f3b1134b59c74c1fdc9b7f2d8a591ba69b956" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -6955,13 +7039,13 @@ dependencies = [ "staging-parachain-info", "staging-xcm", "staging-xcm-executor", - "substrate-wasm-builder", ] [[package]] name = "parachains-runtimes-test-utils" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "22.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cc24be9ea2d120b524a4a262a5b6831a720292dfa1252099ae3e5a7846d1d7da" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-pallet-xcmp-queue", @@ -6982,11 +7066,10 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-tracing", "staging-parachain-info", "staging-xcm", "staging-xcm-executor", - "substrate-wasm-builder", "xcm-runtime-apis", ] @@ -6997,18 +7080,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" dependencies = [ "bitcoin_hashes 0.13.0", - "rand", - "rand_core", + "rand 0.8.5", + "rand_core 0.6.4", "serde", "unicode-normalization", ] -[[package]] -name = "parity-bytes" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16b56e3a2420138bdb970f84dfb9c774aea80fa0e7371549eedec0d80c209c67" - [[package]] name = "parity-scale-codec" version = "3.7.4" @@ -7035,7 +7112,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] @@ -7074,7 +7151,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" dependencies = [ "base64ct", - "rand_core", + "rand_core 0.6.4", "subtle", ] @@ -7109,12 +7186,12 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pest" -version = "2.7.15" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc" +checksum = "198db74531d58c70a361c42201efde7e2591e976d518caf7662a47dc5720e7b6" dependencies = [ "memchr", - "thiserror 2.0.11", + "thiserror 2.0.12", "ucd-trie", ] @@ -7142,9 +7219,9 @@ dependencies = [ [[package]] name = "pkg-config" -version = "0.3.31" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" +checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" [[package]] name = "plotters" @@ -7186,8 +7263,9 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "17.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b7c519ee804fd08d7464871bd2fe164e8f0683501ea59d2a10f5ef214dacb3b" dependencies = [ "parity-scale-codec", "scale-info", @@ -7197,11 +7275,12 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "6.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "16.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72943c0948c686b47bacb1a03e59baff63bfba2e16e208d77f0f8615827f8564" dependencies = [ "bounded-collections", - "derive_more 0.99.19", + "derive_more 0.99.20", "parity-scale-codec", "polkadot-core-primitives", "scale-info", @@ -7213,8 +7292,9 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "18.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d46b3d45e295d975a9be6128212b29e0efd05f26cdde4a45115424a1f6bad0dd" dependencies = [ "bitvec", "hex-literal", @@ -7235,14 +7315,15 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-std", "thiserror 1.0.69", ] [[package]] name = "polkadot-runtime-common" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "19.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eccd922c8032004e38c1a6cab86f304949d04e61e270c982b06a02132d53bf58" dependencies = [ "bitvec", "frame-benchmarking", @@ -7272,7 +7353,6 @@ dependencies = [ "rustc-hex", "scale-info", "serde", - "serde_derive", "slot-range-helper", "sp-api", "sp-core", @@ -7291,24 +7371,25 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "20.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "436b4a652ead58e7697a773d819f842d821b7feabdb5e5252d4af0cc0c1ad260" dependencies = [ "bs58", "frame-benchmarking", "parity-scale-codec", "polkadot-primitives", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-tracing", ] [[package]] name = "polkadot-runtime-parachains" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "19.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d0a4c580cf509b6b7d4f2b556e31da04e528c69acfaeec28d5ac7f02b4dc0fa9" dependencies = [ "bitflags 1.3.2", "bitvec", - "derive_more 0.99.19", "frame-benchmarking", "frame-support", "frame-system", @@ -7329,8 +7410,8 @@ dependencies = [ "polkadot-parachain-primitives", "polkadot-primitives", "polkadot-runtime-metrics", - "rand", - "rand_chacha", + "rand 0.8.5", + "rand_chacha 0.3.1", "scale-info", "serde", "sp-api", @@ -7343,15 +7424,25 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-std", "staging-xcm", "staging-xcm-executor", ] [[package]] name = "polkadot-sdk" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb819108697967452fa6d8d96ab4c0d48cbaa423b3156499dcb24f1cf95d6775" +dependencies = [ + "sp-crypto-hashing", +] + +[[package]] +name = "polkadot-sdk" +version = "2503.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb1fe16dffcf985e6054c16a20469c19398c54b10b2f444819b0a5fa90eb1e1b" dependencies = [ "asset-test-utils", "assets-common", @@ -7359,7 +7450,6 @@ dependencies = [ "bp-header-chain", "bp-messages", "bp-parachains", - "bp-polkadot", "bp-polkadot-core", "bp-relayers", "bp-runtime", @@ -7436,7 +7526,6 @@ dependencies = [ "pallet-delegated-staking", "pallet-democracy", "pallet-dev-mode", - "pallet-election-provider-multi-block", "pallet-election-provider-multi-phase", "pallet-election-provider-support-benchmarking", "pallet-elections-phragmen", @@ -7450,6 +7539,7 @@ dependencies = [ "pallet-lottery", "pallet-membership", "pallet-message-queue", + "pallet-meta-tx", "pallet-migrations", "pallet-mixnet", "pallet-mmr", @@ -7485,8 +7575,6 @@ dependencies = [ "pallet-skip-feeless-payment", "pallet-society", "pallet-staking", - "pallet-staking-ah-client", - "pallet-staking-rc-client", "pallet-staking-reward-fn", "pallet-staking-runtime-api", "pallet-state-trie-migration", @@ -7519,21 +7607,6 @@ dependencies = [ "polkadot-sdk-frame", "sc-executor", "slot-range-helper", - "snowbridge-beacon-primitives", - "snowbridge-core", - "snowbridge-ethereum", - "snowbridge-outbound-queue-merkle-tree", - "snowbridge-outbound-queue-runtime-api", - "snowbridge-pallet-ethereum-client", - "snowbridge-pallet-ethereum-client-fixtures", - "snowbridge-pallet-inbound-queue", - "snowbridge-pallet-inbound-queue-fixtures", - "snowbridge-pallet-outbound-queue", - "snowbridge-pallet-system", - "snowbridge-router-primitives", - "snowbridge-runtime-common", - "snowbridge-runtime-test-common", - "snowbridge-system-runtime-api", "sp-api", "sp-api-proc-macro", "sp-application-crypto", @@ -7548,11 +7621,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=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-crypto-ec-utils", + "sp-crypto-hashing", "sp-crypto-hashing-proc-macro", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-debug-derive", + "sp-externalities", "sp-genesis-builder", "sp-inherents", "sp-io", @@ -7564,22 +7637,22 @@ dependencies = [ "sp-npos-elections", "sp-offchain", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", - "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-runtime-interface", + "sp-runtime-interface-proc-macro", "sp-session", "sp-staking", "sp-state-machine", "sp-statement-store", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-std", + "sp-storage", "sp-timestamp", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-tracing", "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=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-wasm-interface", "sp-weights", "staging-parachain-info", "staging-xcm", @@ -7590,19 +7663,11 @@ dependencies = [ "xcm-runtime-apis", ] -[[package]] -name = "polkadot-sdk" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb819108697967452fa6d8d96ab4c0d48cbaa423b3156499dcb24f1cf95d6775" -dependencies = [ - "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "polkadot-sdk-frame" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "386c622773c64ba462fea05debe20d71b0caf5d273a6cdb8277a1ca853adfd1c" dependencies = [ "docify", "frame-benchmarking", @@ -7615,6 +7680,7 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", + "serde", "sp-api", "sp-arithmetic", "sp-block-builder", @@ -7628,7 +7694,7 @@ dependencies = [ "sp-offchain", "sp-runtime", "sp-session", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-storage", "sp-transaction-pool", "sp-version", ] @@ -7725,7 +7791,7 @@ dependencies = [ "polkavm-common 0.18.0", "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] @@ -7737,7 +7803,7 @@ dependencies = [ "polkavm-common 0.21.0", "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] @@ -7747,7 +7813,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "48c16669ddc7433e34c1007d31080b80901e3e8e523cb9d4b441c3910cf9294b" dependencies = [ "polkavm-derive-impl 0.18.1", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] @@ -7757,7 +7823,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "36837f6b7edfd6f4498f8d25d81da16cf03bd6992c3e56f3d477dfc90f4fefca" dependencies = [ "polkavm-derive-impl 0.21.0", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] @@ -7770,23 +7836,7 @@ dependencies = [ "iced-x86", "polkavm 0.21.0", "polkavm-common 0.21.0", - "polkavm-linker 0.21.0", -] - -[[package]] -name = "polkavm-linker" -version = "0.18.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9bfe793b094d9ea5c99b7c43ba46e277b0f8f48f4bbfdbabf8d3ebf701a4bd3" -dependencies = [ - "dirs", - "gimli 0.31.1", - "hashbrown 0.14.5", - "log", - "object 0.36.7", - "polkavm-common 0.18.0", - "regalloc2 0.9.3", - "rustc-demangle", + "polkavm-linker", ] [[package]] @@ -7840,6 +7890,15 @@ dependencies = [ "universal-hash", ] +[[package]] +name = "potential_utf" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585" +dependencies = [ + "zerovec", +] + [[package]] name = "powerfmt" version = "0.2.0" @@ -7848,9 +7907,9 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" [[package]] name = "ppv-lite86" -version = "0.2.20" +version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" +checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" dependencies = [ "zerocopy", ] @@ -7884,12 +7943,12 @@ dependencies = [ [[package]] name = "prettyplease" -version = "0.2.29" +version = "0.2.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6924ced06e1f7dfe3fa48d57b9f74f55d8915f5036121bef647ef4b204895fac" +checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6" dependencies = [ "proc-macro2", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] @@ -7920,9 +7979,9 @@ dependencies = [ [[package]] name = "proc-macro-crate" -version = "3.2.0" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" +checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35" dependencies = [ "toml_edit", ] @@ -7970,7 +8029,7 @@ dependencies = [ "proc-macro-error-attr2", "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] @@ -7981,14 +8040,14 @@ checksum = "75eea531cfcd120e0851a3f8aed42c4841f78c889eefafd96339c72677ae42c3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] name = "proc-macro2" -version = "1.0.93" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99" +checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" dependencies = [ "unicode-ident", ] @@ -8001,11 +8060,11 @@ checksum = "14cae93065090804185d3b75f0bf93b8eeda30c7a9b4a33d3bdb3988d6229e50" dependencies = [ "bit-set", "bit-vec", - "bitflags 2.8.0", + "bitflags 2.9.0", "lazy_static", "num-traits", - "rand", - "rand_chacha", + "rand 0.8.5", + "rand_chacha 0.3.1", "rand_xorshift", "regex-syntax 0.8.5", "rusty-fork", @@ -8015,9 +8074,9 @@ dependencies = [ [[package]] name = "psm" -version = "0.1.25" +version = "0.1.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88" +checksum = "6e944464ec8536cd1beb0bbfd96987eb5e3b72f2ecdafdc5c769a37f1fa2ae1f" dependencies = [ "cc", ] @@ -8030,13 +8089,19 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" [[package]] name = "quote" -version = "1.0.38" +version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" +checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" dependencies = [ "proc-macro2", ] +[[package]] +name = "r-efi" +version = "5.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" + [[package]] name = "radium" version = "0.7.0" @@ -8050,11 +8115,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" dependencies = [ "libc", - "rand_chacha", - "rand_core", + "rand_chacha 0.3.1", + "rand_core 0.6.4", "serde", ] +[[package]] +name = "rand" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" +dependencies = [ + "rand_chacha 0.9.0", + "rand_core 0.9.3", +] + [[package]] name = "rand_chacha" version = "0.3.1" @@ -8062,7 +8137,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" dependencies = [ "ppv-lite86", - "rand_core", + "rand_core 0.6.4", +] + +[[package]] +name = "rand_chacha" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" +dependencies = [ + "ppv-lite86", + "rand_core 0.9.3", ] [[package]] @@ -8071,7 +8156,16 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom 0.2.15", + "getrandom 0.2.16", +] + +[[package]] +name = "rand_core" +version = "0.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" +dependencies = [ + "getrandom 0.3.3", ] [[package]] @@ -8080,7 +8174,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" dependencies = [ - "rand_core", + "rand_core 0.6.4", ] [[package]] @@ -8111,11 +8205,11 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.9" +version = "0.5.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82b568323e98e49e2a0899dcee453dd679fae22d69adf9b11dd508d1549b7e2f" +checksum = "928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af" dependencies = [ - "bitflags 2.8.0", + "bitflags 2.9.0", ] [[package]] @@ -8124,29 +8218,29 @@ version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" dependencies = [ - "getrandom 0.2.15", + "getrandom 0.2.16", "libredox", "thiserror 1.0.69", ] [[package]] name = "ref-cast" -version = "1.0.23" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931" +checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf" dependencies = [ "ref-cast-impl", ] [[package]] name = "ref-cast-impl" -version = "1.0.23" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6" +checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] @@ -8226,9 +8320,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.12.12" +version = "0.12.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da" +checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb" dependencies = [ "base64 0.22.1", "bytes", @@ -8333,7 +8427,7 @@ dependencies = [ "anyhow", "libc", "lld-sys", - "polkavm-linker 0.21.0", + "polkavm-linker", "revive-builtins", "tempfile", ] @@ -8347,7 +8441,7 @@ dependencies = [ "assert_fs", "clap", "downloader", - "env_logger 0.11.6", + "env_logger 0.11.8", "flate2", "fs_extra", "log", @@ -8356,7 +8450,7 @@ dependencies = [ "regex", "serde", "tar", - "toml 0.8.20", + "toml 0.8.22", "which", ] @@ -8377,7 +8471,7 @@ dependencies = [ "revive-runtime-api", "revive-solc-json-interface", "revive-stdlib", - "semver 1.0.25", + "semver 1.0.26", "serde", "sha3", ] @@ -8389,10 +8483,10 @@ dependencies = [ "alloy-primitives", "anyhow", "clap", - "env_logger 0.11.6", + "env_logger 0.11.8", "hex", "parity-scale-codec", - "polkadot-sdk 0.1.0", + "polkadot-sdk 2503.0.1", "revive-differential", "revive-llvm-context", "revive-solidity", @@ -8418,7 +8512,7 @@ dependencies = [ "anyhow", "rayon", "revive-common", - "semver 1.0.25", + "semver 1.0.26", "serde", "serde_json", ] @@ -8442,11 +8536,11 @@ dependencies = [ "revive-common", "revive-llvm-context", "revive-solc-json-interface", - "semver 1.0.25", + "semver 1.0.26", "serde", "serde_json", "sha3", - "thiserror 2.0.11", + "thiserror 2.0.12", "which", ] @@ -8468,23 +8562,6 @@ dependencies = [ "subtle", ] -[[package]] -name = "ring" -version = "0.1.0" -source = "git+https://github.com/davxy/ring-proof?branch=locked#a24b371b8d51725ac2ce195aa3369b31df6c9873" -dependencies = [ - "ark-ec", - "ark-ff 0.4.2", - "ark-poly", - "ark-serialize 0.4.2", - "ark-std 0.4.0", - "ark-transcript 0.0.2 (git+https://github.com/w3f/ark-transcript?rev=288e49d)", - "arrayvec", - "blake2", - "common", - "fflonk", -] - [[package]] name = "ripemd" version = "0.1.3" @@ -8516,8 +8593,9 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "20.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c295ecea37ee949577dba8dfef7beb3de5492bb88bbbec6b0dc327ff63ee85b0" dependencies = [ "frame-support", "polkadot-primitives", @@ -8532,9 +8610,9 @@ dependencies = [ [[package]] name = "ruint" -version = "1.13.1" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "825df406ec217a8116bd7b06897c6cc8f65ffefc15d030ae2c9540acc9ed50b6" +checksum = "78a46eb779843b2c4f21fac5773e25d6d5b7c8f0922876c91541790d2ca27eef" dependencies = [ "alloy-rlp", "ark-ff 0.3.0", @@ -8548,7 +8626,8 @@ dependencies = [ "parity-scale-codec", "primitive-types 0.12.2", "proptest", - "rand", + "rand 0.8.5", + "rand 0.9.1", "rlp 0.5.2", "ruint-macro", "serde", @@ -8610,7 +8689,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" dependencies = [ - "semver 1.0.25", + "semver 1.0.26", ] [[package]] @@ -8633,13 +8712,26 @@ version = "0.38.44" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" dependencies = [ - "bitflags 2.8.0", + "bitflags 2.9.0", "errno", "libc", "linux-raw-sys 0.4.15", "windows-sys 0.59.0", ] +[[package]] +name = "rustix" +version = "1.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266" +dependencies = [ + "bitflags 2.9.0", + "errno", + "libc", + "linux-raw-sys 0.9.4", + "windows-sys 0.59.0", +] + [[package]] name = "rustls-pemfile" version = "2.2.0" @@ -8651,15 +8743,18 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c" +checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" +dependencies = [ + "zeroize", +] [[package]] name = "rustversion" -version = "1.0.19" +version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4" +checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2" [[package]] name = "rusty-fork" @@ -8675,9 +8770,9 @@ dependencies = [ [[package]] name = "ryu" -version = "1.0.19" +version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ea1a2d0a644769cc99faa24c3ad26b379b786fe7c36fd3c546254801650e6dd" +checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" [[package]] name = "safe-mix" @@ -8717,19 +8812,21 @@ dependencies = [ [[package]] name = "sc-allocator" -version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "31.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7c10a9966875fcbde028c73697c6d5faad5f5d24e94b3c949fb1d063c727381d" dependencies = [ "log", "sp-core", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-wasm-interface", "thiserror 1.0.69", ] [[package]] name = "sc-executor" -version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b55c745bf88acb34bd606346c7de6cc06f334f627c1ff40380252a6e52ad9354" dependencies = [ "parity-scale-codec", "parking_lot", @@ -8739,55 +8836,56 @@ dependencies = [ "schnellru", "sp-api", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-externalities", "sp-io", "sp-panic-handler", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-runtime-interface", "sp-trie", "sp-version", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-wasm-interface", "tracing", ] [[package]] name = "sc-executor-common" -version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2a2f84b9aa7664a9b401afbf423bcd3c1845f5adedf4f6030586808238a222df" dependencies = [ "polkavm 0.18.0", "sc-allocator", "sp-maybe-compressed-blob", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-wasm-interface", "thiserror 1.0.69", "wasm-instrument", ] [[package]] name = "sc-executor-polkavm" -version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.35.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7eb4929b3457077f9b30ad397a724116f43f252a889ec334ec369f6cdad8f76c" dependencies = [ "log", "polkavm 0.18.0", "sc-executor-common", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-wasm-interface", ] [[package]] name = "sc-executor-wasmtime" -version = "0.29.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.38.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2b5ad79b030a1f91ef0f667e58ac35e1c9fa33a6b8a0ec1ae7fe4890322535ac" dependencies = [ "anyhow", - "cfg-if", - "libc", "log", "parking_lot", "rustix 0.36.17", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-runtime-interface", + "sp-wasm-interface", "wasmtime", ] @@ -8827,7 +8925,7 @@ dependencies = [ "darling", "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] @@ -8855,7 +8953,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] @@ -8881,7 +8979,7 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] @@ -8942,9 +9040,9 @@ dependencies = [ "curve25519-dalek", "getrandom_or_panic", "merlin", - "rand_core", + "rand_core 0.6.4", "serde_bytes", - "sha2 0.10.8", + "sha2 0.10.9", "subtle", "zeroize", ] @@ -8955,12 +9053,6 @@ version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" -[[package]] -name = "scratch" -version = "1.0.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152" - [[package]] name = "scrypt" version = "0.11.0" @@ -8970,7 +9062,7 @@ dependencies = [ "password-hash", "pbkdf2", "salsa20", - "sha2 0.10.8", + "sha2 0.10.9", ] [[package]] @@ -9013,7 +9105,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b50c5943d326858130af85e049f2661ba3c78b26589b8ab98e65e80ae44a1252" dependencies = [ "bitcoin_hashes 0.14.0", - "rand", + "rand 0.8.5", "secp256k1-sys 0.10.1", ] @@ -9068,7 +9160,7 @@ version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" dependencies = [ - "bitflags 2.8.0", + "bitflags 2.9.0", "core-foundation", "core-foundation-sys", "libc", @@ -9085,15 +9177,6 @@ dependencies = [ "libc", ] -[[package]] -name = "semver" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537" -dependencies = [ - "semver-parser 0.7.0", -] - [[package]] name = "semver" version = "0.9.0" @@ -9114,9 +9197,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.25" +version = "1.0.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03" +checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" dependencies = [ "serde", ] @@ -9138,47 +9221,38 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.218" +version = "1.0.219" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60" +checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" dependencies = [ "serde_derive", ] -[[package]] -name = "serde-big-array" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd31f59f6fe2b0c055371bb2f16d7f0aa7d8881676c04a55b1596d1a17cd10a4" -dependencies = [ - "serde", -] - [[package]] name = "serde_bytes" -version = "0.11.15" +version = "0.11.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a" +checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96" dependencies = [ "serde", ] [[package]] name = "serde_derive" -version = "1.0.218" +version = "1.0.219" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b" +checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] name = "serde_json" -version = "1.0.139" +version = "1.0.140" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6" +checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" dependencies = [ "itoa", "memchr", @@ -9197,9 +9271,9 @@ dependencies = [ [[package]] name = "serde_stacker" -version = "0.1.11" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "babfccff5773ff80657f0ecf553c7c516bdc2eb16389c0918b36b73e7015276e" +checksum = "69c8defe6c780725cce4ec6ad3bd91e321baf6fa4e255df1f31e345d507ef01a" dependencies = [ "serde", "stacker", @@ -9253,9 +9327,9 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" +checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" dependencies = [ "cfg-if", "cpufeatures", @@ -9304,7 +9378,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" dependencies = [ "digest 0.10.7", - "rand_core", + "rand_core 0.6.4", ] [[package]] @@ -9343,8 +9417,9 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "slot-range-helper" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "17.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "309676378797233b566bb26fb7f7f9829ae97f988b53a1f7268dd0ad17d47902" dependencies = [ "enumn", "parity-scale-codec", @@ -9354,323 +9429,41 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.14.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd" - -[[package]] -name = "snowbridge-amcl" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "460a9ed63cdf03c1b9847e8a12a5f5ba19c4efd5869e4a737e05be25d7c427e5" -dependencies = [ - "parity-scale-codec", - "scale-info", -] - -[[package]] -name = "snowbridge-beacon-primitives" -version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" -dependencies = [ - "byte-slice-cast", - "frame-support", - "hex", - "parity-scale-codec", - "rlp 0.6.1", - "scale-info", - "serde", - "snowbridge-ethereum", - "snowbridge-milagro-bls", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", - "ssz_rs", - "ssz_rs_derive", -] +checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" [[package]] name = "snowbridge-core" -version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "92fd8cd0c3eba9b0f9c17788fc78abe091103ab71d360d889f0e061b3eca7b07" dependencies = [ + "bp-relayers", "ethabi-decode", "frame-support", "frame-system", "hex-literal", + "log", "parity-scale-codec", "polkadot-parachain-primitives", "scale-info", "serde", - "snowbridge-beacon-primitives", "sp-arithmetic", "sp-core", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", - "staging-xcm", - "staging-xcm-builder", -] - -[[package]] -name = "snowbridge-ethereum" -version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" -dependencies = [ - "ethabi-decode", - "ethbloom", - "ethereum-types", - "hex-literal", - "parity-bytes", - "parity-scale-codec", - "rlp 0.6.1", - "scale-info", - "serde", - "serde-big-array", - "sp-io", - "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", -] - -[[package]] -name = "snowbridge-milagro-bls" -version = "1.5.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "026aa8638f690a53e3f7676024b9e913b1cab0111d1b7b92669d40a188f9d7e6" -dependencies = [ - "hex", - "lazy_static", - "parity-scale-codec", - "rand", - "scale-info", - "snowbridge-amcl", - "zeroize", -] - -[[package]] -name = "snowbridge-outbound-queue-merkle-tree" -version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-runtime", -] - -[[package]] -name = "snowbridge-outbound-queue-runtime-api" -version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" -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=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", -] - -[[package]] -name = "snowbridge-pallet-ethereum-client" -version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-timestamp", - "parity-scale-codec", - "scale-info", - "serde", - "snowbridge-beacon-primitives", - "snowbridge-core", - "snowbridge-ethereum", - "snowbridge-pallet-ethereum-client-fixtures", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", - "static_assertions", -] - -[[package]] -name = "snowbridge-pallet-ethereum-client-fixtures" -version = "0.9.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" -dependencies = [ - "hex-literal", - "snowbridge-beacon-primitives", - "snowbridge-core", - "sp-core", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", -] - -[[package]] -name = "snowbridge-pallet-inbound-queue" -version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" -dependencies = [ - "alloy-core", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "serde", - "snowbridge-beacon-primitives", - "snowbridge-core", - "snowbridge-pallet-inbound-queue-fixtures", - "snowbridge-router-primitives", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", - "staging-xcm", - "staging-xcm-executor", -] - -[[package]] -name = "snowbridge-pallet-inbound-queue-fixtures" -version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" -dependencies = [ - "hex-literal", - "snowbridge-beacon-primitives", - "snowbridge-core", - "sp-core", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", -] - -[[package]] -name = "snowbridge-pallet-outbound-queue" -version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" -dependencies = [ - "bridge-hub-common", - "ethabi-decode", - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "serde", - "snowbridge-core", - "snowbridge-outbound-queue-merkle-tree", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", -] - -[[package]] -name = "snowbridge-pallet-system" -version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "snowbridge-core", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", - "staging-xcm", - "staging-xcm-executor", -] - -[[package]] -name = "snowbridge-router-primitives" -version = "0.9.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" -dependencies = [ - "frame-support", - "hex-literal", - "log", - "parity-scale-codec", - "scale-info", - "snowbridge-core", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", - "staging-xcm", - "staging-xcm-executor", -] - -[[package]] -name = "snowbridge-runtime-common" -version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" -dependencies = [ - "frame-support", - "log", - "parity-scale-codec", - "snowbridge-core", - "sp-arithmetic", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-std", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", ] -[[package]] -name = "snowbridge-runtime-test-common" -version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" -dependencies = [ - "cumulus-pallet-parachain-system", - "frame-support", - "frame-system", - "pallet-balances", - "pallet-collator-selection", - "pallet-message-queue", - "pallet-session", - "pallet-timestamp", - "pallet-utility", - "pallet-xcm", - "parachains-runtimes-test-utils", - "parity-scale-codec", - "snowbridge-core", - "snowbridge-pallet-ethereum-client", - "snowbridge-pallet-ethereum-client-fixtures", - "snowbridge-pallet-outbound-queue", - "snowbridge-pallet-system", - "sp-core", - "sp-io", - "sp-keyring", - "sp-runtime", - "staging-parachain-info", - "staging-xcm", - "staging-xcm-executor", -] - -[[package]] -name = "snowbridge-system-runtime-api" -version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" -dependencies = [ - "parity-scale-codec", - "snowbridge-core", - "sp-api", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", - "staging-xcm", -] - [[package]] name = "socket2" -version = "0.5.8" +version = "0.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8" +checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef" dependencies = [ "libc", "windows-sys 0.52.0", @@ -9678,8 +9471,9 @@ dependencies = [ [[package]] name = "sp-api" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "36.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "541da427f47dfb97f3dd0556fa3272bdc5dfa0d4c1ad53a22670a9bae4db63d7" dependencies = [ "docify", "hash-db", @@ -9688,10 +9482,10 @@ dependencies = [ "scale-info", "sp-api-proc-macro", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-externalities", "sp-metadata-ir", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-runtime-interface", "sp-state-machine", "sp-trie", "sp-version", @@ -9700,8 +9494,9 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "22.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "36334085c348bb507debd40e604f71194b1fc669eb6fec81aebef08eb3466f6c" dependencies = [ "Inflector", "blake2", @@ -9709,13 +9504,14 @@ dependencies = [ "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] name = "sp-application-crypto" -version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba375ab65a76f7413d1bfe48122fd347ce7bd2047e36ecbbd78f12f5adaed121" dependencies = [ "parity-scale-codec", "scale-info", @@ -9726,8 +9522,9 @@ dependencies = [ [[package]] name = "sp-arithmetic" -version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "26.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9971b30935cea3858664965039dabd80f67aca74cc6cc6dd42ff1ab14547bc53" dependencies = [ "docify", "integer-sqrt", @@ -9738,28 +9535,11 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "sp-ark-bls12-381" -version = "0.4.2" -source = "git+https://github.com/paritytech/arkworks-substrate?rev=caa2eed#caa2eed74beb885dd07c7db5f916f2281dad818f" -dependencies = [ - "ark-bls12-381-ext", - "sp-crypto-ec-utils 0.10.0 (git+https://github.com/paritytech/polkadot-sdk)", -] - -[[package]] -name = "sp-ark-ed-on-bls12-381-bandersnatch" -version = "0.4.2" -source = "git+https://github.com/paritytech/arkworks-substrate?rev=caa2eed#caa2eed74beb885dd07c7db5f916f2281dad818f" -dependencies = [ - "ark-ed-on-bls12-381-bandersnatch-ext", - "sp-crypto-ec-utils 0.10.0 (git+https://github.com/paritytech/polkadot-sdk)", -] - [[package]] name = "sp-authority-discovery" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "36.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "55fc2f6c59c333eef805edcec5e603dd8e3a94e20fddb6b19cb914c9f3be7ad5" dependencies = [ "parity-scale-codec", "scale-info", @@ -9770,8 +9550,9 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "36.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a165b95a2f03d9c09c3e51ac3f23d27b091543a41cd3b3df1348aa5917d01eca" dependencies = [ "sp-api", "sp-inherents", @@ -9780,8 +9561,9 @@ dependencies = [ [[package]] name = "sp-consensus-aura" -version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4f3b3414e7620ad72d0000b520e0570dca38dc63e160c95164ff3f789020cc1" dependencies = [ "async-trait", "parity-scale-codec", @@ -9796,8 +9578,9 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.42.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b54310103ae4f0e3228e217e2a9ccaca0d7c3502d3aa276623febf4c722ca397" dependencies = [ "async-trait", "parity-scale-codec", @@ -9814,8 +9597,9 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" -version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "24.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a62ecab3df80c73555434cee450c3d3c5350e91173f684cd0fc4d33a057d882f" dependencies = [ "parity-scale-codec", "scale-info", @@ -9823,19 +9607,20 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-crypto-hashing", "sp-io", "sp-keystore", "sp-mmr-primitives", "sp-runtime", "sp-weights", - "strum 0.26.3", + "strum", ] [[package]] name = "sp-consensus-grandpa" -version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "23.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c1e969d551ce631fbaf190a4457c295ef70c50bae657602f2377e433f9454868" dependencies = [ "finality-grandpa", "log", @@ -9851,8 +9636,9 @@ dependencies = [ [[package]] name = "sp-consensus-pow" -version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc05c6981119dbc5169a98d074cf3aefaba9c748c4e467756560ba4fa97afa62" dependencies = [ "parity-scale-codec", "sp-api", @@ -9862,8 +9648,9 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.32.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.42.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc83d9e7b1d58e1d020c20d7208b00d21fa73dcf92721114eae432b9f01e62d5" dependencies = [ "parity-scale-codec", "scale-info", @@ -9873,11 +9660,12 @@ dependencies = [ [[package]] name = "sp-core" -version = "28.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "36.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1cdbb58c21e6b27f2aadf3ff0c8b20a8ead13b9dfe63f46717fd59334517f3b4" dependencies = [ + "ark-vrf", "array-bytes", - "bandersnatch_vrfs", "bitflags 1.3.2", "blake2", "bounded-collections", @@ -9898,18 +9686,18 @@ dependencies = [ "parking_lot", "paste", "primitive-types 0.13.1", - "rand", + "rand 0.8.5", "scale-info", "schnorrkel", "secp256k1 0.28.2", "secrecy 0.8.0", "serde", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-crypto-hashing", + "sp-debug-derive", + "sp-externalities", + "sp-runtime-interface", + "sp-std", + "sp-storage", "ss58-registry", "substrate-bip39", "thiserror 1.0.69", @@ -9920,50 +9708,32 @@ dependencies = [ [[package]] name = "sp-core-hashing" -version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f812cb2dff962eb378c507612a50f1c59f52d92eb97b710f35be3c2346a3cd7" dependencies = [ - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-crypto-hashing", ] [[package]] name = "sp-crypto-ec-utils" -version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e4d64a8c21ef31aeea66fee00502268001981d24ea61b1befc424dd61003c426" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", - "ark-bls12-381", + "ark-bls12-381 0.4.0", "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 0.4.0", "ark-ed-on-bls12-381-bandersnatch-ext", "ark-scale", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", -] - -[[package]] -name = "sp-crypto-ec-utils" -version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk#3dc3a11cd68762c2e5feb0beba0b61f448c4fc92" -dependencies = [ - "ark-bls12-377", - "ark-bls12-377-ext", - "ark-bls12-381", - "ark-bls12-381-ext", - "ark-bw6-761", - "ark-bw6-761-ext", - "ark-ec", - "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)", + "sp-runtime-interface", ] [[package]] @@ -9975,20 +9745,7 @@ dependencies = [ "blake2b_simd", "byteorder", "digest 0.10.7", - "sha2 0.10.8", - "sha3", - "twox-hash", -] - -[[package]] -name = "sp-crypto-hashing" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" -dependencies = [ - "blake2b_simd", - "byteorder", - "digest 0.10.7", - "sha2 0.10.8", + "sha2 0.10.9", "sha3", "twox-hash", ] @@ -9996,57 +9753,41 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b85d0f1f1e44bd8617eb2a48203ee854981229e3e79e6f468c7175d5fd37489b" dependencies = [ "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", - "syn 2.0.98", + "sp-crypto-hashing", + "syn 2.0.101", ] [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "48d09fa0a5f7299fb81ee25ae3853d26200f7a348148aed6de76be905c007dbe" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", -] - -[[package]] -name = "sp-debug-derive" -version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#3dc3a11cd68762c2e5feb0beba0b61f448c4fc92" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] name = "sp-externalities" -version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.30.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "30cbf059dce180a8bf8b6c8b08b6290fa3d1c7f069a60f1df038ab5dd5fc0ba6" dependencies = [ "environmental", "parity-scale-codec", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", -] - -[[package]] -name = "sp-externalities" -version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk#3dc3a11cd68762c2e5feb0beba0b61f448c4fc92" -dependencies = [ - "environmental", - "parity-scale-codec", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk)", + "sp-storage", ] [[package]] name = "sp-genesis-builder" -version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "efb0d996dfce9afb8879bdfbba9cb9a7d06f29fda38168b91e90419b3b92c42e" dependencies = [ "parity-scale-codec", "scale-info", @@ -10057,8 +9798,9 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "36.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "adb09ff07946f3e1ecdd4bfb40b2cceba60188215ceb941b5b07230294d7aee1" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10070,8 +9812,9 @@ dependencies = [ [[package]] name = "sp-io" -version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "40.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e41d010bcc515d119901ff7ac83150c335d543c7f6c03be5c8fe08430b8a03b" dependencies = [ "bytes", "docify", @@ -10083,12 +9826,12 @@ dependencies = [ "rustversion", "secp256k1 0.28.2", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-crypto-hashing", + "sp-externalities", "sp-keystore", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-runtime-interface", "sp-state-machine", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-tracing", "sp-trie", "tracing", "tracing-core", @@ -10096,29 +9839,32 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "31.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "41.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c601d506585c0bcee79dbde401251b127af5f04c7373fc3cf7d6a6b7f6b970a3" dependencies = [ "sp-core", "sp-runtime", - "strum 0.26.3", + "strum", ] [[package]] name = "sp-keystore" -version = "0.34.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "45f893398a5330e28f219662c7a0afa174fb068d8f82d2a9990016c4b0bc4369" dependencies = [ "parity-scale-codec", "parking_lot", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-externalities", ] [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0c768c11afbe698a090386876911da4236af199cd38a5866748df4d8628aeff" dependencies = [ "thiserror 1.0.69", "zstd 0.12.4", @@ -10126,8 +9872,9 @@ dependencies = [ [[package]] name = "sp-metadata-ir" -version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "82d1db25e362edbf5531b427d4bdfc2562bec6a031c3eb2a9145c0a0a01a572d" dependencies = [ "frame-metadata 20.0.0", "parity-scale-codec", @@ -10136,8 +9883,9 @@ dependencies = [ [[package]] name = "sp-mixnet" -version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4e65fb51d9ff444789b3c7771a148d7b685ec3c02498792fd0ecae0f1e00218f" dependencies = [ "parity-scale-codec", "scale-info", @@ -10147,8 +9895,9 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "36.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "10ebcc2d106515a20ecf22b8d41d69e710f8e860849afde777ff73cb46f1bf29" dependencies = [ "log", "parity-scale-codec", @@ -10157,15 +9906,16 @@ dependencies = [ "serde", "sp-api", "sp-core", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-debug-derive", "sp-runtime", "thiserror 1.0.69", ] [[package]] name = "sp-npos-elections" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "36.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "214e59764b21445b9ec5cb9623df68b765682e34c75f4bd27522e629d7e62fd4" dependencies = [ "parity-scale-codec", "scale-info", @@ -10177,8 +9927,9 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "36.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe5ac60e48200d7b7f61681320deaf06bdced47cfd5f1cb4589b533b58fa4da4" dependencies = [ "sp-api", "sp-core", @@ -10187,8 +9938,9 @@ dependencies = [ [[package]] name = "sp-panic-handler" -version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "13.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c8b52e69a577cbfdea62bfaf16f59eb884422ce98f78b5cd8d9bf668776bced1" dependencies = [ "backtrace", "regex", @@ -10196,8 +9948,9 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "31.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "41.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3864101a28faba3d8eca026e3f56ea20dd1d979ce1bcc20152e86c9d82be52bf" dependencies = [ "binary-merkle-tree", "docify", @@ -10208,7 +9961,7 @@ dependencies = [ "num-traits", "parity-scale-codec", "paste", - "rand", + "rand 0.8.5", "scale-info", "serde", "simple-mermaid", @@ -10216,7 +9969,7 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-io", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-std", "sp-trie", "sp-weights", "tracing", @@ -10225,72 +9978,43 @@ dependencies = [ [[package]] name = "sp-runtime-interface" -version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "29.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e99db36a7aff44c335f5d5b36c182a3e0cac61de2fefbe2eeac6af5fb13f63bf" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", "polkavm-derive 0.18.0", "primitive-types 0.13.1", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", - "sp-runtime-interface-proc-macro 17.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", - "static_assertions", -] - -[[package]] -name = "sp-runtime-interface" -version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#3dc3a11cd68762c2e5feb0beba0b61f448c4fc92" -dependencies = [ - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec", - "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)", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk)", - "sp-storage 19.0.0 (git+https://github.com/paritytech/polkadot-sdk)", - "sp-tracing 16.0.0 (git+https://github.com/paritytech/polkadot-sdk)", - "sp-wasm-interface 20.0.0 (git+https://github.com/paritytech/polkadot-sdk)", + "sp-externalities", + "sp-runtime-interface-proc-macro", + "sp-std", + "sp-storage", + "sp-tracing", + "sp-wasm-interface", "static_assertions", ] [[package]] name = "sp-runtime-interface-proc-macro" -version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "18.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0195f32c628fee3ce1dfbbf2e7e52a30ea85f3589da9fe62a8b816d70fc06294" dependencies = [ "Inflector", "expander", "proc-macro-crate", "proc-macro2", "quote", - "syn 2.0.98", -] - -[[package]] -name = "sp-runtime-interface-proc-macro" -version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#3dc3a11cd68762c2e5feb0beba0b61f448c4fc92" -dependencies = [ - "Inflector", - "expander", - "proc-macro-crate", - "proc-macro2", - "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] name = "sp-session" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "38.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2a4158c5558192b56cf5ba2ea028cbdbf0fc7c65258e5aa7653bdfad6e68ed21" dependencies = [ "parity-scale-codec", "scale-info", @@ -10303,8 +10027,9 @@ dependencies = [ [[package]] name = "sp-staking" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "38.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6f8f9c0a32836e3c8842b0aec0813077654885d45d83b618210fbb730ea63545" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10316,17 +10041,18 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.35.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.45.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "206508475c01ae2e14f171d35d7fc3eaa7278140d7940416591d49a784792ed6" dependencies = [ "hash-db", "log", "parity-scale-codec", "parking_lot", - "rand", + "rand 0.8.5", "smallvec", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-externalities", "sp-panic-handler", "sp-trie", "thiserror 1.0.69", @@ -10336,24 +10062,25 @@ dependencies = [ [[package]] name = "sp-statement-store" -version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "20.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f6633564ef0b4179c3109855b8480673dea40bd0c11a46e89fa7b7fc526e65de" dependencies = [ "aes-gcm", "curve25519-dalek", "ed25519-dalek", "hkdf", "parity-scale-codec", - "rand", + "rand 0.8.5", "scale-info", - "sha2 0.10.8", + "sha2 0.10.9", "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-crypto-hashing", + "sp-externalities", "sp-runtime", - "sp-runtime-interface 24.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-runtime-interface", "thiserror 1.0.69", "x25519-dalek", ] @@ -10361,41 +10088,27 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" - -[[package]] -name = "sp-std" -version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#3dc3a11cd68762c2e5feb0beba0b61f448c4fc92" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "12f8ee986414b0a9ad741776762f4083cd3a5128449b982a3919c4df36874834" [[package]] name = "sp-storage" -version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "22.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee3b70ca340e41cde9d2e069d354508a6e37a6573d66f7cc38f11549002f64ec" dependencies = [ "impl-serde", "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", -] - -[[package]] -name = "sp-storage" -version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#3dc3a11cd68762c2e5feb0beba0b61f448c4fc92" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "ref-cast", - "serde", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk)", + "sp-debug-derive", ] [[package]] name = "sp-timestamp" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "36.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "176c77326c15425a15e085261161a9435f9a3c0d4bf61dae6dccf05b957a51c6" dependencies = [ "async-trait", "parity-scale-codec", @@ -10406,19 +10119,9 @@ dependencies = [ [[package]] name = "sp-tracing" -version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" -dependencies = [ - "parity-scale-codec", - "tracing", - "tracing-core", - "tracing-subscriber", -] - -[[package]] -name = "sp-tracing" -version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#3dc3a11cd68762c2e5feb0beba0b61f448c4fc92" +version = "17.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6147a5b8c98b9ed4bf99dc033fab97a468b4645515460974c8784daeb7c35433" dependencies = [ "parity-scale-codec", "tracing", @@ -10428,8 +10131,9 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "36.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "05fe2b97ebbbdbaab7200914f5fa3e3493972fceb39d3fb9324bc5b63f60a994" dependencies = [ "sp-api", "sp-runtime", @@ -10437,8 +10141,9 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" -version = "26.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "36.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "49fc175a54170879cc504306e08650d96091e4b9f033b20f4ee542dc9b61b5fd" dependencies = [ "async-trait", "parity-scale-codec", @@ -10451,8 +10156,9 @@ dependencies = [ [[package]] name = "sp-trie" -version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "39.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a555bf4c42ca89e2e7bf2f11308806dad13cdbd7f8fd60cf2649f12b6ee809bf" dependencies = [ "ahash", "hash-db", @@ -10460,11 +10166,11 @@ dependencies = [ "nohash-hasher", "parity-scale-codec", "parking_lot", - "rand", + "rand 0.8.5", "scale-info", "schnellru", "sp-core", - "sp-externalities 0.25.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-externalities", "thiserror 1.0.69", "tracing", "trie-db", @@ -10473,8 +10179,9 @@ dependencies = [ [[package]] name = "sp-version" -version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "39.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd736a15ff2ea0a67c5a3bbdfd842d88f11f0774d7701a8d8a316f8deba276c5" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10483,27 +10190,29 @@ dependencies = [ "serde", "sp-crypto-hashing-proc-macro", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-std", "sp-version-proc-macro", "thiserror 1.0.69", ] [[package]] name = "sp-version-proc-macro" -version = "13.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "15.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "54cabc8279e835cd9c608d70cb00e693bddec94fe8478e9f3104dad1da5f93ca" dependencies = [ "parity-scale-codec", "proc-macro-warning", "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] name = "sp-wasm-interface" -version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "21.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b066baa6d57951600b14ffe1243f54c47f9c23dd89c262e17ca00ae8dca58be9" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -10512,21 +10221,11 @@ dependencies = [ "wasmtime", ] -[[package]] -name = "sp-wasm-interface" -version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk#3dc3a11cd68762c2e5feb0beba0b61f448c4fc92" -dependencies = [ - "anyhow", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", -] - [[package]] name = "sp-weights" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "31.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "515aa194eabac059041df2dbee75b059b99981213ec680e9de85b45b6988346a" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -10534,7 +10233,7 @@ dependencies = [ "serde", "smallvec", "sp-arithmetic", - "sp-debug-derive 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", + "sp-debug-derive", ] [[package]] @@ -10568,29 +10267,6 @@ dependencies = [ "unicode-xid", ] -[[package]] -name = "ssz_rs" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "057291e5631f280978fa9c8009390663ca4613359fc1318e36a8c24c392f6d1f" -dependencies = [ - "bitvec", - "num-bigint", - "sha2 0.9.9", - "ssz_rs_derive", -] - -[[package]] -name = "ssz_rs_derive" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f07d54c4d01a1713eb363b55ba51595da15f6f1211435b71466460da022aa140" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - [[package]] name = "stable_deref_trait" version = "1.2.0" @@ -10599,9 +10275,9 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "stacker" -version = "0.1.19" +version = "0.1.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9156ebd5870ef293bfb43f91c7a74528d363ec0d424afe24160ed5a4343d08a" +checksum = "cddb07e32ddb770749da91081d8d0ac3a16f1a569a18b20348cd371f5dead06b" dependencies = [ "cc", "cfg-if", @@ -10612,8 +10288,9 @@ dependencies = [ [[package]] name = "staging-parachain-info" -version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.20.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f67defdbfcd90bf9b8d4794d2287a27908e518d0540fe8a15bed7761eb07a7e3" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -10625,8 +10302,9 @@ dependencies = [ [[package]] name = "staging-xcm" -version = "7.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "16.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dead7481ba2dec11b0df89745cef3a76f3eef9c9df20155426cd7e9651b4c799" dependencies = [ "array-bytes", "bounded-collections", @@ -10646,8 +10324,9 @@ dependencies = [ [[package]] name = "staging-xcm-builder" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "20.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3fdd44a74a38339c423f690900678a1b5a31d0a44d8e01a0f445a64c96ec3175" dependencies = [ "environmental", "frame-support", @@ -10670,8 +10349,9 @@ dependencies = [ [[package]] name = "staging-xcm-executor" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "19.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ad6d7cc19f02e4c088c2719fe11f22216041909d6a6ab130c71e8d25818d7768" dependencies = [ "environmental", "frame-benchmarking", @@ -10711,32 +10391,13 @@ version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" -[[package]] -name = "strum" -version = "0.24.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" - [[package]] name = "strum" version = "0.26.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" dependencies = [ - "strum_macros 0.26.4", -] - -[[package]] -name = "strum_macros" -version = "0.24.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" -dependencies = [ - "heck 0.4.1", - "proc-macro2", - "quote", - "rustversion", - "syn 1.0.109", + "strum_macros", ] [[package]] @@ -10745,44 +10406,37 @@ version = "0.26.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" dependencies = [ - "heck 0.5.0", + "heck", "proc-macro2", "quote", "rustversion", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] name = "substrate-bip39" -version = "0.4.7" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca58ffd742f693dc13d69bdbb2e642ae239e0053f6aab3b104252892f856700a" dependencies = [ "hmac 0.12.1", "pbkdf2", "schnorrkel", - "sha2 0.10.8", + "sha2 0.10.9", "zeroize", ] [[package]] -name = "substrate-wasm-builder" -version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +name = "substrate-bn" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72b5bbfa79abbae15dd642ea8176a21a635ff3c00059961d1ea27ad04e5b441c" dependencies = [ - "build-helper", - "cargo_metadata", - "console", - "filetime", - "jobserver", - "parity-wasm", - "polkavm-linker 0.18.0", - "shlex", - "sp-maybe-compressed-blob", - "strum 0.26.3", - "tempfile", - "toml 0.8.20", - "walkdir", - "wasm-opt", + "byteorder", + "crunchy", + "lazy_static", + "rand 0.8.5", + "rustc-hex", ] [[package]] @@ -10858,7 +10512,7 @@ dependencies = [ "secrecy 0.10.3", "serde", "serde_json", - "sha2 0.10.8", + "sha2 0.10.9", "subxt-core", "zeroize", ] @@ -10876,9 +10530,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.98" +version = "2.0.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1" +checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf" dependencies = [ "proc-macro2", "quote", @@ -10887,14 +10541,14 @@ dependencies = [ [[package]] name = "syn-solidity" -version = "0.8.21" +version = "0.8.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c2de690018098e367beeb793991c7d4dc7270f42c9d2ac4ccc876c1368ca430" +checksum = "4560533fbd6914b94a8fb5cc803ed6801c3455668db3b810702c57612bac9412" dependencies = [ "paste", "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] @@ -10908,13 +10562,13 @@ dependencies = [ [[package]] name = "synstructure" -version = "0.13.1" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" +checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] @@ -10942,15 +10596,14 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "tempfile" -version = "3.17.1" +version = "3.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230" +checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" dependencies = [ - "cfg-if", "fastrand", - "getrandom 0.3.1", + "getrandom 0.3.3", "once_cell", - "rustix 0.38.44", + "rustix 1.0.7", "windows-sys 0.59.0", ] @@ -10971,8 +10624,9 @@ checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683" [[package]] name = "testnet-parachains-constants" -version = "1.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "13.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b7f6796ca1e01e6d75615eb07083b2bf8a71f518c41c2e303c7568430c6aabe" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -10995,11 +10649,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.11" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" +checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" dependencies = [ - "thiserror-impl 2.0.11", + "thiserror-impl 2.0.12", ] [[package]] @@ -11010,18 +10664,18 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] name = "thiserror-impl" -version = "2.0.11" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" +checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] @@ -11045,9 +10699,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.37" +version = "0.3.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21" +checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40" dependencies = [ "deranged", "itoa", @@ -11060,15 +10714,15 @@ dependencies = [ [[package]] name = "time-core" -version = "0.1.2" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" +checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c" [[package]] name = "time-macros" -version = "0.2.19" +version = "0.2.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de" +checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49" dependencies = [ "num-conv", "time-core", @@ -11085,9 +10739,9 @@ dependencies = [ [[package]] name = "tinystr" -version = "0.7.6" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" +checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" dependencies = [ "displaydoc", "zerovec", @@ -11105,9 +10759,9 @@ dependencies = [ [[package]] name = "tinyvec" -version = "1.8.1" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8" +checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71" dependencies = [ "tinyvec_macros", ] @@ -11120,9 +10774,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.44.2" +version = "1.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" +checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165" dependencies = [ "backtrace", "bytes", @@ -11154,9 +10808,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.20" +version = "0.8.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd87a5cdd6ffab733b2f74bc4fd7ee5fff6634124999ac278c35fc78c6120148" +checksum = "05ae329d1f08c4d17a59bed7ff5b5a769d062e64a62d34a3261b219e62cd5aae" dependencies = [ "serde", "serde_spanned", @@ -11166,26 +10820,33 @@ dependencies = [ [[package]] name = "toml_datetime" -version = "0.6.8" +version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" +checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3" dependencies = [ "serde", ] [[package]] name = "toml_edit" -version = "0.22.24" +version = "0.22.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474" +checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e" dependencies = [ - "indexmap 2.7.1", + "indexmap 2.9.0", "serde", "serde_spanned", "toml_datetime", + "toml_write", "winnow", ] +[[package]] +name = "toml_write" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076" + [[package]] name = "tower" version = "0.5.2" @@ -11233,7 +10894,7 @@ checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] @@ -11278,9 +10939,9 @@ dependencies = [ [[package]] name = "trie-db" -version = "0.29.1" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c992b4f40c234a074d48a757efeabb1a6be88af84c0c23f7ca158950cb0ae7f" +checksum = "6c0670ab45a6b7002c7df369fee950a27cf29ae0474343fd3a15aa15f691e7a6" dependencies = [ "hash-db", "log", @@ -11323,7 +10984,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "digest 0.10.7", - "rand", + "rand 0.8.5", "static_assertions", ] @@ -11371,9 +11032,9 @@ checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" [[package]] name = "unicode-ident" -version = "1.0.17" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00e2473a93778eb0bad35909dff6a10d28e63f792f16ed15e404fca9d5eeedbe" +checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" [[package]] name = "unicode-normalization" @@ -11384,18 +11045,6 @@ dependencies = [ "tinyvec", ] -[[package]] -name = "unicode-width" -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" @@ -11423,12 +11072,6 @@ dependencies = [ "percent-encoding", ] -[[package]] -name = "utf16_iter" -version = "1.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" - [[package]] name = "utf8_iter" version = "1.0.4" @@ -11461,28 +11104,72 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "w3f-bls" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70a3028804c8bbae2a97a15b71ffc0e308c4b01a520994aafa77d56e94e19024" +checksum = "e6bfb937b3d12077654a9e43e32a4e9c20177dd9fea0f3aba673e7840bb54f32" dependencies = [ "ark-bls12-377", - "ark-bls12-381", - "ark-ec", + "ark-bls12-381 0.4.0", + "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", - "rand", - "rand_chacha", - "rand_core", - "sha2 0.10.8", + "rand 0.8.5", + "rand_chacha 0.3.1", + "rand_core 0.6.4", + "sha2 0.10.9", "sha3", - "thiserror 1.0.69", "zeroize", ] +[[package]] +name = "w3f-pcs" +version = "0.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fbe7a8d5c914b69392ab3b267f679a2e546fe29afaddce47981772ac71bd02e1" +dependencies = [ + "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", +] + +[[package]] +name = "w3f-plonk-common" +version = "0.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1aca389e494fe08c5c108b512e2328309036ee1c0bc7bdfdb743fef54d448c8c" +dependencies = [ + "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", + "getrandom_or_panic", + "rand_core 0.6.4", + "w3f-pcs", +] + +[[package]] +name = "w3f-ring-proof" +version = "0.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8a639379402ad51504575dbd258740383291ac8147d3b15859bdf1ea48c677de" +dependencies = [ + "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", + "ark-transcript", + "w3f-pcs", + "w3f-plonk-common", +] + [[package]] name = "wait-timeout" version = "0.2.1" @@ -11519,9 +11206,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasi" -version = "0.13.3+wasi-0.2.2" +version = "0.14.2+wasi-0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2" +checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" dependencies = [ "wit-bindgen-rt", ] @@ -11548,7 +11235,7 @@ dependencies = [ "log", "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", "wasm-bindgen-shared", ] @@ -11583,7 +11270,7 @@ checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", "wasm-bindgen-backend", "wasm-bindgen-shared", ] @@ -11606,46 +11293,6 @@ dependencies = [ "parity-wasm", ] -[[package]] -name = "wasm-opt" -version = "0.116.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fd87a4c135535ffed86123b6fb0f0a5a0bc89e50416c942c5f0662c645f679c" -dependencies = [ - "anyhow", - "libc", - "strum 0.24.1", - "strum_macros 0.24.3", - "tempfile", - "thiserror 1.0.69", - "wasm-opt-cxx-sys", - "wasm-opt-sys", -] - -[[package]] -name = "wasm-opt-cxx-sys" -version = "0.116.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c57b28207aa724318fcec6575fe74803c23f6f266fce10cbc9f3f116762f12e" -dependencies = [ - "anyhow", - "cxx", - "cxx-build", - "wasm-opt-sys", -] - -[[package]] -name = "wasm-opt-sys" -version = "0.116.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a1cce564dc768dacbdb718fc29df2dba80bd21cb47d8f77ae7e3d95ceb98cbe" -dependencies = [ - "anyhow", - "cc", - "cxx", - "cxx-build", -] - [[package]] name = "wasmi" version = "0.32.3" @@ -11756,7 +11403,7 @@ dependencies = [ "log", "rustix 0.36.17", "serde", - "sha2 0.10.8", + "sha2 0.10.9", "toml 0.5.11", "windows-sys 0.45.0", "zstd 0.11.2+zstd.1.5.2", @@ -11880,7 +11527,7 @@ dependencies = [ "memfd", "memoffset", "paste", - "rand", + "rand 0.8.5", "rustix 0.36.17", "wasmtime-asm-macros", "wasmtime-environ", @@ -11912,8 +11559,9 @@ dependencies = [ [[package]] name = "westend-runtime-constants" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "20.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "353ec9fb34d2bea0e0dcf9132b47926eb3afcdacc52e3d75ffcf95c858d29c9d" dependencies = [ "frame-support", "polkadot-primitives", @@ -11928,13 +11576,13 @@ dependencies = [ [[package]] name = "which" -version = "7.0.2" +version = "7.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2774c861e1f072b3aadc02f8ba886c26ad6321567ecc294c935434cad06f1283" +checksum = "24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762" dependencies = [ "either", "env_home", - "rustix 0.38.44", + "rustix 1.0.7", "winsafe", ] @@ -11980,33 +11628,38 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] -name = "windows-registry" -version = "0.2.0" +name = "windows-link" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" +checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38" + +[[package]] +name = "windows-registry" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3" dependencies = [ "windows-result", "windows-strings", - "windows-targets 0.52.6", + "windows-targets 0.53.0", ] [[package]] name = "windows-result" -version = "0.2.0" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" +checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252" dependencies = [ - "windows-targets 0.52.6", + "windows-link", ] [[package]] name = "windows-strings" -version = "0.1.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" +checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319" dependencies = [ - "windows-result", - "windows-targets 0.52.6", + "windows-link", ] [[package]] @@ -12084,13 +11737,29 @@ dependencies = [ "windows_aarch64_gnullvm 0.52.6", "windows_aarch64_msvc 0.52.6", "windows_i686_gnu 0.52.6", - "windows_i686_gnullvm", + "windows_i686_gnullvm 0.52.6", "windows_i686_msvc 0.52.6", "windows_x86_64_gnu 0.52.6", "windows_x86_64_gnullvm 0.52.6", "windows_x86_64_msvc 0.52.6", ] +[[package]] +name = "windows-targets" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b" +dependencies = [ + "windows_aarch64_gnullvm 0.53.0", + "windows_aarch64_msvc 0.53.0", + "windows_i686_gnu 0.53.0", + "windows_i686_gnullvm 0.53.0", + "windows_i686_msvc 0.53.0", + "windows_x86_64_gnu 0.53.0", + "windows_x86_64_gnullvm 0.53.0", + "windows_x86_64_msvc 0.53.0", +] + [[package]] name = "windows_aarch64_gnullvm" version = "0.42.2" @@ -12109,6 +11778,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" + [[package]] name = "windows_aarch64_msvc" version = "0.42.2" @@ -12127,6 +11802,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" +[[package]] +name = "windows_aarch64_msvc" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" + [[package]] name = "windows_i686_gnu" version = "0.42.2" @@ -12145,12 +11826,24 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" +[[package]] +name = "windows_i686_gnu" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" + [[package]] name = "windows_i686_gnullvm" version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" +[[package]] +name = "windows_i686_gnullvm" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" + [[package]] name = "windows_i686_msvc" version = "0.42.2" @@ -12169,6 +11862,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" +[[package]] +name = "windows_i686_msvc" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" + [[package]] name = "windows_x86_64_gnu" version = "0.42.2" @@ -12187,6 +11886,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" +[[package]] +name = "windows_x86_64_gnu" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" + [[package]] name = "windows_x86_64_gnullvm" version = "0.42.2" @@ -12205,6 +11910,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" + [[package]] name = "windows_x86_64_msvc" version = "0.42.2" @@ -12224,10 +11935,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] -name = "winnow" -version = "0.7.3" +name = "windows_x86_64_msvc" +version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e7f4ea97f6f78012141bcdb6a216b2609f0979ada50b20ca5b52dde2eac2bb1" +checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" + +[[package]] +name = "winnow" +version = "0.7.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c06928c8748d81b05c9be96aad92e1b6ff01833332f281e8cfca3be4b35fc9ec" dependencies = [ "memchr", ] @@ -12240,24 +11957,18 @@ checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904" [[package]] name = "wit-bindgen-rt" -version = "0.33.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c" +checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" dependencies = [ - "bitflags 2.8.0", + "bitflags 2.9.0", ] -[[package]] -name = "write16" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" - [[package]] name = "writeable" -version = "0.5.5" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" +checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" [[package]] name = "wyz" @@ -12275,37 +11986,38 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277" dependencies = [ "curve25519-dalek", - "rand_core", + "rand_core 0.6.4", "serde", "zeroize", ] [[package]] name = "xattr" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e105d177a3871454f754b33bb0ee637ecaaac997446375fd3e5d43a2ed00c909" +checksum = "0d65cbf2f12c15564212d48f4e3dfb87923d25d611f2aed18f4cb23f0413d89e" dependencies = [ "libc", - "linux-raw-sys 0.4.15", - "rustix 0.38.44", + "rustix 1.0.7", ] [[package]] name = "xcm-procedural" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "11.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d3d21c65cbf847ae0b1a8e6411b614d269d3108c6c649b039bffcf225e89aa4" dependencies = [ "Inflector", "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] name = "xcm-runtime-apis" -version = "0.1.1" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c167c669dcff79985e7367c70a8adeba6021b156c710133615c1183a31a5895" dependencies = [ "frame-support", "parity-scale-codec", @@ -12318,8 +12030,9 @@ dependencies = [ [[package]] name = "xcm-simulator" -version = "7.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee#c29e72a8628835e34deb6aa7db9a78a2e4eabcee" +version = "20.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e42a85e6223e91e5ba8ee2b921dd0f876d2cbe2b66f2c456112f784fab3b13ca" dependencies = [ "frame-support", "frame-system", @@ -12332,7 +12045,6 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std 14.0.0 (git+https://github.com/paritytech/polkadot-sdk?rev=c29e72a8628835e34deb6aa7db9a78a2e4eabcee)", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -12340,9 +12052,9 @@ dependencies = [ [[package]] name = "yoke" -version = "0.7.5" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" +checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" dependencies = [ "serde", "stable_deref_trait", @@ -12352,55 +12064,54 @@ dependencies = [ [[package]] name = "yoke-derive" -version = "0.7.5" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" +checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", "synstructure", ] [[package]] name = "zerocopy" -version = "0.7.35" +version = "0.8.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" +checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb" dependencies = [ - "byteorder", "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.7.35" +version = "0.8.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" +checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] name = "zerofrom" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" +checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" dependencies = [ "zerofrom-derive", ] [[package]] name = "zerofrom-derive" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" +checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", "synstructure", ] @@ -12421,14 +12132,25 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", +] + +[[package]] +name = "zerotrie" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" +dependencies = [ + "displaydoc", + "yoke", + "zerofrom", ] [[package]] name = "zerovec" -version = "0.10.4" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" +checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428" dependencies = [ "yoke", "zerofrom", @@ -12437,13 +12159,13 @@ dependencies = [ [[package]] name = "zerovec-derive" -version = "0.10.3" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" +checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" dependencies = [ "proc-macro2", "quote", - "syn 2.0.98", + "syn 2.0.101", ] [[package]] @@ -12486,9 +12208,9 @@ dependencies = [ [[package]] name = "zstd-sys" -version = "2.0.14+zstd.1.5.7" +version = "2.0.15+zstd.1.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fb060d4926e4ac3a3ad15d864e99ceb5f343c6b34f5bd6d81ae6ed417311be5" +checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237" dependencies = [ "cc", "pkg-config", diff --git a/Cargo.toml b/Cargo.toml index 1b39b32..40adf65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,14 +73,13 @@ assert_fs = "1.1" # polkadot-sdk and friends codec = { version = "3.6.12", default-features = false, package = "parity-scale-codec" } scale-info = { version = "2.11.6", default-features = false } -polkadot-sdk = { git = "https://github.com/paritytech/polkadot-sdk", rev = "c29e72a8628835e34deb6aa7db9a78a2e4eabcee" } +polkadot-sdk = { version = "2503.0.1" } # llvm [workspace.dependencies.inkwell] -git = "https://github.com/TheDan64/inkwell.git" -rev = "7b410298b6a93450adaa90b1841d5805a3038f12" +version = "0.6.0" default-features = false -features = ["serde", "llvm18-0", "no-libffi-linking", "target-riscv"] +features = ["serde", "llvm18-1", "no-libffi-linking", "target-riscv"] [profile.bench] inherits = "release" diff --git a/crates/runner/src/runtime.rs b/crates/runner/src/runtime.rs index d0d82ad..5cdc7ce 100644 --- a/crates/runner/src/runtime.rs +++ b/crates/runner/src/runtime.rs @@ -94,6 +94,12 @@ impl FindAuthor<::AccountId> for Runtime { where I: 'a + IntoIterator, { - Some([0xff; 32].into()) + Some( + [[0xff; 20].as_slice(), [0xee; 12].as_slice()] + .concat() + .as_slice() + .try_into() + .unwrap(), + ) } } diff --git a/crates/runtime-api/Cargo.toml b/crates/runtime-api/Cargo.toml index 11d3550..22cd4ba 100644 --- a/crates/runtime-api/Cargo.toml +++ b/crates/runtime-api/Cargo.toml @@ -9,7 +9,7 @@ description = "Implements the low level runtime API bindings with pallet contrac [dependencies] anyhow = { workspace = true } -inkwell = { workspace = true, features = ["target-riscv", "no-libffi-linking", "llvm18-0"] } +inkwell = { workspace = true, features = ["target-riscv", "no-libffi-linking", "llvm18-1"] } revive-common = { workspace = true } diff --git a/crates/solidity/Cargo.toml b/crates/solidity/Cargo.toml index 5843ba0..3670a16 100644 --- a/crates/solidity/Cargo.toml +++ b/crates/solidity/Cargo.toml @@ -44,7 +44,7 @@ mimalloc = { version = "*", default-features = false } [target.'cfg(target_os = "emscripten")'.dependencies] libc = { workspace = true } -inkwell = { workspace = true, features = ["target-riscv", "llvm18-0-no-llvm-linking"]} +inkwell = { workspace = true, features = ["target-riscv", "llvm18-1-no-llvm-linking"]} [build-dependencies] git2 = { workspace = true, default-features = false } diff --git a/crates/stdlib/Cargo.toml b/crates/stdlib/Cargo.toml index c474760..0fc51aa 100644 --- a/crates/stdlib/Cargo.toml +++ b/crates/stdlib/Cargo.toml @@ -7,7 +7,7 @@ repository.workspace = true description = "revive compiler stdlib components" [dependencies] -inkwell = { workspace = true, features = ["target-riscv", "no-libffi-linking", "llvm18-0"] } +inkwell = { workspace = true, features = ["target-riscv", "no-libffi-linking", "llvm18-1"] } [build-dependencies] revive-build-utils = { workspace = true }