From 853e03734294bbdb1a31285ef03b883ea955514d Mon Sep 17 00:00:00 2001 From: Igor Papandinas <26460174+ipapandinas@users.noreply.github.com> Date: Thu, 22 Jan 2026 15:59:57 +0400 Subject: [PATCH 1/5] wip: use new runtime macro --- Cargo.lock | 1302 ++++++++++++++++++------------------ runtime/astar/src/lib.rs | 211 +++--- runtime/shibuya/src/lib.rs | 204 ++++-- runtime/shiden/src/lib.rs | 154 +++-- 4 files changed, 1019 insertions(+), 852 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 15ae4aa81..96d4affb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -153,7 +153,7 @@ dependencies = [ "derive_more 2.1.1", "foldhash 0.2.0", "hashbrown 0.16.1", - "indexmap 2.12.1", + "indexmap 2.13.0", "itoa", "k256", "keccak-asm", @@ -189,7 +189,7 @@ dependencies = [ "proc-macro-error2", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -201,11 +201,11 @@ dependencies = [ "alloy-sol-macro-input", "const-hex", "heck 0.5.0", - "indexmap 2.12.1", + "indexmap 2.13.0", "proc-macro-error2", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", "syn-solidity", "tiny-keccak", ] @@ -222,7 +222,7 @@ dependencies = [ "macro-string", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", "syn-solidity", ] @@ -339,7 +339,7 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -521,7 +521,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "62945a2f7e6de02a31fe400aa489f0e0f5b2502e69f95f853adb82a96c7a6b60" dependencies = [ "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -559,7 +559,7 @@ dependencies = [ "num-traits", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -644,7 +644,7 @@ checksum = "213888f660fddcca0d257e88e54ac05bca01885f258ccdf695bafd77031bb69d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -723,7 +723,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "27d55334c98d756b32dcceb60248647ab34f027690f87f9a362fd292676ee927" dependencies = [ "smallvec", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] @@ -775,7 +775,7 @@ dependencies = [ "nom", "num-traits", "rusticata-macros", - "thiserror 2.0.17", + "thiserror 2.0.18", "time", ] @@ -787,7 +787,7 @@ checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", "synstructure 0.13.2", ] @@ -799,7 +799,7 @@ checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", "synstructure 0.13.2", ] @@ -811,7 +811,7 @@ checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -1343,7 +1343,7 @@ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -1434,7 +1434,7 @@ checksum = "ffdcb70bdbc4d478427380519163274ac86e52916e10f0a8889adf0f96d3fee7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -1506,9 +1506,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64ct" -version = "1.8.1" +version = "1.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e050f626429857a27ddccb31e0aca21356bfa709c04041aefddac081a8f068a" +checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" [[package]] name = "bech32" @@ -1519,7 +1519,7 @@ checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445" [[package]] name = "binary-merkle-tree" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "hash-db", "log", @@ -1553,7 +1553,7 @@ dependencies = [ "regex", "rustc-hash 1.1.0", "shlex", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -1689,37 +1689,38 @@ dependencies = [ [[package]] name = "blake2b_simd" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06e903a20b159e944f91ec8499fe1e55651480c541ea0a584f5d967c49ad9d99" +checksum = "b79834656f71332577234b50bfc009996f7449e0c056884e6a02492ded0ca2f3" dependencies = [ "arrayref", "arrayvec 0.7.6", - "constant_time_eq 0.3.1", + "constant_time_eq 0.4.2", ] [[package]] name = "blake2s_simd" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e90f7deecfac93095eb874a40febd69427776e24e1bd7f87f33ac62d6f0174df" +checksum = "ee29928bad1e3f94c9d1528da29e07a1d3d04817ae8332de1e8b846c8439f4b3" dependencies = [ "arrayref", "arrayvec 0.7.6", - "constant_time_eq 0.3.1", + "constant_time_eq 0.4.2", ] [[package]] name = "blake3" -version = "1.8.2" +version = "1.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0" +checksum = "2468ef7d57b3fb7e16b576e8377cdbde2320c60e1491e961d11da40fc4f02a2d" dependencies = [ "arrayref", "arrayvec 0.7.6", "cc", "cfg-if", - "constant_time_eq 0.3.1", + "constant_time_eq 0.4.2", + "cpufeatures", ] [[package]] @@ -1777,7 +1778,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" version = "0.18.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "parity-scale-codec", "scale-info", @@ -1929,9 +1930,9 @@ checksum = "fd6c0e7b807d60291f42f33f58480c0bfafe28ed08286446f45e463728cf9c1c" [[package]] name = "cc" -version = "1.2.50" +version = "1.2.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f50d563227a1c37cc0a263f64eca3334388c01c5e4c4861a9def205c614383c" +checksum = "755d2fce177175ffca841e9a06afdb2c4ab0f593d53b4dee48147dfaade85932" dependencies = [ "find-msvc-tools", "jobserver", @@ -2017,9 +2018,9 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.42" +version = "0.4.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" +checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118" dependencies = [ "iana-time-zone", "js-sys", @@ -2087,9 +2088,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.53" +version = "4.5.54" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8" +checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394" dependencies = [ "clap_builder", "clap_derive", @@ -2097,9 +2098,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.53" +version = "4.5.54" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00" +checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00" dependencies = [ "anstream", "anstyle", @@ -2117,20 +2118,20 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] name = "clap_lex" -version = "0.7.6" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" +checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32" [[package]] name = "coarsetime" -version = "0.1.36" +version = "0.1.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91849686042de1b41cd81490edc83afbcb0abe5a9b6f2c4114f23ce8cca1bcf4" +checksum = "e58eb270476aa4fc7843849f8a35063e8743b4dbcdf6dd0f8ea0886980c204c2" dependencies = [ "libc", "wasix", @@ -2218,9 +2219,9 @@ dependencies = [ [[package]] name = "comfy-table" -version = "7.2.1" +version = "7.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b03b7db8e0b4b2fdad6c551e634134e99ec000e5c8c3b6856c65e8bbaded7a3b" +checksum = "958c5d6ecf1f214b4c2bbbbf6ab9523a864bd136dcf71a7e8904799acfe1ad47" dependencies = [ "unicode-segmentation", "unicode-width", @@ -2287,7 +2288,7 @@ version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" dependencies = [ - "getrandom 0.2.16", + "getrandom 0.2.17", "once_cell", "tiny-keccak", ] @@ -2326,9 +2327,9 @@ checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" [[package]] name = "constant_time_eq" -version = "0.3.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" +checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b" [[package]] name = "convert_case" @@ -2655,7 +2656,7 @@ dependencies = [ [[package]] name = "cumulus-client-bootnodes" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -2681,7 +2682,7 @@ dependencies = [ [[package]] name = "cumulus-client-cli" version = "0.24.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "clap", "parity-scale-codec", @@ -2698,7 +2699,7 @@ dependencies = [ [[package]] name = "cumulus-client-collator" version = "0.24.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -2721,7 +2722,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-aura" version = "0.24.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-trait", "cumulus-client-collator", @@ -2768,7 +2769,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" version = "0.24.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -2800,7 +2801,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-proposer" version = "0.20.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "anyhow", "async-trait", @@ -2815,7 +2816,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-relay-chain" version = "0.24.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-trait", "cumulus-client-consensus-common", @@ -2838,7 +2839,7 @@ dependencies = [ [[package]] name = "cumulus-client-network" version = "0.24.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2865,7 +2866,7 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" version = "0.18.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2886,7 +2887,7 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" version = "0.24.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2914,7 +2915,7 @@ dependencies = [ [[package]] name = "cumulus-client-service" version = "0.25.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-channel 1.9.0", "cumulus-client-cli", @@ -2954,7 +2955,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" version = "0.21.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -2971,7 +2972,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" version = "0.21.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "array-bytes 6.2.3", "bytes", @@ -3009,18 +3010,18 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] name = "cumulus-pallet-xcm" version = "0.20.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -3035,7 +3036,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.21.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "approx", "bounded-collections", @@ -3061,7 +3062,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" version = "0.18.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "sp-api", "sp-consensus-aura", @@ -3070,7 +3071,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.19.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -3087,7 +3088,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.19.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3101,7 +3102,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.13.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "sp-externalities", "sp-runtime-interface", @@ -3111,7 +3112,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", @@ -3128,7 +3129,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" version = "0.21.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -3145,7 +3146,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -3173,7 +3174,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" version = "0.24.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3193,7 +3194,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-minimal-node" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -3229,7 +3230,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" version = "0.24.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3270,7 +3271,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-streams" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "cumulus-relay-chain-interface", "futures 0.3.31", @@ -3284,7 +3285,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.20.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -3318,7 +3319,7 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -3336,9 +3337,9 @@ dependencies = [ [[package]] name = "cxx" -version = "1.0.192" +version = "1.0.194" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbda285ba6e5866529faf76352bdf73801d9b44a6308d7cd58ca2379f378e994" +checksum = "747d8437319e3a2f43d93b341c137927ca70c0f5dabeea7a005a73665e247c7e" dependencies = [ "cc", "cxx-build", @@ -3351,49 +3352,49 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.192" +version = "1.0.194" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af9efde466c5d532d57efd92f861da3bdb7f61e369128ce8b4c3fe0c9de4fa4d" +checksum = "b0f4697d190a142477b16aef7da8a99bfdc41e7e8b1687583c0d23a79c7afc1e" dependencies = [ "cc", "codespan-reporting", - "indexmap 2.12.1", + "indexmap 2.13.0", "proc-macro2", "quote", "scratch", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] name = "cxxbridge-cmd" -version = "1.0.192" +version = "1.0.194" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3efb93799095bccd4f763ca07997dc39a69e5e61ab52d2c407d4988d21ce144d" +checksum = "d0956799fa8678d4c50eed028f2de1c0552ae183c76e976cf7ca8c4e36a7c328" dependencies = [ "clap", "codespan-reporting", - "indexmap 2.12.1", + "indexmap 2.13.0", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] name = "cxxbridge-flags" -version = "1.0.192" +version = "1.0.194" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3092010228026e143b32a4463ed9fa8f86dca266af4bf5f3b2a26e113dbe4e45" +checksum = "23384a836ab4f0ad98ace7e3955ad2de39de42378ab487dc28d3990392cb283a" [[package]] name = "cxxbridge-macro" -version = "1.0.192" +version = "1.0.194" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31d72ebfcd351ae404fb00ff378dfc9571827a00722c9e735c9181aec320ba0a" +checksum = "e6acc6b5822b9526adfb4fc377b67128fdd60aac757cc4a741a6278603f763cf" dependencies = [ - "indexmap 2.12.1", + "indexmap 2.13.0", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -3436,7 +3437,7 @@ dependencies = [ "proc-macro2", "quote", "strsim", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -3450,7 +3451,7 @@ dependencies = [ "proc-macro2", "quote", "strsim", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -3461,7 +3462,7 @@ checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" dependencies = [ "darling_core 0.20.11", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -3472,7 +3473,7 @@ checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81" dependencies = [ "darling_core 0.21.3", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -3490,15 +3491,15 @@ dependencies = [ [[package]] name = "data-encoding" -version = "2.9.0" +version = "2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" +checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea" [[package]] name = "data-encoding-macro" -version = "0.1.18" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d" +checksum = "8142a83c17aa9461d637e649271eae18bf2edd00e91f2e105df36c3c16355bdb" dependencies = [ "data-encoding", "data-encoding-macro-internal", @@ -3506,12 +3507,12 @@ dependencies = [ [[package]] name = "data-encoding-macro-internal" -version = "0.1.16" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" +checksum = "7ab67060fc6b8ef687992d439ca0fa36e7ed17e9a0b16b25b601e8757df720de" dependencies = [ "data-encoding", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -3603,7 +3604,7 @@ checksum = "d65d7ce8132b7c0e54497a4d9a55a1c2a0912a0d786cf894472ba818fba45762" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -3614,7 +3615,7 @@ checksum = "ef941ded77d15ca19b40374869ac6000af1c9f2a4c0f3d4c70926287e6364a8f" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -3627,7 +3628,7 @@ dependencies = [ "proc-macro2", "quote", "rustc_version 0.4.1", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -3656,7 +3657,7 @@ checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", "unicode-xid", ] @@ -3670,7 +3671,7 @@ dependencies = [ "proc-macro2", "quote", "rustc_version 0.4.1", - "syn 2.0.111", + "syn 2.0.114", "unicode-xid", ] @@ -3763,7 +3764,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -3787,7 +3788,7 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.111", + "syn 2.0.114", "termcolor", "toml 0.8.23", "walkdir", @@ -3813,9 +3814,9 @@ checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" [[package]] name = "dtoa" -version = "1.0.10" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04" +checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590" [[package]] name = "dunce" @@ -3841,7 +3842,7 @@ checksum = "7e8671d54058979a37a26f3511fbf8d198ba1aa35ffb202c42587d918d77213a" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -3915,7 +3916,7 @@ dependencies = [ "enum-ordinalize", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -3989,7 +3990,7 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -4009,7 +4010,7 @@ checksum = "8ca9601fb2d62598ee17836250842873a413586e5d7ed88b356e38ddbb0ec631" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -4029,7 +4030,7 @@ checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -4040,7 +4041,7 @@ checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -4205,7 +4206,7 @@ dependencies = [ [[package]] name = "ethereum-standards" version = "0.1.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "alloy-core", ] @@ -4304,7 +4305,7 @@ dependencies = [ "regex", "serde", "serde_json", - "syn 2.0.111", + "syn 2.0.114", "toml 0.8.23", "walkdir", ] @@ -4322,7 +4323,7 @@ dependencies = [ "proc-macro2", "quote", "serde_json", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -4348,7 +4349,7 @@ dependencies = [ "serde", "serde_json", "strum 0.26.3", - "syn 2.0.111", + "syn 2.0.114", "tempfile", "thiserror 1.0.69", "tiny-keccak", @@ -4477,7 +4478,7 @@ dependencies = [ [[package]] name = "evm" version = "0.43.4" -source = "git+https://github.com/rust-ethereum/evm?branch=v0.x#6917b131d552559ee84b0b3ea5450d9890a7e9bd" +source = "git+https://github.com/rust-ethereum/evm?branch=v0.x#a656db9050c65170b050360c3fa66c0fd8bf226a" dependencies = [ "auto_impl", "environmental", @@ -4497,7 +4498,7 @@ dependencies = [ [[package]] name = "evm-core" version = "0.43.0" -source = "git+https://github.com/rust-ethereum/evm?branch=v0.x#6917b131d552559ee84b0b3ea5450d9890a7e9bd" +source = "git+https://github.com/rust-ethereum/evm?branch=v0.x#a656db9050c65170b050360c3fa66c0fd8bf226a" dependencies = [ "parity-scale-codec", "primitive-types 0.13.1", @@ -4508,7 +4509,7 @@ dependencies = [ [[package]] name = "evm-gasometer" version = "0.43.0" -source = "git+https://github.com/rust-ethereum/evm?branch=v0.x#6917b131d552559ee84b0b3ea5450d9890a7e9bd" +source = "git+https://github.com/rust-ethereum/evm?branch=v0.x#a656db9050c65170b050360c3fa66c0fd8bf226a" dependencies = [ "environmental", "evm-core", @@ -4519,7 +4520,7 @@ dependencies = [ [[package]] name = "evm-runtime" version = "0.43.0" -source = "git+https://github.com/rust-ethereum/evm?branch=v0.x#6917b131d552559ee84b0b3ea5450d9890a7e9bd" +source = "git+https://github.com/rust-ethereum/evm?branch=v0.x#a656db9050c65170b050360c3fa66c0fd8bf226a" dependencies = [ "auto_impl", "environmental", @@ -4563,7 +4564,7 @@ dependencies = [ "prettyplease", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -4648,11 +4649,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eb42427514b063d97ce21d5199f36c0c307d981434a6be32582bc79fe5bd2303" dependencies = [ "expander", - "indexmap 2.12.1", + "indexmap 2.13.0", "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -4680,7 +4681,7 @@ dependencies = [ "sp-block-builder", "sp-consensus", "sp-runtime", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] @@ -4786,7 +4787,7 @@ dependencies = [ "sp-timestamp", "sp-trie", "substrate-prometheus-endpoint", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", ] @@ -4871,14 +4872,13 @@ dependencies = [ [[package]] name = "filetime" -version = "0.2.26" +version = "0.2.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed" +checksum = "f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db" dependencies = [ "cfg-if", "libc", "libredox", - "windows-sys 0.60.2", ] [[package]] @@ -4899,9 +4899,9 @@ dependencies = [ [[package]] name = "find-msvc-tools" -version = "0.1.5" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844" +checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db" [[package]] name = "fixed-hash" @@ -4974,7 +4974,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "13.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "parity-scale-codec", ] @@ -5101,7 +5101,7 @@ checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619" [[package]] name = "frame-benchmarking" version = "41.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-support", "frame-support-procedural", @@ -5125,7 +5125,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "49.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "Inflector", "array-bytes 6.2.3", @@ -5204,18 +5204,18 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "16.1.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] name = "frame-election-provider-support" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -5232,7 +5232,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "41.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "aquamarine", "frame-support", @@ -5285,7 +5285,7 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" version = "0.9.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "array-bytes 6.2.3", "const-hex", @@ -5301,7 +5301,7 @@ dependencies = [ [[package]] name = "frame-storage-access-test-runtime" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "cumulus-pallet-parachain-system", "parity-scale-codec", @@ -5314,8 +5314,8 @@ dependencies = [ [[package]] name = "frame-support" -version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +version = "41.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "aquamarine", "array-bytes 6.2.3", @@ -5356,7 +5356,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "Inflector", "cfg-expr", @@ -5370,35 +5370,35 @@ dependencies = [ "proc-macro2", "quote", "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2506)", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] name = "frame-support-procedural-tools" version = "13.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] name = "frame-support-procedural-tools-derive" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] name = "frame-system" version = "41.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "cfg-if", "docify", @@ -5417,7 +5417,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-benchmarking", "frame-support", @@ -5431,7 +5431,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "docify", "parity-scale-codec", @@ -5441,7 +5441,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.47.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-support", "parity-scale-codec", @@ -5606,7 +5606,7 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -5702,9 +5702,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.16" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" +checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" dependencies = [ "cfg-if", "js-sys", @@ -5835,7 +5835,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.12", - "indexmap 2.12.1", + "indexmap 2.13.0", "slab", "tokio", "tokio-util", @@ -5844,9 +5844,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.4.12" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" +checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" dependencies = [ "atomic-waker", "bytes", @@ -5854,7 +5854,7 @@ dependencies = [ "futures-core", "futures-sink", "http 1.4.0", - "indexmap 2.12.1", + "indexmap 2.13.0", "slab", "tokio", "tokio-util", @@ -6065,7 +6065,7 @@ dependencies = [ "once_cell", "rand 0.9.2", "ring 0.17.14", - "thiserror 2.0.17", + "thiserror 2.0.18", "tinyvec", "tokio", "tracing", @@ -6109,7 +6109,7 @@ dependencies = [ "rand 0.9.2", "resolv-conf", "smallvec", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tracing", ] @@ -6270,7 +6270,7 @@ dependencies = [ "bytes", "futures-channel", "futures-core", - "h2 0.4.12", + "h2 0.4.13", "http 1.4.0", "http-body 1.0.1", "httparse", @@ -6579,7 +6579,7 @@ checksum = "a0eb5a3343abf848c0984fe4604b2b105da9539376e24fc0a3b0007411ae4fd9" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -6620,9 +6620,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.12.1" +version = "2.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" +checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" dependencies = [ "equivalent", "hashbrown 0.16.1", @@ -6837,15 +6837,15 @@ dependencies = [ [[package]] name = "itoa" -version = "1.0.16" +version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ee5b5339afb4c41626dde77b7a611bd4f2c202b897852b4bcf5d03eddc61010" +checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" [[package]] name = "jiff" -version = "0.2.16" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49cce2b81f2098e7e3efc35bc2e0a6b7abec9d34128283d7a26fa8f32a6dbb35" +checksum = "e67e8da4c49d6d9909fe03361f9b620f58898859f5c7aded68351e85e71ecf50" dependencies = [ "jiff-static", "log", @@ -6856,13 +6856,13 @@ dependencies = [ [[package]] name = "jiff-static" -version = "0.2.16" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "980af8b43c3ad5d8d349ace167ec8170839f753a42d233ba19e08afe1850fa69" +checksum = "e0c84ee7f197eca9a86c6fd6cb771e55eb991632f15f2bc3ca6ec838929e6e78" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -6899,9 +6899,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.83" +version = "0.3.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8" +checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3" dependencies = [ "once_cell", "wasm-bindgen", @@ -6982,7 +6982,7 @@ dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -7162,9 +7162,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.178" +version = "0.2.180" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091" +checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" [[package]] name = "libloading" @@ -7192,7 +7192,7 @@ dependencies = [ "either", "futures 0.3.31", "futures-timer", - "getrandom 0.2.16", + "getrandom 0.2.17", "libp2p-allow-block-list", "libp2p-connection-limits", "libp2p-core", @@ -7321,7 +7321,7 @@ dependencies = [ "quick-protobuf", "rand 0.8.5", "sha2 0.10.9", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", "zeroize", ] @@ -7515,7 +7515,7 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -7608,13 +7608,13 @@ dependencies = [ [[package]] name = "libredox" -version = "0.1.11" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df15f6eac291ed1cf25865b1ee60399f57e7c227e7f51bdbd4c5270396a9ed50" +checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" dependencies = [ "bitflags 2.10.0", "libc", - "redox_syscall 0.6.0", + "redox_syscall 0.7.0", ] [[package]] @@ -7791,7 +7791,7 @@ dependencies = [ "futures 0.3.31", "futures-timer", "hickory-resolver 0.25.2", - "indexmap 2.12.1", + "indexmap 2.13.0", "libc", "mockall", "multiaddr 0.17.1", @@ -7808,7 +7808,7 @@ dependencies = [ "smallvec", "snow", "socket2 0.5.10", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-stream", "tokio-tungstenite", @@ -7996,7 +7996,7 @@ checksum = "1b27834086c65ec3f9387b096d66e99f221cf081c2b738042aa252bcd41204e3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -8008,7 +8008,7 @@ dependencies = [ "macro_magic_core", "macro_magic_macros", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -8022,7 +8022,7 @@ dependencies = [ "macro_magic_core_macros", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -8033,7 +8033,7 @@ checksum = "b02abfe41815b5bd98dbd4260173db2c116dda171dc0fe7838cb206333b83308" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -8044,18 +8044,18 @@ checksum = "73ea28ee64b88876bf45277ed9a5817c1817df061a74f2b988971a12570e5869" dependencies = [ "macro_magic_core", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] name = "match-lookup" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1265724d8cb29dbbc2b0f06fffb8bf1a8c0cf73a78eede9ba73a4a66c52a981e" +checksum = "757aee279b8bdbb9f9e676796fd459e4207a1f986e87886700abf589f5abf771" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.114", ] [[package]] @@ -8216,7 +8216,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "46.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "futures 0.3.31", "log", @@ -8235,7 +8235,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -8270,7 +8270,7 @@ dependencies = [ "cfg-if", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -8620,7 +8620,7 @@ dependencies = [ "libc", "log", "openssl", - "openssl-probe", + "openssl-probe 0.1.6", "openssl-sys", "schannel", "security-framework 2.11.1", @@ -8676,17 +8676,17 @@ dependencies = [ "log", "netlink-packet-core", "netlink-sys", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] name = "netlink-sys" -version = "0.8.7" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16c903aa70590cb93691bf97a767c8d1d6122d2cc9070433deb3bbf36ce8bd23" +checksum = "cd6c30ed10fa69cc491d491b85cc971f6bdeb8e7367b7cde2ee6cc878d583fae" dependencies = [ "bytes", - "futures 0.3.31", + "futures-util", "libc", "log", "tokio", @@ -8694,13 +8694,13 @@ dependencies = [ [[package]] name = "network-interface" -version = "2.0.4" +version = "2.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e79101e6efcffacab279462884a7eebf65ea5f4ac2cc727b60c715a9aa04722" +checksum = "4ddcb8865ad3d9950f22f42ffa0ef0aecbfbf191867b3122413602b0a360b2a6" dependencies = [ "cc", "libc", - "thiserror 2.0.17", + "thiserror 2.0.18", "winapi", ] @@ -8838,7 +8838,7 @@ checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -8942,7 +8942,7 @@ dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -9078,7 +9078,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -9087,6 +9087,12 @@ version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" +[[package]] +name = "openssl-probe" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" + [[package]] name = "openssl-sys" version = "0.9.111" @@ -9129,7 +9135,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43dfaf083aef571385fccfdc3a2f8ede8d0a1863160455d4f2b014d8f7d04a3f" dependencies = [ "expander", - "indexmap 2.12.1", + "indexmap 2.13.0", "itertools 0.11.0", "petgraph 0.6.5", "proc-macro-crate 3.4.0", @@ -9230,7 +9236,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-benchmarking", "frame-support", @@ -9248,7 +9254,7 @@ dependencies = [ [[package]] name = "pallet-asset-rate" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-benchmarking", "frame-support", @@ -9262,7 +9268,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-benchmarking", "frame-support", @@ -9278,7 +9284,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "43.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "ethereum-standards", "frame-benchmarking", @@ -9296,7 +9302,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-support", "frame-system", @@ -9312,7 +9318,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-support", "frame-system", @@ -9327,7 +9333,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-support", "frame-system", @@ -9340,7 +9346,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-benchmarking", "frame-support", @@ -9363,7 +9369,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "aquamarine", "docify", @@ -9384,7 +9390,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "42.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "docify", "frame-benchmarking", @@ -9400,7 +9406,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "42.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-support", "frame-system", @@ -9419,7 +9425,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "42.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "array-bytes 6.2.3", "binary-merkle-tree", @@ -9444,7 +9450,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-benchmarking", "frame-support", @@ -9461,7 +9467,7 @@ dependencies = [ [[package]] name = "pallet-broker" version = "0.20.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "bitvec", "frame-benchmarking", @@ -9521,7 +9527,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-benchmarking", "frame-support", @@ -9565,7 +9571,7 @@ dependencies = [ [[package]] name = "pallet-collator-selection" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-benchmarking", "frame-support", @@ -9584,7 +9590,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "docify", "frame-benchmarking", @@ -9621,7 +9627,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "environmental", "frame-benchmarking", @@ -9652,17 +9658,17 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "23.0.3" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] name = "pallet-contracts-uapi" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -9673,7 +9679,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "assert_matches", "frame-benchmarking", @@ -9712,7 +9718,7 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-support", "frame-system", @@ -9727,7 +9733,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-benchmarking", "frame-support", @@ -9764,7 +9770,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -9785,7 +9791,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -9798,7 +9804,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "42.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-benchmarking", "frame-support", @@ -10164,7 +10170,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "docify", "frame-benchmarking", @@ -10182,7 +10188,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-benchmarking", "frame-support", @@ -10204,7 +10210,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "enumflags2", "frame-benchmarking", @@ -10220,7 +10226,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-benchmarking", "frame-support", @@ -10239,7 +10245,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-benchmarking", "frame-support", @@ -10273,7 +10279,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -10284,7 +10290,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-benchmarking", "frame-support", @@ -10300,7 +10306,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "44.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "environmental", "frame-benchmarking", @@ -10319,7 +10325,7 @@ dependencies = [ [[package]] name = "pallet-meta-tx" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "docify", "frame-benchmarking", @@ -10337,7 +10343,7 @@ dependencies = [ [[package]] name = "pallet-migrations" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "docify", "frame-benchmarking", @@ -10356,7 +10362,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "log", "parity-scale-codec", @@ -10368,7 +10374,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "log", "parity-scale-codec", @@ -10379,7 +10385,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -10389,7 +10395,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-support", "frame-system", @@ -10407,7 +10413,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10427,7 +10433,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -10437,7 +10443,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-support", "frame-system", @@ -10452,7 +10458,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10475,7 +10481,7 @@ dependencies = [ [[package]] name = "pallet-parameters" version = "0.12.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "docify", "frame-benchmarking", @@ -10492,7 +10498,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-benchmarking", "frame-support", @@ -10530,7 +10536,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -10540,7 +10546,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "41.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-benchmarking", "frame-support", @@ -10558,7 +10564,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -10568,7 +10574,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "assert_matches", "frame-benchmarking", @@ -10586,7 +10592,7 @@ dependencies = [ [[package]] name = "pallet-revive" version = "0.7.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "alloy-core", "derive_more 0.99.20", @@ -10632,7 +10638,7 @@ dependencies = [ [[package]] name = "pallet-revive-fixtures" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "anyhow", "cargo_metadata 0.15.4", @@ -10646,17 +10652,17 @@ dependencies = [ [[package]] name = "pallet-revive-proc-macro" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] name = "pallet-revive-uapi" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "bitflags 1.3.2", "pallet-revive-proc-macro", @@ -10668,7 +10674,7 @@ dependencies = [ [[package]] name = "pallet-root-testing" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-support", "frame-system", @@ -10681,7 +10687,7 @@ dependencies = [ [[package]] name = "pallet-safe-mode" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "docify", "pallet-balances", @@ -10695,7 +10701,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "42.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "docify", "frame-benchmarking", @@ -10712,7 +10718,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-support", "frame-system", @@ -10733,7 +10739,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-benchmarking", "frame-support", @@ -10749,7 +10755,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-benchmarking", "frame-support", @@ -10766,7 +10772,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10788,7 +10794,7 @@ dependencies = [ [[package]] name = "pallet-staking-async-ah-client" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-support", "frame-system", @@ -10807,7 +10813,7 @@ dependencies = [ [[package]] name = "pallet-staking-async-rc-client" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-support", "frame-system", @@ -10824,7 +10830,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "log", "sp-arithmetic", @@ -10833,7 +10839,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "parity-scale-codec", "sp-api", @@ -10843,7 +10849,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "46.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-benchmarking", "frame-support", @@ -10879,7 +10885,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "docify", "frame-benchmarking", @@ -10894,7 +10900,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "docify", "frame-benchmarking", @@ -10912,7 +10918,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-benchmarking", "frame-support", @@ -10930,7 +10936,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-benchmarking", "frame-support", @@ -10945,7 +10951,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "44.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -10961,7 +10967,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -10992,7 +10998,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "docify", "frame-benchmarking", @@ -11011,7 +11017,7 @@ dependencies = [ [[package]] name = "pallet-tx-pause" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "docify", "parity-scale-codec", @@ -11047,7 +11053,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-benchmarking", "frame-support", @@ -11062,7 +11068,7 @@ dependencies = [ [[package]] name = "pallet-verify-signature" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-benchmarking", "frame-support", @@ -11077,7 +11083,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-benchmarking", "frame-support", @@ -11091,7 +11097,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -11121,7 +11127,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "20.1.3" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -11147,7 +11153,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "21.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-benchmarking", "frame-support", @@ -11164,7 +11170,7 @@ dependencies = [ [[package]] name = "parachains-common" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -11250,7 +11256,7 @@ dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -11398,9 +11404,9 @@ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" [[package]] name = "pest" -version = "2.8.4" +version = "2.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbcfd20a6d4eeba40179f05735784ad32bdaef05ce8e8af05f180d45bb3e7e22" +checksum = "2c9eb05c21a464ea704b53158d358a31e6425db2f63a1a7312268b05fe2b75f7" dependencies = [ "memchr", "ucd-trie", @@ -11408,9 +11414,9 @@ dependencies = [ [[package]] name = "pest_derive" -version = "2.8.4" +version = "2.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51f72981ade67b1ca6adc26ec221be9f463f2b5839c7508998daa17c23d94d7f" +checksum = "68f9dbced329c441fa79d80472764b1a2c7e57123553b8519b36663a2fb234ed" dependencies = [ "pest", "pest_generator", @@ -11418,22 +11424,22 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.8.4" +version = "2.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dee9efd8cdb50d719a80088b76f81aec7c41ed6d522ee750178f83883d271625" +checksum = "3bb96d5051a78f44f43c8f712d8e810adb0ebf923fc9ed2655a7f66f63ba8ee5" dependencies = [ "pest", "pest_meta", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] name = "pest_meta" -version = "2.8.4" +version = "2.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf1d70880e76bdc13ba52eafa6239ce793d85c8e43896507e43dd8984ff05b82" +checksum = "602113b5b5e8621770cfd490cfd90b9f84ab29bd2b0e49ad83eb6d186cef2365" dependencies = [ "pest", "sha2 0.10.9", @@ -11446,7 +11452,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" dependencies = [ "fixedbitset 0.4.2", - "indexmap 2.12.1", + "indexmap 2.13.0", ] [[package]] @@ -11456,7 +11462,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772" dependencies = [ "fixedbitset 0.5.7", - "indexmap 2.12.1", + "indexmap 2.13.0", ] [[package]] @@ -11486,7 +11492,7 @@ checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -11531,7 +11537,7 @@ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" [[package]] name = "polkadot-approval-distribution" version = "24.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "futures 0.3.31", "futures-timer", @@ -11549,7 +11555,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "futures 0.3.31", "futures-timer", @@ -11564,7 +11570,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "fatality", "futures 0.3.31", @@ -11587,7 +11593,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-trait", "fatality", @@ -11620,7 +11626,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "clap", "frame-benchmarking-cli", @@ -11644,7 +11650,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "bitvec", "fatality", @@ -11667,7 +11673,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "parity-scale-codec", "scale-info", @@ -11678,12 +11684,12 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "fatality", "futures 0.3.31", "futures-timer", - "indexmap 2.12.1", + "indexmap 2.13.0", "parity-scale-codec", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -11700,7 +11706,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -11714,7 +11720,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "24.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "futures 0.3.31", "futures-timer", @@ -11735,7 +11741,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "always-assert", "async-trait", @@ -11758,7 +11764,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "futures 0.3.31", "parity-scale-codec", @@ -11776,7 +11782,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-trait", "bitvec", @@ -11808,7 +11814,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting-parallel" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-trait", "futures 0.3.31", @@ -11832,7 +11838,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "bitvec", "futures 0.3.31", @@ -11851,7 +11857,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "bitvec", "fatality", @@ -11872,7 +11878,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "futures 0.3.31", "polkadot-node-subsystem", @@ -11887,7 +11893,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-trait", "futures 0.3.31", @@ -11909,7 +11915,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "futures 0.3.31", "polkadot-node-metrics", @@ -11923,7 +11929,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "futures 0.3.31", "futures-timer", @@ -11939,7 +11945,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "fatality", "futures 0.3.31", @@ -11957,7 +11963,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-trait", "futures 0.3.31", @@ -11974,7 +11980,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "fatality", "futures 0.3.31", @@ -11988,7 +11994,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "bitvec", "fatality", @@ -12005,7 +12011,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "always-assert", "array-bytes 6.2.3", @@ -12033,7 +12039,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "futures 0.3.31", "polkadot-node-subsystem", @@ -12046,7 +12052,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "cpu-time", "futures 0.3.31", @@ -12072,7 +12078,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "futures 0.3.31", "polkadot-node-metrics", @@ -12087,7 +12093,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "bs58", "futures 0.3.31", @@ -12104,7 +12110,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -12129,7 +12135,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "20.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "bitvec", "bounded-vec", @@ -12153,7 +12159,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "polkadot-node-subsystem-types", "polkadot-overseer", @@ -12162,7 +12168,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-trait", "derive_more 0.99.20", @@ -12190,7 +12196,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "24.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "fatality", "futures 0.3.31", @@ -12221,7 +12227,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-trait", "futures 0.3.31", @@ -12241,7 +12247,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "bounded-collections", "derive_more 0.99.20", @@ -12257,7 +12263,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "bitvec", "bounded-collections", @@ -12286,7 +12292,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -12319,7 +12325,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "bitvec", "frame-benchmarking", @@ -12369,7 +12375,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "21.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "bs58", "frame-benchmarking", @@ -12381,7 +12387,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "20.0.3" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -12429,7 +12435,7 @@ dependencies = [ [[package]] name = "polkadot-sdk-frame" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "docify", "frame-benchmarking", @@ -12464,7 +12470,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-trait", "frame-benchmarking", @@ -12572,7 +12578,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "bitvec", "fatality", @@ -12592,7 +12598,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -12691,7 +12697,7 @@ dependencies = [ "polkavm-common 0.21.0", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -12703,7 +12709,7 @@ dependencies = [ "polkavm-common 0.24.0", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -12713,7 +12719,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "36837f6b7edfd6f4498f8d25d81da16cf03bd6992c3e56f3d477dfc90f4fefca" dependencies = [ "polkavm-derive-impl 0.21.0", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -12723,7 +12729,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba0ef0f17ad81413ea1ca5b1b67553aedf5650c88269b673d3ba015c83bc2651" dependencies = [ "polkavm-derive-impl 0.24.0", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -12825,9 +12831,9 @@ dependencies = [ [[package]] name = "portable-atomic" -version = "1.12.0" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f59e70c4aef1e55797c2e8fd94a4f2a973fc972cfde0e0b05f683667b0cd39dd" +checksum = "f89776e4d69bb58bc6993e99ffa1d11f228b839984854c7daeb5d37f87cbe950" [[package]] name = "portable-atomic-util" @@ -12902,7 +12908,7 @@ dependencies = [ "proc-macro2", "quote", "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2506)", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -12938,7 +12944,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" dependencies = [ "proc-macro2", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -13048,7 +13054,7 @@ dependencies = [ "proc-macro-error-attr2", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -13059,14 +13065,14 @@ checksum = "75eea531cfcd120e0851a3f8aed42c4841f78c889eefafd96339c72677ae42c3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] name = "proc-macro2" -version = "1.0.103" +version = "1.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" +checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" dependencies = [ "unicode-ident", ] @@ -13105,7 +13111,7 @@ checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -13163,7 +13169,7 @@ dependencies = [ "prost 0.13.5", "prost-types", "regex", - "syn 2.0.111", + "syn 2.0.114", "tempfile", ] @@ -13177,7 +13183,7 @@ dependencies = [ "itertools 0.12.1", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -13190,7 +13196,7 @@ dependencies = [ "itertools 0.14.0", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -13270,7 +13276,7 @@ dependencies = [ "rustc-hash 2.1.1", "rustls", "socket2 0.6.1", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tracing", "web-time", @@ -13291,7 +13297,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.17", + "thiserror 2.0.18", "tinyvec", "tracing", "web-time", @@ -13313,9 +13319,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.42" +version = "1.0.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" +checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a" dependencies = [ "proc-macro2", ] @@ -13350,7 +13356,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" dependencies = [ "rand_chacha 0.9.0", - "rand_core 0.9.3", + "rand_core 0.9.5", "serde", ] @@ -13371,7 +13377,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" dependencies = [ "ppv-lite86", - "rand_core 0.9.3", + "rand_core 0.9.5", ] [[package]] @@ -13380,14 +13386,14 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom 0.2.16", + "getrandom 0.2.17", ] [[package]] name = "rand_core" -version = "0.9.3" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" +checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" dependencies = [ "getrandom 0.3.4", "serde", @@ -13418,14 +13424,14 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a" dependencies = [ - "rand_core 0.9.3", + "rand_core 0.9.5", ] [[package]] name = "rapidhash" -version = "4.2.0" +version = "4.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2988730ee014541157f48ce4dcc603940e00915edc3c7f9a8d78092256bb2493" +checksum = "5d8b5b858a440a0bc02625b62dd95131b9201aa9f69f411195dd4a7cfb1de3d7" dependencies = [ "rustversion", ] @@ -13497,9 +13503,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec96166dafa0886eb81fe1c0a388bece180fbef2135f97c1e2cf8302e74b43b5" +checksum = "49f3fe0889e69e2ae9e41f4d6c4c0181701d00e4697b356fb1f74173a5e0ee27" dependencies = [ "bitflags 2.10.0", ] @@ -13510,7 +13516,7 @@ version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" dependencies = [ - "getrandom 0.2.16", + "getrandom 0.2.17", "libredox", "thiserror 1.0.69", ] @@ -13544,7 +13550,7 @@ checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -13676,7 +13682,7 @@ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" dependencies = [ "cc", "cfg-if", - "getrandom 0.2.16", + "getrandom 0.2.17", "libc", "untrusted 0.9.0", "windows-sys 0.52.0", @@ -13732,7 +13738,7 @@ checksum = "652db34deaaa57929e10ca18e5454a32cb0efc351ae80d320334bbf907b908b3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -13748,7 +13754,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "24.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "binary-merkle-tree", "bitvec", @@ -13846,7 +13852,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "21.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-support", "polkadot-primitives", @@ -13906,9 +13912,9 @@ dependencies = [ [[package]] name = "ruint" -version = "1.17.0" +version = "1.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a68df0380e5c9d20ce49534f292a36a7514ae21350726efe1865bdb1fa91d278" +checksum = "c141e807189ad38a07276942c6623032d3753c8859c146104ac2e4d68865945a" dependencies = [ "alloy-rlp", "ark-ff 0.3.0", @@ -13940,9 +13946,9 @@ checksum = "48fd7bd8a6377e15ad9d42a8ec25371b94ddc67abe7c8b9127bec79bebaaae18" [[package]] name = "rustc-demangle" -version = "0.1.26" +version = "0.1.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" +checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d" [[package]] name = "rustc-hash" @@ -14054,26 +14060,26 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.35" +version = "0.23.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f" +checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b" dependencies = [ "log", "once_cell", "ring 0.17.14", "rustls-pki-types", - "rustls-webpki 0.103.8", + "rustls-webpki 0.103.9", "subtle 2.6.1", "zeroize", ] [[package]] name = "rustls-native-certs" -version = "0.8.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923" +checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63" dependencies = [ - "openssl-probe", + "openssl-probe 0.2.1", "rustls-pki-types", "schannel", "security-framework 3.5.1", @@ -14081,9 +14087,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.13.2" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21e6f2ab2928ca4291b86736a8bd920a277a399bba1589409d72154ff87c1282" +checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" dependencies = [ "web-time", "zeroize", @@ -14103,7 +14109,7 @@ dependencies = [ "rustls", "rustls-native-certs", "rustls-platform-verifier-android", - "rustls-webpki 0.103.8", + "rustls-webpki 0.103.9", "security-framework 3.5.1", "security-framework-sys", "webpki-root-certs 0.26.11", @@ -14128,9 +14134,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.103.8" +version = "0.103.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52" +checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53" dependencies = [ "ring 0.17.14", "rustls-pki-types", @@ -14189,9 +14195,9 @@ dependencies = [ [[package]] name = "ryu" -version = "1.0.21" +version = "1.0.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62049b2877bf12821e8f9ad256ee38fdc31db7387ec2d3b3f403024de2034aea" +checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984" [[package]] name = "safe-mix" @@ -14232,7 +14238,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "32.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "log", "sp-core", @@ -14243,7 +14249,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.51.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-trait", "futures 0.3.31", @@ -14274,7 +14280,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.50.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "futures 0.3.31", "log", @@ -14295,7 +14301,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.45.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "parity-scale-codec", "sp-api", @@ -14310,7 +14316,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "44.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "array-bytes 6.2.3", "docify", @@ -14336,18 +14342,18 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] name = "sc-cli" version = "0.53.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "array-bytes 6.2.3", "chrono", @@ -14389,7 +14395,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "fnv", "futures 0.3.31", @@ -14415,7 +14421,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.47.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "hash-db", "kvdb", @@ -14443,7 +14449,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.50.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-trait", "futures 0.3.31", @@ -14466,7 +14472,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.51.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-trait", "futures 0.3.31", @@ -14495,7 +14501,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.51.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-trait", "fork-tree", @@ -14531,7 +14537,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.51.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "futures 0.3.31", "jsonrpsee", @@ -14553,7 +14559,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -14587,7 +14593,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "futures 0.3.31", "jsonrpsee", @@ -14607,7 +14613,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.50.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "fork-tree", "parity-scale-codec", @@ -14620,7 +14626,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.36.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "ahash", "array-bytes 6.2.3", @@ -14664,7 +14670,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.36.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "finality-grandpa", "futures 0.3.31", @@ -14684,7 +14690,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.52.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "assert_matches", "async-trait", @@ -14719,7 +14725,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.50.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-trait", "futures 0.3.31", @@ -14742,7 +14748,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "parity-scale-codec", "parking_lot 0.12.5", @@ -14765,7 +14771,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.39.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "polkavm 0.24.0", "sc-allocator", @@ -14778,7 +14784,7 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.36.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "log", "polkavm 0.24.0", @@ -14789,7 +14795,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.39.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "anyhow", "log", @@ -14805,7 +14811,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.50.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "console", "futures 0.3.31", @@ -14821,7 +14827,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "array-bytes 6.2.3", "parking_lot 0.12.5", @@ -14835,7 +14841,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.21.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "array-bytes 6.2.3", "arrayvec 0.7.6", @@ -14863,7 +14869,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.51.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -14913,7 +14919,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.49.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -14923,7 +14929,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.51.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "ahash", "futures 0.3.31", @@ -14942,7 +14948,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.50.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -14963,7 +14969,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.50.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -14998,7 +15004,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.50.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "array-bytes 6.2.3", "futures 0.3.31", @@ -15017,7 +15023,7 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "bs58", "bytes", @@ -15038,7 +15044,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "46.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "bytes", "fnv", @@ -15072,7 +15078,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.20.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -15081,7 +15087,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "46.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "futures 0.3.31", "jsonrpsee", @@ -15113,7 +15119,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.50.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -15133,7 +15139,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "dyn-clone", "forwarded-header-value", @@ -15157,7 +15163,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.51.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "array-bytes 6.2.3", "futures 0.3.31", @@ -15190,7 +15196,7 @@ dependencies = [ [[package]] name = "sc-runtime-utilities" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "parity-scale-codec", "sc-executor", @@ -15205,7 +15211,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.52.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-trait", "directories", @@ -15269,7 +15275,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.39.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "log", "parity-scale-codec", @@ -15280,7 +15286,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "clap", "fs4", @@ -15293,7 +15299,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.51.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -15312,7 +15318,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "43.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "derive_more 0.99.20", "futures 0.3.31", @@ -15332,7 +15338,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "chrono", "futures 0.3.31", @@ -15350,8 +15356,8 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "40.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +version = "40.0.2" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "chrono", "console", @@ -15381,23 +15387,23 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] name = "sc-transaction-pool" version = "40.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-trait", "futures 0.3.31", "futures-timer", - "indexmap 2.12.1", + "indexmap 2.13.0", "itertools 0.11.0", "linked-hash-map", "parity-scale-codec", @@ -15423,11 +15429,11 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-trait", "futures 0.3.31", - "indexmap 2.12.1", + "indexmap 2.13.0", "log", "parity-scale-codec", "serde", @@ -15440,7 +15446,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-channel 1.9.0", "futures 0.3.31", @@ -15475,7 +15481,7 @@ dependencies = [ "scale-decode-derive", "scale-type-resolver", "smallvec", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] @@ -15487,7 +15493,7 @@ dependencies = [ "darling 0.20.11", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -15502,7 +15508,7 @@ dependencies = [ "scale-encode-derive", "scale-type-resolver", "smallvec", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] @@ -15515,7 +15521,7 @@ dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -15541,7 +15547,7 @@ dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -15563,8 +15569,8 @@ dependencies = [ "proc-macro2", "quote", "scale-info", - "syn 2.0.111", - "thiserror 2.0.17", + "syn 2.0.114", + "thiserror 2.0.18", ] [[package]] @@ -15582,7 +15588,7 @@ dependencies = [ "scale-encode", "scale-type-resolver", "serde", - "thiserror 2.0.17", + "thiserror 2.0.18", "yap", ] @@ -15912,20 +15918,20 @@ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] name = "serde_json" -version = "1.0.146" +version = "1.0.149" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "217ca874ae0207aac254aa02c957ded05585a90892cc8d87f9e5fa49669dadd8" +checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" dependencies = [ "itoa", "memchr", - "ryu", "serde", "serde_core", + "zmij", ] [[package]] @@ -15973,7 +15979,7 @@ dependencies = [ "darling 0.21.3", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -16308,10 +16314,11 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "signal-hook-registry" -version = "1.4.7" +version = "1.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad" +checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" dependencies = [ + "errno", "libc", ] @@ -16381,7 +16388,7 @@ checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb" dependencies = [ "num-bigint", "num-traits", - "thiserror 2.0.17", + "thiserror 2.0.18", "time", ] @@ -16424,7 +16431,7 @@ dependencies = [ [[package]] name = "slot-range-helper" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "enumn", "parity-scale-codec", @@ -16748,7 +16755,7 @@ dependencies = [ [[package]] name = "sp-api" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "docify", "hash-db", @@ -16770,7 +16777,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "Inflector", "blake2 0.10.6", @@ -16778,13 +16785,13 @@ dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] name = "sp-application-crypto" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "parity-scale-codec", "scale-info", @@ -16796,7 +16803,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "docify", "integer-sqrt", @@ -16810,7 +16817,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "parity-scale-codec", "scale-info", @@ -16822,7 +16829,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "sp-api", "sp-inherents", @@ -16832,7 +16839,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "futures 0.3.31", "parity-scale-codec", @@ -16851,7 +16858,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-trait", "futures 0.3.31", @@ -16865,7 +16872,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-trait", "parity-scale-codec", @@ -16881,7 +16888,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-trait", "parity-scale-codec", @@ -16899,7 +16906,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "parity-scale-codec", "scale-info", @@ -16919,7 +16926,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "finality-grandpa", "log", @@ -16936,7 +16943,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "parity-scale-codec", "scale-info", @@ -16947,7 +16954,7 @@ dependencies = [ [[package]] name = "sp-core" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "ark-vrf", "array-bytes 6.2.3", @@ -17009,7 +17016,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "blake2b_simd", "byteorder", @@ -17022,17 +17029,17 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "quote", "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2506)", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "kvdb", "parking_lot 0.12.5", @@ -17041,17 +17048,17 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] name = "sp-externalities" version = "0.30.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "environmental", "parity-scale-codec", @@ -17061,7 +17068,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.18.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "parity-scale-codec", "scale-info", @@ -17073,7 +17080,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -17086,7 +17093,7 @@ dependencies = [ [[package]] name = "sp-io" version = "41.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "bytes", "docify", @@ -17112,7 +17119,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "42.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "sp-core", "sp-runtime", @@ -17122,7 +17129,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "parity-scale-codec", "parking_lot 0.12.5", @@ -17133,7 +17140,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "thiserror 1.0.69", "zstd 0.12.4", @@ -17141,8 +17148,8 @@ dependencies = [ [[package]] name = "sp-metadata-ir" -version = "0.11.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +version = "0.11.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-metadata 23.0.1", "parity-scale-codec", @@ -17152,7 +17159,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.15.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "parity-scale-codec", "scale-info", @@ -17163,7 +17170,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "log", "parity-scale-codec", @@ -17180,7 +17187,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "parity-scale-codec", "scale-info", @@ -17193,7 +17200,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "sp-api", "sp-core", @@ -17203,7 +17210,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "backtrace", "regex", @@ -17212,7 +17219,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "35.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "rustc-hash 1.1.0", "serde", @@ -17222,7 +17229,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "42.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "binary-merkle-tree", "docify", @@ -17251,7 +17258,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -17270,20 +17277,20 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "Inflector", "expander", "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] name = "sp-session" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "parity-scale-codec", "scale-info", @@ -17297,7 +17304,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -17310,7 +17317,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.46.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "hash-db", "log", @@ -17330,7 +17337,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "21.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -17354,12 +17361,12 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" [[package]] name = "sp-storage" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "impl-serde 0.5.0", "parity-scale-codec", @@ -17371,7 +17378,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-trait", "parity-scale-codec", @@ -17383,7 +17390,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "17.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "parity-scale-codec", "tracing", @@ -17394,7 +17401,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "sp-api", "sp-runtime", @@ -17403,7 +17410,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "async-trait", "parity-scale-codec", @@ -17417,7 +17424,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "ahash", "foldhash 0.1.5", @@ -17442,7 +17449,7 @@ dependencies = [ [[package]] name = "sp-version" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "impl-serde 0.5.0", "parity-scale-codec", @@ -17459,19 +17466,19 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "parity-scale-codec", "proc-macro-warning", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] name = "sp-wasm-interface" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -17483,7 +17490,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "32.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -17570,7 +17577,7 @@ dependencies = [ "futures-util", "hashlink", "hex", - "indexmap 2.12.1", + "indexmap 2.13.0", "log", "memchr", "native-tls", @@ -17672,7 +17679,7 @@ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" [[package]] name = "staging-parachain-info" version = "0.21.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -17685,7 +17692,7 @@ dependencies = [ [[package]] name = "staging-xcm" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "array-bytes 6.2.3", "bounded-collections", @@ -17706,7 +17713,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "21.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "environmental", "frame-support", @@ -17730,7 +17737,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "20.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "environmental", "frame-benchmarking", @@ -17836,13 +17843,13 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] name = "substrate-bip39" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "hmac 0.12.1", "pbkdf2 0.12.2", @@ -17867,12 +17874,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" [[package]] name = "substrate-frame-rpc-system" version = "45.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "docify", "frame-system-rpc-runtime-api", @@ -17892,7 +17899,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.6" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "http-body-util", "hyper 1.8.1", @@ -17906,7 +17913,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "44.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -17922,8 +17929,8 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +version = "27.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "array-bytes 6.2.3", "build-helper", @@ -17995,7 +18002,7 @@ dependencies = [ "subxt-macro", "subxt-metadata", "subxt-rpcs", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-util", "tracing", @@ -18016,8 +18023,8 @@ dependencies = [ "scale-info", "scale-typegen", "subxt-metadata", - "syn 2.0.111", - "thiserror 2.0.17", + "syn 2.0.114", + "thiserror 2.0.18", ] [[package]] @@ -18046,7 +18053,7 @@ dependencies = [ "serde_json", "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "subxt-metadata", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", ] @@ -18061,7 +18068,7 @@ dependencies = [ "serde", "serde_json", "smoldot-light 0.16.2", - "thiserror 2.0.17", + "thiserror 2.0.18", "tokio", "tokio-stream", "tracing", @@ -18080,7 +18087,7 @@ dependencies = [ "scale-typegen", "subxt-codegen", "subxt-utils-fetchmetadata", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -18095,7 +18102,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] @@ -18116,7 +18123,7 @@ dependencies = [ "serde_json", "subxt-core", "subxt-lightclient", - "thiserror 2.0.17", + "thiserror 2.0.18", "tracing", "url", ] @@ -18147,7 +18154,7 @@ dependencies = [ "sha2 0.10.9", "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "subxt-core", - "thiserror 2.0.17", + "thiserror 2.0.18", "zeroize", ] @@ -18159,7 +18166,7 @@ checksum = "fc868b55fe2303788dc7703457af390111940c3da4714b510983284501780ed5" dependencies = [ "hex", "parity-scale-codec", - "thiserror 2.0.17", + "thiserror 2.0.18", ] [[package]] @@ -18175,9 +18182,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.111" +version = "2.0.114" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87" +checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" dependencies = [ "proc-macro2", "quote", @@ -18193,7 +18200,7 @@ dependencies = [ "paste", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -18222,7 +18229,7 @@ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -18302,9 +18309,9 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "tempfile" -version = "3.23.0" +version = "3.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" +checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" dependencies = [ "fastrand 2.3.0", "getrandom 0.3.4", @@ -18349,11 +18356,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.17" +version = "2.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" +checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" dependencies = [ - "thiserror-impl 2.0.17", + "thiserror-impl 2.0.18", ] [[package]] @@ -18373,7 +18380,7 @@ checksum = "e4c60d69f36615a077cc7663b9cb8e42275722d23e58a7fa3d2c7f2915d09d04" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -18384,18 +18391,18 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] name = "thiserror-impl" -version = "2.0.17" +version = "2.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" +checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -18445,30 +18452,30 @@ dependencies = [ [[package]] name = "time" -version = "0.3.44" +version = "0.3.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" +checksum = "f9e442fc33d7fdb45aa9bfeb312c095964abdf596f7567261062b2a7107aaabd" dependencies = [ "deranged", "itoa", "num-conv", "powerfmt", - "serde", + "serde_core", "time-core", "time-macros", ] [[package]] name = "time-core" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" +checksum = "8b36ee98fd31ec7426d599183e8fe26932a8dc1fb76ddb6214d05493377d34ca" [[package]] name = "time-macros" -version = "0.2.24" +version = "0.2.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" +checksum = "71e552d1249bf61ac2a52db88179fd0673def1e1ad8243a00d9ec9ed71fee3dd" dependencies = [ "num-conv", "time-core", @@ -18510,9 +18517,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.48.0" +version = "1.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" +checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" dependencies = [ "bytes", "libc", @@ -18533,7 +18540,7 @@ checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -18548,9 +18555,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.17" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" +checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" dependencies = [ "futures-core", "pin-project-lite", @@ -18576,9 +18583,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.17" +version = "0.7.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594" +checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" dependencies = [ "bytes", "futures-core", @@ -18633,7 +18640,7 @@ version = "0.22.27" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" dependencies = [ - "indexmap 2.12.1", + "indexmap 2.13.0", "serde", "serde_spanned", "toml_datetime 0.6.11", @@ -18647,7 +18654,7 @@ version = "0.23.10+spec-1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269" dependencies = [ - "indexmap 2.12.1", + "indexmap 2.13.0", "toml_datetime 0.7.5+spec-1.1.0", "toml_parser", "winnow", @@ -18731,7 +18738,7 @@ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -18757,7 +18764,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "coarsetime", "polkadot-primitives", @@ -18768,13 +18775,13 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "expander", "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -18856,7 +18863,7 @@ dependencies = [ "rustls", "rustls-pki-types", "sha1", - "thiserror 2.0.17", + "thiserror 2.0.18", "url", "utf-8", ] @@ -19017,9 +19024,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "url" -version = "2.5.7" +version = "2.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" +checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" dependencies = [ "form_urlencoded", "idna", @@ -19057,7 +19064,7 @@ version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" dependencies = [ - "getrandom 0.2.16", + "getrandom 0.2.17", "serde", ] @@ -19227,27 +19234,27 @@ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" [[package]] name = "wasip2" -version = "1.0.1+wasi-0.2.4" +version = "1.0.2+wasi-0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" +checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" dependencies = [ "wit-bindgen", ] [[package]] name = "wasix" -version = "0.12.21" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1fbb4ef9bbca0c1170e0b00dd28abc9e3b68669821600cad1caaed606583c6d" +checksum = "1757e0d1f8456693c7e5c6c629bdb54884e032aa0bb53c155f6a39f94440d332" dependencies = [ "wasi", ] [[package]] name = "wasm-bindgen" -version = "0.2.106" +version = "0.2.108" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd" +checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566" dependencies = [ "cfg-if", "once_cell", @@ -19258,11 +19265,12 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.56" +version = "0.4.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c" +checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f" dependencies = [ "cfg-if", + "futures-util", "js-sys", "once_cell", "wasm-bindgen", @@ -19271,9 +19279,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.106" +version = "0.2.108" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3" +checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -19281,22 +19289,22 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.106" +version = "0.2.108" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40" +checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55" dependencies = [ "bumpalo", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.106" +version = "0.2.108" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4" +checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12" dependencies = [ "unicode-ident", ] @@ -19652,9 +19660,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.83" +version = "0.3.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac" +checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598" dependencies = [ "js-sys", "wasm-bindgen", @@ -19676,14 +19684,14 @@ version = "0.26.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "75c7f0ef91146ebfb530314f5f1d24528d7f0767efbfd31dce919275413e393e" dependencies = [ - "webpki-root-certs 1.0.4", + "webpki-root-certs 1.0.5", ] [[package]] name = "webpki-root-certs" -version = "1.0.4" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee3e3b5f5e80bc89f30ce8d0343bf4e5f12341c51f3e26cbeecbc7c85443e85b" +checksum = "36a29fc0408b113f68cf32637857ab740edfafdf460c326cd2afaa2d84cc05dc" dependencies = [ "rustls-pki-types", ] @@ -19697,7 +19705,7 @@ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] name = "westend-runtime" version = "24.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "binary-merkle-tree", "bitvec", @@ -19804,7 +19812,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "21.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-support", "polkadot-primitives", @@ -19924,7 +19932,7 @@ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -19935,7 +19943,7 @@ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -20289,9 +20297,9 @@ dependencies = [ [[package]] name = "wit-bindgen" -version = "0.46.0" +version = "0.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" +checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" [[package]] name = "writeable" @@ -20312,7 +20320,7 @@ dependencies = [ "pharos", "rustc_version 0.4.1", "send_wrapper 0.6.0", - "thiserror 2.0.17", + "thiserror 2.0.18", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", @@ -20369,25 +20377,25 @@ dependencies = [ "nom", "oid-registry 0.8.1", "rusticata-macros", - "thiserror 2.0.17", + "thiserror 2.0.18", "time", ] [[package]] name = "xcm-procedural" version = "11.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "Inflector", "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] name = "xcm-runtime-apis" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-support", "parity-scale-codec", @@ -20401,7 +20409,7 @@ dependencies = [ [[package]] name = "xcm-simulator" version = "21.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" dependencies = [ "frame-support", "frame-system", @@ -20560,28 +20568,28 @@ checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", "synstructure 0.13.2", ] [[package]] name = "zerocopy" -version = "0.8.31" +version = "0.8.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3" +checksum = "668f5168d10b9ee831de31933dc111a459c97ec93225beb307aed970d1372dfd" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.31" +version = "0.8.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a" +checksum = "2c7962b26b0a8685668b671ee4b54d007a67d4eaf05fda79ac0ecf41e32270f1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -20601,7 +20609,7 @@ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", "synstructure 0.13.2", ] @@ -20616,13 +20624,13 @@ dependencies = [ [[package]] name = "zeroize_derive" -version = "1.4.2" +version = "1.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" +checksum = "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] [[package]] @@ -20655,9 +20663,15 @@ checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.111", + "syn 2.0.114", ] +[[package]] +name = "zmij" +version = "1.0.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dfcd145825aace48cff44a8844de64bf75feec3080e0aa5cdbde72961ae51a65" + [[package]] name = "zstd" version = "0.11.2+zstd.1.5.2" diff --git a/runtime/astar/src/lib.rs b/runtime/astar/src/lib.rs index a84daa281..0164e7c69 100644 --- a/runtime/astar/src/lib.rs +++ b/runtime/astar/src/lib.rs @@ -34,7 +34,6 @@ use core::marker::PhantomData; use cumulus_primitives_core::AggregateMessageOrigin; use ethereum::AuthorizationList; use frame_support::{ - construct_runtime, dispatch::DispatchClass, genesis_builder_helper, parameter_types, traits::{ @@ -1624,90 +1623,136 @@ impl pallet_tx_pause::Config for Runtime { type WeightInfo = pallet_tx_pause::weights::SubstrateWeight; } -/// Macro to construct the Astar runtime with optional Sudo pallet. -macro_rules! construct_astar_runtime { - ($($common:tt)*) => { - #[cfg(feature = "astar-sudo")] - construct_runtime!( - pub struct Runtime { - $($common)* - Sudo: pallet_sudo = 99, - } - ); - - #[cfg(not(feature = "astar-sudo"))] - construct_runtime!( - pub struct Runtime { - $($common)* - } - ); - }; -} - -construct_astar_runtime!( - System: frame_system = 10, - Utility: pallet_utility = 11, - Identity: pallet_identity = 12, - Timestamp: pallet_timestamp = 13, - Multisig: pallet_multisig = 14, - Proxy: pallet_proxy = 15, - Scheduler: pallet_scheduler = 17, - - ParachainSystem: cumulus_pallet_parachain_system = 20, - ParachainInfo: parachain_info = 21, - - TransactionPayment: pallet_transaction_payment = 30, - Balances: pallet_balances = 31, - Vesting: pallet_vesting = 32, - // Inflation needs to execute `on_initialize` as soon as possible, and `on_finalize` as late as possible. - // However, we need to execute Balance genesis before Inflation genesis, otherwise we'll have zero issuance when Inflation - // logic is executed. - // TODO: Address this later. It would be best if Inflation was first pallet. - Inflation: pallet_inflation = 33, - DappStaking: pallet_dapp_staking = 34, - Assets: pallet_assets = 36, - PriceAggregator: pallet_price_aggregator = 37, - Oracle: orml_oracle = 38, - OracleMembership: pallet_membership:: = 39, - - Authorship: pallet_authorship = 40, - CollatorSelection: pallet_collator_selection = 41, - Session: pallet_session = 42, - Aura: pallet_aura = 43, - AuraExt: cumulus_pallet_aura_ext = 44, - - XcmpQueue: cumulus_pallet_xcmp_queue = 50, - PolkadotXcm: pallet_xcm = 51, - CumulusXcm: cumulus_pallet_xcm = 52, - // skip 53 - cumulus_pallet_dmp_queue previously - XcAssetConfig: pallet_xc_asset_config = 54, - XTokens: orml_xtokens = 55, - MessageQueue: pallet_message_queue = 56, - - EVM: pallet_evm = 60, - Ethereum: pallet_ethereum = 61, - DynamicEvmBaseFee: pallet_dynamic_evm_base_fee = 63, - - Contracts: pallet_contracts = 70, - - Preimage: pallet_preimage = 84, +#[frame_support::runtime] +mod runtime { + #[runtime::runtime] + #[runtime::derive( + RuntimeCall, + RuntimeEvent, + RuntimeError, + RuntimeOrigin, + RuntimeFreezeReason, + RuntimeHoldReason, + RuntimeSlashReason, + RuntimeLockId, + RuntimeTask + )] + pub struct Runtime; + + // System support + #[runtime::pallet_index(10)] + pub type System = frame_system; + #[runtime::pallet_index(11)] + pub type Utility = pallet_utility; + #[runtime::pallet_index(12)] + pub type Identity = pallet_identity; + #[runtime::pallet_index(13)] + pub type Timestamp = pallet_timestamp; + #[runtime::pallet_index(14)] + pub type Multisig = pallet_multisig; + #[runtime::pallet_index(15)] + pub type Proxy = pallet_proxy; + #[runtime::pallet_index(17)] + pub type Scheduler = pallet_scheduler; + + // Parachain + #[runtime::pallet_index(20)] + pub type ParachainSystem = cumulus_pallet_parachain_system; + #[runtime::pallet_index(21)] + pub type ParachainInfo = parachain_info; + + #[runtime::pallet_index(30)] + pub type TransactionPayment = pallet_transaction_payment; + #[runtime::pallet_index(31)] + pub type Balances = pallet_balances; + #[runtime::pallet_index(32)] + pub type Vesting = pallet_vesting; + #[runtime::pallet_index(33)] + pub type Inflation = pallet_inflation; + #[runtime::pallet_index(34)] + pub type DappStaking = pallet_dapp_staking; + #[runtime::pallet_index(36)] + pub type Assets = pallet_assets; + #[runtime::pallet_index(37)] + pub type PriceAggregator = pallet_price_aggregator; + #[runtime::pallet_index(38)] + pub type Oracle = orml_oracle; + #[runtime::pallet_index(39)] + pub type OracleMembership = pallet_membership; + + // Collator support + #[runtime::pallet_index(40)] + pub type Authorship = pallet_authorship; + #[runtime::pallet_index(41)] + pub type CollatorSelection = pallet_collator_selection; + #[runtime::pallet_index(42)] + pub type Session = pallet_session; + #[runtime::pallet_index(43)] + pub type Aura = pallet_aura; + #[runtime::pallet_index(44)] + pub type AuraExt = cumulus_pallet_aura_ext; + + // XCM helpers + #[runtime::pallet_index(50)] + pub type XcmpQueue = cumulus_pallet_xcmp_queue; + #[runtime::pallet_index(51)] + pub type PolkadotXcm = pallet_xcm; + #[runtime::pallet_index(52)] + pub type CumulusXcm = cumulus_pallet_xcm; + #[runtime::pallet_index(54)] + pub type XcAssetConfig = pallet_xc_asset_config; + #[runtime::pallet_index(55)] + pub type XTokens = orml_xtokens; + #[runtime::pallet_index(56)] + pub type MessageQueue = pallet_message_queue; + + // EVM + #[runtime::pallet_index(60)] + pub type EVM = pallet_evm; + #[runtime::pallet_index(61)] + pub type Ethereum = pallet_ethereum; + #[runtime::pallet_index(63)] + pub type DynamicEvmBaseFee = pallet_dynamic_evm_base_fee; + + #[runtime::pallet_index(70)] + pub type Contracts = pallet_contracts; + + #[runtime::pallet_index(84)] + pub type Preimage = pallet_preimage; // Governance - CouncilMembership: pallet_membership:: = 100, - TechnicalCommitteeMembership: pallet_membership:: = 101, - CommunityCouncilMembership: pallet_membership:: = 102, - Council: pallet_collective:: = 103, - TechnicalCommittee: pallet_collective:: = 104, - CommunityCouncil: pallet_collective:: = 105, - Democracy: pallet_democracy = 106, - Treasury: pallet_treasury:: = 107, - CommunityTreasury: pallet_treasury:: = 108, - CollectiveProxy: pallet_collective_proxy = 109, - SafeMode: pallet_safe_mode = 110, - TxPause: pallet_tx_pause = 111, - - MultiBlockMigrations: pallet_migrations = 120, -); + #[runtime::pallet_index(100)] + pub type CouncilMembership = pallet_membership; + #[runtime::pallet_index(101)] + pub type TechnicalCommitteeMembership = pallet_membership; + #[runtime::pallet_index(102)] + pub type CommunityCouncilMembership = pallet_membership; + #[runtime::pallet_index(103)] + pub type Council = pallet_collective; + #[runtime::pallet_index(104)] + pub type TechnicalCommittee = pallet_collective; + #[runtime::pallet_index(105)] + pub type CommunityCouncil = pallet_collective; + #[runtime::pallet_index(106)] + pub type Democracy = pallet_democracy; + #[runtime::pallet_index(107)] + pub type Treasury = pallet_treasury; + #[runtime::pallet_index(108)] + pub type CommunityTreasury = pallet_treasury; + #[runtime::pallet_index(109)] + pub type CollectiveProxy = pallet_collective_proxy; + #[runtime::pallet_index(110)] + pub type SafeMode = pallet_safe_mode; + #[runtime::pallet_index(111)] + pub type TxPause = pallet_tx_pause; + + #[runtime::pallet_index(120)] + pub type MultiBlockMigrations = pallet_migrations; + + #[runtime::pallet_index(99)] + #[cfg(feature = "astar-sudo")] + pub type Sudo = pallet_sudo; +} /// Block type as expected by this runtime. pub type Block = generic::Block; diff --git a/runtime/shibuya/src/lib.rs b/runtime/shibuya/src/lib.rs index 57503bef2..0aa9a5fab 100644 --- a/runtime/shibuya/src/lib.rs +++ b/runtime/shibuya/src/lib.rs @@ -31,7 +31,6 @@ use core::marker::PhantomData; use cumulus_primitives_core::AggregateMessageOrigin; use ethereum::AuthorizationList; use frame_support::{ - construct_runtime, dispatch::DispatchClass, genesis_builder_helper, parameter_types, traits::{ @@ -1644,76 +1643,139 @@ impl pallet_tx_pause::Config for Runtime { type WeightInfo = pallet_tx_pause::weights::SubstrateWeight; } -construct_runtime!( - pub struct Runtime - { - System: frame_system = 10, - Utility: pallet_utility = 11, - Identity: pallet_identity = 12, - Timestamp: pallet_timestamp = 13, - Multisig: pallet_multisig = 14, - RandomnessCollectiveFlip: pallet_insecure_randomness_collective_flip = 16, - Scheduler: pallet_scheduler = 17, - Proxy: pallet_proxy = 18, - - ParachainSystem: cumulus_pallet_parachain_system = 20, - ParachainInfo: parachain_info = 21, - - TransactionPayment: pallet_transaction_payment = 30, - Balances: pallet_balances = 31, - Vesting: pallet_vesting = 32, - DappStaking: pallet_dapp_staking = 34, - Inflation: pallet_inflation = 35, - Assets: pallet_assets = 36, - PriceAggregator: pallet_price_aggregator = 37, - Oracle: orml_oracle = 38, - OracleMembership: pallet_membership:: = 39, - - Authorship: pallet_authorship = 40, - CollatorSelection: pallet_collator_selection = 41, - Session: pallet_session = 42, - Aura: pallet_aura = 43, - AuraExt: cumulus_pallet_aura_ext = 44, - - XcmpQueue: cumulus_pallet_xcmp_queue = 50, - PolkadotXcm: pallet_xcm = 51, - CumulusXcm: cumulus_pallet_xcm = 52, - // skip 53 - cumulus_pallet_dmp_queue previously - XcAssetConfig: pallet_xc_asset_config = 54, - XTokens: orml_xtokens = 55, - MessageQueue: pallet_message_queue = 56, - - EVM: pallet_evm = 60, - Ethereum: pallet_ethereum = 61, - DynamicEvmBaseFee: pallet_dynamic_evm_base_fee = 62, - EVMChainId: pallet_evm_chain_id = 63, - EthereumChecked: pallet_ethereum_checked = 64, - UnifiedAccounts: pallet_unified_accounts = 65, - - Contracts: pallet_contracts = 70, - - Preimage: pallet_preimage = 84, - - // skip 90 - pallet_xvm previously - - // Governance - Sudo: pallet_sudo = 99, - CouncilMembership: pallet_membership:: = 100, - TechnicalCommitteeMembership: pallet_membership:: = 101, - CommunityCouncilMembership: pallet_membership:: = 102, - Council: pallet_collective:: = 103, - TechnicalCommittee: pallet_collective:: = 104, - CommunityCouncil: pallet_collective:: = 105, - Democracy: pallet_democracy = 106, - Treasury: pallet_treasury:: = 107, - CommunityTreasury: pallet_treasury:: = 108, - CollectiveProxy: pallet_collective_proxy = 109, - SafeMode: pallet_safe_mode = 110, - TxPause: pallet_tx_pause = 111, - - MultiBlockMigrations: pallet_migrations = 120, - } -); +#[frame_support::runtime] +mod runtime { + #[runtime::runtime] + #[runtime::derive( + RuntimeCall, + RuntimeEvent, + RuntimeError, + RuntimeOrigin, + RuntimeFreezeReason, + RuntimeHoldReason, + RuntimeSlashReason, + RuntimeLockId, + RuntimeTask + )] + pub struct Runtime; + + #[runtime::pallet_index(10)] + pub type System = frame_system; + #[runtime::pallet_index(11)] + pub type Utility = pallet_utility; + #[runtime::pallet_index(12)] + pub type Identity = pallet_identity; + #[runtime::pallet_index(13)] + pub type Timestamp = pallet_timestamp; + #[runtime::pallet_index(14)] + pub type Multisig = pallet_multisig; + #[runtime::pallet_index(16)] + pub type RandomnessCollectiveFlip = pallet_insecure_randomness_collective_flip; + #[runtime::pallet_index(17)] + pub type Scheduler = pallet_scheduler; + #[runtime::pallet_index(18)] + pub type Proxy = pallet_proxy; + + #[runtime::pallet_index(20)] + pub type ParachainSystem = cumulus_pallet_parachain_system; + #[runtime::pallet_index(21)] + pub type ParachainInfo = parachain_info; + + #[runtime::pallet_index(30)] + pub type TransactionPayment = pallet_transaction_payment; + #[runtime::pallet_index(31)] + pub type Balances = pallet_balances; + #[runtime::pallet_index(32)] + pub type Vesting = pallet_vesting; + #[runtime::pallet_index(34)] + pub type DappStaking = pallet_dapp_staking; + #[runtime::pallet_index(35)] + pub type Inflation = pallet_inflation; + #[runtime::pallet_index(36)] + pub type Assets = pallet_assets; + #[runtime::pallet_index(37)] + pub type PriceAggregator = pallet_price_aggregator; + #[runtime::pallet_index(38)] + pub type Oracle = orml_oracle; + #[runtime::pallet_index(39)] + pub type OracleMembership = pallet_membership; + + #[runtime::pallet_index(40)] + pub type Authorship = pallet_authorship; + #[runtime::pallet_index(41)] + pub type CollatorSelection = pallet_collator_selection; + #[runtime::pallet_index(42)] + pub type Session = pallet_session; + #[runtime::pallet_index(43)] + pub type Aura = pallet_aura; + #[runtime::pallet_index(44)] + pub type AuraExt = cumulus_pallet_aura_ext; + + #[runtime::pallet_index(50)] + pub type XcmpQueue = cumulus_pallet_xcmp_queue; + #[runtime::pallet_index(51)] + pub type PolkadotXcm = pallet_xcm; + #[runtime::pallet_index(52)] + pub type CumulusXcm = cumulus_pallet_xcm; + // skip 53 - cumulus_pallet_dmp_queue previously + #[runtime::pallet_index(54)] + pub type XcAssetConfig = pallet_xc_asset_config; + #[runtime::pallet_index(55)] + pub type XTokens = orml_xtokens; + #[runtime::pallet_index(56)] + pub type MessageQueue = pallet_message_queue; + + #[runtime::pallet_index(60)] + pub type EVM = pallet_evm; + #[runtime::pallet_index(61)] + pub type Ethereum = pallet_ethereum; + #[runtime::pallet_index(62)] + pub type DynamicEvmBaseFee = pallet_dynamic_evm_base_fee; + #[runtime::pallet_index(63)] + pub type EVMChainId = pallet_evm_chain_id; + #[runtime::pallet_index(64)] + pub type EthereumChecked = pallet_ethereum_checked; + #[runtime::pallet_index(65)] + pub type UnifiedAccounts = pallet_unified_accounts; + + #[runtime::pallet_index(70)] + pub type Contracts = pallet_contracts; + + #[runtime::pallet_index(84)] + pub type Preimage = pallet_preimage; + + // skip 90 - pallet_xvm previously + + #[runtime::pallet_index(99)] + pub type Sudo = pallet_sudo; + #[runtime::pallet_index(100)] + pub type CouncilMembership = pallet_membership; + #[runtime::pallet_index(101)] + pub type TechnicalCommitteeMembership = pallet_membership; + #[runtime::pallet_index(102)] + pub type CommunityCouncilMembership = pallet_membership; + #[runtime::pallet_index(103)] + pub type Council = pallet_collective; + #[runtime::pallet_index(104)] + pub type TechnicalCommittee = pallet_collective; + #[runtime::pallet_index(105)] + pub type CommunityCouncil = pallet_collective; + #[runtime::pallet_index(106)] + pub type Democracy = pallet_democracy; + #[runtime::pallet_index(107)] + pub type Treasury = pallet_treasury; + #[runtime::pallet_index(108)] + pub type CommunityTreasury = pallet_treasury; + #[runtime::pallet_index(109)] + pub type CollectiveProxy = pallet_collective_proxy; + #[runtime::pallet_index(110)] + pub type SafeMode = pallet_safe_mode; + #[runtime::pallet_index(111)] + pub type TxPause = pallet_tx_pause; + + #[runtime::pallet_index(120)] + pub type MultiBlockMigrations = pallet_migrations; +} /// Block type as expected by this runtime. pub type Block = generic::Block; diff --git a/runtime/shiden/src/lib.rs b/runtime/shiden/src/lib.rs index 5316d91f5..df6157c89 100644 --- a/runtime/shiden/src/lib.rs +++ b/runtime/shiden/src/lib.rs @@ -34,7 +34,6 @@ use core::marker::PhantomData; use cumulus_primitives_core::AggregateMessageOrigin; use ethereum::AuthorizationList; use frame_support::{ - construct_runtime, dispatch::DispatchClass, genesis_builder_helper, parameter_types, traits::{ @@ -1224,59 +1223,106 @@ impl pallet_migrations::Config for Runtime { type WeightInfo = pallet_migrations::weights::SubstrateWeight; } -construct_runtime!( - pub struct Runtime - { - System: frame_system = 10, - Utility: pallet_utility = 11, - Identity: pallet_identity = 12, - Timestamp: pallet_timestamp = 13, - Multisig: pallet_multisig = 14, - Proxy: pallet_proxy = 15, - - ParachainSystem: cumulus_pallet_parachain_system = 20, - ParachainInfo: parachain_info = 21, - - TransactionPayment: pallet_transaction_payment = 30, - Balances: pallet_balances = 31, - Vesting: pallet_vesting = 32, - // Inflation needs to execute `on_initialize` as soon as possible, and `on_finalize` as late as possible. - // However, we need to execute Balance genesis before Inflation genesis, otherwise we'll have zero issuance when Inflation - // logic is executed. - // TODO: Address this later. It would be best if Inflation was first pallet. - Inflation: pallet_inflation = 33, - DappStaking: pallet_dapp_staking = 34, - Assets: pallet_assets = 36, - PriceAggregator: pallet_price_aggregator = 37, - Oracle: orml_oracle = 38, - OracleMembership: pallet_membership:: = 39, - - Authorship: pallet_authorship = 40, - CollatorSelection: pallet_collator_selection = 41, - Session: pallet_session = 42, - Aura: pallet_aura = 43, - AuraExt: cumulus_pallet_aura_ext = 44, - - XcmpQueue: cumulus_pallet_xcmp_queue = 50, - PolkadotXcm: pallet_xcm = 51, - CumulusXcm: cumulus_pallet_xcm = 52, - // skip 53 - cumulus_pallet_dmp_queue previously - XcAssetConfig: pallet_xc_asset_config = 54, - XTokens: orml_xtokens = 55, - MessageQueue: pallet_message_queue = 56, - - EVM: pallet_evm = 60, - Ethereum: pallet_ethereum = 61, - DynamicEvmBaseFee: pallet_dynamic_evm_base_fee = 63, - - Contracts: pallet_contracts = 70, - RandomnessCollectiveFlip: pallet_insecure_randomness_collective_flip = 71, - - Sudo: pallet_sudo = 99, - - MultiBlockMigrations: pallet_migrations = 120, - } -); +#[frame_support::runtime] +mod runtime { + #[runtime::runtime] + #[runtime::derive( + RuntimeCall, + RuntimeEvent, + RuntimeError, + RuntimeOrigin, + RuntimeFreezeReason, + RuntimeHoldReason, + RuntimeSlashReason, + RuntimeLockId, + RuntimeTask + )] + pub struct Runtime; + + #[runtime::pallet_index(10)] + pub type System = frame_system; + #[runtime::pallet_index(11)] + pub type Utility = pallet_utility; + #[runtime::pallet_index(12)] + pub type Identity = pallet_identity; + #[runtime::pallet_index(13)] + pub type Timestamp = pallet_timestamp; + #[runtime::pallet_index(14)] + pub type Multisig = pallet_multisig; + #[runtime::pallet_index(15)] + pub type Proxy = pallet_proxy; + + #[runtime::pallet_index(20)] + pub type ParachainSystem = cumulus_pallet_parachain_system; + #[runtime::pallet_index(21)] + pub type ParachainInfo = parachain_info; + + #[runtime::pallet_index(30)] + pub type TransactionPayment = pallet_transaction_payment; + #[runtime::pallet_index(31)] + pub type Balances = pallet_balances; + #[runtime::pallet_index(32)] + pub type Vesting = pallet_vesting; + // Inflation needs to execute `on_initialize` as soon as possible, and `on_finalize` as late as possible. + // However, we need to execute Balance genesis before Inflation genesis, otherwise we'll have zero issuance when Inflation + // logic is executed. + // TODO: Address this later. It would be best if Inflation was first pallet. + #[runtime::pallet_index(33)] + pub type Inflation = pallet_inflation; + #[runtime::pallet_index(34)] + pub type DappStaking = pallet_dapp_staking; + #[runtime::pallet_index(36)] + pub type Assets = pallet_assets; + #[runtime::pallet_index(37)] + pub type PriceAggregator = pallet_price_aggregator; + #[runtime::pallet_index(38)] + pub type Oracle = orml_oracle; + #[runtime::pallet_index(39)] + pub type OracleMembership = pallet_membership; + + #[runtime::pallet_index(40)] + pub type Authorship = pallet_authorship; + #[runtime::pallet_index(41)] + pub type CollatorSelection = pallet_collator_selection; + #[runtime::pallet_index(42)] + pub type Session = pallet_session; + #[runtime::pallet_index(43)] + pub type Aura = pallet_aura; + #[runtime::pallet_index(44)] + pub type AuraExt = cumulus_pallet_aura_ext; + + #[runtime::pallet_index(50)] + pub type XcmpQueue = cumulus_pallet_xcmp_queue; + #[runtime::pallet_index(51)] + pub type PolkadotXcm = pallet_xcm; + #[runtime::pallet_index(52)] + pub type CumulusXcm = cumulus_pallet_xcm; + // skip 53 - cumulus_pallet_dmp_queue previously + #[runtime::pallet_index(54)] + pub type XcAssetConfig = pallet_xc_asset_config; + #[runtime::pallet_index(55)] + pub type XTokens = orml_xtokens; + #[runtime::pallet_index(56)] + pub type MessageQueue = pallet_message_queue; + + #[runtime::pallet_index(60)] + pub type EVM = pallet_evm; + #[runtime::pallet_index(61)] + pub type Ethereum = pallet_ethereum; + #[runtime::pallet_index(63)] + pub type DynamicEvmBaseFee = pallet_dynamic_evm_base_fee; + + #[runtime::pallet_index(70)] + pub type Contracts = pallet_contracts; + #[runtime::pallet_index(71)] + pub type RandomnessCollectiveFlip = pallet_insecure_randomness_collective_flip; + + #[runtime::pallet_index(99)] + pub type Sudo = pallet_sudo; + + #[runtime::pallet_index(120)] + pub type MultiBlockMigrations = pallet_migrations; +} /// Block type as expected by this runtime. pub type Block = generic::Block; From b29568ce83d17f4960c9b7357c87cf151251c7bc Mon Sep 17 00:00:00 2001 From: Igor Papandinas <26460174+ipapandinas@users.noreply.github.com> Date: Mon, 26 Jan 2026 13:29:10 +0400 Subject: [PATCH 2/5] explicit sudo pallet and parts --- runtime/astar/Cargo.toml | 10 +++++----- runtime/astar/src/lib.rs | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/runtime/astar/Cargo.toml b/runtime/astar/Cargo.toml index 1151d2356..45a164b09 100644 --- a/runtime/astar/Cargo.toml +++ b/runtime/astar/Cargo.toml @@ -75,7 +75,7 @@ pallet-proxy = { workspace = true } pallet-safe-mode = { workspace = true } pallet-scheduler = { workspace = true } pallet-session = { workspace = true, features = ["historical"] } -pallet-sudo = { workspace = true, optional = true } +pallet-sudo = { workspace = true } pallet-timestamp = { workspace = true } pallet-transaction-payment = { workspace = true } pallet-transaction-payment-rpc-runtime-api = { workspace = true } @@ -221,7 +221,7 @@ std = [ "pallet-proxy/std", "pallet-scheduler/std", "pallet-session/std", - "pallet-sudo?/std", + "pallet-sudo/std", "pallet-timestamp/std", "pallet-transaction-payment-rpc-runtime-api/std", "pallet-transaction-payment/std", @@ -304,7 +304,7 @@ runtime-benchmarks = [ "pallet-price-aggregator/runtime-benchmarks", "pallet-proxy/runtime-benchmarks", "pallet-scheduler/runtime-benchmarks", - "pallet-sudo?/runtime-benchmarks", + "pallet-sudo/runtime-benchmarks", "pallet-timestamp/runtime-benchmarks", "pallet-treasury/runtime-benchmarks", "pallet-transaction-payment/runtime-benchmarks", @@ -365,7 +365,7 @@ try-runtime = [ "pallet-proxy/try-runtime", "pallet-scheduler/try-runtime", "pallet-session/try-runtime", - "pallet-sudo?/try-runtime", + "pallet-sudo/try-runtime", "pallet-timestamp/try-runtime", "pallet-transaction-payment/try-runtime", "pallet-treasury/try-runtime", @@ -383,7 +383,7 @@ evm-tracing = [ "moonbeam-rpc-primitives-debug", "moonbeam-rpc-primitives-txpool", ] -astar-sudo = ["pallet-sudo"] +astar-sudo = [] # Enable metadata hash generation at compile time for the `CheckMetadataHash` extension. metadata-hash = ["substrate-wasm-builder?/metadata-hash"] diff --git a/runtime/astar/src/lib.rs b/runtime/astar/src/lib.rs index 0164e7c69..87b8ff9eb 100644 --- a/runtime/astar/src/lib.rs +++ b/runtime/astar/src/lib.rs @@ -1751,7 +1751,7 @@ mod runtime { #[runtime::pallet_index(99)] #[cfg(feature = "astar-sudo")] - pub type Sudo = pallet_sudo; + pub type Sudo = pallet_sudo + Pallet + Call + Event + Error + Config; } /// Block type as expected by this runtime. From 1a8af130aba91f250231bb60413ca16f8603b2d6 Mon Sep 17 00:00:00 2001 From: Igor Papandinas <26460174+ipapandinas@users.noreply.github.com> Date: Mon, 26 Jan 2026 13:33:31 +0400 Subject: [PATCH 3/5] add previous comment again --- runtime/astar/src/lib.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runtime/astar/src/lib.rs b/runtime/astar/src/lib.rs index 87b8ff9eb..d4e5ccd1e 100644 --- a/runtime/astar/src/lib.rs +++ b/runtime/astar/src/lib.rs @@ -1667,6 +1667,10 @@ mod runtime { pub type Balances = pallet_balances; #[runtime::pallet_index(32)] pub type Vesting = pallet_vesting; + // Inflation needs to execute `on_initialize` as soon as possible, and `on_finalize` as late as possible. + // However, we need to execute Balance genesis before Inflation genesis, otherwise we'll have zero issuance when Inflation + // logic is executed. + // TODO: Address this later. It would be best if Inflation was first pallet. #[runtime::pallet_index(33)] pub type Inflation = pallet_inflation; #[runtime::pallet_index(34)] From c6977c214dd99bec78234988864df43a83860480 Mon Sep 17 00:00:00 2001 From: Igor Papandinas <26460174+ipapandinas@users.noreply.github.com> Date: Mon, 26 Jan 2026 14:43:38 +0400 Subject: [PATCH 4/5] cargo update --- Cargo.lock | 81 ++++++++++++++++++++++++------------------------------ 1 file changed, 36 insertions(+), 45 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 96d4affb5..3a5783ec0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -344,11 +344,11 @@ dependencies = [ [[package]] name = "ar_archive_writer" -version = "0.2.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0c269894b6fe5e9d7ada0cf69b5bf847ff35bc25fc271f08e1d080fce80339a" +checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b" dependencies = [ - "object 0.32.2", + "object 0.37.3", ] [[package]] @@ -1930,9 +1930,9 @@ checksum = "fd6c0e7b807d60291f42f33f58480c0bfafe28ed08286446f45e463728cf9c1c" [[package]] name = "cc" -version = "1.2.53" +version = "1.2.54" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "755d2fce177175ffca841e9a06afdb2c4ab0f593d53b4dee48147dfaade85932" +checksum = "6354c81bbfd62d9cfa9cb3c773c2b7b2a3a482d569de977fd0e961f6e7c00583" dependencies = [ "find-msvc-tools", "jobserver", @@ -6316,7 +6316,7 @@ dependencies = [ "hyper 1.8.1", "libc", "pin-project-lite", - "socket2 0.6.1", + "socket2 0.6.2", "tokio", "tower-service", "tracing", @@ -7178,9 +7178,9 @@ dependencies = [ [[package]] name = "libm" -version = "0.2.15" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" +checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" [[package]] name = "libp2p" @@ -8275,9 +8275,9 @@ dependencies = [ [[package]] name = "moka" -version = "0.12.12" +version = "0.12.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3dec6bd31b08944e08b58fd99373893a6c17054d6f3ea5006cc894f4f4eee2a" +checksum = "b4ac832c50ced444ef6be0767a008b02c106a909ba79d1d830501e94b96f6b7e" dependencies = [ "crossbeam-channel", "crossbeam-epoch", @@ -8287,7 +8287,7 @@ dependencies = [ "portable-atomic", "smallvec", "tagptr", - "uuid 1.19.0", + "uuid 1.20.0", ] [[package]] @@ -8826,9 +8826,9 @@ dependencies = [ [[package]] name = "num-conv" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" +checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" [[package]] name = "num-derive" @@ -8957,15 +8957,6 @@ dependencies = [ "memchr", ] -[[package]] -name = "object" -version = "0.32.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" -dependencies = [ - "memchr", -] - [[package]] name = "object" version = "0.36.7" @@ -13210,9 +13201,9 @@ dependencies = [ [[package]] name = "psm" -version = "0.1.28" +version = "0.1.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d11f2fedc3b7dafdc2851bc52f277377c5473d378859be234bc7ebb593144d01" +checksum = "1fa96cb91275ed31d6da3e983447320c4eb219ac180fa1679a0889ff32861e2d" dependencies = [ "ar_archive_writer", "cc", @@ -13275,7 +13266,7 @@ dependencies = [ "quinn-udp", "rustc-hash 2.1.1", "rustls", - "socket2 0.6.1", + "socket2 0.6.2", "thiserror 2.0.18", "tokio", "tracing", @@ -13312,16 +13303,16 @@ dependencies = [ "cfg_aliases 0.2.1", "libc", "once_cell", - "socket2 0.6.1", + "socket2 0.6.2", "tracing", "windows-sys 0.60.2", ] [[package]] name = "quote" -version = "1.0.43" +version = "1.0.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a" +checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" dependencies = [ "proc-macro2", ] @@ -16713,9 +16704,9 @@ dependencies = [ [[package]] name = "socket2" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" +checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" dependencies = [ "libc", "windows-sys 0.60.2", @@ -18452,9 +18443,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.45" +version = "0.3.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9e442fc33d7fdb45aa9bfeb312c095964abdf596f7567261062b2a7107aaabd" +checksum = "9da98b7d9b7dad93488a84b8248efc35352b0b2657397d4167e7ad67e5d535e5" dependencies = [ "deranged", "itoa", @@ -18467,15 +18458,15 @@ dependencies = [ [[package]] name = "time-core" -version = "0.1.7" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b36ee98fd31ec7426d599183e8fe26932a8dc1fb76ddb6214d05493377d34ca" +checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" [[package]] name = "time-macros" -version = "0.2.25" +version = "0.2.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71e552d1249bf61ac2a52db88179fd0673def1e1ad8243a00d9ec9ed71fee3dd" +checksum = "78cc610bac2dcee56805c99642447d4c5dbde4d01f752ffea0199aee1f601dc4" dependencies = [ "num-conv", "time-core", @@ -18527,7 +18518,7 @@ dependencies = [ "parking_lot 0.12.5", "pin-project-lite", "signal-hook-registry", - "socket2 0.6.1", + "socket2 0.6.2", "tokio-macros", "windows-sys 0.61.2", ] @@ -19070,9 +19061,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.19.0" +version = "1.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a" +checksum = "ee48d38b119b0cd71fe4141b30f5ba9c7c5d9f4e7a3a8b4a674e4b6ef789976f" dependencies = [ "getrandom 0.3.4", "js-sys", @@ -20574,18 +20565,18 @@ dependencies = [ [[package]] name = "zerocopy" -version = "0.8.33" +version = "0.8.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "668f5168d10b9ee831de31933dc111a459c97ec93225beb307aed970d1372dfd" +checksum = "71ddd76bcebeed25db614f82bf31a9f4222d3fbba300e6fb6c00afa26cbd4d9d" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.33" +version = "0.8.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c7962b26b0a8685668b671ee4b54d007a67d4eaf05fda79ac0ecf41e32270f1" +checksum = "d8187381b52e32220d50b255276aa16a084ec0a9017a0ca2152a1f55c539758d" dependencies = [ "proc-macro2", "quote", @@ -20668,9 +20659,9 @@ dependencies = [ [[package]] name = "zmij" -version = "1.0.16" +version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfcd145825aace48cff44a8844de64bf75feec3080e0aa5cdbde72961ae51a65" +checksum = "02aae0f83f69aafc94776e879363e9771d7ecbffe2c7fbb6c14c5e00dfe88439" [[package]] name = "zstd" From 093d1202940f63164ed7b912b49cb26e1bc44151 Mon Sep 17 00:00:00 2001 From: Igor Papandinas <26460174+ipapandinas@users.noreply.github.com> Date: Mon, 26 Jan 2026 16:01:27 +0400 Subject: [PATCH 5/5] revert cargo update --- Cargo.lock | 1351 ++++++++++++++++++++++++++-------------------------- 1 file changed, 673 insertions(+), 678 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a5783ec0..15ae4aa81 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -153,7 +153,7 @@ dependencies = [ "derive_more 2.1.1", "foldhash 0.2.0", "hashbrown 0.16.1", - "indexmap 2.13.0", + "indexmap 2.12.1", "itoa", "k256", "keccak-asm", @@ -189,7 +189,7 @@ dependencies = [ "proc-macro-error2", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -201,11 +201,11 @@ dependencies = [ "alloy-sol-macro-input", "const-hex", "heck 0.5.0", - "indexmap 2.13.0", + "indexmap 2.12.1", "proc-macro-error2", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", "syn-solidity", "tiny-keccak", ] @@ -222,7 +222,7 @@ dependencies = [ "macro-string", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", "syn-solidity", ] @@ -339,16 +339,16 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] name = "ar_archive_writer" -version = "0.5.1" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b" +checksum = "f0c269894b6fe5e9d7ada0cf69b5bf847ff35bc25fc271f08e1d080fce80339a" dependencies = [ - "object 0.37.3", + "object 0.32.2", ] [[package]] @@ -521,7 +521,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "62945a2f7e6de02a31fe400aa489f0e0f5b2502e69f95f853adb82a96c7a6b60" dependencies = [ "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -559,7 +559,7 @@ dependencies = [ "num-traits", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -644,7 +644,7 @@ checksum = "213888f660fddcca0d257e88e54ac05bca01885f258ccdf695bafd77031bb69d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -723,7 +723,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "27d55334c98d756b32dcceb60248647ab34f027690f87f9a362fd292676ee927" dependencies = [ "smallvec", - "thiserror 2.0.18", + "thiserror 2.0.17", ] [[package]] @@ -775,7 +775,7 @@ dependencies = [ "nom", "num-traits", "rusticata-macros", - "thiserror 2.0.18", + "thiserror 2.0.17", "time", ] @@ -787,7 +787,7 @@ checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", "synstructure 0.13.2", ] @@ -799,7 +799,7 @@ checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", "synstructure 0.13.2", ] @@ -811,7 +811,7 @@ checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -1343,7 +1343,7 @@ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -1434,7 +1434,7 @@ checksum = "ffdcb70bdbc4d478427380519163274ac86e52916e10f0a8889adf0f96d3fee7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -1506,9 +1506,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64ct" -version = "1.8.3" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" +checksum = "0e050f626429857a27ddccb31e0aca21356bfa709c04041aefddac081a8f068a" [[package]] name = "bech32" @@ -1519,7 +1519,7 @@ checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445" [[package]] name = "binary-merkle-tree" version = "16.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "hash-db", "log", @@ -1553,7 +1553,7 @@ dependencies = [ "regex", "rustc-hash 1.1.0", "shlex", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -1689,38 +1689,37 @@ dependencies = [ [[package]] name = "blake2b_simd" -version = "1.0.4" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b79834656f71332577234b50bfc009996f7449e0c056884e6a02492ded0ca2f3" +checksum = "06e903a20b159e944f91ec8499fe1e55651480c541ea0a584f5d967c49ad9d99" dependencies = [ "arrayref", "arrayvec 0.7.6", - "constant_time_eq 0.4.2", + "constant_time_eq 0.3.1", ] [[package]] name = "blake2s_simd" -version = "1.0.4" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee29928bad1e3f94c9d1528da29e07a1d3d04817ae8332de1e8b846c8439f4b3" +checksum = "e90f7deecfac93095eb874a40febd69427776e24e1bd7f87f33ac62d6f0174df" dependencies = [ "arrayref", "arrayvec 0.7.6", - "constant_time_eq 0.4.2", + "constant_time_eq 0.3.1", ] [[package]] name = "blake3" -version = "1.8.3" +version = "1.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2468ef7d57b3fb7e16b576e8377cdbde2320c60e1491e961d11da40fc4f02a2d" +checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0" dependencies = [ "arrayref", "arrayvec 0.7.6", "cc", "cfg-if", - "constant_time_eq 0.4.2", - "cpufeatures", + "constant_time_eq 0.3.1", ] [[package]] @@ -1778,7 +1777,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" version = "0.18.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "parity-scale-codec", "scale-info", @@ -1930,9 +1929,9 @@ checksum = "fd6c0e7b807d60291f42f33f58480c0bfafe28ed08286446f45e463728cf9c1c" [[package]] name = "cc" -version = "1.2.54" +version = "1.2.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6354c81bbfd62d9cfa9cb3c773c2b7b2a3a482d569de977fd0e961f6e7c00583" +checksum = "9f50d563227a1c37cc0a263f64eca3334388c01c5e4c4861a9def205c614383c" dependencies = [ "find-msvc-tools", "jobserver", @@ -2018,9 +2017,9 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.43" +version = "0.4.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118" +checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" dependencies = [ "iana-time-zone", "js-sys", @@ -2088,9 +2087,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.54" +version = "4.5.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394" +checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8" dependencies = [ "clap_builder", "clap_derive", @@ -2098,9 +2097,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.54" +version = "4.5.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00" +checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00" dependencies = [ "anstream", "anstyle", @@ -2118,20 +2117,20 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] name = "clap_lex" -version = "0.7.7" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32" +checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" [[package]] name = "coarsetime" -version = "0.1.37" +version = "0.1.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e58eb270476aa4fc7843849f8a35063e8743b4dbcdf6dd0f8ea0886980c204c2" +checksum = "91849686042de1b41cd81490edc83afbcb0abe5a9b6f2c4114f23ce8cca1bcf4" dependencies = [ "libc", "wasix", @@ -2219,9 +2218,9 @@ dependencies = [ [[package]] name = "comfy-table" -version = "7.2.2" +version = "7.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "958c5d6ecf1f214b4c2bbbbf6ab9523a864bd136dcf71a7e8904799acfe1ad47" +checksum = "b03b7db8e0b4b2fdad6c551e634134e99ec000e5c8c3b6856c65e8bbaded7a3b" dependencies = [ "unicode-segmentation", "unicode-width", @@ -2288,7 +2287,7 @@ version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" dependencies = [ - "getrandom 0.2.17", + "getrandom 0.2.16", "once_cell", "tiny-keccak", ] @@ -2327,9 +2326,9 @@ checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" [[package]] name = "constant_time_eq" -version = "0.4.2" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b" +checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" [[package]] name = "convert_case" @@ -2656,7 +2655,7 @@ dependencies = [ [[package]] name = "cumulus-client-bootnodes" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -2682,7 +2681,7 @@ dependencies = [ [[package]] name = "cumulus-client-cli" version = "0.24.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "clap", "parity-scale-codec", @@ -2699,7 +2698,7 @@ dependencies = [ [[package]] name = "cumulus-client-collator" version = "0.24.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -2722,7 +2721,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-aura" version = "0.24.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-trait", "cumulus-client-collator", @@ -2769,7 +2768,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" version = "0.24.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -2801,7 +2800,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-proposer" version = "0.20.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "anyhow", "async-trait", @@ -2816,7 +2815,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-relay-chain" version = "0.24.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-trait", "cumulus-client-consensus-common", @@ -2839,7 +2838,7 @@ dependencies = [ [[package]] name = "cumulus-client-network" version = "0.24.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2866,7 +2865,7 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" version = "0.18.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2887,7 +2886,7 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" version = "0.24.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2915,7 +2914,7 @@ dependencies = [ [[package]] name = "cumulus-client-service" version = "0.25.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-channel 1.9.0", "cumulus-client-cli", @@ -2955,7 +2954,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-aura-ext" version = "0.21.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "cumulus-pallet-parachain-system", "frame-support", @@ -2972,7 +2971,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" version = "0.21.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "array-bytes 6.2.3", "bytes", @@ -3010,18 +3009,18 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] name = "cumulus-pallet-xcm" version = "0.20.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -3036,7 +3035,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.21.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "approx", "bounded-collections", @@ -3062,7 +3061,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-aura" version = "0.18.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "sp-api", "sp-consensus-aura", @@ -3071,7 +3070,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.19.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -3088,7 +3087,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.19.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3102,7 +3101,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.13.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "sp-externalities", "sp-runtime-interface", @@ -3112,7 +3111,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", @@ -3129,7 +3128,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" version = "0.21.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -3146,7 +3145,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -3174,7 +3173,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" version = "0.24.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3194,7 +3193,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-minimal-node" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -3230,7 +3229,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" version = "0.24.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3271,7 +3270,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-streams" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "cumulus-relay-chain-interface", "futures 0.3.31", @@ -3285,7 +3284,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.20.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -3319,7 +3318,7 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -3337,9 +3336,9 @@ dependencies = [ [[package]] name = "cxx" -version = "1.0.194" +version = "1.0.192" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "747d8437319e3a2f43d93b341c137927ca70c0f5dabeea7a005a73665e247c7e" +checksum = "bbda285ba6e5866529faf76352bdf73801d9b44a6308d7cd58ca2379f378e994" dependencies = [ "cc", "cxx-build", @@ -3352,49 +3351,49 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.194" +version = "1.0.192" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0f4697d190a142477b16aef7da8a99bfdc41e7e8b1687583c0d23a79c7afc1e" +checksum = "af9efde466c5d532d57efd92f861da3bdb7f61e369128ce8b4c3fe0c9de4fa4d" dependencies = [ "cc", "codespan-reporting", - "indexmap 2.13.0", + "indexmap 2.12.1", "proc-macro2", "quote", "scratch", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] name = "cxxbridge-cmd" -version = "1.0.194" +version = "1.0.192" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0956799fa8678d4c50eed028f2de1c0552ae183c76e976cf7ca8c4e36a7c328" +checksum = "3efb93799095bccd4f763ca07997dc39a69e5e61ab52d2c407d4988d21ce144d" dependencies = [ "clap", "codespan-reporting", - "indexmap 2.13.0", + "indexmap 2.12.1", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] name = "cxxbridge-flags" -version = "1.0.194" +version = "1.0.192" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23384a836ab4f0ad98ace7e3955ad2de39de42378ab487dc28d3990392cb283a" +checksum = "3092010228026e143b32a4463ed9fa8f86dca266af4bf5f3b2a26e113dbe4e45" [[package]] name = "cxxbridge-macro" -version = "1.0.194" +version = "1.0.192" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6acc6b5822b9526adfb4fc377b67128fdd60aac757cc4a741a6278603f763cf" +checksum = "31d72ebfcd351ae404fb00ff378dfc9571827a00722c9e735c9181aec320ba0a" dependencies = [ - "indexmap 2.13.0", + "indexmap 2.12.1", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -3437,7 +3436,7 @@ dependencies = [ "proc-macro2", "quote", "strsim", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -3451,7 +3450,7 @@ dependencies = [ "proc-macro2", "quote", "strsim", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -3462,7 +3461,7 @@ checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" dependencies = [ "darling_core 0.20.11", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -3473,7 +3472,7 @@ checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81" dependencies = [ "darling_core 0.21.3", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -3491,15 +3490,15 @@ dependencies = [ [[package]] name = "data-encoding" -version = "2.10.0" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea" +checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" [[package]] name = "data-encoding-macro" -version = "0.1.19" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8142a83c17aa9461d637e649271eae18bf2edd00e91f2e105df36c3c16355bdb" +checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d" dependencies = [ "data-encoding", "data-encoding-macro-internal", @@ -3507,12 +3506,12 @@ dependencies = [ [[package]] name = "data-encoding-macro-internal" -version = "0.1.17" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ab67060fc6b8ef687992d439ca0fa36e7ed17e9a0b16b25b601e8757df720de" +checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" dependencies = [ "data-encoding", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -3604,7 +3603,7 @@ checksum = "d65d7ce8132b7c0e54497a4d9a55a1c2a0912a0d786cf894472ba818fba45762" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -3615,7 +3614,7 @@ checksum = "ef941ded77d15ca19b40374869ac6000af1c9f2a4c0f3d4c70926287e6364a8f" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -3628,7 +3627,7 @@ dependencies = [ "proc-macro2", "quote", "rustc_version 0.4.1", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -3657,7 +3656,7 @@ checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", "unicode-xid", ] @@ -3671,7 +3670,7 @@ dependencies = [ "proc-macro2", "quote", "rustc_version 0.4.1", - "syn 2.0.114", + "syn 2.0.111", "unicode-xid", ] @@ -3764,7 +3763,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -3788,7 +3787,7 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.114", + "syn 2.0.111", "termcolor", "toml 0.8.23", "walkdir", @@ -3814,9 +3813,9 @@ checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" [[package]] name = "dtoa" -version = "1.0.11" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590" +checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04" [[package]] name = "dunce" @@ -3842,7 +3841,7 @@ checksum = "7e8671d54058979a37a26f3511fbf8d198ba1aa35ffb202c42587d918d77213a" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -3916,7 +3915,7 @@ dependencies = [ "enum-ordinalize", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -3990,7 +3989,7 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -4010,7 +4009,7 @@ checksum = "8ca9601fb2d62598ee17836250842873a413586e5d7ed88b356e38ddbb0ec631" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -4030,7 +4029,7 @@ checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -4041,7 +4040,7 @@ checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -4206,7 +4205,7 @@ dependencies = [ [[package]] name = "ethereum-standards" version = "0.1.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "alloy-core", ] @@ -4305,7 +4304,7 @@ dependencies = [ "regex", "serde", "serde_json", - "syn 2.0.114", + "syn 2.0.111", "toml 0.8.23", "walkdir", ] @@ -4323,7 +4322,7 @@ dependencies = [ "proc-macro2", "quote", "serde_json", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -4349,7 +4348,7 @@ dependencies = [ "serde", "serde_json", "strum 0.26.3", - "syn 2.0.114", + "syn 2.0.111", "tempfile", "thiserror 1.0.69", "tiny-keccak", @@ -4478,7 +4477,7 @@ dependencies = [ [[package]] name = "evm" version = "0.43.4" -source = "git+https://github.com/rust-ethereum/evm?branch=v0.x#a656db9050c65170b050360c3fa66c0fd8bf226a" +source = "git+https://github.com/rust-ethereum/evm?branch=v0.x#6917b131d552559ee84b0b3ea5450d9890a7e9bd" dependencies = [ "auto_impl", "environmental", @@ -4498,7 +4497,7 @@ dependencies = [ [[package]] name = "evm-core" version = "0.43.0" -source = "git+https://github.com/rust-ethereum/evm?branch=v0.x#a656db9050c65170b050360c3fa66c0fd8bf226a" +source = "git+https://github.com/rust-ethereum/evm?branch=v0.x#6917b131d552559ee84b0b3ea5450d9890a7e9bd" dependencies = [ "parity-scale-codec", "primitive-types 0.13.1", @@ -4509,7 +4508,7 @@ dependencies = [ [[package]] name = "evm-gasometer" version = "0.43.0" -source = "git+https://github.com/rust-ethereum/evm?branch=v0.x#a656db9050c65170b050360c3fa66c0fd8bf226a" +source = "git+https://github.com/rust-ethereum/evm?branch=v0.x#6917b131d552559ee84b0b3ea5450d9890a7e9bd" dependencies = [ "environmental", "evm-core", @@ -4520,7 +4519,7 @@ dependencies = [ [[package]] name = "evm-runtime" version = "0.43.0" -source = "git+https://github.com/rust-ethereum/evm?branch=v0.x#a656db9050c65170b050360c3fa66c0fd8bf226a" +source = "git+https://github.com/rust-ethereum/evm?branch=v0.x#6917b131d552559ee84b0b3ea5450d9890a7e9bd" dependencies = [ "auto_impl", "environmental", @@ -4564,7 +4563,7 @@ dependencies = [ "prettyplease", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -4649,11 +4648,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eb42427514b063d97ce21d5199f36c0c307d981434a6be32582bc79fe5bd2303" dependencies = [ "expander", - "indexmap 2.13.0", + "indexmap 2.12.1", "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -4681,7 +4680,7 @@ dependencies = [ "sp-block-builder", "sp-consensus", "sp-runtime", - "thiserror 2.0.18", + "thiserror 2.0.17", ] [[package]] @@ -4787,7 +4786,7 @@ dependencies = [ "sp-timestamp", "sp-trie", "substrate-prometheus-endpoint", - "thiserror 2.0.18", + "thiserror 2.0.17", "tokio", ] @@ -4872,13 +4871,14 @@ dependencies = [ [[package]] name = "filetime" -version = "0.2.27" +version = "0.2.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db" +checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed" dependencies = [ "cfg-if", "libc", "libredox", + "windows-sys 0.60.2", ] [[package]] @@ -4899,9 +4899,9 @@ dependencies = [ [[package]] name = "find-msvc-tools" -version = "0.1.8" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db" +checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844" [[package]] name = "fixed-hash" @@ -4974,7 +4974,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "13.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "parity-scale-codec", ] @@ -5101,7 +5101,7 @@ checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619" [[package]] name = "frame-benchmarking" version = "41.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-support", "frame-support-procedural", @@ -5125,7 +5125,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "49.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "Inflector", "array-bytes 6.2.3", @@ -5204,18 +5204,18 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "16.1.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] name = "frame-election-provider-support" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -5232,7 +5232,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "41.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "aquamarine", "frame-support", @@ -5285,7 +5285,7 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" version = "0.9.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "array-bytes 6.2.3", "const-hex", @@ -5301,7 +5301,7 @@ dependencies = [ [[package]] name = "frame-storage-access-test-runtime" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "cumulus-pallet-parachain-system", "parity-scale-codec", @@ -5314,8 +5314,8 @@ dependencies = [ [[package]] name = "frame-support" -version = "41.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +version = "41.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "aquamarine", "array-bytes 6.2.3", @@ -5356,7 +5356,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "34.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "Inflector", "cfg-expr", @@ -5370,35 +5370,35 @@ dependencies = [ "proc-macro2", "quote", "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2506)", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] name = "frame-support-procedural-tools" version = "13.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] name = "frame-support-procedural-tools-derive" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] name = "frame-system" version = "41.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "cfg-if", "docify", @@ -5417,7 +5417,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-benchmarking", "frame-support", @@ -5431,7 +5431,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "docify", "parity-scale-codec", @@ -5441,7 +5441,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.47.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-support", "parity-scale-codec", @@ -5606,7 +5606,7 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -5702,9 +5702,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.17" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" +checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" dependencies = [ "cfg-if", "js-sys", @@ -5835,7 +5835,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.12", - "indexmap 2.13.0", + "indexmap 2.12.1", "slab", "tokio", "tokio-util", @@ -5844,9 +5844,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.4.13" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" +checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" dependencies = [ "atomic-waker", "bytes", @@ -5854,7 +5854,7 @@ dependencies = [ "futures-core", "futures-sink", "http 1.4.0", - "indexmap 2.13.0", + "indexmap 2.12.1", "slab", "tokio", "tokio-util", @@ -6065,7 +6065,7 @@ dependencies = [ "once_cell", "rand 0.9.2", "ring 0.17.14", - "thiserror 2.0.18", + "thiserror 2.0.17", "tinyvec", "tokio", "tracing", @@ -6109,7 +6109,7 @@ dependencies = [ "rand 0.9.2", "resolv-conf", "smallvec", - "thiserror 2.0.18", + "thiserror 2.0.17", "tokio", "tracing", ] @@ -6270,7 +6270,7 @@ dependencies = [ "bytes", "futures-channel", "futures-core", - "h2 0.4.13", + "h2 0.4.12", "http 1.4.0", "http-body 1.0.1", "httparse", @@ -6316,7 +6316,7 @@ dependencies = [ "hyper 1.8.1", "libc", "pin-project-lite", - "socket2 0.6.2", + "socket2 0.6.1", "tokio", "tower-service", "tracing", @@ -6579,7 +6579,7 @@ checksum = "a0eb5a3343abf848c0984fe4604b2b105da9539376e24fc0a3b0007411ae4fd9" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -6620,9 +6620,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.13.0" +version = "2.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" +checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" dependencies = [ "equivalent", "hashbrown 0.16.1", @@ -6837,15 +6837,15 @@ dependencies = [ [[package]] name = "itoa" -version = "1.0.17" +version = "1.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" +checksum = "7ee5b5339afb4c41626dde77b7a611bd4f2c202b897852b4bcf5d03eddc61010" [[package]] name = "jiff" -version = "0.2.18" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e67e8da4c49d6d9909fe03361f9b620f58898859f5c7aded68351e85e71ecf50" +checksum = "49cce2b81f2098e7e3efc35bc2e0a6b7abec9d34128283d7a26fa8f32a6dbb35" dependencies = [ "jiff-static", "log", @@ -6856,13 +6856,13 @@ dependencies = [ [[package]] name = "jiff-static" -version = "0.2.18" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0c84ee7f197eca9a86c6fd6cb771e55eb991632f15f2bc3ca6ec838929e6e78" +checksum = "980af8b43c3ad5d8d349ace167ec8170839f753a42d233ba19e08afe1850fa69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -6899,9 +6899,9 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.85" +version = "0.3.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3" +checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8" dependencies = [ "once_cell", "wasm-bindgen", @@ -6982,7 +6982,7 @@ dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -7162,9 +7162,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.180" +version = "0.2.178" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" +checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091" [[package]] name = "libloading" @@ -7178,9 +7178,9 @@ dependencies = [ [[package]] name = "libm" -version = "0.2.16" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" +checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" [[package]] name = "libp2p" @@ -7192,7 +7192,7 @@ dependencies = [ "either", "futures 0.3.31", "futures-timer", - "getrandom 0.2.17", + "getrandom 0.2.16", "libp2p-allow-block-list", "libp2p-connection-limits", "libp2p-core", @@ -7321,7 +7321,7 @@ dependencies = [ "quick-protobuf", "rand 0.8.5", "sha2 0.10.9", - "thiserror 2.0.18", + "thiserror 2.0.17", "tracing", "zeroize", ] @@ -7515,7 +7515,7 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -7608,13 +7608,13 @@ dependencies = [ [[package]] name = "libredox" -version = "0.1.12" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" +checksum = "df15f6eac291ed1cf25865b1ee60399f57e7c227e7f51bdbd4c5270396a9ed50" dependencies = [ "bitflags 2.10.0", "libc", - "redox_syscall 0.7.0", + "redox_syscall 0.6.0", ] [[package]] @@ -7791,7 +7791,7 @@ dependencies = [ "futures 0.3.31", "futures-timer", "hickory-resolver 0.25.2", - "indexmap 2.13.0", + "indexmap 2.12.1", "libc", "mockall", "multiaddr 0.17.1", @@ -7808,7 +7808,7 @@ dependencies = [ "smallvec", "snow", "socket2 0.5.10", - "thiserror 2.0.18", + "thiserror 2.0.17", "tokio", "tokio-stream", "tokio-tungstenite", @@ -7996,7 +7996,7 @@ checksum = "1b27834086c65ec3f9387b096d66e99f221cf081c2b738042aa252bcd41204e3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -8008,7 +8008,7 @@ dependencies = [ "macro_magic_core", "macro_magic_macros", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -8022,7 +8022,7 @@ dependencies = [ "macro_magic_core_macros", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -8033,7 +8033,7 @@ checksum = "b02abfe41815b5bd98dbd4260173db2c116dda171dc0fe7838cb206333b83308" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -8044,18 +8044,18 @@ checksum = "73ea28ee64b88876bf45277ed9a5817c1817df061a74f2b988971a12570e5869" dependencies = [ "macro_magic_core", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] name = "match-lookup" -version = "0.1.2" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "757aee279b8bdbb9f9e676796fd459e4207a1f986e87886700abf589f5abf771" +checksum = "1265724d8cb29dbbc2b0f06fffb8bf1a8c0cf73a78eede9ba73a4a66c52a981e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 1.0.109", ] [[package]] @@ -8216,7 +8216,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "46.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "futures 0.3.31", "log", @@ -8235,7 +8235,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -8270,14 +8270,14 @@ dependencies = [ "cfg-if", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] name = "moka" -version = "0.12.13" +version = "0.12.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4ac832c50ced444ef6be0767a008b02c106a909ba79d1d830501e94b96f6b7e" +checksum = "a3dec6bd31b08944e08b58fd99373893a6c17054d6f3ea5006cc894f4f4eee2a" dependencies = [ "crossbeam-channel", "crossbeam-epoch", @@ -8287,7 +8287,7 @@ dependencies = [ "portable-atomic", "smallvec", "tagptr", - "uuid 1.20.0", + "uuid 1.19.0", ] [[package]] @@ -8620,7 +8620,7 @@ dependencies = [ "libc", "log", "openssl", - "openssl-probe 0.1.6", + "openssl-probe", "openssl-sys", "schannel", "security-framework 2.11.1", @@ -8676,17 +8676,17 @@ dependencies = [ "log", "netlink-packet-core", "netlink-sys", - "thiserror 2.0.18", + "thiserror 2.0.17", ] [[package]] name = "netlink-sys" -version = "0.8.8" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd6c30ed10fa69cc491d491b85cc971f6bdeb8e7367b7cde2ee6cc878d583fae" +checksum = "16c903aa70590cb93691bf97a767c8d1d6122d2cc9070433deb3bbf36ce8bd23" dependencies = [ "bytes", - "futures-util", + "futures 0.3.31", "libc", "log", "tokio", @@ -8694,13 +8694,13 @@ dependencies = [ [[package]] name = "network-interface" -version = "2.0.5" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ddcb8865ad3d9950f22f42ffa0ef0aecbfbf191867b3122413602b0a360b2a6" +checksum = "5e79101e6efcffacab279462884a7eebf65ea5f4ac2cc727b60c715a9aa04722" dependencies = [ "cc", "libc", - "thiserror 2.0.18", + "thiserror 2.0.17", "winapi", ] @@ -8826,9 +8826,9 @@ dependencies = [ [[package]] name = "num-conv" -version = "0.2.0" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" +checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" [[package]] name = "num-derive" @@ -8838,7 +8838,7 @@ checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -8942,7 +8942,7 @@ dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -8957,6 +8957,15 @@ dependencies = [ "memchr", ] +[[package]] +name = "object" +version = "0.32.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" +dependencies = [ + "memchr", +] + [[package]] name = "object" version = "0.36.7" @@ -9069,7 +9078,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -9078,12 +9087,6 @@ version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" -[[package]] -name = "openssl-probe" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" - [[package]] name = "openssl-sys" version = "0.9.111" @@ -9126,7 +9129,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43dfaf083aef571385fccfdc3a2f8ede8d0a1863160455d4f2b014d8f7d04a3f" dependencies = [ "expander", - "indexmap 2.13.0", + "indexmap 2.12.1", "itertools 0.11.0", "petgraph 0.6.5", "proc-macro-crate 3.4.0", @@ -9227,7 +9230,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-benchmarking", "frame-support", @@ -9245,7 +9248,7 @@ dependencies = [ [[package]] name = "pallet-asset-rate" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-benchmarking", "frame-support", @@ -9259,7 +9262,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-benchmarking", "frame-support", @@ -9275,7 +9278,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "43.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "ethereum-standards", "frame-benchmarking", @@ -9293,7 +9296,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-support", "frame-system", @@ -9309,7 +9312,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-support", "frame-system", @@ -9324,7 +9327,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-support", "frame-system", @@ -9337,7 +9340,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-benchmarking", "frame-support", @@ -9360,7 +9363,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "aquamarine", "docify", @@ -9381,7 +9384,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "42.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "docify", "frame-benchmarking", @@ -9397,7 +9400,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "42.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-support", "frame-system", @@ -9416,7 +9419,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "42.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "array-bytes 6.2.3", "binary-merkle-tree", @@ -9441,7 +9444,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-benchmarking", "frame-support", @@ -9458,7 +9461,7 @@ dependencies = [ [[package]] name = "pallet-broker" version = "0.20.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "bitvec", "frame-benchmarking", @@ -9518,7 +9521,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-benchmarking", "frame-support", @@ -9562,7 +9565,7 @@ dependencies = [ [[package]] name = "pallet-collator-selection" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-benchmarking", "frame-support", @@ -9581,7 +9584,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "docify", "frame-benchmarking", @@ -9618,7 +9621,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "environmental", "frame-benchmarking", @@ -9649,17 +9652,17 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "23.0.3" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] name = "pallet-contracts-uapi" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -9670,7 +9673,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "assert_matches", "frame-benchmarking", @@ -9709,7 +9712,7 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" version = "8.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-support", "frame-system", @@ -9724,7 +9727,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-benchmarking", "frame-support", @@ -9761,7 +9764,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -9782,7 +9785,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -9795,7 +9798,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "42.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-benchmarking", "frame-support", @@ -10161,7 +10164,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "docify", "frame-benchmarking", @@ -10179,7 +10182,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-benchmarking", "frame-support", @@ -10201,7 +10204,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "enumflags2", "frame-benchmarking", @@ -10217,7 +10220,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-benchmarking", "frame-support", @@ -10236,7 +10239,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-benchmarking", "frame-support", @@ -10270,7 +10273,7 @@ dependencies = [ [[package]] name = "pallet-insecure-randomness-collective-flip" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -10281,7 +10284,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-benchmarking", "frame-support", @@ -10297,7 +10300,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "44.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "environmental", "frame-benchmarking", @@ -10316,7 +10319,7 @@ dependencies = [ [[package]] name = "pallet-meta-tx" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "docify", "frame-benchmarking", @@ -10334,7 +10337,7 @@ dependencies = [ [[package]] name = "pallet-migrations" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "docify", "frame-benchmarking", @@ -10353,7 +10356,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "log", "parity-scale-codec", @@ -10365,7 +10368,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "log", "parity-scale-codec", @@ -10376,7 +10379,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -10386,7 +10389,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-support", "frame-system", @@ -10404,7 +10407,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10424,7 +10427,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -10434,7 +10437,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-support", "frame-system", @@ -10449,7 +10452,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10472,7 +10475,7 @@ dependencies = [ [[package]] name = "pallet-parameters" version = "0.12.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "docify", "frame-benchmarking", @@ -10489,7 +10492,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-benchmarking", "frame-support", @@ -10527,7 +10530,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -10537,7 +10540,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "41.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-benchmarking", "frame-support", @@ -10555,7 +10558,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -10565,7 +10568,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "assert_matches", "frame-benchmarking", @@ -10583,7 +10586,7 @@ dependencies = [ [[package]] name = "pallet-revive" version = "0.7.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "alloy-core", "derive_more 0.99.20", @@ -10629,7 +10632,7 @@ dependencies = [ [[package]] name = "pallet-revive-fixtures" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "anyhow", "cargo_metadata 0.15.4", @@ -10643,17 +10646,17 @@ dependencies = [ [[package]] name = "pallet-revive-proc-macro" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] name = "pallet-revive-uapi" version = "0.5.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "bitflags 1.3.2", "pallet-revive-proc-macro", @@ -10665,7 +10668,7 @@ dependencies = [ [[package]] name = "pallet-root-testing" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-support", "frame-system", @@ -10678,7 +10681,7 @@ dependencies = [ [[package]] name = "pallet-safe-mode" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "docify", "pallet-balances", @@ -10692,7 +10695,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "42.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "docify", "frame-benchmarking", @@ -10709,7 +10712,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-support", "frame-system", @@ -10730,7 +10733,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-benchmarking", "frame-support", @@ -10746,7 +10749,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-benchmarking", "frame-support", @@ -10763,7 +10766,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10785,7 +10788,7 @@ dependencies = [ [[package]] name = "pallet-staking-async-ah-client" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-support", "frame-system", @@ -10804,7 +10807,7 @@ dependencies = [ [[package]] name = "pallet-staking-async-rc-client" version = "0.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-support", "frame-system", @@ -10821,7 +10824,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "log", "sp-arithmetic", @@ -10830,7 +10833,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "parity-scale-codec", "sp-api", @@ -10840,7 +10843,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "46.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-benchmarking", "frame-support", @@ -10876,7 +10879,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "docify", "frame-benchmarking", @@ -10891,7 +10894,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "docify", "frame-benchmarking", @@ -10909,7 +10912,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-benchmarking", "frame-support", @@ -10927,7 +10930,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-benchmarking", "frame-support", @@ -10942,7 +10945,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "44.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -10958,7 +10961,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -10989,7 +10992,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "docify", "frame-benchmarking", @@ -11008,7 +11011,7 @@ dependencies = [ [[package]] name = "pallet-tx-pause" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "docify", "parity-scale-codec", @@ -11044,7 +11047,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-benchmarking", "frame-support", @@ -11059,7 +11062,7 @@ dependencies = [ [[package]] name = "pallet-verify-signature" version = "0.4.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-benchmarking", "frame-support", @@ -11074,7 +11077,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-benchmarking", "frame-support", @@ -11088,7 +11091,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -11118,7 +11121,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "20.1.3" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -11144,7 +11147,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "21.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-benchmarking", "frame-support", @@ -11161,7 +11164,7 @@ dependencies = [ [[package]] name = "parachains-common" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -11247,7 +11250,7 @@ dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -11395,9 +11398,9 @@ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" [[package]] name = "pest" -version = "2.8.5" +version = "2.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c9eb05c21a464ea704b53158d358a31e6425db2f63a1a7312268b05fe2b75f7" +checksum = "cbcfd20a6d4eeba40179f05735784ad32bdaef05ce8e8af05f180d45bb3e7e22" dependencies = [ "memchr", "ucd-trie", @@ -11405,9 +11408,9 @@ dependencies = [ [[package]] name = "pest_derive" -version = "2.8.5" +version = "2.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68f9dbced329c441fa79d80472764b1a2c7e57123553b8519b36663a2fb234ed" +checksum = "51f72981ade67b1ca6adc26ec221be9f463f2b5839c7508998daa17c23d94d7f" dependencies = [ "pest", "pest_generator", @@ -11415,22 +11418,22 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.8.5" +version = "2.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3bb96d5051a78f44f43c8f712d8e810adb0ebf923fc9ed2655a7f66f63ba8ee5" +checksum = "dee9efd8cdb50d719a80088b76f81aec7c41ed6d522ee750178f83883d271625" dependencies = [ "pest", "pest_meta", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] name = "pest_meta" -version = "2.8.5" +version = "2.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "602113b5b5e8621770cfd490cfd90b9f84ab29bd2b0e49ad83eb6d186cef2365" +checksum = "bf1d70880e76bdc13ba52eafa6239ce793d85c8e43896507e43dd8984ff05b82" dependencies = [ "pest", "sha2 0.10.9", @@ -11443,7 +11446,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" dependencies = [ "fixedbitset 0.4.2", - "indexmap 2.13.0", + "indexmap 2.12.1", ] [[package]] @@ -11453,7 +11456,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772" dependencies = [ "fixedbitset 0.5.7", - "indexmap 2.13.0", + "indexmap 2.12.1", ] [[package]] @@ -11483,7 +11486,7 @@ checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -11528,7 +11531,7 @@ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" [[package]] name = "polkadot-approval-distribution" version = "24.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "futures 0.3.31", "futures-timer", @@ -11546,7 +11549,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "futures 0.3.31", "futures-timer", @@ -11561,7 +11564,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "fatality", "futures 0.3.31", @@ -11584,7 +11587,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-trait", "fatality", @@ -11617,7 +11620,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "clap", "frame-benchmarking-cli", @@ -11641,7 +11644,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "bitvec", "fatality", @@ -11664,7 +11667,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "parity-scale-codec", "scale-info", @@ -11675,12 +11678,12 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "fatality", "futures 0.3.31", "futures-timer", - "indexmap 2.13.0", + "indexmap 2.12.1", "parity-scale-codec", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -11697,7 +11700,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -11711,7 +11714,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "24.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "futures 0.3.31", "futures-timer", @@ -11732,7 +11735,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "always-assert", "async-trait", @@ -11755,7 +11758,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "futures 0.3.31", "parity-scale-codec", @@ -11773,7 +11776,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-trait", "bitvec", @@ -11805,7 +11808,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting-parallel" version = "0.7.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-trait", "futures 0.3.31", @@ -11829,7 +11832,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "bitvec", "futures 0.3.31", @@ -11848,7 +11851,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "bitvec", "fatality", @@ -11869,7 +11872,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "futures 0.3.31", "polkadot-node-subsystem", @@ -11884,7 +11887,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-trait", "futures 0.3.31", @@ -11906,7 +11909,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "futures 0.3.31", "polkadot-node-metrics", @@ -11920,7 +11923,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "futures 0.3.31", "futures-timer", @@ -11936,7 +11939,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "fatality", "futures 0.3.31", @@ -11954,7 +11957,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-trait", "futures 0.3.31", @@ -11971,7 +11974,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "fatality", "futures 0.3.31", @@ -11985,7 +11988,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "bitvec", "fatality", @@ -12002,7 +12005,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "always-assert", "array-bytes 6.2.3", @@ -12030,7 +12033,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "futures 0.3.31", "polkadot-node-subsystem", @@ -12043,7 +12046,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "cpu-time", "futures 0.3.31", @@ -12069,7 +12072,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "futures 0.3.31", "polkadot-node-metrics", @@ -12084,7 +12087,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "bs58", "futures 0.3.31", @@ -12101,7 +12104,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -12126,7 +12129,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "20.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "bitvec", "bounded-vec", @@ -12150,7 +12153,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "polkadot-node-subsystem-types", "polkadot-overseer", @@ -12159,7 +12162,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-trait", "derive_more 0.99.20", @@ -12187,7 +12190,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "24.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "fatality", "futures 0.3.31", @@ -12218,7 +12221,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-trait", "futures 0.3.31", @@ -12238,7 +12241,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "bounded-collections", "derive_more 0.99.20", @@ -12254,7 +12257,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "bitvec", "bounded-collections", @@ -12283,7 +12286,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -12316,7 +12319,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "bitvec", "frame-benchmarking", @@ -12366,7 +12369,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "21.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "bs58", "frame-benchmarking", @@ -12378,7 +12381,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "20.0.3" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -12426,7 +12429,7 @@ dependencies = [ [[package]] name = "polkadot-sdk-frame" version = "0.10.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "docify", "frame-benchmarking", @@ -12461,7 +12464,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-trait", "frame-benchmarking", @@ -12569,7 +12572,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "bitvec", "fatality", @@ -12589,7 +12592,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -12688,7 +12691,7 @@ dependencies = [ "polkavm-common 0.21.0", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -12700,7 +12703,7 @@ dependencies = [ "polkavm-common 0.24.0", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -12710,7 +12713,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "36837f6b7edfd6f4498f8d25d81da16cf03bd6992c3e56f3d477dfc90f4fefca" dependencies = [ "polkavm-derive-impl 0.21.0", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -12720,7 +12723,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba0ef0f17ad81413ea1ca5b1b67553aedf5650c88269b673d3ba015c83bc2651" dependencies = [ "polkavm-derive-impl 0.24.0", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -12822,9 +12825,9 @@ dependencies = [ [[package]] name = "portable-atomic" -version = "1.13.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f89776e4d69bb58bc6993e99ffa1d11f228b839984854c7daeb5d37f87cbe950" +checksum = "f59e70c4aef1e55797c2e8fd94a4f2a973fc972cfde0e0b05f683667b0cd39dd" [[package]] name = "portable-atomic-util" @@ -12899,7 +12902,7 @@ dependencies = [ "proc-macro2", "quote", "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2506)", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -12935,7 +12938,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" dependencies = [ "proc-macro2", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -13045,7 +13048,7 @@ dependencies = [ "proc-macro-error-attr2", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -13056,14 +13059,14 @@ checksum = "75eea531cfcd120e0851a3f8aed42c4841f78c889eefafd96339c72677ae42c3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] name = "proc-macro2" -version = "1.0.106" +version = "1.0.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" +checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" dependencies = [ "unicode-ident", ] @@ -13102,7 +13105,7 @@ checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -13160,7 +13163,7 @@ dependencies = [ "prost 0.13.5", "prost-types", "regex", - "syn 2.0.114", + "syn 2.0.111", "tempfile", ] @@ -13174,7 +13177,7 @@ dependencies = [ "itertools 0.12.1", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -13187,7 +13190,7 @@ dependencies = [ "itertools 0.14.0", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -13201,9 +13204,9 @@ dependencies = [ [[package]] name = "psm" -version = "0.1.29" +version = "0.1.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fa96cb91275ed31d6da3e983447320c4eb219ac180fa1679a0889ff32861e2d" +checksum = "d11f2fedc3b7dafdc2851bc52f277377c5473d378859be234bc7ebb593144d01" dependencies = [ "ar_archive_writer", "cc", @@ -13266,8 +13269,8 @@ dependencies = [ "quinn-udp", "rustc-hash 2.1.1", "rustls", - "socket2 0.6.2", - "thiserror 2.0.18", + "socket2 0.6.1", + "thiserror 2.0.17", "tokio", "tracing", "web-time", @@ -13288,7 +13291,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.18", + "thiserror 2.0.17", "tinyvec", "tracing", "web-time", @@ -13303,16 +13306,16 @@ dependencies = [ "cfg_aliases 0.2.1", "libc", "once_cell", - "socket2 0.6.2", + "socket2 0.6.1", "tracing", "windows-sys 0.60.2", ] [[package]] name = "quote" -version = "1.0.44" +version = "1.0.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" +checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" dependencies = [ "proc-macro2", ] @@ -13347,7 +13350,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" dependencies = [ "rand_chacha 0.9.0", - "rand_core 0.9.5", + "rand_core 0.9.3", "serde", ] @@ -13368,7 +13371,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" dependencies = [ "ppv-lite86", - "rand_core 0.9.5", + "rand_core 0.9.3", ] [[package]] @@ -13377,14 +13380,14 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom 0.2.17", + "getrandom 0.2.16", ] [[package]] name = "rand_core" -version = "0.9.5" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" +checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" dependencies = [ "getrandom 0.3.4", "serde", @@ -13415,14 +13418,14 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a" dependencies = [ - "rand_core 0.9.5", + "rand_core 0.9.3", ] [[package]] name = "rapidhash" -version = "4.2.1" +version = "4.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d8b5b858a440a0bc02625b62dd95131b9201aa9f69f411195dd4a7cfb1de3d7" +checksum = "2988730ee014541157f48ce4dcc603940e00915edc3c7f9a8d78092256bb2493" dependencies = [ "rustversion", ] @@ -13494,9 +13497,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.7.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49f3fe0889e69e2ae9e41f4d6c4c0181701d00e4697b356fb1f74173a5e0ee27" +checksum = "ec96166dafa0886eb81fe1c0a388bece180fbef2135f97c1e2cf8302e74b43b5" dependencies = [ "bitflags 2.10.0", ] @@ -13507,7 +13510,7 @@ version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" dependencies = [ - "getrandom 0.2.17", + "getrandom 0.2.16", "libredox", "thiserror 1.0.69", ] @@ -13541,7 +13544,7 @@ checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -13673,7 +13676,7 @@ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" dependencies = [ "cc", "cfg-if", - "getrandom 0.2.17", + "getrandom 0.2.16", "libc", "untrusted 0.9.0", "windows-sys 0.52.0", @@ -13729,7 +13732,7 @@ checksum = "652db34deaaa57929e10ca18e5454a32cb0efc351ae80d320334bbf907b908b3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -13745,7 +13748,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "24.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "binary-merkle-tree", "bitvec", @@ -13843,7 +13846,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "21.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-support", "polkadot-primitives", @@ -13903,9 +13906,9 @@ dependencies = [ [[package]] name = "ruint" -version = "1.17.2" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c141e807189ad38a07276942c6623032d3753c8859c146104ac2e4d68865945a" +checksum = "a68df0380e5c9d20ce49534f292a36a7514ae21350726efe1865bdb1fa91d278" dependencies = [ "alloy-rlp", "ark-ff 0.3.0", @@ -13937,9 +13940,9 @@ checksum = "48fd7bd8a6377e15ad9d42a8ec25371b94ddc67abe7c8b9127bec79bebaaae18" [[package]] name = "rustc-demangle" -version = "0.1.27" +version = "0.1.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d" +checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" [[package]] name = "rustc-hash" @@ -14051,26 +14054,26 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.36" +version = "0.23.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b" +checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f" dependencies = [ "log", "once_cell", "ring 0.17.14", "rustls-pki-types", - "rustls-webpki 0.103.9", + "rustls-webpki 0.103.8", "subtle 2.6.1", "zeroize", ] [[package]] name = "rustls-native-certs" -version = "0.8.3" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63" +checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923" dependencies = [ - "openssl-probe 0.2.1", + "openssl-probe", "rustls-pki-types", "schannel", "security-framework 3.5.1", @@ -14078,9 +14081,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.14.0" +version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" +checksum = "21e6f2ab2928ca4291b86736a8bd920a277a399bba1589409d72154ff87c1282" dependencies = [ "web-time", "zeroize", @@ -14100,7 +14103,7 @@ dependencies = [ "rustls", "rustls-native-certs", "rustls-platform-verifier-android", - "rustls-webpki 0.103.9", + "rustls-webpki 0.103.8", "security-framework 3.5.1", "security-framework-sys", "webpki-root-certs 0.26.11", @@ -14125,9 +14128,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.103.9" +version = "0.103.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53" +checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52" dependencies = [ "ring 0.17.14", "rustls-pki-types", @@ -14186,9 +14189,9 @@ dependencies = [ [[package]] name = "ryu" -version = "1.0.22" +version = "1.0.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984" +checksum = "62049b2877bf12821e8f9ad256ee38fdc31db7387ec2d3b3f403024de2034aea" [[package]] name = "safe-mix" @@ -14229,7 +14232,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "32.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "log", "sp-core", @@ -14240,7 +14243,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.51.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-trait", "futures 0.3.31", @@ -14271,7 +14274,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.50.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "futures 0.3.31", "log", @@ -14292,7 +14295,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.45.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "parity-scale-codec", "sp-api", @@ -14307,7 +14310,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "44.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "array-bytes 6.2.3", "docify", @@ -14333,18 +14336,18 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "12.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] name = "sc-cli" version = "0.53.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "array-bytes 6.2.3", "chrono", @@ -14386,7 +14389,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "fnv", "futures 0.3.31", @@ -14412,7 +14415,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.47.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "hash-db", "kvdb", @@ -14440,7 +14443,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.50.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-trait", "futures 0.3.31", @@ -14463,7 +14466,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.51.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-trait", "futures 0.3.31", @@ -14492,7 +14495,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.51.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-trait", "fork-tree", @@ -14528,7 +14531,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.51.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "futures 0.3.31", "jsonrpsee", @@ -14550,7 +14553,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -14584,7 +14587,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "futures 0.3.31", "jsonrpsee", @@ -14604,7 +14607,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.50.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "fork-tree", "parity-scale-codec", @@ -14617,7 +14620,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.36.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "ahash", "array-bytes 6.2.3", @@ -14661,7 +14664,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.36.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "finality-grandpa", "futures 0.3.31", @@ -14681,7 +14684,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.52.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "assert_matches", "async-trait", @@ -14716,7 +14719,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.50.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-trait", "futures 0.3.31", @@ -14739,7 +14742,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "parity-scale-codec", "parking_lot 0.12.5", @@ -14762,7 +14765,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.39.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "polkavm 0.24.0", "sc-allocator", @@ -14775,7 +14778,7 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.36.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "log", "polkavm 0.24.0", @@ -14786,7 +14789,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.39.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "anyhow", "log", @@ -14802,7 +14805,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.50.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "console", "futures 0.3.31", @@ -14818,7 +14821,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "36.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "array-bytes 6.2.3", "parking_lot 0.12.5", @@ -14832,7 +14835,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.21.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "array-bytes 6.2.3", "arrayvec 0.7.6", @@ -14860,7 +14863,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.51.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -14910,7 +14913,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.49.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "bitflags 1.3.2", "parity-scale-codec", @@ -14920,7 +14923,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.51.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "ahash", "futures 0.3.31", @@ -14939,7 +14942,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.50.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -14960,7 +14963,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.50.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -14995,7 +14998,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.50.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "array-bytes 6.2.3", "futures 0.3.31", @@ -15014,7 +15017,7 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.17.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "bs58", "bytes", @@ -15035,7 +15038,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "46.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "bytes", "fnv", @@ -15069,7 +15072,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.20.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -15078,7 +15081,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "46.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "futures 0.3.31", "jsonrpsee", @@ -15110,7 +15113,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.50.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -15130,7 +15133,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "dyn-clone", "forwarded-header-value", @@ -15154,7 +15157,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.51.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "array-bytes 6.2.3", "futures 0.3.31", @@ -15187,7 +15190,7 @@ dependencies = [ [[package]] name = "sc-runtime-utilities" version = "0.3.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "parity-scale-codec", "sc-executor", @@ -15202,7 +15205,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.52.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-trait", "directories", @@ -15266,7 +15269,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.39.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "log", "parity-scale-codec", @@ -15277,7 +15280,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.25.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "clap", "fs4", @@ -15290,7 +15293,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.51.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -15309,7 +15312,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "43.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "derive_more 0.99.20", "futures 0.3.31", @@ -15329,7 +15332,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "29.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "chrono", "futures 0.3.31", @@ -15347,8 +15350,8 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "40.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +version = "40.0.1" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "chrono", "console", @@ -15378,23 +15381,23 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] name = "sc-transaction-pool" version = "40.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-trait", "futures 0.3.31", "futures-timer", - "indexmap 2.13.0", + "indexmap 2.12.1", "itertools 0.11.0", "linked-hash-map", "parity-scale-codec", @@ -15420,11 +15423,11 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-trait", "futures 0.3.31", - "indexmap 2.13.0", + "indexmap 2.12.1", "log", "parity-scale-codec", "serde", @@ -15437,7 +15440,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-channel 1.9.0", "futures 0.3.31", @@ -15472,7 +15475,7 @@ dependencies = [ "scale-decode-derive", "scale-type-resolver", "smallvec", - "thiserror 2.0.18", + "thiserror 2.0.17", ] [[package]] @@ -15484,7 +15487,7 @@ dependencies = [ "darling 0.20.11", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -15499,7 +15502,7 @@ dependencies = [ "scale-encode-derive", "scale-type-resolver", "smallvec", - "thiserror 2.0.18", + "thiserror 2.0.17", ] [[package]] @@ -15512,7 +15515,7 @@ dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -15538,7 +15541,7 @@ dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -15560,8 +15563,8 @@ dependencies = [ "proc-macro2", "quote", "scale-info", - "syn 2.0.114", - "thiserror 2.0.18", + "syn 2.0.111", + "thiserror 2.0.17", ] [[package]] @@ -15579,7 +15582,7 @@ dependencies = [ "scale-encode", "scale-type-resolver", "serde", - "thiserror 2.0.18", + "thiserror 2.0.17", "yap", ] @@ -15909,20 +15912,20 @@ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] name = "serde_json" -version = "1.0.149" +version = "1.0.146" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" +checksum = "217ca874ae0207aac254aa02c957ded05585a90892cc8d87f9e5fa49669dadd8" dependencies = [ "itoa", "memchr", + "ryu", "serde", "serde_core", - "zmij", ] [[package]] @@ -15970,7 +15973,7 @@ dependencies = [ "darling 0.21.3", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -16305,11 +16308,10 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "signal-hook-registry" -version = "1.4.8" +version = "1.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" +checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad" dependencies = [ - "errno", "libc", ] @@ -16379,7 +16381,7 @@ checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb" dependencies = [ "num-bigint", "num-traits", - "thiserror 2.0.18", + "thiserror 2.0.17", "time", ] @@ -16422,7 +16424,7 @@ dependencies = [ [[package]] name = "slot-range-helper" version = "18.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "enumn", "parity-scale-codec", @@ -16704,9 +16706,9 @@ dependencies = [ [[package]] name = "socket2" -version = "0.6.2" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" +checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" dependencies = [ "libc", "windows-sys 0.60.2", @@ -16746,7 +16748,7 @@ dependencies = [ [[package]] name = "sp-api" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "docify", "hash-db", @@ -16768,7 +16770,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "23.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "Inflector", "blake2 0.10.6", @@ -16776,13 +16778,13 @@ dependencies = [ "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] name = "sp-application-crypto" version = "41.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "parity-scale-codec", "scale-info", @@ -16794,7 +16796,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "27.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "docify", "integer-sqrt", @@ -16808,7 +16810,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "parity-scale-codec", "scale-info", @@ -16820,7 +16822,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "sp-api", "sp-inherents", @@ -16830,7 +16832,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "futures 0.3.31", "parity-scale-codec", @@ -16849,7 +16851,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-trait", "futures 0.3.31", @@ -16863,7 +16865,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-trait", "parity-scale-codec", @@ -16879,7 +16881,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-trait", "parity-scale-codec", @@ -16897,7 +16899,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "25.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "parity-scale-codec", "scale-info", @@ -16917,7 +16919,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "24.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "finality-grandpa", "log", @@ -16934,7 +16936,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "parity-scale-codec", "scale-info", @@ -16945,7 +16947,7 @@ dependencies = [ [[package]] name = "sp-core" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "ark-vrf", "array-bytes 6.2.3", @@ -17007,7 +17009,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "blake2b_simd", "byteorder", @@ -17020,17 +17022,17 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "quote", "sp-crypto-hashing 0.1.0 (git+https://github.com/paritytech/polkadot-sdk?branch=stable2506)", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "kvdb", "parking_lot 0.12.5", @@ -17039,17 +17041,17 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] name = "sp-externalities" version = "0.30.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "environmental", "parity-scale-codec", @@ -17059,7 +17061,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.18.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "parity-scale-codec", "scale-info", @@ -17071,7 +17073,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -17084,7 +17086,7 @@ dependencies = [ [[package]] name = "sp-io" version = "41.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "bytes", "docify", @@ -17110,7 +17112,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "42.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "sp-core", "sp-runtime", @@ -17120,7 +17122,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.43.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "parity-scale-codec", "parking_lot 0.12.5", @@ -17131,7 +17133,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "thiserror 1.0.69", "zstd 0.12.4", @@ -17139,8 +17141,8 @@ dependencies = [ [[package]] name = "sp-metadata-ir" -version = "0.11.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +version = "0.11.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-metadata 23.0.1", "parity-scale-codec", @@ -17150,7 +17152,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.15.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "parity-scale-codec", "scale-info", @@ -17161,7 +17163,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "log", "parity-scale-codec", @@ -17178,7 +17180,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "parity-scale-codec", "scale-info", @@ -17191,7 +17193,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "sp-api", "sp-core", @@ -17201,7 +17203,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "backtrace", "regex", @@ -17210,7 +17212,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "35.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "rustc-hash 1.1.0", "serde", @@ -17220,7 +17222,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "42.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "binary-merkle-tree", "docify", @@ -17249,7 +17251,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "30.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -17268,20 +17270,20 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "19.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "Inflector", "expander", "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] name = "sp-session" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "parity-scale-codec", "scale-info", @@ -17295,7 +17297,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "39.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -17308,7 +17310,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.46.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "hash-db", "log", @@ -17328,7 +17330,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "21.2.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -17352,12 +17354,12 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" [[package]] name = "sp-storage" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "impl-serde 0.5.0", "parity-scale-codec", @@ -17369,7 +17371,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-trait", "parity-scale-codec", @@ -17381,7 +17383,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "17.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "parity-scale-codec", "tracing", @@ -17392,7 +17394,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "sp-api", "sp-runtime", @@ -17401,7 +17403,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "37.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "async-trait", "parity-scale-codec", @@ -17415,7 +17417,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "ahash", "foldhash 0.1.5", @@ -17440,7 +17442,7 @@ dependencies = [ [[package]] name = "sp-version" version = "40.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "impl-serde 0.5.0", "parity-scale-codec", @@ -17457,19 +17459,19 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "15.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "parity-scale-codec", "proc-macro-warning", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] name = "sp-wasm-interface" version = "22.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -17481,7 +17483,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "32.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -17568,7 +17570,7 @@ dependencies = [ "futures-util", "hashlink", "hex", - "indexmap 2.13.0", + "indexmap 2.12.1", "log", "memchr", "native-tls", @@ -17670,7 +17672,7 @@ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" [[package]] name = "staging-parachain-info" version = "0.21.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -17683,7 +17685,7 @@ dependencies = [ [[package]] name = "staging-xcm" version = "17.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "array-bytes 6.2.3", "bounded-collections", @@ -17704,7 +17706,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "21.1.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "environmental", "frame-support", @@ -17728,7 +17730,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "20.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "environmental", "frame-benchmarking", @@ -17834,13 +17836,13 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] name = "substrate-bip39" version = "0.6.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "hmac 0.12.1", "pbkdf2 0.12.2", @@ -17865,12 +17867,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" [[package]] name = "substrate-frame-rpc-system" version = "45.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "docify", "frame-system-rpc-runtime-api", @@ -17890,7 +17892,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.6" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "http-body-util", "hyper 1.8.1", @@ -17904,7 +17906,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "44.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -17920,8 +17922,8 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "27.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +version = "27.0.0" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "array-bytes 6.2.3", "build-helper", @@ -17993,7 +17995,7 @@ dependencies = [ "subxt-macro", "subxt-metadata", "subxt-rpcs", - "thiserror 2.0.18", + "thiserror 2.0.17", "tokio", "tokio-util", "tracing", @@ -18014,8 +18016,8 @@ dependencies = [ "scale-info", "scale-typegen", "subxt-metadata", - "syn 2.0.114", - "thiserror 2.0.18", + "syn 2.0.111", + "thiserror 2.0.17", ] [[package]] @@ -18044,7 +18046,7 @@ dependencies = [ "serde_json", "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "subxt-metadata", - "thiserror 2.0.18", + "thiserror 2.0.17", "tracing", ] @@ -18059,7 +18061,7 @@ dependencies = [ "serde", "serde_json", "smoldot-light 0.16.2", - "thiserror 2.0.18", + "thiserror 2.0.17", "tokio", "tokio-stream", "tracing", @@ -18078,7 +18080,7 @@ dependencies = [ "scale-typegen", "subxt-codegen", "subxt-utils-fetchmetadata", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -18093,7 +18095,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror 2.0.18", + "thiserror 2.0.17", ] [[package]] @@ -18114,7 +18116,7 @@ dependencies = [ "serde_json", "subxt-core", "subxt-lightclient", - "thiserror 2.0.18", + "thiserror 2.0.17", "tracing", "url", ] @@ -18145,7 +18147,7 @@ dependencies = [ "sha2 0.10.9", "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "subxt-core", - "thiserror 2.0.18", + "thiserror 2.0.17", "zeroize", ] @@ -18157,7 +18159,7 @@ checksum = "fc868b55fe2303788dc7703457af390111940c3da4714b510983284501780ed5" dependencies = [ "hex", "parity-scale-codec", - "thiserror 2.0.18", + "thiserror 2.0.17", ] [[package]] @@ -18173,9 +18175,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.114" +version = "2.0.111" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" +checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87" dependencies = [ "proc-macro2", "quote", @@ -18191,7 +18193,7 @@ dependencies = [ "paste", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -18220,7 +18222,7 @@ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -18300,9 +18302,9 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "tempfile" -version = "3.24.0" +version = "3.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" +checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" dependencies = [ "fastrand 2.3.0", "getrandom 0.3.4", @@ -18347,11 +18349,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.18" +version = "2.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" +checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" dependencies = [ - "thiserror-impl 2.0.18", + "thiserror-impl 2.0.17", ] [[package]] @@ -18371,7 +18373,7 @@ checksum = "e4c60d69f36615a077cc7663b9cb8e42275722d23e58a7fa3d2c7f2915d09d04" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -18382,18 +18384,18 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] name = "thiserror-impl" -version = "2.0.18" +version = "2.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" +checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -18443,30 +18445,30 @@ dependencies = [ [[package]] name = "time" -version = "0.3.46" +version = "0.3.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9da98b7d9b7dad93488a84b8248efc35352b0b2657397d4167e7ad67e5d535e5" +checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" dependencies = [ "deranged", "itoa", "num-conv", "powerfmt", - "serde_core", + "serde", "time-core", "time-macros", ] [[package]] name = "time-core" -version = "0.1.8" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" +checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" [[package]] name = "time-macros" -version = "0.2.26" +version = "0.2.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78cc610bac2dcee56805c99642447d4c5dbde4d01f752ffea0199aee1f601dc4" +checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" dependencies = [ "num-conv", "time-core", @@ -18508,9 +18510,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.49.0" +version = "1.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" +checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" dependencies = [ "bytes", "libc", @@ -18518,7 +18520,7 @@ dependencies = [ "parking_lot 0.12.5", "pin-project-lite", "signal-hook-registry", - "socket2 0.6.2", + "socket2 0.6.1", "tokio-macros", "windows-sys 0.61.2", ] @@ -18531,7 +18533,7 @@ checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -18546,9 +18548,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.18" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" +checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" dependencies = [ "futures-core", "pin-project-lite", @@ -18574,9 +18576,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.18" +version = "0.7.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" +checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594" dependencies = [ "bytes", "futures-core", @@ -18631,7 +18633,7 @@ version = "0.22.27" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" dependencies = [ - "indexmap 2.13.0", + "indexmap 2.12.1", "serde", "serde_spanned", "toml_datetime 0.6.11", @@ -18645,7 +18647,7 @@ version = "0.23.10+spec-1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269" dependencies = [ - "indexmap 2.13.0", + "indexmap 2.12.1", "toml_datetime 0.7.5+spec-1.1.0", "toml_parser", "winnow", @@ -18729,7 +18731,7 @@ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -18755,7 +18757,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "20.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "coarsetime", "polkadot-primitives", @@ -18766,13 +18768,13 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "expander", "proc-macro-crate 3.4.0", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -18854,7 +18856,7 @@ dependencies = [ "rustls", "rustls-pki-types", "sha1", - "thiserror 2.0.18", + "thiserror 2.0.17", "url", "utf-8", ] @@ -19015,9 +19017,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "url" -version = "2.5.8" +version = "2.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" +checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" dependencies = [ "form_urlencoded", "idna", @@ -19055,15 +19057,15 @@ version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" dependencies = [ - "getrandom 0.2.17", + "getrandom 0.2.16", "serde", ] [[package]] name = "uuid" -version = "1.20.0" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee48d38b119b0cd71fe4141b30f5ba9c7c5d9f4e7a3a8b4a674e4b6ef789976f" +checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a" dependencies = [ "getrandom 0.3.4", "js-sys", @@ -19225,27 +19227,27 @@ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" [[package]] name = "wasip2" -version = "1.0.2+wasi-0.2.9" +version = "1.0.1+wasi-0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" +checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" dependencies = [ "wit-bindgen", ] [[package]] name = "wasix" -version = "0.13.1" +version = "0.12.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1757e0d1f8456693c7e5c6c629bdb54884e032aa0bb53c155f6a39f94440d332" +checksum = "c1fbb4ef9bbca0c1170e0b00dd28abc9e3b68669821600cad1caaed606583c6d" dependencies = [ "wasi", ] [[package]] name = "wasm-bindgen" -version = "0.2.108" +version = "0.2.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566" +checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd" dependencies = [ "cfg-if", "once_cell", @@ -19256,12 +19258,11 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.58" +version = "0.4.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f" +checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c" dependencies = [ "cfg-if", - "futures-util", "js-sys", "once_cell", "wasm-bindgen", @@ -19270,9 +19271,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.108" +version = "0.2.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608" +checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -19280,22 +19281,22 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.108" +version = "0.2.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55" +checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40" dependencies = [ "bumpalo", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.108" +version = "0.2.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12" +checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4" dependencies = [ "unicode-ident", ] @@ -19651,9 +19652,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.85" +version = "0.3.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598" +checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac" dependencies = [ "js-sys", "wasm-bindgen", @@ -19675,14 +19676,14 @@ version = "0.26.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "75c7f0ef91146ebfb530314f5f1d24528d7f0767efbfd31dce919275413e393e" dependencies = [ - "webpki-root-certs 1.0.5", + "webpki-root-certs 1.0.4", ] [[package]] name = "webpki-root-certs" -version = "1.0.5" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36a29fc0408b113f68cf32637857ab740edfafdf460c326cd2afaa2d84cc05dc" +checksum = "ee3e3b5f5e80bc89f30ce8d0343bf4e5f12341c51f3e26cbeecbc7c85443e85b" dependencies = [ "rustls-pki-types", ] @@ -19696,7 +19697,7 @@ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] name = "westend-runtime" version = "24.0.1" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "binary-merkle-tree", "bitvec", @@ -19803,7 +19804,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "21.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-support", "polkadot-primitives", @@ -19923,7 +19924,7 @@ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -19934,7 +19935,7 @@ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -20288,9 +20289,9 @@ dependencies = [ [[package]] name = "wit-bindgen" -version = "0.51.0" +version = "0.46.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" +checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" [[package]] name = "writeable" @@ -20311,7 +20312,7 @@ dependencies = [ "pharos", "rustc_version 0.4.1", "send_wrapper 0.6.0", - "thiserror 2.0.18", + "thiserror 2.0.17", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", @@ -20368,25 +20369,25 @@ dependencies = [ "nom", "oid-registry 0.8.1", "rusticata-macros", - "thiserror 2.0.18", + "thiserror 2.0.17", "time", ] [[package]] name = "xcm-procedural" version = "11.0.2" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "Inflector", "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] name = "xcm-runtime-apis" version = "0.8.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-support", "parity-scale-codec", @@ -20400,7 +20401,7 @@ dependencies = [ [[package]] name = "xcm-simulator" version = "21.0.0" -source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#425bdb03f4e9af964c0daf230b6eb24e7b0e3c6a" +source = "git+https://github.com/paritytech/polkadot-sdk?branch=stable2506#dc937dd74221e38ce4c184be27b6cdcf36de0452" dependencies = [ "frame-support", "frame-system", @@ -20559,28 +20560,28 @@ checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", "synstructure 0.13.2", ] [[package]] name = "zerocopy" -version = "0.8.34" +version = "0.8.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71ddd76bcebeed25db614f82bf31a9f4222d3fbba300e6fb6c00afa26cbd4d9d" +checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.34" +version = "0.8.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8187381b52e32220d50b255276aa16a084ec0a9017a0ca2152a1f55c539758d" +checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -20600,7 +20601,7 @@ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", "synstructure 0.13.2", ] @@ -20615,13 +20616,13 @@ dependencies = [ [[package]] name = "zeroize_derive" -version = "1.4.3" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e" +checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] [[package]] @@ -20654,15 +20655,9 @@ checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.114", + "syn 2.0.111", ] -[[package]] -name = "zmij" -version = "1.0.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02aae0f83f69aafc94776e879363e9771d7ecbffe2c7fbb6c14c5e00dfe88439" - [[package]] name = "zstd" version = "0.11.2+zstd.1.5.2"