difftreelog
fix update Cargo.lock
in: master
1 file changed
Cargo.lockdiffbeforeafterboth313source = "registry+https://github.com/rust-lang/crates.io-index"313source = "registry+https://github.com/rust-lang/crates.io-index"314checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"314checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"315dependencies = [315dependencies = [316 "bytes 1.2.0",316 "bytes",317 "futures-sink",317 "futures-sink",318 "futures-util",318 "futures-util",319 "memchr",319 "memchr",366 "instant",366 "instant",367 "pin-project-lite 0.2.9",367 "pin-project-lite 0.2.9",368 "rand 0.8.5",368 "rand 0.8.5",369 "tokio 1.20.1",369 "tokio",370]370]371371372[[package]]372[[package]]420[[package]]420[[package]]421name = "beefy-gadget"421name = "beefy-gadget"422version = "4.0.0-dev"422version = "4.0.0-dev"423source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"423source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"424dependencies = [424dependencies = [425 "beefy-primitives",425 "beefy-primitives",426 "fnv",426 "fnv",454[[package]]454[[package]]455name = "beefy-gadget-rpc"455name = "beefy-gadget-rpc"456version = "4.0.0-dev"456version = "4.0.0-dev"457source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"457source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"458dependencies = [458dependencies = [459 "beefy-gadget",459 "beefy-gadget",460 "beefy-primitives",460 "beefy-primitives",474[[package]]474[[package]]475name = "beefy-merkle-tree"475name = "beefy-merkle-tree"476version = "4.0.0-dev"476version = "4.0.0-dev"477source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"477source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"478dependencies = [479 "beefy-primitives",480 "sp-api",481]478482479[[package]]483[[package]]480name = "beefy-primitives"484name = "beefy-primitives"481version = "4.0.0-dev"485version = "4.0.0-dev"482source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"486source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"483dependencies = [487dependencies = [484 "parity-scale-codec 3.1.5",488 "parity-scale-codec 3.1.5",485 "scale-info",489 "scale-info",678 "thiserror",682 "thiserror",679]683]680681[[package]]682name = "bp-header-chain"683version = "0.1.0"684source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"685dependencies = [686 "bp-runtime",687 "finality-grandpa",688 "frame-support",689 "parity-scale-codec 3.1.5",690 "scale-info",691 "serde",692 "sp-core",693 "sp-finality-grandpa",694 "sp-runtime",695 "sp-std",696]697698[[package]]699name = "bp-message-dispatch"700version = "0.1.0"701source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"702dependencies = [703 "bp-runtime",704 "frame-support",705 "parity-scale-codec 3.1.5",706 "scale-info",707 "sp-std",708]709710[[package]]711name = "bp-messages"712version = "0.1.0"713source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"714dependencies = [715 "bitvec 1.0.1",716 "bp-runtime",717 "frame-support",718 "frame-system",719 "impl-trait-for-tuples",720 "parity-scale-codec 3.1.5",721 "scale-info",722 "serde",723 "sp-core",724 "sp-std",725]726727[[package]]728name = "bp-polkadot-core"729version = "0.1.0"730source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"731dependencies = [732 "bp-messages",733 "bp-runtime",734 "frame-support",735 "frame-system",736 "parity-scale-codec 3.1.5",737 "scale-info",738 "sp-api",739 "sp-core",740 "sp-runtime",741 "sp-std",742 "sp-version",743]744745[[package]]746name = "bp-rococo"747version = "0.1.0"748source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"749dependencies = [750 "bp-messages",751 "bp-polkadot-core",752 "bp-runtime",753 "frame-support",754 "parity-scale-codec 3.1.5",755 "smallvec",756 "sp-api",757 "sp-runtime",758 "sp-std",759 "sp-version",760]761762[[package]]763name = "bp-runtime"764version = "0.1.0"765source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"766dependencies = [767 "frame-support",768 "hash-db",769 "num-traits",770 "parity-scale-codec 3.1.5",771 "scale-info",772 "sp-core",773 "sp-io",774 "sp-runtime",775 "sp-state-machine",776 "sp-std",777 "sp-trie",778]779780[[package]]781name = "bp-test-utils"782version = "0.1.0"783source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"784dependencies = [785 "bp-header-chain",786 "ed25519-dalek",787 "finality-grandpa",788 "parity-scale-codec 3.1.5",789 "sp-application-crypto",790 "sp-finality-grandpa",791 "sp-runtime",792 "sp-std",793]794795[[package]]796name = "bp-wococo"797version = "0.1.0"798source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"799dependencies = [800 "bp-messages",801 "bp-polkadot-core",802 "bp-rococo",803 "bp-runtime",804 "parity-scale-codec 3.1.5",805 "sp-api",806 "sp-runtime",807 "sp-std",808]809810[[package]]811name = "bridge-runtime-common"812version = "0.1.0"813source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"814dependencies = [815 "bp-message-dispatch",816 "bp-messages",817 "bp-runtime",818 "frame-support",819 "frame-system",820 "hash-db",821 "pallet-bridge-dispatch",822 "pallet-bridge-grandpa",823 "pallet-bridge-messages",824 "pallet-transaction-payment",825 "parity-scale-codec 3.1.5",826 "scale-info",827 "sp-api",828 "sp-core",829 "sp-runtime",830 "sp-state-machine",831 "sp-std",832 "sp-trie",833]834684835[[package]]685[[package]]836name = "bs58"686name = "bs58"880source = "registry+https://github.com/rust-lang/crates.io-index"730source = "registry+https://github.com/rust-lang/crates.io-index"881checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"731checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"882883[[package]]884name = "bytes"885version = "0.5.6"886source = "registry+https://github.com/rust-lang/crates.io-index"887checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"888732889[[package]]733[[package]]890name = "bytes"734name = "bytes"1010 "libc",854 "libc",1011 "num-integer",855 "num-integer",1012 "num-traits",856 "num-traits",1013 "time",857 "time 0.1.44",1014 "winapi",858 "winapi",1015]859]1016860119910431200[[package]]1044[[package]]1201name = "cranelift-bforest"1045name = "cranelift-bforest"1202version = "0.82.3"1046version = "0.85.3"1203source = "registry+https://github.com/rust-lang/crates.io-index"1047source = "registry+https://github.com/rust-lang/crates.io-index"1204checksum = "38faa2a16616c8e78a18d37b4726b98bfd2de192f2fdc8a39ddf568a408a0f75"1048checksum = "749d0d6022c9038dccf480bdde2a38d435937335bf2bb0f14e815d94517cdce8"1205dependencies = [1049dependencies = [1206 "cranelift-entity",1050 "cranelift-entity",1207]1051]120810521209[[package]]1053[[package]]1210name = "cranelift-codegen"1054name = "cranelift-codegen"1211version = "0.82.3"1055version = "0.85.3"1212source = "registry+https://github.com/rust-lang/crates.io-index"1056source = "registry+https://github.com/rust-lang/crates.io-index"1213checksum = "26f192472a3ba23860afd07d2b0217dc628f21fcc72617aa1336d98e1671f33b"1057checksum = "e94370cc7b37bf652ccd8bb8f09bd900997f7ccf97520edfc75554bb5c4abbea"1214dependencies = [1058dependencies = [1215 "cranelift-bforest",1059 "cranelift-bforest",1216 "cranelift-codegen-meta",1060 "cranelift-codegen-meta",1217 "cranelift-codegen-shared",1061 "cranelift-codegen-shared",1218 "cranelift-entity",1062 "cranelift-entity",1063 "cranelift-isle",1219 "gimli",1064 "gimli",1220 "log",1065 "log",1221 "regalloc",1066 "regalloc2",1222 "smallvec",1067 "smallvec",1223 "target-lexicon",1068 "target-lexicon",1224]1069]122510701226[[package]]1071[[package]]1227name = "cranelift-codegen-meta"1072name = "cranelift-codegen-meta"1228version = "0.82.3"1073version = "0.85.3"1229source = "registry+https://github.com/rust-lang/crates.io-index"1074source = "registry+https://github.com/rust-lang/crates.io-index"1230checksum = "0f32ddb89e9b89d3d9b36a5b7d7ea3261c98235a76ac95ba46826b8ec40b1a24"1075checksum = "e0a3cea8fdab90e44018c5b9a1dfd460d8ee265ac354337150222a354628bdb6"1231dependencies = [1076dependencies = [1232 "cranelift-codegen-shared",1077 "cranelift-codegen-shared",1233]1078]123410791235[[package]]1080[[package]]1236name = "cranelift-codegen-shared"1081name = "cranelift-codegen-shared"1237version = "0.82.3"1082version = "0.85.3"1238source = "registry+https://github.com/rust-lang/crates.io-index"1083source = "registry+https://github.com/rust-lang/crates.io-index"1239checksum = "01fd0d9f288cc1b42d9333b7a776b17e278fc888c28e6a0f09b5573d45a150bc"1084checksum = "5ac72f76f2698598951ab26d8c96eaa854810e693e7dd52523958b5909fde6b2"124010851241[[package]]1086[[package]]1242name = "cranelift-entity"1087name = "cranelift-entity"1243version = "0.82.3"1088version = "0.85.3"1244source = "registry+https://github.com/rust-lang/crates.io-index"1089source = "registry+https://github.com/rust-lang/crates.io-index"1245checksum = "9e3bfe172b83167604601faf9dc60453e0d0a93415b57a9c4d1a7ae6849185cf"1090checksum = "09eaeacfcd2356fe0e66b295e8f9d59fdd1ac3ace53ba50de14d628ec902f72d"1246dependencies = [1091dependencies = [1247 "serde",1092 "serde",1248]1093]124910941250[[package]]1095[[package]]1251name = "cranelift-frontend"1096name = "cranelift-frontend"1252version = "0.82.3"1097version = "0.85.3"1253source = "registry+https://github.com/rust-lang/crates.io-index"1098source = "registry+https://github.com/rust-lang/crates.io-index"1254checksum = "a006e3e32d80ce0e4ba7f1f9ddf66066d052a8c884a110b91d05404d6ce26dce"1099checksum = "dba69c9980d5ffd62c18a2bde927855fcd7c8dc92f29feaf8636052662cbd99c"1255dependencies = [1100dependencies = [1256 "cranelift-codegen",1101 "cranelift-codegen",1257 "log",1102 "log",1258 "smallvec",1103 "smallvec",1259 "target-lexicon",1104 "target-lexicon",1260]1105]11061107[[package]]1108name = "cranelift-isle"1109version = "0.85.3"1110source = "registry+https://github.com/rust-lang/crates.io-index"1111checksum = "d2920dc1e05cac40304456ed3301fde2c09bd6a9b0210bcfa2f101398d628d5b"126111121262[[package]]1113[[package]]1263name = "cranelift-native"1114name = "cranelift-native"1264version = "0.82.3"1115version = "0.85.3"1265source = "registry+https://github.com/rust-lang/crates.io-index"1116source = "registry+https://github.com/rust-lang/crates.io-index"1266checksum = "501241b0cdf903412ec9075385ac9f2b1eb18a89044d1538e97fab603231f70c"1117checksum = "f04dfa45f9b2a6f587c564d6b63388e00cd6589d2df6ea2758cf79e1a13285e6"1267dependencies = [1118dependencies = [1268 "cranelift-codegen",1119 "cranelift-codegen",1269 "libc",1120 "libc",127211231273[[package]]1124[[package]]1274name = "cranelift-wasm"1125name = "cranelift-wasm"1275version = "0.82.3"1126version = "0.85.3"1276source = "registry+https://github.com/rust-lang/crates.io-index"1127source = "registry+https://github.com/rust-lang/crates.io-index"1277checksum = "16d9e4211bbc3268042a96dd4de5bd979cda22434991d035f5f8eacba987fad2"1128checksum = "31a46513ae6f26f3f267d8d75b5373d555fbbd1e68681f348d99df43f747ec54"1278dependencies = [1129dependencies = [1279 "cranelift-codegen",1130 "cranelift-codegen",1280 "cranelift-entity",1131 "cranelift-entity",1431[[package]]1282[[package]]1432name = "cumulus-client-cli"1283name = "cumulus-client-cli"1433version = "0.1.0"1284version = "0.1.0"1434source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1285source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1435dependencies = [1286dependencies = [1436 "clap",1287 "clap",1288 "parity-scale-codec 3.1.5",1289 "sc-chain-spec",1437 "sc-cli",1290 "sc-cli",1438 "sc-service",1291 "sc-service",1292 "sp-core",1293 "sp-runtime",1439 "url",1294 "url",1440]1295]144112961442[[package]]1297[[package]]1443name = "cumulus-client-collator"1298name = "cumulus-client-collator"1444version = "0.1.0"1299version = "0.1.0"1445source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1300source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1446dependencies = [1301dependencies = [1447 "cumulus-client-consensus-common",1302 "cumulus-client-consensus-common",1448 "cumulus-client-network",1303 "cumulus-client-network",1466[[package]]1321[[package]]1467name = "cumulus-client-consensus-aura"1322name = "cumulus-client-consensus-aura"1468version = "0.1.0"1323version = "0.1.0"1469source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1324source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1470dependencies = [1325dependencies = [1471 "async-trait",1326 "async-trait",1472 "cumulus-client-consensus-common",1327 "cumulus-client-consensus-common",1495[[package]]1350[[package]]1496name = "cumulus-client-consensus-common"1351name = "cumulus-client-consensus-common"1497version = "0.1.0"1352version = "0.1.0"1498source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1353source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1499dependencies = [1354dependencies = [1500 "async-trait",1355 "async-trait",1501 "cumulus-relay-chain-interface",1356 "cumulus-relay-chain-interface",1516[[package]]1371[[package]]1517name = "cumulus-client-network"1372name = "cumulus-client-network"1518version = "0.1.0"1373version = "0.1.0"1519source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1374source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1520dependencies = [1375dependencies = [1521 "async-trait",1376 "async-trait",1522 "cumulus-relay-chain-interface",1377 "cumulus-relay-chain-interface",1541[[package]]1396[[package]]1542name = "cumulus-client-pov-recovery"1397name = "cumulus-client-pov-recovery"1543version = "0.1.0"1398version = "0.1.0"1544source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1399source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1545dependencies = [1400dependencies = [1546 "cumulus-primitives-core",1401 "cumulus-primitives-core",1547 "cumulus-relay-chain-interface",1402 "cumulus-relay-chain-interface",1565[[package]]1420[[package]]1566name = "cumulus-client-service"1421name = "cumulus-client-service"1567version = "0.1.0"1422version = "0.1.0"1568source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1423source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1569dependencies = [1424dependencies = [1570 "cumulus-client-cli",1425 "cumulus-client-cli",1571 "cumulus-client-collator",1426 "cumulus-client-collator",1572 "cumulus-client-consensus-common",1427 "cumulus-client-consensus-common",1573 "cumulus-client-pov-recovery",1428 "cumulus-client-pov-recovery",1574 "cumulus-primitives-core",1429 "cumulus-primitives-core",1575 "cumulus-relay-chain-interface",1430 "cumulus-relay-chain-interface",1576 "parity-scale-codec 3.1.5",1577 "parking_lot 0.12.1",1431 "parking_lot 0.12.1",1578 "polkadot-overseer",1432 "polkadot-overseer",1579 "polkadot-primitives",1433 "polkadot-primitives",1580 "sc-chain-spec",1581 "sc-client-api",1434 "sc-client-api",1582 "sc-consensus",1435 "sc-consensus",1583 "sc-consensus-babe",1436 "sc-consensus-babe",1595[[package]]1448[[package]]1596name = "cumulus-pallet-aura-ext"1449name = "cumulus-pallet-aura-ext"1597version = "0.1.0"1450version = "0.1.0"1598source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1451source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1599dependencies = [1452dependencies = [1600 "frame-executive",1453 "frame-executive",1601 "frame-support",1454 "frame-support",1613[[package]]1466[[package]]1614name = "cumulus-pallet-dmp-queue"1467name = "cumulus-pallet-dmp-queue"1615version = "0.1.0"1468version = "0.1.0"1616source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1469source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1617dependencies = [1470dependencies = [1618 "cumulus-primitives-core",1471 "cumulus-primitives-core",1619 "frame-support",1472 "frame-support",1631[[package]]1484[[package]]1632name = "cumulus-pallet-parachain-system"1485name = "cumulus-pallet-parachain-system"1633version = "0.1.0"1486version = "0.1.0"1634source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1487source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1635dependencies = [1488dependencies = [1636 "cumulus-pallet-parachain-system-proc-macro",1489 "cumulus-pallet-parachain-system-proc-macro",1637 "cumulus-primitives-core",1490 "cumulus-primitives-core",1661[[package]]1514[[package]]1662name = "cumulus-pallet-parachain-system-proc-macro"1515name = "cumulus-pallet-parachain-system-proc-macro"1663version = "0.1.0"1516version = "0.1.0"1664source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1517source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1665dependencies = [1518dependencies = [1666 "proc-macro-crate",1519 "proc-macro-crate",1667 "proc-macro2",1520 "proc-macro2",1672[[package]]1525[[package]]1673name = "cumulus-pallet-xcm"1526name = "cumulus-pallet-xcm"1674version = "0.1.0"1527version = "0.1.0"1675source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1528source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1676dependencies = [1529dependencies = [1677 "cumulus-primitives-core",1530 "cumulus-primitives-core",1678 "frame-support",1531 "frame-support",1689[[package]]1542[[package]]1690name = "cumulus-pallet-xcmp-queue"1543name = "cumulus-pallet-xcmp-queue"1691version = "0.1.0"1544version = "0.1.0"1692source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1545source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1693dependencies = [1546dependencies = [1694 "cumulus-primitives-core",1547 "cumulus-primitives-core",1695 "frame-support",1548 "frame-support",1707[[package]]1560[[package]]1708name = "cumulus-primitives-core"1561name = "cumulus-primitives-core"1709version = "0.1.0"1562version = "0.1.0"1710source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1563source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1711dependencies = [1564dependencies = [1712 "frame-support",1565 "frame-support",1713 "parity-scale-codec 3.1.5",1566 "parity-scale-codec 3.1.5",1723[[package]]1576[[package]]1724name = "cumulus-primitives-parachain-inherent"1577name = "cumulus-primitives-parachain-inherent"1725version = "0.1.0"1578version = "0.1.0"1726source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1579source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1727dependencies = [1580dependencies = [1728 "async-trait",1581 "async-trait",1729 "cumulus-primitives-core",1582 "cumulus-primitives-core",1746[[package]]1599[[package]]1747name = "cumulus-primitives-timestamp"1600name = "cumulus-primitives-timestamp"1748version = "0.1.0"1601version = "0.1.0"1749source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1602source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1750dependencies = [1603dependencies = [1751 "cumulus-primitives-core",1604 "cumulus-primitives-core",1752 "futures 0.3.21",1605 "futures 0.3.21",1759[[package]]1612[[package]]1760name = "cumulus-primitives-utility"1613name = "cumulus-primitives-utility"1761version = "0.1.0"1614version = "0.1.0"1762source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1615source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1763dependencies = [1616dependencies = [1764 "cumulus-primitives-core",1617 "cumulus-primitives-core",1765 "frame-support",1618 "frame-support",1776[[package]]1629[[package]]1777name = "cumulus-relay-chain-inprocess-interface"1630name = "cumulus-relay-chain-inprocess-interface"1778version = "0.1.0"1631version = "0.1.0"1779source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1632source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1780dependencies = [1633dependencies = [1781 "async-trait",1634 "async-trait",1782 "cumulus-primitives-core",1635 "cumulus-primitives-core",1791 "sc-client-api",1644 "sc-client-api",1792 "sc-consensus-babe",1645 "sc-consensus-babe",1793 "sc-network",1646 "sc-network",1794 "sc-service",1795 "sc-sysinfo",1647 "sc-sysinfo",1796 "sc-telemetry",1648 "sc-telemetry",1797 "sc-tracing",1649 "sc-tracing",1807[[package]]1659[[package]]1808name = "cumulus-relay-chain-interface"1660name = "cumulus-relay-chain-interface"1809version = "0.1.0"1661version = "0.1.0"1810source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1662source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1811dependencies = [1663dependencies = [1812 "async-trait",1664 "async-trait",1813 "cumulus-primitives-core",1665 "cumulus-primitives-core",1819 "polkadot-overseer",1671 "polkadot-overseer",1820 "polkadot-service",1672 "polkadot-service",1821 "sc-client-api",1673 "sc-client-api",1822 "sc-service",1823 "sp-api",1674 "sp-api",1824 "sp-blockchain",1675 "sp-blockchain",1825 "sp-core",1676 "sp-core",1831[[package]]1682[[package]]1832name = "cumulus-relay-chain-rpc-interface"1683name = "cumulus-relay-chain-rpc-interface"1833version = "0.1.0"1684version = "0.1.0"1834source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1685source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1835dependencies = [1686dependencies = [1836 "async-trait",1687 "async-trait",1837 "backoff",1688 "backoff",1857[[package]]1708[[package]]1858name = "cumulus-test-relay-sproof-builder"1709name = "cumulus-test-relay-sproof-builder"1859version = "0.1.0"1710version = "0.1.0"1860source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"1711source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"1861dependencies = [1712dependencies = [1862 "cumulus-primitives-core",1713 "cumulus-primitives-core",1863 "parity-scale-codec 3.1.5",1714 "parity-scale-codec 3.1.5",2282source = "registry+https://github.com/rust-lang/crates.io-index"2133source = "registry+https://github.com/rust-lang/crates.io-index"2283checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2134checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2284dependencies = [2135dependencies = [2285 "bytes 1.2.0",2136 "bytes",2286 "ethereum-types",2137 "ethereum-types",2287 "hash-db",2138 "hash-db",2288 "hash256-std-hasher",2139 "hash256-std-hasher",2320[[package]]2171[[package]]2321name = "evm"2172name = "evm"2322version = "0.35.0"2173version = "0.35.0"2323source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.24#e9252ed42dc26fc85b6703b1ba50660a08209e55"2174source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.26#e9252ed42dc26fc85b6703b1ba50660a08209e55"2324dependencies = [2175dependencies = [2325 "auto_impl",2176 "auto_impl",2326 "environmental",2177 "environmental",2366[[package]]2217[[package]]2367name = "evm-core"2218name = "evm-core"2368version = "0.35.0"2219version = "0.35.0"2369source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.24#e9252ed42dc26fc85b6703b1ba50660a08209e55"2220source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.26#e9252ed42dc26fc85b6703b1ba50660a08209e55"2370dependencies = [2221dependencies = [2371 "parity-scale-codec 3.1.5",2222 "parity-scale-codec 3.1.5",2372 "primitive-types",2223 "primitive-types",2377[[package]]2228[[package]]2378name = "evm-gasometer"2229name = "evm-gasometer"2379version = "0.35.0"2230version = "0.35.0"2380source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.24#e9252ed42dc26fc85b6703b1ba50660a08209e55"2231source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.26#e9252ed42dc26fc85b6703b1ba50660a08209e55"2381dependencies = [2232dependencies = [2382 "environmental",2233 "environmental",2383 "evm-core",2234 "evm-core",2388[[package]]2239[[package]]2389name = "evm-runtime"2240name = "evm-runtime"2390version = "0.35.0"2241version = "0.35.0"2391source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.24#e9252ed42dc26fc85b6703b1ba50660a08209e55"2242source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.26#e9252ed42dc26fc85b6703b1ba50660a08209e55"2392dependencies = [2243dependencies = [2393 "auto_impl",2244 "auto_impl",2394 "environmental",2245 "environmental",2480[[package]]2331[[package]]2481name = "fc-consensus"2332name = "fc-consensus"2482version = "2.0.0-dev"2333version = "2.0.0-dev"2483source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2334source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"2484dependencies = [2335dependencies = [2485 "async-trait",2336 "async-trait",2486 "fc-db",2337 "fc-db",2499[[package]]2350[[package]]2500name = "fc-db"2351name = "fc-db"2501version = "2.0.0-dev"2352version = "2.0.0-dev"2502source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2353source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"2503dependencies = [2354dependencies = [2504 "fp-storage",2355 "fp-storage",2505 "kvdb-rocksdb",2356 "kvdb-rocksdb",2515[[package]]2366[[package]]2516name = "fc-mapping-sync"2367name = "fc-mapping-sync"2517version = "2.0.0-dev"2368version = "2.0.0-dev"2518source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2369source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"2519dependencies = [2370dependencies = [2520 "fc-db",2371 "fc-db",2521 "fp-consensus",2372 "fp-consensus",2532[[package]]2383[[package]]2533name = "fc-rpc"2384name = "fc-rpc"2534version = "2.0.0-dev"2385version = "2.0.0-dev"2535source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2386source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"2536dependencies = [2387dependencies = [2537 "ethereum",2388 "ethereum",2538 "ethereum-types",2389 "ethereum-types",2566 "sp-runtime",2417 "sp-runtime",2567 "sp-storage",2418 "sp-storage",2568 "substrate-prometheus-endpoint",2419 "substrate-prometheus-endpoint",2569 "tokio 1.20.1",2420 "tokio",2570]2421]257124222572[[package]]2423[[package]]2573name = "fc-rpc-core"2424name = "fc-rpc-core"2574version = "1.1.0-dev"2425version = "1.1.0-dev"2575source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2426source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"2576dependencies = [2427dependencies = [2577 "ethereum",2428 "ethereum",2578 "ethereum-types",2429 "ethereum-types",2612 "log",2463 "log",2613]2464]24652466[[package]]2467name = "filetime"2468version = "0.2.17"2469source = "registry+https://github.com/rust-lang/crates.io-index"2470checksum = "e94a7bbaa59354bc20dd75b67f23e2797b4490e9d6928203fb105c79e448c86c"2471dependencies = [2472 "cfg-if 1.0.0",2473 "libc",2474 "redox_syscall",2475 "windows-sys",2476]261424772615[[package]]2478[[package]]2616name = "finality-grandpa"2479name = "finality-grandpa"2617version = "0.15.0"2480version = "0.16.0"2618source = "registry+https://github.com/rust-lang/crates.io-index"2481source = "registry+https://github.com/rust-lang/crates.io-index"2619checksum = "d9def033d8505edf199f6a5d07aa7e6d2d6185b164293b77f0efd108f4f3e11d"2482checksum = "b22349c6a11563a202d95772a68e0fcf56119e74ea8a2a19cf2301460fcd0df5"2620dependencies = [2483dependencies = [2621 "either",2484 "either",2622 "futures 0.3.21",2485 "futures 0.3.21",2623 "futures-timer",2486 "futures-timer",2624 "log",2487 "log",2625 "num-traits",2488 "num-traits",2626 "parity-scale-codec 3.1.5",2489 "parity-scale-codec 3.1.5",2627 "parking_lot 0.11.2",2490 "parking_lot 0.12.1",2628 "scale-info",2491 "scale-info",2629]2492]26302493265925222660[[package]]2523[[package]]2661name = "flexi_logger"2524name = "flexi_logger"2662version = "0.15.12"2525version = "0.22.6"2663source = "registry+https://github.com/rust-lang/crates.io-index"2526source = "registry+https://github.com/rust-lang/crates.io-index"2664checksum = "aaab3caedb4149800f91e8e4899f29cd9ddf3b569b04c365ca9334f92f7542bf"2527checksum = "0c76a80dd14a27fc3d8bc696502132cb52b3f227256fd8601166c3a35e45f409"2665dependencies = [2528dependencies = [2529 "ansi_term",2666 "atty",2530 "atty",2667 "chrono",2668 "glob",2531 "glob",2669 "lazy_static",2532 "lazy_static",2670 "log",2533 "log",2671 "regex",2534 "regex",2535 "rustversion",2672 "thiserror",2536 "thiserror",2673 "yansi",2537 "time 0.3.9",2674]2538]267525392676[[package]]2540[[package]]2682[[package]]2546[[package]]2683name = "fork-tree"2547name = "fork-tree"2684version = "3.0.0"2548version = "3.0.0"2685source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2549source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2686dependencies = [2550dependencies = [2687 "parity-scale-codec 3.1.5",2551 "parity-scale-codec 3.1.5",2688]2552]2700[[package]]2564[[package]]2701name = "fp-consensus"2565name = "fp-consensus"2702version = "2.0.0-dev"2566version = "2.0.0-dev"2703source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2567source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"2704dependencies = [2568dependencies = [2705 "ethereum",2569 "ethereum",2706 "parity-scale-codec 3.1.5",2570 "parity-scale-codec 3.1.5",2712[[package]]2576[[package]]2713name = "fp-evm"2577name = "fp-evm"2714version = "3.0.0-dev"2578version = "3.0.0-dev"2715source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2579source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"2716dependencies = [2580dependencies = [2717 "evm",2581 "evm",2718 "frame-support",2582 "frame-support",2726[[package]]2590[[package]]2727name = "fp-evm-mapping"2591name = "fp-evm-mapping"2728version = "0.1.0"2592version = "0.1.0"2729source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2593source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"2730dependencies = [2594dependencies = [2731 "frame-support",2595 "frame-support",2732 "sp-core",2596 "sp-core",2735[[package]]2599[[package]]2736name = "fp-rpc"2600name = "fp-rpc"2737version = "3.0.0-dev"2601version = "3.0.0-dev"2738source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2602source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"2739dependencies = [2603dependencies = [2740 "ethereum",2604 "ethereum",2741 "ethereum-types",2605 "ethereum-types",2752[[package]]2616[[package]]2753name = "fp-self-contained"2617name = "fp-self-contained"2754version = "1.0.0-dev"2618version = "1.0.0-dev"2755source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2619source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"2756dependencies = [2620dependencies = [2757 "ethereum",2621 "ethereum",2758 "frame-support",2622 "frame-support",2768[[package]]2632[[package]]2769name = "fp-storage"2633name = "fp-storage"2770version = "2.0.0"2634version = "2.0.0"2771source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"2635source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"2772dependencies = [2636dependencies = [2773 "parity-scale-codec 3.1.5",2637 "parity-scale-codec 3.1.5",2774]2638]277526392776[[package]]2640[[package]]2777name = "frame-benchmarking"2641name = "frame-benchmarking"2778version = "4.0.0-dev"2642version = "4.0.0-dev"2779source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2643source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2780dependencies = [2644dependencies = [2781 "frame-support",2645 "frame-support",2782 "frame-system",2646 "frame-system",2798[[package]]2662[[package]]2799name = "frame-benchmarking-cli"2663name = "frame-benchmarking-cli"2800version = "4.0.0-dev"2664version = "4.0.0-dev"2801source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2665source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2802dependencies = [2666dependencies = [2803 "Inflector",2667 "Inflector",2804 "chrono",2668 "chrono",2807 "frame-benchmarking",2671 "frame-benchmarking",2808 "frame-support",2672 "frame-support",2809 "frame-system",2673 "frame-system",2674 "gethostname",2810 "handlebars",2675 "handlebars",2811 "hash-db",2676 "hash-db",2812 "hex",2677 "hex",2848[[package]]2713[[package]]2849name = "frame-election-provider-solution-type"2714name = "frame-election-provider-solution-type"2850version = "4.0.0-dev"2715version = "4.0.0-dev"2851source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2716source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2852dependencies = [2717dependencies = [2853 "proc-macro-crate",2718 "proc-macro-crate",2854 "proc-macro2",2719 "proc-macro2",2859[[package]]2724[[package]]2860name = "frame-election-provider-support"2725name = "frame-election-provider-support"2861version = "4.0.0-dev"2726version = "4.0.0-dev"2862source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2727source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2863dependencies = [2728dependencies = [2864 "frame-election-provider-solution-type",2729 "frame-election-provider-solution-type",2865 "frame-support",2730 "frame-support",2875[[package]]2740[[package]]2876name = "frame-executive"2741name = "frame-executive"2877version = "4.0.0-dev"2742version = "4.0.0-dev"2878source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2743source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2879dependencies = [2744dependencies = [2880 "frame-support",2745 "frame-support",2881 "frame-system",2746 "frame-system",2903[[package]]2768[[package]]2904name = "frame-support"2769name = "frame-support"2905version = "4.0.0-dev"2770version = "4.0.0-dev"2906source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2771source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2907dependencies = [2772dependencies = [2908 "bitflags",2773 "bitflags",2909 "frame-metadata",2774 "frame-metadata",2933[[package]]2798[[package]]2934name = "frame-support-procedural"2799name = "frame-support-procedural"2935version = "4.0.0-dev"2800version = "4.0.0-dev"2936source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2801source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2937dependencies = [2802dependencies = [2938 "Inflector",2803 "Inflector",2939 "frame-support-procedural-tools",2804 "frame-support-procedural-tools",2945[[package]]2810[[package]]2946name = "frame-support-procedural-tools"2811name = "frame-support-procedural-tools"2947version = "4.0.0-dev"2812version = "4.0.0-dev"2948source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2813source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2949dependencies = [2814dependencies = [2950 "frame-support-procedural-tools-derive",2815 "frame-support-procedural-tools-derive",2951 "proc-macro-crate",2816 "proc-macro-crate",2957[[package]]2822[[package]]2958name = "frame-support-procedural-tools-derive"2823name = "frame-support-procedural-tools-derive"2959version = "3.0.0"2824version = "3.0.0"2960source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2825source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2961dependencies = [2826dependencies = [2962 "proc-macro2",2827 "proc-macro2",2963 "quote",2828 "quote",2967[[package]]2832[[package]]2968name = "frame-system"2833name = "frame-system"2969version = "4.0.0-dev"2834version = "4.0.0-dev"2970source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2835source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2971dependencies = [2836dependencies = [2972 "frame-support",2837 "frame-support",2973 "log",2838 "log",2984[[package]]2849[[package]]2985name = "frame-system-benchmarking"2850name = "frame-system-benchmarking"2986version = "4.0.0-dev"2851version = "4.0.0-dev"2987source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2852source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"2988dependencies = [2853dependencies = [2989 "frame-benchmarking",2854 "frame-benchmarking",2990 "frame-support",2855 "frame-support",2999[[package]]2864[[package]]3000name = "frame-system-rpc-runtime-api"2865name = "frame-system-rpc-runtime-api"3001version = "4.0.0-dev"2866version = "4.0.0-dev"3002source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2867source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"3003dependencies = [2868dependencies = [3004 "parity-scale-codec 3.1.5",2869 "parity-scale-codec 3.1.5",3005 "sp-api",2870 "sp-api",3008[[package]]2873[[package]]3009name = "frame-try-runtime"2874name = "frame-try-runtime"3010version = "0.10.0-dev"2875version = "0.10.0-dev"3011source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"2876source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"3012dependencies = [2877dependencies = [3013 "frame-support",2878 "frame-support",3014 "sp-api",2879 "sp-api",3191 "slab",3056 "slab",3192]3057]30583059[[package]]3060name = "fxhash"3061version = "0.2.1"3062source = "registry+https://github.com/rust-lang/crates.io-index"3063checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"3064dependencies = [3065 "byteorder",3066]319330673194[[package]]3068[[package]]3195name = "generic-array"3069name = "generic-array"3210 "version_check",3084 "version_check",3211]3085]30863087[[package]]3088name = "gethostname"3089version = "0.2.3"3090source = "registry+https://github.com/rust-lang/crates.io-index"3091checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"3092dependencies = [3093 "libc",3094 "winapi",3095]321230963213[[package]]3097[[package]]3214name = "getrandom"3098name = "getrandom"3303source = "registry+https://github.com/rust-lang/crates.io-index"3187source = "registry+https://github.com/rust-lang/crates.io-index"3304checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"3188checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"3305dependencies = [3189dependencies = [3306 "bytes 1.2.0",3190 "bytes",3307 "fnv",3191 "fnv",3308 "futures-core",3192 "futures-core",3309 "futures-sink",3193 "futures-sink",3310 "futures-util",3194 "futures-util",3311 "http",3195 "http",3312 "indexmap",3196 "indexmap",3313 "slab",3197 "slab",3314 "tokio 1.20.1",3198 "tokio",3315 "tokio-util",3199 "tokio-util",3316 "tracing",3200 "tracing",3317]3201]3453source = "registry+https://github.com/rust-lang/crates.io-index"3337source = "registry+https://github.com/rust-lang/crates.io-index"3454checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"3338checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"3455dependencies = [3339dependencies = [3456 "bytes 1.2.0",3340 "bytes",3457 "fnv",3341 "fnv",3458 "itoa 1.0.2",3342 "itoa 1.0.2",3459]3343]3464source = "registry+https://github.com/rust-lang/crates.io-index"3348source = "registry+https://github.com/rust-lang/crates.io-index"3465checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"3349checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"3466dependencies = [3350dependencies = [3467 "bytes 1.2.0",3351 "bytes",3468 "http",3352 "http",3469 "pin-project-lite 0.2.9",3353 "pin-project-lite 0.2.9",3470]3354]3493source = "registry+https://github.com/rust-lang/crates.io-index"3377source = "registry+https://github.com/rust-lang/crates.io-index"3494checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac"3378checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac"3495dependencies = [3379dependencies = [3496 "bytes 1.2.0",3380 "bytes",3497 "futures-channel",3381 "futures-channel",3498 "futures-core",3382 "futures-core",3499 "futures-util",3383 "futures-util",3505 "itoa 1.0.2",3389 "itoa 1.0.2",3506 "pin-project-lite 0.2.9",3390 "pin-project-lite 0.2.9",3507 "socket2",3391 "socket2",3508 "tokio 1.20.1",3392 "tokio",3509 "tower-service",3393 "tower-service",3510 "tracing",3394 "tracing",3511 "want",3395 "want",3522 "log",3406 "log",3523 "rustls",3407 "rustls",3524 "rustls-native-certs",3408 "rustls-native-certs",3525 "tokio 1.20.1",3409 "tokio",3526 "tokio-rustls",3410 "tokio-rustls",3527]3411]352834123650source = "registry+https://github.com/rust-lang/crates.io-index"3534source = "registry+https://github.com/rust-lang/crates.io-index"3651checksum = "ec58677acfea8a15352d42fc87d11d63596ade9239e0a7c9352914417515dbe6"3535checksum = "ec58677acfea8a15352d42fc87d11d63596ade9239e0a7c9352914417515dbe6"35363537[[package]]3538name = "io-lifetimes"3539version = "0.7.2"3540source = "registry+https://github.com/rust-lang/crates.io-index"3541checksum = "24c3f4eff5495aee4c0399d7b6a0dc2b6e81be84242ffbfcf253ebacccc1d0cb"365235423653[[package]]3543[[package]]3654name = "ip_network"3544name = "ip_network"371536053716[[package]]3606[[package]]3717name = "jsonrpsee"3607name = "jsonrpsee"3718version = "0.13.1"3608version = "0.14.0"3719source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.13.1-fix-unknown-fields#ffcb6ffda701192cdb6ca66594345e6e454cac16"3609source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.14.0-fix-unknown-fields#01bb8a7ec51880c79206bdcac4f09d54e58b2da8"3720dependencies = [3610dependencies = [3721 "jsonrpsee-core",3611 "jsonrpsee-core",3722 "jsonrpsee-http-server",3612 "jsonrpsee-http-server",372936193730[[package]]3620[[package]]3731name = "jsonrpsee-client-transport"3621name = "jsonrpsee-client-transport"3732version = "0.13.1"3622version = "0.14.0"3733source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.13.1-fix-unknown-fields#ffcb6ffda701192cdb6ca66594345e6e454cac16"3623source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.14.0-fix-unknown-fields#01bb8a7ec51880c79206bdcac4f09d54e58b2da8"3734dependencies = [3624dependencies = [3735 "futures-util",3625 "futures-util",3736 "http",3626 "http",3737 "jsonrpsee-core",3627 "jsonrpsee-core",3738 "jsonrpsee-types",3628 "jsonrpsee-types",3739 "pin-project 1.0.11",3629 "pin-project",3740 "rustls-native-certs",3630 "rustls-native-certs",3741 "soketto",3631 "soketto",3742 "thiserror",3632 "thiserror",3743 "tokio 1.20.1",3633 "tokio",3744 "tokio-rustls",3634 "tokio-rustls",3745 "tokio-util",3635 "tokio-util",3746 "tracing",3636 "tracing",374936393750[[package]]3640[[package]]3751name = "jsonrpsee-core"3641name = "jsonrpsee-core"3752version = "0.13.1"3642version = "0.14.0"3753source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.13.1-fix-unknown-fields#ffcb6ffda701192cdb6ca66594345e6e454cac16"3643source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.14.0-fix-unknown-fields#01bb8a7ec51880c79206bdcac4f09d54e58b2da8"3754dependencies = [3644dependencies = [3755 "anyhow",3645 "anyhow",3756 "arrayvec 0.7.2",3646 "arrayvec 0.7.2",3760 "futures-channel",3650 "futures-channel",3761 "futures-timer",3651 "futures-timer",3762 "futures-util",3652 "futures-util",3653 "globset",3763 "hyper",3654 "hyper",3764 "jsonrpsee-types",3655 "jsonrpsee-types",3656 "lazy_static",3765 "parking_lot 0.12.1",3657 "parking_lot 0.12.1",3766 "rand 0.8.5",3658 "rand 0.8.5",3767 "rustc-hash",3659 "rustc-hash",3768 "serde",3660 "serde",3769 "serde_json",3661 "serde_json",3770 "soketto",3662 "soketto",3771 "thiserror",3663 "thiserror",3772 "tokio 1.20.1",3664 "tokio",3773 "tracing",3665 "tracing",3666 "unicase",3774]3667]377536683776[[package]]3669[[package]]3777name = "jsonrpsee-http-server"3670name = "jsonrpsee-http-server"3778version = "0.13.1"3671version = "0.14.0"3779source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.13.1-fix-unknown-fields#ffcb6ffda701192cdb6ca66594345e6e454cac16"3672source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.14.0-fix-unknown-fields#01bb8a7ec51880c79206bdcac4f09d54e58b2da8"3780dependencies = [3673dependencies = [3781 "futures-channel",3674 "futures-channel",3782 "futures-util",3675 "futures-util",3783 "globset",3784 "hyper",3676 "hyper",3785 "jsonrpsee-core",3677 "jsonrpsee-core",3786 "jsonrpsee-types",3678 "jsonrpsee-types",3787 "lazy_static",3679 "serde",3788 "serde_json",3680 "serde_json",3789 "tokio 1.20.1",3681 "tokio",3790 "tracing",3682 "tracing",3791 "unicase",3792]3683]379336843794[[package]]3685[[package]]3795name = "jsonrpsee-proc-macros"3686name = "jsonrpsee-proc-macros"3796version = "0.13.1"3687version = "0.14.0"3797source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.13.1-fix-unknown-fields#ffcb6ffda701192cdb6ca66594345e6e454cac16"3688source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.14.0-fix-unknown-fields#01bb8a7ec51880c79206bdcac4f09d54e58b2da8"3798dependencies = [3689dependencies = [3799 "proc-macro-crate",3690 "proc-macro-crate",3800 "proc-macro2",3691 "proc-macro2",380436953805[[package]]3696[[package]]3806name = "jsonrpsee-types"3697name = "jsonrpsee-types"3807version = "0.13.1"3698version = "0.14.0"3808source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.13.1-fix-unknown-fields#ffcb6ffda701192cdb6ca66594345e6e454cac16"3699source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.14.0-fix-unknown-fields#01bb8a7ec51880c79206bdcac4f09d54e58b2da8"3809dependencies = [3700dependencies = [3810 "anyhow",3701 "anyhow",3811 "beef",3702 "beef",381737083818[[package]]3709[[package]]3819name = "jsonrpsee-ws-client"3710name = "jsonrpsee-ws-client"3820version = "0.13.1"3711version = "0.14.0"3821source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.13.1-fix-unknown-fields#ffcb6ffda701192cdb6ca66594345e6e454cac16"3712source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.14.0-fix-unknown-fields#01bb8a7ec51880c79206bdcac4f09d54e58b2da8"3822dependencies = [3713dependencies = [3823 "jsonrpsee-client-transport",3714 "jsonrpsee-client-transport",3824 "jsonrpsee-core",3715 "jsonrpsee-core",382737183828[[package]]3719[[package]]3829name = "jsonrpsee-ws-server"3720name = "jsonrpsee-ws-server"3830version = "0.13.1"3721version = "0.14.0"3831source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.13.1-fix-unknown-fields#ffcb6ffda701192cdb6ca66594345e6e454cac16"3722source = "git+https://github.com/uniquenetwork/jsonrpsee?branch=unique-v0.14.0-fix-unknown-fields#01bb8a7ec51880c79206bdcac4f09d54e58b2da8"3832dependencies = [3723dependencies = [3833 "futures-channel",3724 "futures-channel",3834 "futures-util",3725 "futures-util",3835 "jsonrpsee-core",3726 "jsonrpsee-core",3836 "jsonrpsee-types",3727 "jsonrpsee-types",3837 "serde_json",3728 "serde_json",3838 "soketto",3729 "soketto",3839 "tokio 1.20.1",3730 "tokio",3731 "tokio-stream",3840 "tokio-util",3732 "tokio-util",3841 "tracing",3733 "tracing",3842]3734]386137533862[[package]]3754[[package]]3863name = "kusama-runtime"3755name = "kusama-runtime"3864version = "0.9.24"3756version = "0.9.26"3865source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"3757source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"3866dependencies = [3758dependencies = [3867 "beefy-primitives",3759 "beefy-primitives",3868 "bitvec 1.0.1",3760 "bitvec 1.0.1",3896 "pallet-indices",3788 "pallet-indices",3897 "pallet-membership",3789 "pallet-membership",3898 "pallet-multisig",3790 "pallet-multisig",3899 "pallet-nicks",3900 "pallet-nomination-pools",3791 "pallet-nomination-pools",3901 "pallet-nomination-pools-benchmarking",3792 "pallet-nomination-pools-benchmarking",3902 "pallet-offences",3793 "pallet-offences",395438453955[[package]]3846[[package]]3956name = "kusama-runtime-constants"3847name = "kusama-runtime-constants"3957version = "0.9.24"3848version = "0.9.26"3958source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"3849source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"3959dependencies = [3850dependencies = [3960 "frame-support",3851 "frame-support",3961 "polkadot-primitives",3852 "polkadot-primitives",405839494059[[package]]3950[[package]]4060name = "libp2p"3951name = "libp2p"4061version = "0.45.1"3952version = "0.46.1"4062source = "registry+https://github.com/rust-lang/crates.io-index"3953source = "registry+https://github.com/rust-lang/crates.io-index"4063checksum = "41726ee8f662563fafba2d2d484b14037cc8ecb8c953fbfc8439d4ce3a0a9029"3954checksum = "81327106887e42d004fbdab1fef93675be2e2e07c1b95fce45e2cc813485611d"4064dependencies = [3955dependencies = [4065 "bytes 1.2.0",3956 "bytes",4066 "futures 0.3.21",3957 "futures 0.3.21",4067 "futures-timer",3958 "futures-timer",4068 "getrandom 0.2.7",3959 "getrandom 0.2.7",4069 "instant",3960 "instant",4070 "lazy_static",3961 "lazy_static",4071 "libp2p-autonat",3962 "libp2p-autonat",4072 "libp2p-core 0.33.0",3963 "libp2p-core",4073 "libp2p-deflate",3964 "libp2p-deflate",4074 "libp2p-dns",3965 "libp2p-dns",4075 "libp2p-floodsub",3966 "libp2p-floodsub",4095 "libp2p-yamux",3986 "libp2p-yamux",4096 "multiaddr",3987 "multiaddr",4097 "parking_lot 0.12.1",3988 "parking_lot 0.12.1",4098 "pin-project 1.0.11",3989 "pin-project",4099 "rand 0.7.3",3990 "rand 0.7.3",4100 "smallvec",3991 "smallvec",4101]3992]410239934103[[package]]3994[[package]]4104name = "libp2p-autonat"3995name = "libp2p-autonat"4105version = "0.4.1"3996version = "0.5.0"4106source = "registry+https://github.com/rust-lang/crates.io-index"3997source = "registry+https://github.com/rust-lang/crates.io-index"4107checksum = "1d45945fd2f96c4b133c23d5c28a8b7fc8d7138e6dd8d5a8cd492dd384f888e3"3998checksum = "4decc51f3573653a9f4ecacb31b1b922dd20c25a6322bb15318ec04287ec46f9"4108dependencies = [3999dependencies = [4109 "async-trait",4000 "async-trait",4110 "futures 0.3.21",4001 "futures 0.3.21",4111 "futures-timer",4002 "futures-timer",4112 "instant",4003 "instant",4113 "libp2p-core 0.33.0",4004 "libp2p-core",4114 "libp2p-request-response",4005 "libp2p-request-response",4115 "libp2p-swarm",4006 "libp2p-swarm",4116 "log",4007 "log",4117 "prost 0.10.4",4008 "prost",4118 "prost-build 0.10.4",4009 "prost-build",4119 "rand 0.8.5",4010 "rand 0.8.5",4120]4011]41214122[[package]]4123name = "libp2p-core"4124version = "0.32.1"4125source = "registry+https://github.com/rust-lang/crates.io-index"4126checksum = "db5b02602099fb75cb2d16f9ea860a320d6eb82ce41e95ab680912c454805cd5"4127dependencies = [4128 "asn1_der",4129 "bs58",4130 "ed25519-dalek",4131 "either",4132 "fnv",4133 "futures 0.3.21",4134 "futures-timer",4135 "instant",4136 "lazy_static",4137 "log",4138 "multiaddr",4139 "multihash",4140 "multistream-select",4141 "parking_lot 0.12.1",4142 "pin-project 1.0.11",4143 "prost 0.9.0",4144 "prost-build 0.9.0",4145 "rand 0.8.5",4146 "ring",4147 "rw-stream-sink 0.2.1",4148 "sha2 0.10.2",4149 "smallvec",4150 "thiserror",4151 "unsigned-varint",4152 "void",4153 "zeroize",4154]415540124156[[package]]4013[[package]]4157name = "libp2p-core"4014name = "libp2p-core"4158version = "0.33.0"4015version = "0.34.0"4159source = "registry+https://github.com/rust-lang/crates.io-index"4016source = "registry+https://github.com/rust-lang/crates.io-index"4160checksum = "42d46fca305dee6757022e2f5a4f6c023315084d0ed7441c3ab244e76666d979"4017checksum = "fbf9b94cefab7599b2d3dff2f93bee218c6621d68590b23ede4485813cbcece6"4161dependencies = [4018dependencies = [4162 "asn1_der",4019 "asn1_der",4163 "bs58",4020 "bs58",4174 "multihash",4031 "multihash",4175 "multistream-select",4032 "multistream-select",4176 "parking_lot 0.12.1",4033 "parking_lot 0.12.1",4177 "pin-project 1.0.11",4034 "pin-project",4178 "prost 0.10.4",4035 "prost",4179 "prost-build 0.10.4",4036 "prost-build",4180 "rand 0.8.5",4037 "rand 0.8.5",4181 "ring",4038 "ring",4182 "rw-stream-sink 0.3.0",4039 "rw-stream-sink",4183 "sha2 0.10.2",4040 "sha2 0.10.2",4184 "smallvec",4041 "smallvec",4185 "thiserror",4042 "thiserror",419040474191[[package]]4048[[package]]4192name = "libp2p-deflate"4049name = "libp2p-deflate"4193version = "0.33.0"4050version = "0.34.0"4194source = "registry+https://github.com/rust-lang/crates.io-index"4051source = "registry+https://github.com/rust-lang/crates.io-index"4195checksum = "86adefc55ea4ed8201149f052fb441210727481dff1fb0b8318460206a79f5fb"4052checksum = "d0183dc2a3da1fbbf85e5b6cf51217f55b14f5daea0c455a9536eef646bfec71"4196dependencies = [4053dependencies = [4197 "flate2",4054 "flate2",4198 "futures 0.3.21",4055 "futures 0.3.21",4199 "libp2p-core 0.33.0",4056 "libp2p-core",4200]4057]420140584202[[package]]4059[[package]]4203name = "libp2p-dns"4060name = "libp2p-dns"4204version = "0.33.0"4061version = "0.34.0"4205source = "registry+https://github.com/rust-lang/crates.io-index"4062source = "registry+https://github.com/rust-lang/crates.io-index"4206checksum = "fbb462ec3a51fab457b4b44ac295e8b0a4b04dc175127e615cf996b1f0f1a268"4063checksum = "6cbf54723250fa5d521383be789bf60efdabe6bacfb443f87da261019a49b4b5"4207dependencies = [4064dependencies = [4208 "async-std-resolver",4065 "async-std-resolver",4209 "futures 0.3.21",4066 "futures 0.3.21",4210 "libp2p-core 0.33.0",4067 "libp2p-core",4211 "log",4068 "log",4212 "parking_lot 0.12.1",4069 "parking_lot 0.12.1",4213 "smallvec",4070 "smallvec",421640734217[[package]]4074[[package]]4218name = "libp2p-floodsub"4075name = "libp2p-floodsub"4219version = "0.36.0"4076version = "0.37.0"4220source = "registry+https://github.com/rust-lang/crates.io-index"4077source = "registry+https://github.com/rust-lang/crates.io-index"4221checksum = "a505d0c6f851cbf2919535150198e530825def8bd3757477f13dc3a57f46cbcc"4078checksum = "98a4b6ffd53e355775d24b76f583fdda54b3284806f678499b57913adb94f231"4222dependencies = [4079dependencies = [4223 "cuckoofilter",4080 "cuckoofilter",4224 "fnv",4081 "fnv",4225 "futures 0.3.21",4082 "futures 0.3.21",4226 "libp2p-core 0.33.0",4083 "libp2p-core",4227 "libp2p-swarm",4084 "libp2p-swarm",4228 "log",4085 "log",4229 "prost 0.10.4",4086 "prost",4230 "prost-build 0.10.4",4087 "prost-build",4231 "rand 0.7.3",4088 "rand 0.7.3",4232 "smallvec",4089 "smallvec",4233]4090]423440914235[[package]]4092[[package]]4236name = "libp2p-gossipsub"4093name = "libp2p-gossipsub"4237version = "0.38.1"4094version = "0.39.0"4238source = "registry+https://github.com/rust-lang/crates.io-index"4095source = "registry+https://github.com/rust-lang/crates.io-index"4239checksum = "43e064ba4d7832e01c738626c6b274ae100baba05f5ffcc7b265c2a3ed398108"4096checksum = "74b4b888cfbeb1f5551acd3aa1366e01bf88ede26cc3c4645d0d2d004d5ca7b0"4240dependencies = [4097dependencies = [4241 "asynchronous-codec",4098 "asynchronous-codec",4242 "base64",4099 "base64",4243 "byteorder",4100 "byteorder",4244 "bytes 1.2.0",4101 "bytes",4245 "fnv",4102 "fnv",4246 "futures 0.3.21",4103 "futures 0.3.21",4247 "hex_fmt",4104 "hex_fmt",4248 "instant",4105 "instant",4249 "libp2p-core 0.33.0",4106 "libp2p-core",4250 "libp2p-swarm",4107 "libp2p-swarm",4251 "log",4108 "log",4252 "prometheus-client",4109 "prometheus-client",4253 "prost 0.10.4",4110 "prost",4254 "prost-build 0.10.4",4111 "prost-build",4255 "rand 0.7.3",4112 "rand 0.7.3",4256 "regex",4113 "regex",4257 "sha2 0.10.2",4114 "sha2 0.10.2",426241194263[[package]]4120[[package]]4264name = "libp2p-identify"4121name = "libp2p-identify"4265version = "0.36.1"4122version = "0.37.0"4266source = "registry+https://github.com/rust-lang/crates.io-index"4123source = "registry+https://github.com/rust-lang/crates.io-index"4267checksum = "b84b53490442d086db1fa5375670c9666e79143dccadef3f7c74a4346899a984"4124checksum = "c50b585518f8efd06f93ac2f976bd672e17cdac794644b3117edd078e96bda06"4268dependencies = [4125dependencies = [4269 "asynchronous-codec",4126 "asynchronous-codec",4270 "futures 0.3.21",4127 "futures 0.3.21",4271 "futures-timer",4128 "futures-timer",4272 "libp2p-core 0.33.0",4129 "libp2p-core",4273 "libp2p-swarm",4130 "libp2p-swarm",4274 "log",4131 "log",4275 "lru 0.7.8",4132 "lru 0.7.8",4276 "prost 0.10.4",4133 "prost",4277 "prost-build 0.10.4",4134 "prost-build",4278 "prost-codec",4135 "prost-codec",4279 "smallvec",4136 "smallvec",4280 "thiserror",4137 "thiserror",428341404284[[package]]4141[[package]]4285name = "libp2p-kad"4142name = "libp2p-kad"4286version = "0.37.1"4143version = "0.38.0"4287source = "registry+https://github.com/rust-lang/crates.io-index"4144source = "registry+https://github.com/rust-lang/crates.io-index"4288checksum = "5f6b5d4de90fcd35feb65ea6223fd78f3b747a64ca4b65e0813fbe66a27d56aa"4145checksum = "740862893bb5f06ac24acc9d49bdeadc3a5e52e51818a30a25c1f3519da2c851"4289dependencies = [4146dependencies = [4290 "arrayvec 0.7.2",4147 "arrayvec 0.7.2",4291 "asynchronous-codec",4148 "asynchronous-codec",4292 "bytes 1.2.0",4149 "bytes",4293 "either",4150 "either",4294 "fnv",4151 "fnv",4295 "futures 0.3.21",4152 "futures 0.3.21",4296 "futures-timer",4153 "futures-timer",4297 "instant",4154 "instant",4298 "libp2p-core 0.33.0",4155 "libp2p-core",4299 "libp2p-swarm",4156 "libp2p-swarm",4300 "log",4157 "log",4301 "prost 0.10.4",4158 "prost",4302 "prost-build 0.10.4",4159 "prost-build",4303 "rand 0.7.3",4160 "rand 0.7.3",4304 "sha2 0.10.2",4161 "sha2 0.10.2",4305 "smallvec",4162 "smallvec",431141684312[[package]]4169[[package]]4313name = "libp2p-mdns"4170name = "libp2p-mdns"4314version = "0.37.0"4171version = "0.38.0"4315source = "registry+https://github.com/rust-lang/crates.io-index"4172source = "registry+https://github.com/rust-lang/crates.io-index"4316checksum = "4783f8cf00c7b6c1ff0f1870b4fcf50b042b45533d2e13b6fb464caf447a6951"4173checksum = "66e5e5919509603281033fd16306c61df7a4428ce274b67af5e14b07de5cdcb2"4317dependencies = [4174dependencies = [4318 "async-io",4175 "async-io",4319 "data-encoding",4176 "data-encoding",4320 "dns-parser",4177 "dns-parser",4321 "futures 0.3.21",4178 "futures 0.3.21",4322 "if-watch",4179 "if-watch",4323 "lazy_static",4180 "lazy_static",4324 "libp2p-core 0.33.0",4181 "libp2p-core",4325 "libp2p-swarm",4182 "libp2p-swarm",4326 "log",4183 "log",4327 "rand 0.8.5",4184 "rand 0.8.5",433241894333[[package]]4190[[package]]4334name = "libp2p-metrics"4191name = "libp2p-metrics"4335version = "0.6.1"4192version = "0.7.0"4336source = "registry+https://github.com/rust-lang/crates.io-index"4193source = "registry+https://github.com/rust-lang/crates.io-index"4337checksum = "564a7e5284d7d9b3140fdfc3cb6567bc32555e86a21de5604c2ec85da05cf384"4194checksum = "ef8aff4a1abef42328fbb30b17c853fff9be986dc39af17ee39f9c5f755c5e0c"4338dependencies = [4195dependencies = [4339 "libp2p-core 0.33.0",4196 "libp2p-core",4340 "libp2p-gossipsub",4197 "libp2p-gossipsub",4341 "libp2p-identify",4198 "libp2p-identify",4342 "libp2p-kad",4199 "libp2p-kad",434842054349[[package]]4206[[package]]4350name = "libp2p-mplex"4207name = "libp2p-mplex"4351version = "0.33.0"4208version = "0.34.0"4352source = "registry+https://github.com/rust-lang/crates.io-index"4209source = "registry+https://github.com/rust-lang/crates.io-index"4353checksum = "5ff9c893f2367631a711301d703c47432af898c9bb8253bea0e2c051a13f7640"4210checksum = "61fd1b20638ec209c5075dfb2e8ce6a7ea4ec3cd3ad7b77f7a477c06d53322e2"4354dependencies = [4211dependencies = [4355 "asynchronous-codec",4212 "asynchronous-codec",4356 "bytes 1.2.0",4213 "bytes",4357 "futures 0.3.21",4214 "futures 0.3.21",4358 "libp2p-core 0.33.0",4215 "libp2p-core",4359 "log",4216 "log",4360 "nohash-hasher",4217 "nohash-hasher",4361 "parking_lot 0.12.1",4218 "parking_lot 0.12.1",436642234367[[package]]4224[[package]]4368name = "libp2p-noise"4225name = "libp2p-noise"4369version = "0.36.0"4226version = "0.37.0"4370source = "registry+https://github.com/rust-lang/crates.io-index"4227source = "registry+https://github.com/rust-lang/crates.io-index"4371checksum = "cf2cee1dad1c83325bbd182a8e94555778699cec8a9da00086efb7522c4c15ad"4228checksum = "762408cb5d84b49a600422d7f9a42c18012d8da6ebcd570f9a4a4290ba41fb6f"4372dependencies = [4229dependencies = [4373 "bytes 1.2.0",4230 "bytes",4374 "curve25519-dalek 3.2.0",4231 "curve25519-dalek 3.2.0",4375 "futures 0.3.21",4232 "futures 0.3.21",4376 "lazy_static",4233 "lazy_static",4377 "libp2p-core 0.33.0",4234 "libp2p-core",4378 "log",4235 "log",4379 "prost 0.10.4",4236 "prost",4380 "prost-build 0.10.4",4237 "prost-build",4381 "rand 0.8.5",4238 "rand 0.8.5",4382 "sha2 0.10.2",4239 "sha2 0.10.2",4383 "snow",4240 "snow",438842454389[[package]]4246[[package]]4390name = "libp2p-ping"4247name = "libp2p-ping"4391version = "0.36.0"4248version = "0.37.0"4392source = "registry+https://github.com/rust-lang/crates.io-index"4249source = "registry+https://github.com/rust-lang/crates.io-index"4393checksum = "d41516c82fe8dd148ec925eead0c5ec08a0628f7913597e93e126e4dfb4e0787"4250checksum = "100a6934ae1dbf8a693a4e7dd1d730fd60b774dafc45688ed63b554497c6c925"4394dependencies = [4251dependencies = [4395 "futures 0.3.21",4252 "futures 0.3.21",4396 "futures-timer",4253 "futures-timer",4397 "instant",4254 "instant",4398 "libp2p-core 0.33.0",4255 "libp2p-core",4399 "libp2p-swarm",4256 "libp2p-swarm",4400 "log",4257 "log",4401 "rand 0.7.3",4258 "rand 0.7.3",440442614405[[package]]4262[[package]]4406name = "libp2p-plaintext"4263name = "libp2p-plaintext"4407version = "0.33.0"4264version = "0.34.0"4408source = "registry+https://github.com/rust-lang/crates.io-index"4265source = "registry+https://github.com/rust-lang/crates.io-index"4409checksum = "db007e737adc5d28b2e03223b0210164928ad742591127130796a72aa8eaf54f"4266checksum = "be27bf0820a6238a4e06365b096d428271cce85a129cf16f2fe9eb1610c4df86"4410dependencies = [4267dependencies = [4411 "asynchronous-codec",4268 "asynchronous-codec",4412 "bytes 1.2.0",4269 "bytes",4413 "futures 0.3.21",4270 "futures 0.3.21",4414 "libp2p-core 0.33.0",4271 "libp2p-core",4415 "log",4272 "log",4416 "prost 0.10.4",4273 "prost",4417 "prost-build 0.10.4",4274 "prost-build",4418 "unsigned-varint",4275 "unsigned-varint",4419 "void",4276 "void",4420]4277]4427dependencies = [4284dependencies = [4428 "futures 0.3.21",4285 "futures 0.3.21",4429 "log",4286 "log",4430 "pin-project 1.0.11",4287 "pin-project",4431 "rand 0.7.3",4288 "rand 0.7.3",4432 "salsa20",4289 "salsa20",4433 "sha3 0.9.1",4290 "sha3 0.9.1",4434]4291]443542924436[[package]]4293[[package]]4437name = "libp2p-relay"4294name = "libp2p-relay"4438version = "0.9.1"4295version = "0.10.0"4439source = "registry+https://github.com/rust-lang/crates.io-index"4296source = "registry+https://github.com/rust-lang/crates.io-index"4440checksum = "624ead3406f64437a0d4567c31bd128a9a0b8226d5f16c074038f5d0fc32f650"4297checksum = "4931547ee0cce03971ccc1733ff05bb0c4349fd89120a39e9861e2bbe18843c3"4441dependencies = [4298dependencies = [4442 "asynchronous-codec",4299 "asynchronous-codec",4443 "bytes 1.2.0",4300 "bytes",4444 "either",4301 "either",4445 "futures 0.3.21",4302 "futures 0.3.21",4446 "futures-timer",4303 "futures-timer",4447 "instant",4304 "instant",4448 "libp2p-core 0.33.0",4305 "libp2p-core",4449 "libp2p-swarm",4306 "libp2p-swarm",4450 "log",4307 "log",4451 "pin-project 1.0.11",4308 "pin-project",4452 "prost 0.10.4",4309 "prost",4453 "prost-build 0.10.4",4310 "prost-build",4454 "prost-codec",4311 "prost-codec",4455 "rand 0.8.5",4312 "rand 0.8.5",4456 "smallvec",4313 "smallvec",446143184462[[package]]4319[[package]]4463name = "libp2p-rendezvous"4320name = "libp2p-rendezvous"4464version = "0.6.0"4321version = "0.7.0"4465source = "registry+https://github.com/rust-lang/crates.io-index"4322source = "registry+https://github.com/rust-lang/crates.io-index"4466checksum = "c59967ea2db2c7560f641aa58ac05982d42131863fcd3dd6dcf0dd1daf81c60c"4323checksum = "9511c9672ba33284838e349623319c8cad2d18cfad243ae46c6b7e8a2982ea4e"4467dependencies = [4324dependencies = [4468 "asynchronous-codec",4325 "asynchronous-codec",4469 "bimap",4326 "bimap",4470 "futures 0.3.21",4327 "futures 0.3.21",4471 "futures-timer",4328 "futures-timer",4472 "instant",4329 "instant",4473 "libp2p-core 0.33.0",4330 "libp2p-core",4474 "libp2p-swarm",4331 "libp2p-swarm",4475 "log",4332 "log",4476 "prost 0.10.4",4333 "prost",4477 "prost-build 0.10.4",4334 "prost-build",4478 "rand 0.8.5",4335 "rand 0.8.5",4479 "sha2 0.10.2",4336 "sha2 0.10.2",4480 "thiserror",4337 "thiserror",448443414485[[package]]4342[[package]]4486name = "libp2p-request-response"4343name = "libp2p-request-response"4487version = "0.18.0"4344version = "0.19.0"4488source = "registry+https://github.com/rust-lang/crates.io-index"4345source = "registry+https://github.com/rust-lang/crates.io-index"4489checksum = "b02e0acb725e5a757d77c96b95298fd73a7394fe82ba7b8bbeea510719cbe441"4346checksum = "508a189e2795d892c8f5c1fa1e9e0b1845d32d7b0b249dbf7b05b18811361843"4490dependencies = [4347dependencies = [4491 "async-trait",4348 "async-trait",4492 "bytes 1.2.0",4349 "bytes",4493 "futures 0.3.21",4350 "futures 0.3.21",4494 "instant",4351 "instant",4495 "libp2p-core 0.33.0",4352 "libp2p-core",4496 "libp2p-swarm",4353 "libp2p-swarm",4497 "log",4354 "log",4498 "rand 0.7.3",4355 "rand 0.7.3",450243594503[[package]]4360[[package]]4504name = "libp2p-swarm"4361name = "libp2p-swarm"4505version = "0.36.1"4362version = "0.37.0"4506source = "registry+https://github.com/rust-lang/crates.io-index"4363source = "registry+https://github.com/rust-lang/crates.io-index"4507checksum = "8f4bb21c5abadbf00360c734f16bf87f1712ed4f23cd46148f625d2ddb867346"4364checksum = "95ac5be6c2de2d1ff3f7693fda6faf8a827b1f3e808202277783fea9f527d114"4508dependencies = [4365dependencies = [4509 "either",4366 "either",4510 "fnv",4367 "fnv",4511 "futures 0.3.21",4368 "futures 0.3.21",4512 "futures-timer",4369 "futures-timer",4513 "instant",4370 "instant",4514 "libp2p-core 0.33.0",4371 "libp2p-core",4515 "log",4372 "log",4516 "pin-project 1.0.11",4373 "pin-project",4517 "rand 0.7.3",4374 "rand 0.7.3",4518 "smallvec",4375 "smallvec",4519 "thiserror",4376 "thiserror",452243794523[[package]]4380[[package]]4524name = "libp2p-swarm-derive"4381name = "libp2p-swarm-derive"4525version = "0.27.2"4382version = "0.28.0"4526source = "registry+https://github.com/rust-lang/crates.io-index"4383source = "registry+https://github.com/rust-lang/crates.io-index"4527checksum = "4f693c8c68213034d472cbb93a379c63f4f307d97c06f1c41e4985de481687a5"4384checksum = "9f54a64b6957249e0ce782f8abf41d97f69330d02bf229f0672d864f0650cc76"4528dependencies = [4385dependencies = [4529 "quote",4386 "quote",4530 "syn",4387 "syn",4531]4388]453243894533[[package]]4390[[package]]4534name = "libp2p-tcp"4391name = "libp2p-tcp"4535version = "0.33.0"4392version = "0.34.0"4536source = "registry+https://github.com/rust-lang/crates.io-index"4393source = "registry+https://github.com/rust-lang/crates.io-index"4537checksum = "4f4933e38ef21b50698aefc87799c24f2a365c9d3f6cf50471f3f6a0bc410892"4394checksum = "8a6771dc19aa3c65d6af9a8c65222bfc8fcd446630ddca487acd161fa6096f3b"4538dependencies = [4395dependencies = [4539 "async-io",4396 "async-io",4540 "futures 0.3.21",4397 "futures 0.3.21",4541 "futures-timer",4398 "futures-timer",4542 "if-watch",4399 "if-watch",4543 "ipnet",4400 "ipnet",4544 "libc",4401 "libc",4545 "libp2p-core 0.33.0",4402 "libp2p-core",4546 "log",4403 "log",4547 "socket2",4404 "socket2",4548]4405]454944064550[[package]]4407[[package]]4551name = "libp2p-uds"4408name = "libp2p-uds"4552version = "0.32.0"4409version = "0.33.0"4553source = "registry+https://github.com/rust-lang/crates.io-index"4410source = "registry+https://github.com/rust-lang/crates.io-index"4554checksum = "24bdab114f7f2701757d6541266e1131b429bbae382008f207f2114ee4222dcb"4411checksum = "d125e3e5f0d58f3c6ac21815b20cf4b6a88b8db9dc26368ea821838f4161fd4d"4555dependencies = [4412dependencies = [4556 "async-std",4413 "async-std",4557 "futures 0.3.21",4414 "futures 0.3.21",4558 "libp2p-core 0.32.1",4415 "libp2p-core",4559 "log",4416 "log",4560]4417]456144184562[[package]]4419[[package]]4563name = "libp2p-wasm-ext"4420name = "libp2p-wasm-ext"4564version = "0.33.0"4421version = "0.34.0"4565source = "registry+https://github.com/rust-lang/crates.io-index"4422source = "registry+https://github.com/rust-lang/crates.io-index"4566checksum = "f066f2b8b1a1d64793f05da2256e6842ecd0293d6735ca2e9bda89831a1bdc06"4423checksum = "ec894790eec3c1608f8d1a8a0bdf0dbeb79ed4de2dce964222011c2896dfa05a"4567dependencies = [4424dependencies = [4568 "futures 0.3.21",4425 "futures 0.3.21",4569 "js-sys",4426 "js-sys",4570 "libp2p-core 0.33.0",4427 "libp2p-core",4571 "parity-send-wrapper",4428 "parity-send-wrapper",4572 "wasm-bindgen",4429 "wasm-bindgen",4573 "wasm-bindgen-futures",4430 "wasm-bindgen-futures",4574]4431]457544324576[[package]]4433[[package]]4577name = "libp2p-websocket"4434name = "libp2p-websocket"4578version = "0.35.0"4435version = "0.36.0"4579source = "registry+https://github.com/rust-lang/crates.io-index"4436source = "registry+https://github.com/rust-lang/crates.io-index"4580checksum = "39d398fbb29f432c4128fabdaac2ed155c3bcaf1b9bd40eeeb10a471eefacbf5"4437checksum = "9808e57e81be76ff841c106b4c5974fb4d41a233a7bdd2afbf1687ac6def3818"4581dependencies = [4438dependencies = [4582 "either",4439 "either",4583 "futures 0.3.21",4440 "futures 0.3.21",4584 "futures-rustls",4441 "futures-rustls",4585 "libp2p-core 0.33.0",4442 "libp2p-core",4586 "log",4443 "log",4587 "parking_lot 0.12.1",4444 "parking_lot 0.12.1",4588 "quicksink",4445 "quicksink",4589 "rw-stream-sink 0.3.0",4446 "rw-stream-sink",4590 "soketto",4447 "soketto",4591 "url",4448 "url",4592 "webpki-roots",4449 "webpki-roots",4593]4450]459444514595[[package]]4452[[package]]4596name = "libp2p-yamux"4453name = "libp2p-yamux"4597version = "0.37.0"4454version = "0.38.0"4598source = "registry+https://github.com/rust-lang/crates.io-index"4455source = "registry+https://github.com/rust-lang/crates.io-index"4599checksum = "8fe653639ad74877c759720febb0cbcbf4caa221adde4eed2d3126ce5c6f381f"4456checksum = "c6dea686217a06072033dc025631932810e2f6ad784e4fafa42e27d311c7a81c"4600dependencies = [4457dependencies = [4601 "futures 0.3.21",4458 "futures 0.3.21",4602 "libp2p-core 0.33.0",4459 "libp2p-core",4603 "parking_lot 0.12.1",4460 "parking_lot 0.12.1",4604 "thiserror",4461 "thiserror",4605 "yamux",4462 "yamux",4710source = "registry+https://github.com/rust-lang/crates.io-index"4567source = "registry+https://github.com/rust-lang/crates.io-index"4711checksum = "5284f00d480e1c39af34e72f8ad60b94f47007e3481cd3b731c1d67190ddc7b7"4568checksum = "5284f00d480e1c39af34e72f8ad60b94f47007e3481cd3b731c1d67190ddc7b7"45694570[[package]]4571name = "linux-raw-sys"4572version = "0.0.46"4573source = "registry+https://github.com/rust-lang/crates.io-index"4574checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d"471245754713[[package]]4576[[package]]4714name = "lock_api"4577name = "lock_api"5018source = "registry+https://github.com/rust-lang/crates.io-index"4881source = "registry+https://github.com/rust-lang/crates.io-index"5019checksum = "363a84be6453a70e63513660f4894ef815daf88e3356bffcda9ca27d810ce83b"4882checksum = "363a84be6453a70e63513660f4894ef815daf88e3356bffcda9ca27d810ce83b"5020dependencies = [4883dependencies = [5021 "bytes 1.2.0",4884 "bytes",5022 "futures 0.3.21",4885 "futures 0.3.21",5023 "log",4886 "log",5024 "pin-project 1.0.11",4887 "pin-project",5025 "smallvec",4888 "smallvec",5026 "unsigned-varint",4889 "unsigned-varint",5027]4890]5114source = "registry+https://github.com/rust-lang/crates.io-index"4977source = "registry+https://github.com/rust-lang/crates.io-index"5115checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"4978checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"5116dependencies = [4979dependencies = [5117 "bytes 1.2.0",4980 "bytes",5118 "futures 0.3.21",4981 "futures 0.3.21",5119 "log",4982 "log",5120 "netlink-packet-core",4983 "netlink-packet-core",5121 "netlink-sys",4984 "netlink-sys",5122 "thiserror",4985 "thiserror",5123 "tokio 1.20.1",4986 "tokio",5124]4987]512549885126[[package]]4989[[package]]5130checksum = "92b654097027250401127914afb37cb1f311df6610a9891ff07a757e94199027"4993checksum = "92b654097027250401127914afb37cb1f311df6610a9891ff07a757e94199027"5131dependencies = [4994dependencies = [5132 "async-io",4995 "async-io",5133 "bytes 1.2.0",4996 "bytes",5134 "futures 0.3.21",4997 "futures 0.3.21",5135 "libc",4998 "libc",5136 "log",4999 "log",5252 "libc",5115 "libc",5253]5116]51175118[[package]]5119name = "num_threads"5120version = "0.1.6"5121source = "registry+https://github.com/rust-lang/crates.io-index"5122checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"5123dependencies = [5124 "libc",5125]525451265255[[package]]5127[[package]]5256name = "object"5128name = "object"5257version = "0.27.1"5129version = "0.28.4"5258source = "registry+https://github.com/rust-lang/crates.io-index"5130source = "registry+https://github.com/rust-lang/crates.io-index"5259checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"5131checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"5260dependencies = [5132dependencies = [5261 "crc32fast",5133 "crc32fast",5134 "hashbrown 0.11.2",5262 "indexmap",5135 "indexmap",5263 "memchr",5136 "memchr",5264]5137]5384[[package]]5257[[package]]5385name = "orchestra"5258name = "orchestra"5386version = "0.0.1"5259version = "0.0.1"5387source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"5260source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"5388dependencies = [5261dependencies = [5389 "async-trait",5262 "async-trait",5390 "dyn-clonable",5263 "dyn-clonable",5391 "futures 0.3.21",5264 "futures 0.3.21",5392 "futures-timer",5265 "futures-timer",5393 "orchestra-proc-macro",5266 "orchestra-proc-macro",5394 "pin-project 1.0.11",5267 "pin-project",5395 "prioritized-metered-channel",5268 "prioritized-metered-channel",5396 "thiserror",5269 "thiserror",5397 "tracing",5270 "tracing",5400[[package]]5273[[package]]5401name = "orchestra-proc-macro"5274name = "orchestra-proc-macro"5402version = "0.0.1"5275version = "0.0.1"5403source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"5276source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"5404dependencies = [5277dependencies = [5405 "expander 0.0.6",5278 "expander 0.0.6",5279 "itertools",5406 "petgraph",5280 "petgraph",5407 "proc-macro-crate",5281 "proc-macro-crate",5408 "proc-macro2",5282 "proc-macro2",5422[[package]]5296[[package]]5423name = "orml-vesting"5297name = "orml-vesting"5424version = "0.4.1-dev"5298version = "0.4.1-dev"5425source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.24#e69cabf5dc293e54a3ce60e3db4bf2f381bd20eb"5299source = "git+https://github.com/open-web3-stack/open-runtime-module-library?rev=8c625a5ab43c1c56cdeed5f8d814a891566d4cf8#8c625a5ab43c1c56cdeed5f8d814a891566d4cf8"5426dependencies = [5300dependencies = [5427 "frame-support",5301 "frame-support",5428 "frame-system",5302 "frame-system",5452[[package]]5326[[package]]5453name = "pallet-aura"5327name = "pallet-aura"5454version = "4.0.0-dev"5328version = "4.0.0-dev"5455source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5329source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5456dependencies = [5330dependencies = [5457 "frame-support",5331 "frame-support",5458 "frame-system",5332 "frame-system",5468[[package]]5342[[package]]5469name = "pallet-authority-discovery"5343name = "pallet-authority-discovery"5470version = "4.0.0-dev"5344version = "4.0.0-dev"5471source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5345source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5472dependencies = [5346dependencies = [5473 "frame-support",5347 "frame-support",5474 "frame-system",5348 "frame-system",5484[[package]]5358[[package]]5485name = "pallet-authorship"5359name = "pallet-authorship"5486version = "4.0.0-dev"5360version = "4.0.0-dev"5487source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5361source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5488dependencies = [5362dependencies = [5489 "frame-support",5363 "frame-support",5490 "frame-system",5364 "frame-system",5499[[package]]5373[[package]]5500name = "pallet-babe"5374name = "pallet-babe"5501version = "4.0.0-dev"5375version = "4.0.0-dev"5502source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5376source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5503dependencies = [5377dependencies = [5504 "frame-benchmarking",5378 "frame-benchmarking",5505 "frame-support",5379 "frame-support",5523[[package]]5397[[package]]5524name = "pallet-bags-list"5398name = "pallet-bags-list"5525version = "4.0.0-dev"5399version = "4.0.0-dev"5526source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5400source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5527dependencies = [5401dependencies = [5528 "frame-benchmarking",5402 "frame-benchmarking",5529 "frame-election-provider-support",5403 "frame-election-provider-support",5543[[package]]5417[[package]]5544name = "pallet-balances"5418name = "pallet-balances"5545version = "4.0.0-dev"5419version = "4.0.0-dev"5546source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5420source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5547dependencies = [5421dependencies = [5548 "frame-benchmarking",5422 "frame-benchmarking",5549 "frame-support",5423 "frame-support",5558[[package]]5432[[package]]5559name = "pallet-base-fee"5433name = "pallet-base-fee"5560version = "1.0.0"5434version = "1.0.0"5561source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"5435source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"5562dependencies = [5436dependencies = [5563 "fp-evm",5437 "fp-evm",5564 "frame-support",5438 "frame-support",5573[[package]]5447[[package]]5574name = "pallet-beefy"5448name = "pallet-beefy"5575version = "4.0.0-dev"5449version = "4.0.0-dev"5576source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5450source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5577dependencies = [5451dependencies = [5578 "beefy-primitives",5452 "beefy-primitives",5579 "frame-support",5453 "frame-support",5589[[package]]5463[[package]]5590name = "pallet-beefy-mmr"5464name = "pallet-beefy-mmr"5591version = "4.0.0-dev"5465version = "4.0.0-dev"5592source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5466source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5593dependencies = [5467dependencies = [5594 "beefy-merkle-tree",5468 "beefy-merkle-tree",5595 "beefy-primitives",5469 "beefy-primitives",5612[[package]]5486[[package]]5613name = "pallet-bounties"5487name = "pallet-bounties"5614version = "4.0.0-dev"5488version = "4.0.0-dev"5615source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5489source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5616dependencies = [5490dependencies = [5617 "frame-benchmarking",5491 "frame-benchmarking",5618 "frame-support",5492 "frame-support",5627 "sp-std",5501 "sp-std",5628]5502]56295630[[package]]5631name = "pallet-bridge-dispatch"5632version = "0.1.0"5633source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"5634dependencies = [5635 "bp-message-dispatch",5636 "bp-runtime",5637 "frame-support",5638 "frame-system",5639 "log",5640 "parity-scale-codec 3.1.5",5641 "scale-info",5642 "sp-core",5643 "sp-runtime",5644 "sp-std",5645]56465647[[package]]5648name = "pallet-bridge-grandpa"5649version = "0.1.0"5650source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"5651dependencies = [5652 "bp-header-chain",5653 "bp-runtime",5654 "bp-test-utils",5655 "finality-grandpa",5656 "frame-support",5657 "frame-system",5658 "log",5659 "num-traits",5660 "parity-scale-codec 3.1.5",5661 "scale-info",5662 "serde",5663 "sp-finality-grandpa",5664 "sp-runtime",5665 "sp-std",5666 "sp-trie",5667]56685669[[package]]5670name = "pallet-bridge-messages"5671version = "0.1.0"5672source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"5673dependencies = [5674 "bitvec 1.0.1",5675 "bp-message-dispatch",5676 "bp-messages",5677 "bp-runtime",5678 "frame-support",5679 "frame-system",5680 "log",5681 "num-traits",5682 "parity-scale-codec 3.1.5",5683 "scale-info",5684 "serde",5685 "sp-core",5686 "sp-runtime",5687 "sp-std",5688]568955035690[[package]]5504[[package]]5691name = "pallet-child-bounties"5505name = "pallet-child-bounties"5692version = "4.0.0-dev"5506version = "4.0.0-dev"5693source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5507source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5694dependencies = [5508dependencies = [5695 "frame-benchmarking",5509 "frame-benchmarking",5696 "frame-support",5510 "frame-support",5709[[package]]5523[[package]]5710name = "pallet-collective"5524name = "pallet-collective"5711version = "4.0.0-dev"5525version = "4.0.0-dev"5712source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5526source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5713dependencies = [5527dependencies = [5714 "frame-benchmarking",5528 "frame-benchmarking",5715 "frame-support",5529 "frame-support",5763[[package]]5577[[package]]5764name = "pallet-democracy"5578name = "pallet-democracy"5765version = "4.0.0-dev"5579version = "4.0.0-dev"5766source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5580source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5767dependencies = [5581dependencies = [5768 "frame-benchmarking",5582 "frame-benchmarking",5769 "frame-support",5583 "frame-support",5779[[package]]5593[[package]]5780name = "pallet-election-provider-multi-phase"5594name = "pallet-election-provider-multi-phase"5781version = "4.0.0-dev"5595version = "4.0.0-dev"5782source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5596source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5783dependencies = [5597dependencies = [5784 "frame-benchmarking",5598 "frame-benchmarking",5785 "frame-election-provider-support",5599 "frame-election-provider-support",5802[[package]]5616[[package]]5803name = "pallet-election-provider-support-benchmarking"5617name = "pallet-election-provider-support-benchmarking"5804version = "4.0.0-dev"5618version = "4.0.0-dev"5805source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5619source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5806dependencies = [5620dependencies = [5807 "frame-benchmarking",5621 "frame-benchmarking",5808 "frame-election-provider-support",5622 "frame-election-provider-support",5815[[package]]5629[[package]]5816name = "pallet-elections-phragmen"5630name = "pallet-elections-phragmen"5817version = "5.0.0-dev"5631version = "5.0.0-dev"5818source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5632source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5819dependencies = [5633dependencies = [5820 "frame-benchmarking",5634 "frame-benchmarking",5821 "frame-support",5635 "frame-support",5833[[package]]5647[[package]]5834name = "pallet-ethereum"5648name = "pallet-ethereum"5835version = "4.0.0-dev"5649version = "4.0.0-dev"5836source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"5650source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"5837dependencies = [5651dependencies = [5838 "ethereum",5652 "ethereum",5839 "ethereum-types",5653 "ethereum-types",5862[[package]]5676[[package]]5863name = "pallet-evm"5677name = "pallet-evm"5864version = "6.0.0-dev"5678version = "6.0.0-dev"5865source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.24#b1941ba0e691e4a95b414343fd89aceb94c4172b"5679source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.26#58869eede7bc4483d3461702ed92bb1d3d1bc04f"5866dependencies = [5680dependencies = [5867 "evm",5681 "evm",5868 "fp-evm",5682 "fp-evm",5985[[package]]5799[[package]]5986name = "pallet-gilt"5800name = "pallet-gilt"5987version = "4.0.0-dev"5801version = "4.0.0-dev"5988source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5802source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"5989dependencies = [5803dependencies = [5990 "frame-benchmarking",5804 "frame-benchmarking",5991 "frame-support",5805 "frame-support",6000[[package]]5814[[package]]6001name = "pallet-grandpa"5815name = "pallet-grandpa"6002version = "4.0.0-dev"5816version = "4.0.0-dev"6003source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5817source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6004dependencies = [5818dependencies = [6005 "frame-benchmarking",5819 "frame-benchmarking",6006 "frame-support",5820 "frame-support",6023[[package]]5837[[package]]6024name = "pallet-identity"5838name = "pallet-identity"6025version = "4.0.0-dev"5839version = "4.0.0-dev"6026source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5840source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6027dependencies = [5841dependencies = [6028 "enumflags2",5842 "enumflags2",6029 "frame-benchmarking",5843 "frame-benchmarking",6039[[package]]5853[[package]]6040name = "pallet-im-online"5854name = "pallet-im-online"6041version = "4.0.0-dev"5855version = "4.0.0-dev"6042source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5856source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6043dependencies = [5857dependencies = [6044 "frame-benchmarking",5858 "frame-benchmarking",6045 "frame-support",5859 "frame-support",6059[[package]]5873[[package]]6060name = "pallet-indices"5874name = "pallet-indices"6061version = "4.0.0-dev"5875version = "4.0.0-dev"6062source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5876source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6063dependencies = [5877dependencies = [6064 "frame-benchmarking",5878 "frame-benchmarking",6065 "frame-support",5879 "frame-support",6095[[package]]5909[[package]]6096name = "pallet-membership"5910name = "pallet-membership"6097version = "4.0.0-dev"5911version = "4.0.0-dev"6098source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5912source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6099dependencies = [5913dependencies = [6100 "frame-benchmarking",5914 "frame-benchmarking",6101 "frame-support",5915 "frame-support",6112[[package]]5926[[package]]6113name = "pallet-mmr"5927name = "pallet-mmr"6114version = "4.0.0-dev"5928version = "4.0.0-dev"6115source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5929source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6116dependencies = [5930dependencies = [6117 "ckb-merkle-mountain-range",5931 "ckb-merkle-mountain-range",6118 "frame-benchmarking",5932 "frame-benchmarking",6130[[package]]5944[[package]]6131name = "pallet-mmr-rpc"5945name = "pallet-mmr-rpc"6132version = "3.0.0"5946version = "3.0.0"6133source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5947source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6134dependencies = [5948dependencies = [6135 "jsonrpsee",5949 "jsonrpsee",6136 "parity-scale-codec 3.1.5",5950 "parity-scale-codec 3.1.5",6145[[package]]5959[[package]]6146name = "pallet-multisig"5960name = "pallet-multisig"6147version = "4.0.0-dev"5961version = "4.0.0-dev"6148source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5962source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6149dependencies = [5963dependencies = [6150 "frame-benchmarking",5964 "frame-benchmarking",6151 "frame-support",5965 "frame-support",6157 "sp-std",5971 "sp-std",6158]5972]61596160[[package]]6161name = "pallet-nicks"6162version = "4.0.0-dev"6163source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6164dependencies = [6165 "frame-support",6166 "frame-system",6167 "parity-scale-codec 3.1.5",6168 "scale-info",6169 "sp-io",6170 "sp-runtime",6171 "sp-std",6172]617359736174[[package]]5974[[package]]6175name = "pallet-nomination-pools"5975name = "pallet-nomination-pools"6176version = "1.0.0"5976version = "1.0.0"6177source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5977source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6178dependencies = [5978dependencies = [6179 "frame-support",5979 "frame-support",6180 "frame-system",5980 "frame-system",6181 "log",5981 "log",6182 "parity-scale-codec 3.1.5",5982 "parity-scale-codec 3.1.5",6183 "scale-info",5983 "scale-info",6184 "sp-core",5984 "sp-core",5985 "sp-io",6185 "sp-runtime",5986 "sp-runtime",6186 "sp-staking",5987 "sp-staking",6187 "sp-std",5988 "sp-std",6190[[package]]5991[[package]]6191name = "pallet-nomination-pools-benchmarking"5992name = "pallet-nomination-pools-benchmarking"6192version = "1.0.0"5993version = "1.0.0"6193source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"5994source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6194dependencies = [5995dependencies = [6195 "frame-benchmarking",5996 "frame-benchmarking",6196 "frame-election-provider-support",5997 "frame-election-provider-support",6231[[package]]6032[[package]]6232name = "pallet-offences"6033name = "pallet-offences"6233version = "4.0.0-dev"6034version = "4.0.0-dev"6234source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6035source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6235dependencies = [6036dependencies = [6236 "frame-support",6037 "frame-support",6237 "frame-system",6038 "frame-system",6248[[package]]6049[[package]]6249name = "pallet-offences-benchmarking"6050name = "pallet-offences-benchmarking"6250version = "4.0.0-dev"6051version = "4.0.0-dev"6251source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6052source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6252dependencies = [6053dependencies = [6253 "frame-benchmarking",6054 "frame-benchmarking",6254 "frame-election-provider-support",6055 "frame-election-provider-support",6271[[package]]6072[[package]]6272name = "pallet-preimage"6073name = "pallet-preimage"6273version = "4.0.0-dev"6074version = "4.0.0-dev"6274source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6075source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6275dependencies = [6076dependencies = [6276 "frame-benchmarking",6077 "frame-benchmarking",6277 "frame-support",6078 "frame-support",6287[[package]]6088[[package]]6288name = "pallet-proxy"6089name = "pallet-proxy"6289version = "4.0.0-dev"6090version = "4.0.0-dev"6290source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6091source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6291dependencies = [6092dependencies = [6292 "frame-benchmarking",6093 "frame-benchmarking",6293 "frame-support",6094 "frame-support",6302[[package]]6103[[package]]6303name = "pallet-randomness-collective-flip"6104name = "pallet-randomness-collective-flip"6304version = "4.0.0-dev"6105version = "4.0.0-dev"6305source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6106source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6306dependencies = [6107dependencies = [6307 "frame-support",6108 "frame-support",6308 "frame-system",6109 "frame-system",6316[[package]]6117[[package]]6317name = "pallet-recovery"6118name = "pallet-recovery"6318version = "4.0.0-dev"6119version = "4.0.0-dev"6319source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6120source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6320dependencies = [6121dependencies = [6321 "frame-benchmarking",6122 "frame-benchmarking",6322 "frame-support",6123 "frame-support",6395[[package]]6196[[package]]6396name = "pallet-scheduler"6197name = "pallet-scheduler"6397version = "4.0.0-dev"6198version = "4.0.0-dev"6398source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6199source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6399dependencies = [6200dependencies = [6400 "frame-benchmarking",6201 "frame-benchmarking",6401 "frame-support",6202 "frame-support",6411[[package]]6212[[package]]6412name = "pallet-session"6213name = "pallet-session"6413version = "4.0.0-dev"6214version = "4.0.0-dev"6414source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6215source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6415dependencies = [6216dependencies = [6416 "frame-support",6217 "frame-support",6417 "frame-system",6218 "frame-system",6432[[package]]6233[[package]]6433name = "pallet-session-benchmarking"6234name = "pallet-session-benchmarking"6434version = "4.0.0-dev"6235version = "4.0.0-dev"6435source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6236source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6436dependencies = [6237dependencies = [6437 "frame-benchmarking",6238 "frame-benchmarking",6438 "frame-support",6239 "frame-support",6448[[package]]6249[[package]]6449name = "pallet-society"6250name = "pallet-society"6450version = "4.0.0-dev"6251version = "4.0.0-dev"6451source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6252source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6452dependencies = [6253dependencies = [6453 "frame-support",6254 "frame-support",6454 "frame-system",6255 "frame-system",6462[[package]]6263[[package]]6463name = "pallet-staking"6264name = "pallet-staking"6464version = "4.0.0-dev"6265version = "4.0.0-dev"6465source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6266source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6466dependencies = [6267dependencies = [6467 "frame-benchmarking",6268 "frame-benchmarking",6468 "frame-election-provider-support",6269 "frame-election-provider-support",6485[[package]]6286[[package]]6486name = "pallet-staking-reward-curve"6287name = "pallet-staking-reward-curve"6487version = "4.0.0-dev"6288version = "4.0.0-dev"6488source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6289source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6489dependencies = [6290dependencies = [6490 "proc-macro-crate",6291 "proc-macro-crate",6491 "proc-macro2",6292 "proc-macro2",6496[[package]]6297[[package]]6497name = "pallet-staking-reward-fn"6298name = "pallet-staking-reward-fn"6498version = "4.0.0-dev"6299version = "4.0.0-dev"6499source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6300source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6500dependencies = [6301dependencies = [6501 "log",6302 "log",6502 "sp-arithmetic",6303 "sp-arithmetic",6520[[package]]6321[[package]]6521name = "pallet-sudo"6322name = "pallet-sudo"6522version = "4.0.0-dev"6323version = "4.0.0-dev"6523source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6324source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6524dependencies = [6325dependencies = [6525 "frame-support",6326 "frame-support",6526 "frame-system",6327 "frame-system",6534[[package]]6335[[package]]6535name = "pallet-template-transaction-payment"6336name = "pallet-template-transaction-payment"6536version = "3.0.0"6337version = "3.0.0"6537source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.24#05cb0f02abecad915d32455df7a7724b3e2869aa"6338source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.26#711367a0ba6c495438f6e05e5c28690fc90bfdec"6538dependencies = [6339dependencies = [6539 "frame-benchmarking",6340 "frame-benchmarking",6540 "frame-support",6341 "frame-support",6554[[package]]6355[[package]]6555name = "pallet-timestamp"6356name = "pallet-timestamp"6556version = "4.0.0-dev"6357version = "4.0.0-dev"6557source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6358source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6558dependencies = [6359dependencies = [6559 "frame-benchmarking",6360 "frame-benchmarking",6560 "frame-support",6361 "frame-support",6572[[package]]6373[[package]]6573name = "pallet-tips"6374name = "pallet-tips"6574version = "4.0.0-dev"6375version = "4.0.0-dev"6575source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6376source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6576dependencies = [6377dependencies = [6577 "frame-benchmarking",6378 "frame-benchmarking",6578 "frame-support",6379 "frame-support",6591[[package]]6392[[package]]6592name = "pallet-transaction-payment"6393name = "pallet-transaction-payment"6593version = "4.0.0-dev"6394version = "4.0.0-dev"6594source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6395source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6595dependencies = [6396dependencies = [6596 "frame-support",6397 "frame-support",6597 "frame-system",6398 "frame-system",6607[[package]]6408[[package]]6608name = "pallet-transaction-payment-rpc"6409name = "pallet-transaction-payment-rpc"6609version = "4.0.0-dev"6410version = "4.0.0-dev"6610source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6411source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6611dependencies = [6412dependencies = [6612 "jsonrpsee",6413 "jsonrpsee",6613 "pallet-transaction-payment-rpc-runtime-api",6414 "pallet-transaction-payment-rpc-runtime-api",6622[[package]]6423[[package]]6623name = "pallet-transaction-payment-rpc-runtime-api"6424name = "pallet-transaction-payment-rpc-runtime-api"6624version = "4.0.0-dev"6425version = "4.0.0-dev"6625source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6426source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6626dependencies = [6427dependencies = [6627 "pallet-transaction-payment",6428 "pallet-transaction-payment",6628 "parity-scale-codec 3.1.5",6429 "parity-scale-codec 3.1.5",6633[[package]]6434[[package]]6634name = "pallet-treasury"6435name = "pallet-treasury"6635version = "4.0.0-dev"6436version = "4.0.0-dev"6636source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6437source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6637dependencies = [6438dependencies = [6638 "frame-benchmarking",6439 "frame-benchmarking",6639 "frame-support",6440 "frame-support",6693[[package]]6494[[package]]6694name = "pallet-utility"6495name = "pallet-utility"6695version = "4.0.0-dev"6496version = "4.0.0-dev"6696source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6497source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6697dependencies = [6498dependencies = [6698 "frame-benchmarking",6499 "frame-benchmarking",6699 "frame-support",6500 "frame-support",6709[[package]]6510[[package]]6710name = "pallet-vesting"6511name = "pallet-vesting"6711version = "4.0.0-dev"6512version = "4.0.0-dev"6712source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"6513source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"6713dependencies = [6514dependencies = [6714 "frame-benchmarking",6515 "frame-benchmarking",6715 "frame-support",6516 "frame-support",672365246724[[package]]6525[[package]]6725name = "pallet-xcm"6526name = "pallet-xcm"6726version = "0.9.24"6527version = "0.9.26"6727source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"6528source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"6728dependencies = [6529dependencies = [6729 "frame-support",6530 "frame-support",6730 "frame-system",6531 "frame-system",674165426742[[package]]6543[[package]]6743name = "pallet-xcm-benchmarks"6544name = "pallet-xcm-benchmarks"6744version = "0.9.24"6545version = "0.9.26"6745source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"6546source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"6746dependencies = [6547dependencies = [6747 "frame-benchmarking",6548 "frame-benchmarking",6748 "frame-support",6549 "frame-support",6759[[package]]6560[[package]]6760name = "parachain-info"6561name = "parachain-info"6761version = "0.1.0"6562version = "0.1.0"6762source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.24#95ca5a085727c1494ddeeae4a2b2e69c4ee1933b"6563source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.26#e43b8b878a6fd0ca8b5e88d19822c4d777d3c677"6763dependencies = [6564dependencies = [6764 "cumulus-primitives-core",6565 "cumulus-primitives-core",6765 "frame-support",6566 "frame-support",7033 "indexmap",6834 "indexmap",7034]6835]70357036[[package]]7037name = "pin-project"7038version = "0.4.30"7039source = "registry+https://github.com/rust-lang/crates.io-index"7040checksum = "3ef0f924a5ee7ea9cbcea77529dba45f8a9ba9f622419fe3386ca581a3ae9d5a"7041dependencies = [7042 "pin-project-internal 0.4.30",7043]704468367045[[package]]6837[[package]]7046name = "pin-project"6838name = "pin-project"7047version = "1.0.11"6839version = "1.0.11"7048source = "registry+https://github.com/rust-lang/crates.io-index"6840source = "registry+https://github.com/rust-lang/crates.io-index"7049checksum = "78203e83c48cffbe01e4a2d35d566ca4de445d79a85372fc64e378bfc812a260"6841checksum = "78203e83c48cffbe01e4a2d35d566ca4de445d79a85372fc64e378bfc812a260"7050dependencies = [6842dependencies = [7051 "pin-project-internal 1.0.11",6843 "pin-project-internal",7052]6844]70537054[[package]]7055name = "pin-project-internal"7056version = "0.4.30"7057source = "registry+https://github.com/rust-lang/crates.io-index"7058checksum = "851c8d0ce9bebe43790dedfc86614c23494ac9f423dd618d3a61fc693eafe61e"7059dependencies = [7060 "proc-macro2",7061 "quote",7062 "syn",7063]706468457065[[package]]6846[[package]]7066name = "pin-project-internal"6847name = "pin-project-internal"710568867106[[package]]6887[[package]]7107name = "polkadot-approval-distribution"6888name = "polkadot-approval-distribution"7108version = "0.9.24"6889version = "0.9.26"7109source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"6890source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7110dependencies = [6891dependencies = [7111 "futures 0.3.21",6892 "futures 0.3.21",7112 "polkadot-node-network-protocol",6893 "polkadot-node-network-protocol",712069017121[[package]]6902[[package]]7122name = "polkadot-availability-bitfield-distribution"6903name = "polkadot-availability-bitfield-distribution"7123version = "0.9.24"6904version = "0.9.26"7124source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"6905source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7125dependencies = [6906dependencies = [7126 "futures 0.3.21",6907 "futures 0.3.21",7127 "polkadot-node-network-protocol",6908 "polkadot-node-network-protocol",713469157135[[package]]6916[[package]]7136name = "polkadot-availability-distribution"6917name = "polkadot-availability-distribution"7137version = "0.9.24"6918version = "0.9.26"7138source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"6919source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7139dependencies = [6920dependencies = [7140 "derive_more",6921 "derive_more",7141 "fatality",6922 "fatality",715769387158[[package]]6939[[package]]7159name = "polkadot-availability-recovery"6940name = "polkadot-availability-recovery"7160version = "0.9.24"6941version = "0.9.26"7161source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"6942source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7162dependencies = [6943dependencies = [7163 "fatality",6944 "fatality",7164 "futures 0.3.21",6945 "futures 0.3.21",717869597179[[package]]6960[[package]]7180name = "polkadot-cli"6961name = "polkadot-cli"7181version = "0.9.24"6962version = "0.9.26"7182source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"6963source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7183dependencies = [6964dependencies = [7184 "clap",6965 "clap",7185 "frame-benchmarking-cli",6966 "frame-benchmarking-cli",720369847204[[package]]6985[[package]]7205name = "polkadot-client"6986name = "polkadot-client"7206version = "0.9.24"6987version = "0.9.26"7207source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"6988source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7208dependencies = [6989dependencies = [7209 "beefy-primitives",6990 "beefy-primitives",7210 "frame-benchmarking",6991 "frame-benchmarking",724370247244[[package]]7025[[package]]7245name = "polkadot-collator-protocol"7026name = "polkadot-collator-protocol"7246version = "0.9.24"7027version = "0.9.26"7247source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7028source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7248dependencies = [7029dependencies = [7249 "always-assert",7030 "always-assert",7250 "fatality",7031 "fatality",726470457265[[package]]7046[[package]]7266name = "polkadot-core-primitives"7047name = "polkadot-core-primitives"7267version = "0.9.24"7048version = "0.9.26"7268source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7049source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7269dependencies = [7050dependencies = [7270 "parity-scale-codec 3.1.5",7051 "parity-scale-codec 3.1.5",7271 "parity-util-mem",7052 "parity-util-mem",727770587278[[package]]7059[[package]]7279name = "polkadot-dispute-distribution"7060name = "polkadot-dispute-distribution"7280version = "0.9.24"7061version = "0.9.26"7281source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7062source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7282dependencies = [7063dependencies = [7283 "derive_more",7064 "derive_more",7284 "fatality",7065 "fatality",730070817301[[package]]7082[[package]]7302name = "polkadot-erasure-coding"7083name = "polkadot-erasure-coding"7303version = "0.9.24"7084version = "0.9.26"7304source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7085source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7305dependencies = [7086dependencies = [7306 "parity-scale-codec 3.1.5",7087 "parity-scale-codec 3.1.5",7307 "polkadot-node-primitives",7088 "polkadot-node-primitives",731470957315[[package]]7096[[package]]7316name = "polkadot-gossip-support"7097name = "polkadot-gossip-support"7317version = "0.9.24"7098version = "0.9.26"7318source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7099source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7319dependencies = [7100dependencies = [7320 "futures 0.3.21",7101 "futures 0.3.21",7321 "futures-timer",7102 "futures-timer",733471157335[[package]]7116[[package]]7336name = "polkadot-network-bridge"7117name = "polkadot-network-bridge"7337version = "0.9.24"7118version = "0.9.26"7338source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7119source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7339dependencies = [7120dependencies = [7340 "always-assert",7121 "always-assert",7341 "async-trait",7122 "async-trait",7342 "bytes 1.2.0",7123 "bytes",7343 "futures 0.3.21",7124 "futures 0.3.21",7344 "parity-scale-codec 3.1.5",7125 "parity-scale-codec 3.1.5",7345 "parking_lot 0.12.1",7126 "parking_lot 0.12.1",735571367356[[package]]7137[[package]]7357name = "polkadot-node-collation-generation"7138name = "polkadot-node-collation-generation"7358version = "0.9.24"7139version = "0.9.26"7359source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7140source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7360dependencies = [7141dependencies = [7361 "futures 0.3.21",7142 "futures 0.3.21",7362 "parity-scale-codec 3.1.5",7143 "parity-scale-codec 3.1.5",737371547374[[package]]7155[[package]]7375name = "polkadot-node-core-approval-voting"7156name = "polkadot-node-core-approval-voting"7376version = "0.9.24"7157version = "0.9.26"7377source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7158source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7378dependencies = [7159dependencies = [7379 "bitvec 1.0.1",7160 "bitvec 1.0.1",7380 "derive_more",7161 "derive_more",740271837403[[package]]7184[[package]]7404name = "polkadot-node-core-av-store"7185name = "polkadot-node-core-av-store"7405version = "0.9.24"7186version = "0.9.26"7406source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7187source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7407dependencies = [7188dependencies = [7408 "bitvec 1.0.1",7189 "bitvec 1.0.1",7409 "futures 0.3.21",7190 "futures 0.3.21",742272037423[[package]]7204[[package]]7424name = "polkadot-node-core-backing"7205name = "polkadot-node-core-backing"7425version = "0.9.24"7206version = "0.9.26"7426source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7207source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7427dependencies = [7208dependencies = [7428 "bitvec 1.0.1",7209 "bitvec 1.0.1",7429 "fatality",7210 "fatality",744172227442[[package]]7223[[package]]7443name = "polkadot-node-core-bitfield-signing"7224name = "polkadot-node-core-bitfield-signing"7444version = "0.9.24"7225version = "0.9.26"7445source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7226source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7446dependencies = [7227dependencies = [7447 "futures 0.3.21",7228 "futures 0.3.21",7448 "polkadot-node-subsystem",7229 "polkadot-node-subsystem",745672377457[[package]]7238[[package]]7458name = "polkadot-node-core-candidate-validation"7239name = "polkadot-node-core-candidate-validation"7459version = "0.9.24"7240version = "0.9.26"7460source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7241source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7461dependencies = [7242dependencies = [7462 "async-trait",7243 "async-trait",7463 "futures 0.3.21",7244 "futures 0.3.21",747472557475[[package]]7256[[package]]7476name = "polkadot-node-core-chain-api"7257name = "polkadot-node-core-chain-api"7477version = "0.9.24"7258version = "0.9.26"7478source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7259source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7479dependencies = [7260dependencies = [7480 "futures 0.3.21",7261 "futures 0.3.21",7481 "polkadot-node-subsystem",7262 "polkadot-node-subsystem",748972707490[[package]]7271[[package]]7491name = "polkadot-node-core-chain-selection"7272name = "polkadot-node-core-chain-selection"7492version = "0.9.24"7273version = "0.9.26"7493source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7274source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7494dependencies = [7275dependencies = [7495 "futures 0.3.21",7276 "futures 0.3.21",7496 "futures-timer",7277 "futures-timer",750672877507[[package]]7288[[package]]7508name = "polkadot-node-core-dispute-coordinator"7289name = "polkadot-node-core-dispute-coordinator"7509version = "0.9.24"7290version = "0.9.26"7510source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7291source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7511dependencies = [7292dependencies = [7512 "fatality",7293 "fatality",7513 "futures 0.3.21",7294 "futures 0.3.21",752573067526[[package]]7307[[package]]7527name = "polkadot-node-core-parachains-inherent"7308name = "polkadot-node-core-parachains-inherent"7528version = "0.9.24"7309version = "0.9.26"7529source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7310source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7530dependencies = [7311dependencies = [7531 "async-trait",7312 "async-trait",7532 "futures 0.3.21",7313 "futures 0.3.21",754273237543[[package]]7324[[package]]7544name = "polkadot-node-core-provisioner"7325name = "polkadot-node-core-provisioner"7545version = "0.9.24"7326version = "0.9.26"7546source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7327source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7547dependencies = [7328dependencies = [7548 "bitvec 1.0.1",7329 "bitvec 1.0.1",7549 "fatality",7330 "fatality",756073417561[[package]]7342[[package]]7562name = "polkadot-node-core-pvf"7343name = "polkadot-node-core-pvf"7563version = "0.9.24"7344version = "0.9.26"7564source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7345source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7565dependencies = [7346dependencies = [7566 "always-assert",7347 "always-assert",7567 "assert_matches",7348 "assert_matches",7570 "futures 0.3.21",7351 "futures 0.3.21",7571 "futures-timer",7352 "futures-timer",7572 "parity-scale-codec 3.1.5",7353 "parity-scale-codec 3.1.5",7573 "pin-project 1.0.11",7354 "pin-project",7574 "polkadot-core-primitives",7355 "polkadot-core-primitives",7575 "polkadot-node-subsystem-util",7356 "polkadot-node-subsystem-util",7576 "polkadot-parachain",7357 "polkadot-parachain",7577 "rand 0.8.5",7358 "rand 0.8.5",7359 "rayon",7578 "sc-executor",7360 "sc-executor",7579 "sc-executor-common",7361 "sc-executor-common",7580 "sc-executor-wasmtime",7362 "sc-executor-wasmtime",759173737592[[package]]7374[[package]]7593name = "polkadot-node-core-pvf-checker"7375name = "polkadot-node-core-pvf-checker"7594version = "0.9.24"7376version = "0.9.26"7595source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7377source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7596dependencies = [7378dependencies = [7597 "futures 0.3.21",7379 "futures 0.3.21",7598 "polkadot-node-primitives",7380 "polkadot-node-primitives",760773897608[[package]]7390[[package]]7609name = "polkadot-node-core-runtime-api"7391name = "polkadot-node-core-runtime-api"7610version = "0.9.24"7392version = "0.9.26"7611source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7393source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7612dependencies = [7394dependencies = [7613 "futures 0.3.21",7395 "futures 0.3.21",7614 "memory-lru",7396 "memory-lru",762474067625[[package]]7407[[package]]7626name = "polkadot-node-jaeger"7408name = "polkadot-node-jaeger"7627version = "0.9.24"7409version = "0.9.26"7628source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7410source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7629dependencies = [7411dependencies = [7630 "async-std",7412 "async-std",7631 "lazy_static",7413 "lazy_static",764274247643[[package]]7425[[package]]7644name = "polkadot-node-metrics"7426name = "polkadot-node-metrics"7645version = "0.9.24"7427version = "0.9.26"7646source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7428source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7647dependencies = [7429dependencies = [7648 "bs58",7430 "bs58",7649 "futures 0.3.21",7431 "futures 0.3.21",766174437662[[package]]7444[[package]]7663name = "polkadot-node-network-protocol"7445name = "polkadot-node-network-protocol"7664version = "0.9.24"7446version = "0.9.26"7665source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7447source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7666dependencies = [7448dependencies = [7667 "async-trait",7449 "async-trait",7668 "derive_more",7450 "derive_more",768274647683[[package]]7465[[package]]7684name = "polkadot-node-primitives"7466name = "polkadot-node-primitives"7685version = "0.9.24"7467version = "0.9.26"7686source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7468source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7687dependencies = [7469dependencies = [7688 "bounded-vec",7470 "bounded-vec",7689 "futures 0.3.21",7471 "futures 0.3.21",770474867705[[package]]7487[[package]]7706name = "polkadot-node-subsystem"7488name = "polkadot-node-subsystem"7707version = "0.9.24"7489version = "0.9.26"7708source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7490source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7709dependencies = [7491dependencies = [7710 "polkadot-node-jaeger",7492 "polkadot-node-jaeger",7711 "polkadot-node-subsystem-types",7493 "polkadot-node-subsystem-types",771474967715[[package]]7497[[package]]7716name = "polkadot-node-subsystem-types"7498name = "polkadot-node-subsystem-types"7717version = "0.9.24"7499version = "0.9.26"7718source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7500source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7719dependencies = [7501dependencies = [7720 "derive_more",7502 "derive_more",7721 "futures 0.3.21",7503 "futures 0.3.21",773375157734[[package]]7516[[package]]7735name = "polkadot-node-subsystem-util"7517name = "polkadot-node-subsystem-util"7736version = "0.9.24"7518version = "0.9.26"7737source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7519source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7738dependencies = [7520dependencies = [7739 "async-trait",7521 "async-trait",7740 "derive_more",7522 "derive_more",7747 "parity-scale-codec 3.1.5",7529 "parity-scale-codec 3.1.5",7748 "parity-util-mem",7530 "parity-util-mem",7749 "parking_lot 0.11.2",7531 "parking_lot 0.11.2",7750 "pin-project 1.0.11",7532 "pin-project",7751 "polkadot-node-jaeger",7533 "polkadot-node-jaeger",7752 "polkadot-node-metrics",7534 "polkadot-node-metrics",7753 "polkadot-node-network-protocol",7535 "polkadot-node-network-protocol",776675487767[[package]]7549[[package]]7768name = "polkadot-overseer"7550name = "polkadot-overseer"7769version = "0.9.24"7551version = "0.9.26"7770source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7552source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7771dependencies = [7553dependencies = [7772 "futures 0.3.21",7554 "futures 0.3.21",7773 "futures-timer",7555 "futures-timer",778875707789[[package]]7571[[package]]7790name = "polkadot-parachain"7572name = "polkadot-parachain"7791version = "0.9.24"7573version = "0.9.26"7792source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7574source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7793dependencies = [7575dependencies = [7794 "derive_more",7576 "derive_more",7795 "frame-support",7577 "frame-support",780575877806[[package]]7588[[package]]7807name = "polkadot-performance-test"7589name = "polkadot-performance-test"7808version = "0.9.24"7590version = "0.9.26"7809source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7591source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7810dependencies = [7592dependencies = [7811 "env_logger",7593 "env_logger",7812 "kusama-runtime",7594 "kusama-runtime",782076027821[[package]]7603[[package]]7822name = "polkadot-primitives"7604name = "polkadot-primitives"7823version = "0.9.24"7605version = "0.9.26"7824source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7606source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7825dependencies = [7607dependencies = [7826 "bitvec 1.0.1",7608 "bitvec 1.0.1",7827 "frame-system",7609 "frame-system",785076327851[[package]]7633[[package]]7852name = "polkadot-rpc"7634name = "polkadot-rpc"7853version = "0.9.24"7635version = "0.9.26"7854source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7636source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7855dependencies = [7637dependencies = [7856 "beefy-gadget",7638 "beefy-gadget",7857 "beefy-gadget-rpc",7639 "beefy-gadget-rpc",788276647883[[package]]7665[[package]]7884name = "polkadot-runtime"7666name = "polkadot-runtime"7885version = "0.9.24"7667version = "0.9.26"7886source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7668source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7887dependencies = [7669dependencies = [7888 "beefy-primitives",7670 "beefy-primitives",7889 "bitvec 1.0.1",7671 "bitvec 1.0.1",7915 "pallet-indices",7697 "pallet-indices",7916 "pallet-membership",7698 "pallet-membership",7917 "pallet-multisig",7699 "pallet-multisig",7918 "pallet-nicks",7919 "pallet-offences",7700 "pallet-offences",7920 "pallet-offences-benchmarking",7701 "pallet-offences-benchmarking",7921 "pallet-preimage",7702 "pallet-preimage",796877497969[[package]]7750[[package]]7970name = "polkadot-runtime-common"7751name = "polkadot-runtime-common"7971version = "0.9.24"7752version = "0.9.26"7972source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7753source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"7973dependencies = [7754dependencies = [7974 "beefy-primitives",7755 "beefy-primitives",7975 "bitvec 1.0.1",7756 "bitvec 1.0.1",801577968016[[package]]7797[[package]]8017name = "polkadot-runtime-constants"7798name = "polkadot-runtime-constants"8018version = "0.9.24"7799version = "0.9.26"8019source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7800source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"8020dependencies = [7801dependencies = [8021 "frame-support",7802 "frame-support",8022 "polkadot-primitives",7803 "polkadot-primitives",802778088028[[package]]7809[[package]]8029name = "polkadot-runtime-metrics"7810name = "polkadot-runtime-metrics"8030version = "0.9.24"7811version = "0.9.26"8031source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7812source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"8032dependencies = [7813dependencies = [8033 "bs58",7814 "bs58",8034 "parity-scale-codec 3.1.5",7815 "parity-scale-codec 3.1.5",803978208040[[package]]7821[[package]]8041name = "polkadot-runtime-parachains"7822name = "polkadot-runtime-parachains"8042version = "0.9.24"7823version = "0.9.26"8043source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7824source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"8044dependencies = [7825dependencies = [8045 "bitflags",7826 "bitflags",8046 "bitvec 1.0.1",7827 "bitvec 1.0.1",808278638083[[package]]7864[[package]]8084name = "polkadot-service"7865name = "polkadot-service"8085version = "0.9.24"7866version = "0.9.26"8086source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7867source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"8087dependencies = [7868dependencies = [8088 "async-trait",7869 "async-trait",8089 "beefy-gadget",7870 "beefy-gadget",818579668186[[package]]7967[[package]]8187name = "polkadot-statement-distribution"7968name = "polkadot-statement-distribution"8188version = "0.9.24"7969version = "0.9.26"8189source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7970source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"8190dependencies = [7971dependencies = [8191 "arrayvec 0.5.2",7972 "arrayvec 0.5.2",8192 "fatality",7973 "fatality",820679878207[[package]]7988[[package]]8208name = "polkadot-statement-table"7989name = "polkadot-statement-table"8209version = "0.9.24"7990version = "0.9.26"8210source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"7991source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"8211dependencies = [7992dependencies = [8212 "parity-scale-codec 3.1.5",7993 "parity-scale-codec 3.1.5",8213 "polkadot-primitives",7994 "polkadot-primitives",821679978217[[package]]7998[[package]]8218name = "polkadot-test-runtime"7999name = "polkadot-test-runtime"8219version = "0.9.24"8000version = "0.9.26"8220source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8001source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"8221dependencies = [8002dependencies = [8222 "beefy-primitives",8003 "beefy-primitives",8223 "bitvec 1.0.1",8004 "bitvec 1.0.1",8233 "pallet-balances",8014 "pallet-balances",8234 "pallet-grandpa",8015 "pallet-grandpa",8235 "pallet-indices",8016 "pallet-indices",8236 "pallet-nicks",8237 "pallet-offences",8017 "pallet-offences",8238 "pallet-session",8018 "pallet-session",8239 "pallet-staking",8019 "pallet-staking",827880588279[[package]]8059[[package]]8280name = "polkadot-test-service"8060name = "polkadot-test-service"8281version = "0.9.24"8061version = "0.9.26"8282source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8062source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"8283dependencies = [8063dependencies = [8284 "frame-benchmarking",8064 "frame-benchmarking",8285 "frame-system",8065 "frame-system",8286 "futures 0.1.31",8287 "futures 0.3.21",8066 "futures 0.3.21",8288 "hex",8067 "hex",8289 "pallet-balances",8068 "pallet-balances",8326 "substrate-test-client",8105 "substrate-test-client",8327 "tempfile",8106 "tempfile",8328 "test-runtime-constants",8107 "test-runtime-constants",8329 "tokio 1.20.1",8108 "tokio",8330 "tracing-gum",8109 "tracing-gum",8331]8110]833281118389[[package]]8168[[package]]8390name = "prioritized-metered-channel"8169name = "prioritized-metered-channel"8391version = "0.2.0"8170version = "0.2.0"8392source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8171source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"8393dependencies = [8172dependencies = [8394 "coarsetime",8173 "coarsetime",8395 "crossbeam-queue",8174 "crossbeam-queue",8481 "syn",8260 "syn",8482]8261]84838484[[package]]8485name = "prost"8486version = "0.9.0"8487source = "registry+https://github.com/rust-lang/crates.io-index"8488checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8489dependencies = [8490 "bytes 1.2.0",8491 "prost-derive 0.9.0",8492]849382628494[[package]]8263[[package]]8495name = "prost"8264name = "prost"8496version = "0.10.4"8265version = "0.10.4"8497source = "registry+https://github.com/rust-lang/crates.io-index"8266source = "registry+https://github.com/rust-lang/crates.io-index"8498checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"8267checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"8499dependencies = [8268dependencies = [8500 "bytes 1.2.0",8269 "bytes",8501 "prost-derive 0.10.1",8270 "prost-derive",8502]8271]85038504[[package]]8505name = "prost-build"8506version = "0.9.0"8507source = "registry+https://github.com/rust-lang/crates.io-index"8508checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8509dependencies = [8510 "bytes 1.2.0",8511 "heck 0.3.3",8512 "itertools",8513 "lazy_static",8514 "log",8515 "multimap",8516 "petgraph",8517 "prost 0.9.0",8518 "prost-types 0.9.0",8519 "regex",8520 "tempfile",8521 "which",8522]852382728524[[package]]8273[[package]]8525name = "prost-build"8274name = "prost-build"8526version = "0.10.4"8275version = "0.10.4"8527source = "registry+https://github.com/rust-lang/crates.io-index"8276source = "registry+https://github.com/rust-lang/crates.io-index"8528checksum = "8ae5a4388762d5815a9fc0dea33c56b021cdc8dde0c55e0c9ca57197254b0cab"8277checksum = "8ae5a4388762d5815a9fc0dea33c56b021cdc8dde0c55e0c9ca57197254b0cab"8529dependencies = [8278dependencies = [8530 "bytes 1.2.0",8279 "bytes",8531 "cfg-if 1.0.0",8280 "cfg-if 1.0.0",8532 "cmake",8281 "cmake",8533 "heck 0.4.0",8282 "heck 0.4.0",8536 "log",8285 "log",8537 "multimap",8286 "multimap",8538 "petgraph",8287 "petgraph",8539 "prost 0.10.4",8288 "prost",8540 "prost-types 0.10.1",8289 "prost-types",8541 "regex",8290 "regex",8542 "tempfile",8291 "tempfile",8543 "which",8292 "which",8550checksum = "00af1e92c33b4813cc79fda3f2dbf56af5169709be0202df730e9ebc3e4cd007"8299checksum = "00af1e92c33b4813cc79fda3f2dbf56af5169709be0202df730e9ebc3e4cd007"8551dependencies = [8300dependencies = [8552 "asynchronous-codec",8301 "asynchronous-codec",8553 "bytes 1.2.0",8302 "bytes",8554 "prost 0.10.4",8303 "prost",8555 "thiserror",8304 "thiserror",8556 "unsigned-varint",8305 "unsigned-varint",8557]8306]85588559[[package]]8560name = "prost-derive"8561version = "0.9.0"8562source = "registry+https://github.com/rust-lang/crates.io-index"8563checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8564dependencies = [8565 "anyhow",8566 "itertools",8567 "proc-macro2",8568 "quote",8569 "syn",8570]857183078572[[package]]8308[[package]]8573name = "prost-derive"8309name = "prost-derive"8582 "syn",8318 "syn",8583]8319]85848585[[package]]8586name = "prost-types"8587version = "0.9.0"8588source = "registry+https://github.com/rust-lang/crates.io-index"8589checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8590dependencies = [8591 "bytes 1.2.0",8592 "prost 0.9.0",8593]859483208595[[package]]8321[[package]]8596name = "prost-types"8322name = "prost-types"8597version = "0.10.1"8323version = "0.10.1"8598source = "registry+https://github.com/rust-lang/crates.io-index"8324source = "registry+https://github.com/rust-lang/crates.io-index"8599checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68"8325checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68"8600dependencies = [8326dependencies = [8601 "bytes 1.2.0",8327 "bytes",8602 "prost 0.10.4",8328 "prost",8603]8329]860483308605[[package]]8331[[package]]8918]8644]891986458920[[package]]8646[[package]]8921name = "regalloc"8647name = "regalloc2"8922version = "0.0.34"8648version = "0.2.3"8923source = "registry+https://github.com/rust-lang/crates.io-index"8649source = "registry+https://github.com/rust-lang/crates.io-index"8924checksum = "62446b1d3ebf980bdc68837700af1d77b37bc430e524bf95319c6eada2a4cc02"8650checksum = "4a8d23b35d7177df3b9d31ed8a9ab4bf625c668be77a319d4f5efd4a5257701c"8925dependencies = [8651dependencies = [8652 "fxhash",8926 "log",8653 "log",8927 "rustc-hash",8654 "slice-group-by",8928 "smallvec",8655 "smallvec",8929]8656]893086578969[[package]]8696[[package]]8970name = "remote-externalities"8697name = "remote-externalities"8971version = "0.10.0-dev"8698version = "0.10.0-dev"8972source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"8699source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"8973dependencies = [8700dependencies = [8974 "env_logger",8701 "env_logger",8975 "jsonrpsee",8702 "jsonrpsee",9040source = "registry+https://github.com/rust-lang/crates.io-index"8767source = "registry+https://github.com/rust-lang/crates.io-index"9041checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"8768checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"9042dependencies = [8769dependencies = [9043 "bytes 1.2.0",8770 "bytes",9044 "rustc-hex",8771 "rustc-hex",9045]8772]90468773908988169090[[package]]8817[[package]]9091name = "rococo-runtime"8818name = "rococo-runtime"9092version = "0.9.24"8819version = "0.9.26"9093source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8820source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"9094dependencies = [8821dependencies = [9095 "beefy-merkle-tree",8822 "beefy-merkle-tree",9096 "beefy-primitives",8823 "beefy-primitives",9097 "bp-messages",9098 "bp-rococo",9099 "bp-runtime",9100 "bp-wococo",9101 "bridge-runtime-common",9102 "frame-benchmarking",8824 "frame-benchmarking",9103 "frame-executive",8825 "frame-executive",9104 "frame-support",8826 "frame-support",9113 "pallet-balances",8835 "pallet-balances",9114 "pallet-beefy",8836 "pallet-beefy",9115 "pallet-beefy-mmr",8837 "pallet-beefy-mmr",9116 "pallet-bridge-dispatch",9117 "pallet-bridge-grandpa",9118 "pallet-bridge-messages",9119 "pallet-collective",8838 "pallet-collective",9120 "pallet-grandpa",8839 "pallet-grandpa",9121 "pallet-im-online",8840 "pallet-im-online",916688859167[[package]]8886[[package]]9168name = "rococo-runtime-constants"8887name = "rococo-runtime-constants"9169version = "0.9.24"8888version = "0.9.26"9170source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"8889source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"9171dependencies = [8890dependencies = [9172 "frame-support",8891 "frame-support",9173 "polkadot-primitives",8892 "polkadot-primitives",9245dependencies = [8964dependencies = [9246 "bitflags",8965 "bitflags",9247 "errno",8966 "errno",9248 "io-lifetimes",8967 "io-lifetimes 0.5.3",9249 "libc",8968 "libc",9250 "linux-raw-sys",8969 "linux-raw-sys 0.0.42",9251 "winapi",8970 "winapi",9252]8971]89728973[[package]]8974name = "rustix"8975version = "0.35.7"8976source = "registry+https://github.com/rust-lang/crates.io-index"8977checksum = "d51cc38aa10f6bbb377ed28197aa052aa4e2b762c22be9d3153d01822587e787"8978dependencies = [8979 "bitflags",8980 "errno",8981 "io-lifetimes 0.7.2",8982 "libc",8983 "linux-raw-sys 0.0.46",8984 "windows-sys",8985]925389869254[[package]]8987[[package]]9255name = "rustls"8988name = "rustls"9290source = "registry+https://github.com/rust-lang/crates.io-index"9023source = "registry+https://github.com/rust-lang/crates.io-index"9291checksum = "24c8ad4f0c00e1eb5bc7614d236a7f1300e3dbd76b68cac8e06fb00b015ad8d8"9024checksum = "24c8ad4f0c00e1eb5bc7614d236a7f1300e3dbd76b68cac8e06fb00b015ad8d8"92929293[[package]]9294name = "rw-stream-sink"9295version = "0.2.1"9296source = "registry+https://github.com/rust-lang/crates.io-index"9297checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9298dependencies = [9299 "futures 0.3.21",9300 "pin-project 0.4.30",9301 "static_assertions",9302]930390259304[[package]]9026[[package]]9305name = "rw-stream-sink"9027name = "rw-stream-sink"9308checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"9030checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"9309dependencies = [9031dependencies = [9310 "futures 0.3.21",9032 "futures 0.3.21",9311 "pin-project 1.0.11",9033 "pin-project",9312 "static_assertions",9034 "static_assertions",9313]9035]931490369348[[package]]9070[[package]]9349name = "sc-allocator"9071name = "sc-allocator"9350version = "4.1.0-dev"9072version = "4.1.0-dev"9351source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9073source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9352dependencies = [9074dependencies = [9353 "log",9075 "log",9354 "sp-core",9076 "sp-core",9359[[package]]9081[[package]]9360name = "sc-authority-discovery"9082name = "sc-authority-discovery"9361version = "0.10.0-dev"9083version = "0.10.0-dev"9362source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9084source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9363dependencies = [9085dependencies = [9364 "async-trait",9086 "async-trait",9365 "futures 0.3.21",9087 "futures 0.3.21",9368 "libp2p",9090 "libp2p",9369 "log",9091 "log",9370 "parity-scale-codec 3.1.5",9092 "parity-scale-codec 3.1.5",9371 "prost 0.10.4",9093 "prost",9372 "prost-build 0.9.0",9094 "prost-build",9373 "rand 0.7.3",9095 "rand 0.7.3",9374 "sc-client-api",9096 "sc-client-api",9375 "sc-network",9097 "sc-network",9386[[package]]9108[[package]]9387name = "sc-basic-authorship"9109name = "sc-basic-authorship"9388version = "0.10.0-dev"9110version = "0.10.0-dev"9389source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9111source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9390dependencies = [9112dependencies = [9391 "futures 0.3.21",9113 "futures 0.3.21",9392 "futures-timer",9114 "futures-timer",9409[[package]]9131[[package]]9410name = "sc-block-builder"9132name = "sc-block-builder"9411version = "0.10.0-dev"9133version = "0.10.0-dev"9412source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9134source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9413dependencies = [9135dependencies = [9414 "parity-scale-codec 3.1.5",9136 "parity-scale-codec 3.1.5",9415 "sc-client-api",9137 "sc-client-api",9425[[package]]9147[[package]]9426name = "sc-chain-spec"9148name = "sc-chain-spec"9427version = "4.0.0-dev"9149version = "4.0.0-dev"9428source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9150source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9429dependencies = [9151dependencies = [9430 "impl-trait-for-tuples",9152 "impl-trait-for-tuples",9431 "memmap2 0.5.5",9153 "memmap2 0.5.5",9442[[package]]9164[[package]]9443name = "sc-chain-spec-derive"9165name = "sc-chain-spec-derive"9444version = "4.0.0-dev"9166version = "4.0.0-dev"9445source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9167source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9446dependencies = [9168dependencies = [9447 "proc-macro-crate",9169 "proc-macro-crate",9448 "proc-macro2",9170 "proc-macro2",9453[[package]]9175[[package]]9454name = "sc-cli"9176name = "sc-cli"9455version = "0.10.0-dev"9177version = "0.10.0-dev"9456source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9178source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9457dependencies = [9179dependencies = [9458 "chrono",9180 "chrono",9459 "clap",9181 "clap",9486 "sp-version",9208 "sp-version",9487 "thiserror",9209 "thiserror",9488 "tiny-bip39",9210 "tiny-bip39",9489 "tokio 1.20.1",9211 "tokio",9490]9212]949192139492[[package]]9214[[package]]9493name = "sc-client-api"9215name = "sc-client-api"9494version = "4.0.0-dev"9216version = "4.0.0-dev"9495source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9217source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9496dependencies = [9218dependencies = [9497 "fnv",9219 "fnv",9498 "futures 0.3.21",9220 "futures 0.3.21",9520[[package]]9242[[package]]9521name = "sc-client-db"9243name = "sc-client-db"9522version = "0.10.0-dev"9244version = "0.10.0-dev"9523source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9245source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9524dependencies = [9246dependencies = [9525 "hash-db",9247 "hash-db",9526 "kvdb",9248 "kvdb",9545[[package]]9267[[package]]9546name = "sc-consensus"9268name = "sc-consensus"9547version = "0.10.0-dev"9269version = "0.10.0-dev"9548source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9270source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9549dependencies = [9271dependencies = [9550 "async-trait",9272 "async-trait",9551 "futures 0.3.21",9273 "futures 0.3.21",9569[[package]]9291[[package]]9570name = "sc-consensus-aura"9292name = "sc-consensus-aura"9571version = "0.10.0-dev"9293version = "0.10.0-dev"9572source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9294source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9573dependencies = [9295dependencies = [9574 "async-trait",9296 "async-trait",9575 "futures 0.3.21",9297 "futures 0.3.21",9598[[package]]9320[[package]]9599name = "sc-consensus-babe"9321name = "sc-consensus-babe"9600version = "0.10.0-dev"9322version = "0.10.0-dev"9601source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9323source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9602dependencies = [9324dependencies = [9603 "async-trait",9325 "async-trait",9604 "fork-tree",9326 "fork-tree",9641[[package]]9363[[package]]9642name = "sc-consensus-babe-rpc"9364name = "sc-consensus-babe-rpc"9643version = "0.10.0-dev"9365version = "0.10.0-dev"9644source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9366source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9645dependencies = [9367dependencies = [9646 "futures 0.3.21",9368 "futures 0.3.21",9647 "jsonrpsee",9369 "jsonrpsee",9663[[package]]9385[[package]]9664name = "sc-consensus-epochs"9386name = "sc-consensus-epochs"9665version = "0.10.0-dev"9387version = "0.10.0-dev"9666source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9388source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9667dependencies = [9389dependencies = [9668 "fork-tree",9390 "fork-tree",9669 "parity-scale-codec 3.1.5",9391 "parity-scale-codec 3.1.5",9676[[package]]9398[[package]]9677name = "sc-consensus-manual-seal"9399name = "sc-consensus-manual-seal"9678version = "0.10.0-dev"9400version = "0.10.0-dev"9679source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9401source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9680dependencies = [9402dependencies = [9681 "assert_matches",9403 "assert_matches",9682 "async-trait",9404 "async-trait",9710[[package]]9432[[package]]9711name = "sc-consensus-slots"9433name = "sc-consensus-slots"9712version = "0.10.0-dev"9434version = "0.10.0-dev"9713source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9435source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9714dependencies = [9436dependencies = [9715 "async-trait",9437 "async-trait",9716 "futures 0.3.21",9438 "futures 0.3.21",9735[[package]]9457[[package]]9736name = "sc-consensus-uncles"9458name = "sc-consensus-uncles"9737version = "0.10.0-dev"9459version = "0.10.0-dev"9738source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9460source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9739dependencies = [9461dependencies = [9740 "sc-client-api",9462 "sc-client-api",9741 "sp-authorship",9463 "sp-authorship",9746[[package]]9468[[package]]9747name = "sc-executor"9469name = "sc-executor"9748version = "0.10.0-dev"9470version = "0.10.0-dev"9749source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9471source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9750dependencies = [9472dependencies = [9751 "lazy_static",9473 "lazy_static",9752 "lru 0.7.8",9474 "lru 0.7.8",9773[[package]]9495[[package]]9774name = "sc-executor-common"9496name = "sc-executor-common"9775version = "0.10.0-dev"9497version = "0.10.0-dev"9776source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9498source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9777dependencies = [9499dependencies = [9778 "environmental",9500 "environmental",9779 "parity-scale-codec 3.1.5",9501 "parity-scale-codec 3.1.5",9790[[package]]9512[[package]]9791name = "sc-executor-wasmi"9513name = "sc-executor-wasmi"9792version = "0.10.0-dev"9514version = "0.10.0-dev"9793source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9515source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9794dependencies = [9516dependencies = [9795 "log",9517 "log",9796 "parity-scale-codec 3.1.5",9518 "parity-scale-codec 3.1.5",9805[[package]]9527[[package]]9806name = "sc-executor-wasmtime"9528name = "sc-executor-wasmtime"9807version = "0.10.0-dev"9529version = "0.10.0-dev"9808source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9530source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9809dependencies = [9531dependencies = [9810 "cfg-if 1.0.0",9532 "cfg-if 1.0.0",9811 "libc",9533 "libc",9812 "log",9534 "log",9535 "once_cell",9813 "parity-scale-codec 3.1.5",9536 "parity-scale-codec 3.1.5",9814 "parity-wasm 0.42.2",9537 "parity-wasm 0.42.2",9538 "rustix 0.35.7",9815 "sc-allocator",9539 "sc-allocator",9816 "sc-executor-common",9540 "sc-executor-common",9817 "sp-runtime-interface",9541 "sp-runtime-interface",9823[[package]]9547[[package]]9824name = "sc-finality-grandpa"9548name = "sc-finality-grandpa"9825version = "0.10.0-dev"9549version = "0.10.0-dev"9826source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9550source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9827dependencies = [9551dependencies = [9828 "ahash",9552 "ahash",9829 "async-trait",9553 "async-trait",9863[[package]]9587[[package]]9864name = "sc-finality-grandpa-rpc"9588name = "sc-finality-grandpa-rpc"9865version = "0.10.0-dev"9589version = "0.10.0-dev"9866source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9590source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9867dependencies = [9591dependencies = [9868 "finality-grandpa",9592 "finality-grandpa",9869 "futures 0.3.21",9593 "futures 0.3.21",9884[[package]]9608[[package]]9885name = "sc-informant"9609name = "sc-informant"9886version = "0.10.0-dev"9610version = "0.10.0-dev"9887source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9611source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9888dependencies = [9612dependencies = [9889 "ansi_term",9613 "ansi_term",9890 "futures 0.3.21",9614 "futures 0.3.21",9901[[package]]9625[[package]]9902name = "sc-keystore"9626name = "sc-keystore"9903version = "4.0.0-dev"9627version = "4.0.0-dev"9904source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9628source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9905dependencies = [9629dependencies = [9906 "async-trait",9630 "async-trait",9907 "hex",9631 "hex",9916[[package]]9640[[package]]9917name = "sc-network"9641name = "sc-network"9918version = "0.10.0-dev"9642version = "0.10.0-dev"9919source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9643source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9920dependencies = [9644dependencies = [9921 "async-trait",9645 "async-trait",9922 "asynchronous-codec",9646 "asynchronous-codec",9923 "bitflags",9647 "bitflags",9924 "bytes 1.2.0",9648 "bytes",9925 "cid",9649 "cid",9926 "either",9650 "either",9927 "fnv",9651 "fnv",9937 "lru 0.7.8",9661 "lru 0.7.8",9938 "parity-scale-codec 3.1.5",9662 "parity-scale-codec 3.1.5",9939 "parking_lot 0.12.1",9663 "parking_lot 0.12.1",9940 "pin-project 1.0.11",9664 "pin-project",9941 "prost 0.10.4",9665 "prost",9942 "prost-build 0.9.0",9666 "prost-build",9943 "rand 0.7.3",9667 "rand 0.7.3",9944 "sc-block-builder",9668 "sc-block-builder",9945 "sc-client-api",9669 "sc-client-api",9968[[package]]9692[[package]]9969name = "sc-network-common"9693name = "sc-network-common"9970version = "0.10.0-dev"9694version = "0.10.0-dev"9971source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9695source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9972dependencies = [9696dependencies = [9973 "futures 0.3.21",9697 "futures 0.3.21",9974 "libp2p",9698 "libp2p",9975 "parity-scale-codec 3.1.5",9699 "parity-scale-codec 3.1.5",9976 "prost-build 0.9.0",9700 "prost-build",9977 "sc-peerset",9701 "sc-peerset",9978 "smallvec",9702 "smallvec",9979]9703]998097049981[[package]]9705[[package]]9982name = "sc-network-gossip"9706name = "sc-network-gossip"9983version = "0.10.0-dev"9707version = "0.10.0-dev"9984source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9708source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"9985dependencies = [9709dependencies = [9986 "ahash",9710 "ahash",9987 "futures 0.3.21",9711 "futures 0.3.21",9998[[package]]9722[[package]]9999name = "sc-network-light"9723name = "sc-network-light"10000version = "0.10.0-dev"9724version = "0.10.0-dev"10001source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9725source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10002dependencies = [9726dependencies = [10003 "futures 0.3.21",9727 "futures 0.3.21",10004 "libp2p",9728 "libp2p",10005 "log",9729 "log",10006 "parity-scale-codec 3.1.5",9730 "parity-scale-codec 3.1.5",10007 "prost 0.10.4",9731 "prost",10008 "prost-build 0.9.0",9732 "prost-build",10009 "sc-client-api",9733 "sc-client-api",10010 "sc-network-common",9734 "sc-network-common",10011 "sc-peerset",9735 "sc-peerset",10018[[package]]9742[[package]]10019name = "sc-network-sync"9743name = "sc-network-sync"10020version = "0.10.0-dev"9744version = "0.10.0-dev"10021source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9745source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10022dependencies = [9746dependencies = [10023 "bitflags",9747 "bitflags",10024 "either",9748 "either",10028 "log",9752 "log",10029 "lru 0.7.8",9753 "lru 0.7.8",10030 "parity-scale-codec 3.1.5",9754 "parity-scale-codec 3.1.5",10031 "prost 0.10.4",9755 "prost",10032 "prost-build 0.9.0",9756 "prost-build",10033 "sc-client-api",9757 "sc-client-api",10034 "sc-consensus",9758 "sc-consensus",10035 "sc-network-common",9759 "sc-network-common",10047[[package]]9771[[package]]10048name = "sc-offchain"9772name = "sc-offchain"10049version = "4.0.0-dev"9773version = "4.0.0-dev"10050source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9774source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10051dependencies = [9775dependencies = [10052 "bytes 1.2.0",9776 "bytes",10053 "fnv",9777 "fnv",10054 "futures 0.3.21",9778 "futures 0.3.21",10055 "futures-timer",9779 "futures-timer",10075[[package]]9799[[package]]10076name = "sc-peerset"9800name = "sc-peerset"10077version = "4.0.0-dev"9801version = "4.0.0-dev"10078source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9802source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10079dependencies = [9803dependencies = [10080 "futures 0.3.21",9804 "futures 0.3.21",10081 "libp2p",9805 "libp2p",10088[[package]]9812[[package]]10089name = "sc-proposer-metrics"9813name = "sc-proposer-metrics"10090version = "0.10.0-dev"9814version = "0.10.0-dev"10091source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9815source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10092dependencies = [9816dependencies = [10093 "log",9817 "log",10094 "substrate-prometheus-endpoint",9818 "substrate-prometheus-endpoint",10097[[package]]9821[[package]]10098name = "sc-rpc"9822name = "sc-rpc"10099version = "4.0.0-dev"9823version = "4.0.0-dev"10100source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9824source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10101dependencies = [9825dependencies = [10102 "futures 0.3.21",9826 "futures 0.3.21",10103 "hash-db",9827 "hash-db",10127[[package]]9851[[package]]10128name = "sc-rpc-api"9852name = "sc-rpc-api"10129version = "0.10.0-dev"9853version = "0.10.0-dev"10130source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9854source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10131dependencies = [9855dependencies = [10132 "futures 0.3.21",9856 "futures 0.3.21",10133 "jsonrpsee",9857 "jsonrpsee",10150[[package]]9874[[package]]10151name = "sc-rpc-server"9875name = "sc-rpc-server"10152version = "4.0.0-dev"9876version = "4.0.0-dev"10153source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9877source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10154dependencies = [9878dependencies = [10155 "futures 0.3.21",9879 "futures 0.3.21",10156 "jsonrpsee",9880 "jsonrpsee",10157 "log",9881 "log",10158 "serde_json",9882 "serde_json",10159 "substrate-prometheus-endpoint",9883 "substrate-prometheus-endpoint",10160 "tokio 1.20.1",9884 "tokio",10161]9885]10162988610163[[package]]9887[[package]]10164name = "sc-service"9888name = "sc-service"10165version = "0.10.0-dev"9889version = "0.10.0-dev"10166source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9890source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10167dependencies = [9891dependencies = [10168 "async-trait",9892 "async-trait",10169 "directories",9893 "directories",10176 "parity-scale-codec 3.1.5",9900 "parity-scale-codec 3.1.5",10177 "parity-util-mem",9901 "parity-util-mem",10178 "parking_lot 0.12.1",9902 "parking_lot 0.12.1",10179 "pin-project 1.0.11",9903 "pin-project",10180 "rand 0.7.3",9904 "rand 0.7.3",10181 "sc-block-builder",9905 "sc-block-builder",10182 "sc-chain-spec",9906 "sc-chain-spec",10220 "substrate-prometheus-endpoint",9944 "substrate-prometheus-endpoint",10221 "tempfile",9945 "tempfile",10222 "thiserror",9946 "thiserror",10223 "tokio 1.20.1",9947 "tokio",10224 "tracing",9948 "tracing",10225 "tracing-futures",9949 "tracing-futures",10226]9950]10227995110228[[package]]9952[[package]]10229name = "sc-state-db"9953name = "sc-state-db"10230version = "0.10.0-dev"9954version = "0.10.0-dev"10231source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9955source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10232dependencies = [9956dependencies = [10233 "log",9957 "log",10234 "parity-scale-codec 3.1.5",9958 "parity-scale-codec 3.1.5",10242[[package]]9966[[package]]10243name = "sc-sync-state-rpc"9967name = "sc-sync-state-rpc"10244version = "0.10.0-dev"9968version = "0.10.0-dev"10245source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9969source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10246dependencies = [9970dependencies = [10247 "jsonrpsee",9971 "jsonrpsee",10248 "parity-scale-codec 3.1.5",9972 "parity-scale-codec 3.1.5",10261[[package]]9985[[package]]10262name = "sc-sysinfo"9986name = "sc-sysinfo"10263version = "6.0.0-dev"9987version = "6.0.0-dev"10264source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"9988source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10265dependencies = [9989dependencies = [10266 "futures 0.3.21",9990 "futures 0.3.21",10267 "libc",9991 "libc",10280[[package]]10004[[package]]10281name = "sc-telemetry"10005name = "sc-telemetry"10282version = "4.0.0-dev"10006version = "4.0.0-dev"10283source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10007source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10284dependencies = [10008dependencies = [10285 "chrono",10009 "chrono",10286 "futures 0.3.21",10010 "futures 0.3.21",10287 "libp2p",10011 "libp2p",10288 "log",10012 "log",10289 "parking_lot 0.12.1",10013 "parking_lot 0.12.1",10290 "pin-project 1.0.11",10014 "pin-project",10291 "rand 0.7.3",10015 "rand 0.7.3",10292 "serde",10016 "serde",10293 "serde_json",10017 "serde_json",10298[[package]]10022[[package]]10299name = "sc-tracing"10023name = "sc-tracing"10300version = "4.0.0-dev"10024version = "4.0.0-dev"10301source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10025source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10302dependencies = [10026dependencies = [10303 "ansi_term",10027 "ansi_term",10304 "atty",10028 "atty",10329[[package]]10053[[package]]10330name = "sc-tracing-proc-macro"10054name = "sc-tracing-proc-macro"10331version = "4.0.0-dev"10055version = "4.0.0-dev"10332source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10056source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10333dependencies = [10057dependencies = [10334 "proc-macro-crate",10058 "proc-macro-crate",10335 "proc-macro2",10059 "proc-macro2",10340[[package]]10064[[package]]10341name = "sc-transaction-pool"10065name = "sc-transaction-pool"10342version = "4.0.0-dev"10066version = "4.0.0-dev"10343source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10067source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10344dependencies = [10068dependencies = [10345 "futures 0.3.21",10069 "futures 0.3.21",10346 "futures-timer",10070 "futures-timer",10367[[package]]10091[[package]]10368name = "sc-transaction-pool-api"10092name = "sc-transaction-pool-api"10369version = "4.0.0-dev"10093version = "4.0.0-dev"10370source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10094source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10371dependencies = [10095dependencies = [10372 "futures 0.3.21",10096 "futures 0.3.21",10373 "log",10097 "log",10380[[package]]10104[[package]]10381name = "sc-utils"10105name = "sc-utils"10382version = "4.0.0-dev"10106version = "4.0.0-dev"10383source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10107source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10384dependencies = [10108dependencies = [10385 "futures 0.3.21",10109 "futures 0.3.21",10386 "futures-timer",10110 "futures-timer",10743 "autocfg",10467 "autocfg",10744]10468]1046910470[[package]]10471name = "slice-group-by"10472version = "0.3.0"10473source = "registry+https://github.com/rust-lang/crates.io-index"10474checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"107451047510746[[package]]10476[[package]]10747name = "slot-range-helper"10477name = "slot-range-helper"10748version = "0.9.24"10478version = "0.9.26"10749source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"10479source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"10750dependencies = [10480dependencies = [10751 "enumn",10481 "enumn",10752 "parity-scale-codec 3.1.5",10482 "parity-scale-codec 3.1.5",10810checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10540checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10811dependencies = [10541dependencies = [10812 "base64",10542 "base64",10813 "bytes 1.2.0",10543 "bytes",10814 "flate2",10544 "flate2",10815 "futures 0.3.21",10545 "futures 0.3.21",10816 "httparse",10546 "httparse",10822[[package]]10552[[package]]10823name = "sp-api"10553name = "sp-api"10824version = "4.0.0-dev"10554version = "4.0.0-dev"10825source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10555source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10826dependencies = [10556dependencies = [10827 "hash-db",10557 "hash-db",10828 "log",10558 "log",10839[[package]]10569[[package]]10840name = "sp-api-proc-macro"10570name = "sp-api-proc-macro"10841version = "4.0.0-dev"10571version = "4.0.0-dev"10842source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10572source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10843dependencies = [10573dependencies = [10844 "blake2",10574 "blake2",10845 "proc-macro-crate",10575 "proc-macro-crate",10851[[package]]10581[[package]]10852name = "sp-application-crypto"10582name = "sp-application-crypto"10853version = "6.0.0"10583version = "6.0.0"10854source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10584source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10855dependencies = [10585dependencies = [10856 "parity-scale-codec 3.1.5",10586 "parity-scale-codec 3.1.5",10857 "scale-info",10587 "scale-info",10864[[package]]10594[[package]]10865name = "sp-arithmetic"10595name = "sp-arithmetic"10866version = "5.0.0"10596version = "5.0.0"10867source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10597source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10868dependencies = [10598dependencies = [10869 "integer-sqrt",10599 "integer-sqrt",10870 "num-traits",10600 "num-traits",10879[[package]]10609[[package]]10880name = "sp-authority-discovery"10610name = "sp-authority-discovery"10881version = "4.0.0-dev"10611version = "4.0.0-dev"10882source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10612source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10883dependencies = [10613dependencies = [10884 "parity-scale-codec 3.1.5",10614 "parity-scale-codec 3.1.5",10885 "scale-info",10615 "scale-info",10892[[package]]10622[[package]]10893name = "sp-authorship"10623name = "sp-authorship"10894version = "4.0.0-dev"10624version = "4.0.0-dev"10895source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10625source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10896dependencies = [10626dependencies = [10897 "async-trait",10627 "async-trait",10898 "parity-scale-codec 3.1.5",10628 "parity-scale-codec 3.1.5",10904[[package]]10634[[package]]10905name = "sp-block-builder"10635name = "sp-block-builder"10906version = "4.0.0-dev"10636version = "4.0.0-dev"10907source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10637source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10908dependencies = [10638dependencies = [10909 "parity-scale-codec 3.1.5",10639 "parity-scale-codec 3.1.5",10910 "sp-api",10640 "sp-api",10916[[package]]10646[[package]]10917name = "sp-blockchain"10647name = "sp-blockchain"10918version = "4.0.0-dev"10648version = "4.0.0-dev"10919source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10649source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10920dependencies = [10650dependencies = [10921 "futures 0.3.21",10651 "futures 0.3.21",10922 "log",10652 "log",10934[[package]]10664[[package]]10935name = "sp-consensus"10665name = "sp-consensus"10936version = "0.10.0-dev"10666version = "0.10.0-dev"10937source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10667source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10938dependencies = [10668dependencies = [10939 "async-trait",10669 "async-trait",10940 "futures 0.3.21",10670 "futures 0.3.21",10953[[package]]10683[[package]]10954name = "sp-consensus-aura"10684name = "sp-consensus-aura"10955version = "0.10.0-dev"10685version = "0.10.0-dev"10956source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10686source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10957dependencies = [10687dependencies = [10958 "async-trait",10688 "async-trait",10959 "parity-scale-codec 3.1.5",10689 "parity-scale-codec 3.1.5",10971[[package]]10701[[package]]10972name = "sp-consensus-babe"10702name = "sp-consensus-babe"10973version = "0.10.0-dev"10703version = "0.10.0-dev"10974source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10704source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10975dependencies = [10705dependencies = [10976 "async-trait",10706 "async-trait",10977 "merlin",10707 "merlin",10994[[package]]10724[[package]]10995name = "sp-consensus-slots"10725name = "sp-consensus-slots"10996version = "0.10.0-dev"10726version = "0.10.0-dev"10997source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10727source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"10998dependencies = [10728dependencies = [10999 "parity-scale-codec 3.1.5",10729 "parity-scale-codec 3.1.5",11000 "scale-info",10730 "scale-info",11008[[package]]10738[[package]]11009name = "sp-consensus-vrf"10739name = "sp-consensus-vrf"11010version = "0.10.0-dev"10740version = "0.10.0-dev"11011source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10741source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11012dependencies = [10742dependencies = [11013 "parity-scale-codec 3.1.5",10743 "parity-scale-codec 3.1.5",11014 "scale-info",10744 "scale-info",11021[[package]]10751[[package]]11022name = "sp-core"10752name = "sp-core"11023version = "6.0.0"10753version = "6.0.0"11024source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10754source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11025dependencies = [10755dependencies = [11026 "base58",10756 "base58",11027 "bitflags",10757 "bitflags",11067[[package]]10797[[package]]11068name = "sp-core-hashing"10798name = "sp-core-hashing"11069version = "4.0.0"10799version = "4.0.0"11070source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10800source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11071dependencies = [10801dependencies = [11072 "blake2",10802 "blake2",11073 "byteorder",10803 "byteorder",11081[[package]]10811[[package]]11082name = "sp-core-hashing-proc-macro"10812name = "sp-core-hashing-proc-macro"11083version = "5.0.0"10813version = "5.0.0"11084source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10814source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11085dependencies = [10815dependencies = [11086 "proc-macro2",10816 "proc-macro2",11087 "quote",10817 "quote",11092[[package]]10822[[package]]11093name = "sp-database"10823name = "sp-database"11094version = "4.0.0-dev"10824version = "4.0.0-dev"11095source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10825source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11096dependencies = [10826dependencies = [11097 "kvdb",10827 "kvdb",11098 "parking_lot 0.12.1",10828 "parking_lot 0.12.1",11101[[package]]10831[[package]]11102name = "sp-debug-derive"10832name = "sp-debug-derive"11103version = "4.0.0"10833version = "4.0.0"11104source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10834source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11105dependencies = [10835dependencies = [11106 "proc-macro2",10836 "proc-macro2",11107 "quote",10837 "quote",11111[[package]]10841[[package]]11112name = "sp-externalities"10842name = "sp-externalities"11113version = "0.12.0"10843version = "0.12.0"11114source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10844source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11115dependencies = [10845dependencies = [11116 "environmental",10846 "environmental",11117 "parity-scale-codec 3.1.5",10847 "parity-scale-codec 3.1.5",11122[[package]]10852[[package]]11123name = "sp-finality-grandpa"10853name = "sp-finality-grandpa"11124version = "4.0.0-dev"10854version = "4.0.0-dev"11125source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10855source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11126dependencies = [10856dependencies = [11127 "finality-grandpa",10857 "finality-grandpa",11128 "log",10858 "log",11140[[package]]10870[[package]]11141name = "sp-inherents"10871name = "sp-inherents"11142version = "4.0.0-dev"10872version = "4.0.0-dev"11143source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10873source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11144dependencies = [10874dependencies = [11145 "async-trait",10875 "async-trait",11146 "impl-trait-for-tuples",10876 "impl-trait-for-tuples",11154[[package]]10884[[package]]11155name = "sp-io"10885name = "sp-io"11156version = "6.0.0"10886version = "6.0.0"11157source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10887source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11158dependencies = [10888dependencies = [11159 "futures 0.3.21",10889 "futures 0.3.21",11160 "hash-db",10890 "hash-db",11179[[package]]10909[[package]]11180name = "sp-keyring"10910name = "sp-keyring"11181version = "6.0.0"10911version = "6.0.0"11182source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10912source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11183dependencies = [10913dependencies = [11184 "lazy_static",10914 "lazy_static",11185 "sp-core",10915 "sp-core",11190[[package]]10920[[package]]11191name = "sp-keystore"10921name = "sp-keystore"11192version = "0.12.0"10922version = "0.12.0"11193source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10923source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11194dependencies = [10924dependencies = [11195 "async-trait",10925 "async-trait",11196 "futures 0.3.21",10926 "futures 0.3.21",11207[[package]]10937[[package]]11208name = "sp-maybe-compressed-blob"10938name = "sp-maybe-compressed-blob"11209version = "4.1.0-dev"10939version = "4.1.0-dev"11210source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10940source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11211dependencies = [10941dependencies = [11212 "thiserror",10942 "thiserror",11213 "zstd",10943 "zstd",11216[[package]]10946[[package]]11217name = "sp-mmr-primitives"10947name = "sp-mmr-primitives"11218version = "4.0.0-dev"10948version = "4.0.0-dev"11219source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10949source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11220dependencies = [10950dependencies = [11221 "log",10951 "log",11222 "parity-scale-codec 3.1.5",10952 "parity-scale-codec 3.1.5",11231[[package]]10961[[package]]11232name = "sp-npos-elections"10962name = "sp-npos-elections"11233version = "4.0.0-dev"10963version = "4.0.0-dev"11234source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10964source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11235dependencies = [10965dependencies = [11236 "parity-scale-codec 3.1.5",10966 "parity-scale-codec 3.1.5",11237 "scale-info",10967 "scale-info",11245[[package]]10975[[package]]11246name = "sp-offchain"10976name = "sp-offchain"11247version = "4.0.0-dev"10977version = "4.0.0-dev"11248source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10978source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11249dependencies = [10979dependencies = [11250 "sp-api",10980 "sp-api",11251 "sp-core",10981 "sp-core",11255[[package]]10985[[package]]11256name = "sp-panic-handler"10986name = "sp-panic-handler"11257version = "4.0.0"10987version = "4.0.0"11258source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10988source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11259dependencies = [10989dependencies = [11260 "backtrace",10990 "backtrace",11261 "lazy_static",10991 "lazy_static",11265[[package]]10995[[package]]11266name = "sp-rpc"10996name = "sp-rpc"11267version = "6.0.0"10997version = "6.0.0"11268source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"10998source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11269dependencies = [10999dependencies = [11270 "rustc-hash",11000 "rustc-hash",11271 "serde",11001 "serde",11275[[package]]11005[[package]]11276name = "sp-runtime"11006name = "sp-runtime"11277version = "6.0.0"11007version = "6.0.0"11278source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11008source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11279dependencies = [11009dependencies = [11280 "either",11010 "either",11281 "hash256-std-hasher",11011 "hash256-std-hasher",11297[[package]]11027[[package]]11298name = "sp-runtime-interface"11028name = "sp-runtime-interface"11299version = "6.0.0"11029version = "6.0.0"11300source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11030source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11301dependencies = [11031dependencies = [11302 "impl-trait-for-tuples",11032 "impl-trait-for-tuples",11303 "parity-scale-codec 3.1.5",11033 "parity-scale-codec 3.1.5",11314[[package]]11044[[package]]11315name = "sp-runtime-interface-proc-macro"11045name = "sp-runtime-interface-proc-macro"11316version = "5.0.0"11046version = "5.0.0"11317source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11047source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11318dependencies = [11048dependencies = [11319 "Inflector",11049 "Inflector",11320 "proc-macro-crate",11050 "proc-macro-crate",11326[[package]]11056[[package]]11327name = "sp-sandbox"11057name = "sp-sandbox"11328version = "0.10.0-dev"11058version = "0.10.0-dev"11329source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11059source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11330dependencies = [11060dependencies = [11331 "log",11061 "log",11332 "parity-scale-codec 3.1.5",11062 "parity-scale-codec 3.1.5",11340[[package]]11070[[package]]11341name = "sp-serializer"11071name = "sp-serializer"11342version = "4.0.0-dev"11072version = "4.0.0-dev"11343source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11073source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11344dependencies = [11074dependencies = [11345 "serde",11075 "serde",11346 "serde_json",11076 "serde_json",11349[[package]]11079[[package]]11350name = "sp-session"11080name = "sp-session"11351version = "4.0.0-dev"11081version = "4.0.0-dev"11352source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11082source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11353dependencies = [11083dependencies = [11354 "parity-scale-codec 3.1.5",11084 "parity-scale-codec 3.1.5",11355 "scale-info",11085 "scale-info",11363[[package]]11093[[package]]11364name = "sp-staking"11094name = "sp-staking"11365version = "4.0.0-dev"11095version = "4.0.0-dev"11366source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11096source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11367dependencies = [11097dependencies = [11368 "parity-scale-codec 3.1.5",11098 "parity-scale-codec 3.1.5",11369 "scale-info",11099 "scale-info",11374[[package]]11104[[package]]11375name = "sp-state-machine"11105name = "sp-state-machine"11376version = "0.12.0"11106version = "0.12.0"11377source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11107source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11378dependencies = [11108dependencies = [11379 "hash-db",11109 "hash-db",11380 "log",11110 "log",11396[[package]]11126[[package]]11397name = "sp-std"11127name = "sp-std"11398version = "4.0.0"11128version = "4.0.0"11399source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11129source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"114001113011401[[package]]11131[[package]]11402name = "sp-storage"11132name = "sp-storage"11403version = "6.0.0"11133version = "6.0.0"11404source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11134source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11405dependencies = [11135dependencies = [11406 "impl-serde",11136 "impl-serde",11407 "parity-scale-codec 3.1.5",11137 "parity-scale-codec 3.1.5",11414[[package]]11144[[package]]11415name = "sp-tasks"11145name = "sp-tasks"11416version = "4.0.0-dev"11146version = "4.0.0-dev"11417source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11147source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11418dependencies = [11148dependencies = [11419 "log",11149 "log",11420 "sp-core",11150 "sp-core",11427[[package]]11157[[package]]11428name = "sp-timestamp"11158name = "sp-timestamp"11429version = "4.0.0-dev"11159version = "4.0.0-dev"11430source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11160source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11431dependencies = [11161dependencies = [11432 "async-trait",11162 "async-trait",11433 "futures-timer",11163 "futures-timer",11443[[package]]11173[[package]]11444name = "sp-tracing"11174name = "sp-tracing"11445version = "5.0.0"11175version = "5.0.0"11446source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11176source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11447dependencies = [11177dependencies = [11448 "parity-scale-codec 3.1.5",11178 "parity-scale-codec 3.1.5",11449 "sp-std",11179 "sp-std",11455[[package]]11185[[package]]11456name = "sp-transaction-pool"11186name = "sp-transaction-pool"11457version = "4.0.0-dev"11187version = "4.0.0-dev"11458source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11188source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11459dependencies = [11189dependencies = [11460 "sp-api",11190 "sp-api",11461 "sp-runtime",11191 "sp-runtime",11464[[package]]11194[[package]]11465name = "sp-transaction-storage-proof"11195name = "sp-transaction-storage-proof"11466version = "4.0.0-dev"11196version = "4.0.0-dev"11467source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11197source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11468dependencies = [11198dependencies = [11469 "async-trait",11199 "async-trait",11470 "log",11200 "log",11480[[package]]11210[[package]]11481name = "sp-trie"11211name = "sp-trie"11482version = "6.0.0"11212version = "6.0.0"11483source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11213source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11484dependencies = [11214dependencies = [11485 "hash-db",11215 "hash-db",11486 "memory-db",11216 "memory-db",11496[[package]]11226[[package]]11497name = "sp-version"11227name = "sp-version"11498version = "5.0.0"11228version = "5.0.0"11499source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11229source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11500dependencies = [11230dependencies = [11501 "impl-serde",11231 "impl-serde",11502 "parity-scale-codec 3.1.5",11232 "parity-scale-codec 3.1.5",11513[[package]]11243[[package]]11514name = "sp-version-proc-macro"11244name = "sp-version-proc-macro"11515version = "4.0.0-dev"11245version = "4.0.0-dev"11516source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11246source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11517dependencies = [11247dependencies = [11518 "parity-scale-codec 3.1.5",11248 "parity-scale-codec 3.1.5",11519 "proc-macro2",11249 "proc-macro2",11524[[package]]11254[[package]]11525name = "sp-wasm-interface"11255name = "sp-wasm-interface"11526version = "6.0.0"11256version = "6.0.0"11527source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11257source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11528dependencies = [11258dependencies = [11529 "impl-trait-for-tuples",11259 "impl-trait-for-tuples",11530 "log",11260 "log",11679[[package]]11409[[package]]11680name = "substrate-build-script-utils"11410name = "substrate-build-script-utils"11681version = "3.0.0"11411version = "3.0.0"11682source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11412source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11683dependencies = [11413dependencies = [11684 "platforms",11414 "platforms",11685]11415]116861141611687[[package]]11417[[package]]11688name = "substrate-frame-rpc-system"11418name = "substrate-frame-rpc-system"11689version = "4.0.0-dev"11419version = "4.0.0-dev"11690source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11420source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11691dependencies = [11421dependencies = [11692 "frame-system-rpc-runtime-api",11422 "frame-system-rpc-runtime-api",11693 "futures 0.3.21",11423 "futures 0.3.21",11708[[package]]11438[[package]]11709name = "substrate-prometheus-endpoint"11439name = "substrate-prometheus-endpoint"11710version = "0.10.0-dev"11440version = "0.10.0-dev"11711source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11441source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11712dependencies = [11442dependencies = [11713 "futures-util",11443 "futures-util",11714 "hyper",11444 "hyper",11715 "log",11445 "log",11716 "prometheus",11446 "prometheus",11717 "thiserror",11447 "thiserror",11718 "tokio 1.20.1",11448 "tokio",11719]11449]117201145011721[[package]]11451[[package]]11722name = "substrate-state-trie-migration-rpc"11452name = "substrate-state-trie-migration-rpc"11723version = "4.0.0-dev"11453version = "4.0.0-dev"11724source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11454source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11725dependencies = [11455dependencies = [11726 "jsonrpsee",11456 "jsonrpsee",11727 "log",11457 "log",11742[[package]]11472[[package]]11743name = "substrate-test-client"11473name = "substrate-test-client"11744version = "2.0.1"11474version = "2.0.1"11745source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11475source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11746dependencies = [11476dependencies = [11747 "async-trait",11477 "async-trait",11748 "futures 0.3.21",11478 "futures 0.3.21",11768[[package]]11498[[package]]11769name = "substrate-test-utils"11499name = "substrate-test-utils"11770version = "4.0.0-dev"11500version = "4.0.0-dev"11771source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11501source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11772dependencies = [11502dependencies = [11773 "futures 0.3.21",11503 "futures 0.3.21",11774 "substrate-test-utils-derive",11504 "substrate-test-utils-derive",11775 "tokio 1.20.1",11505 "tokio",11776]11506]117771150711778[[package]]11508[[package]]11779name = "substrate-test-utils-derive"11509name = "substrate-test-utils-derive"11780version = "0.10.0-dev"11510version = "0.10.0-dev"11781source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11511source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11782dependencies = [11512dependencies = [11783 "proc-macro-crate",11513 "proc-macro-crate",11784 "proc-macro2",11514 "proc-macro2",11789[[package]]11519[[package]]11790name = "substrate-wasm-builder"11520name = "substrate-wasm-builder"11791version = "5.0.0-dev"11521version = "5.0.0-dev"11792source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"11522source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"11793dependencies = [11523dependencies = [11794 "ansi_term",11524 "ansi_term",11795 "build-helper",11525 "build-helper",11796 "cargo_metadata",11526 "cargo_metadata",11527 "filetime",11797 "sp-maybe-compressed-blob",11528 "sp-maybe-compressed-blob",11798 "strum 0.23.0",11529 "strum 0.23.0",11799 "tempfile",11530 "tempfile",118891162011890[[package]]11621[[package]]11891name = "test-runtime-constants"11622name = "test-runtime-constants"11892version = "0.9.24"11623version = "0.9.26"11893source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"11624source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"11894dependencies = [11625dependencies = [11895 "frame-support",11626 "frame-support",11896 "polkadot-primitives",11627 "polkadot-primitives",12014 "winapi",11745 "winapi",12015]11746]1174711748[[package]]11749name = "time"11750version = "0.3.9"11751source = "registry+https://github.com/rust-lang/crates.io-index"11752checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"11753dependencies = [11754 "itoa 1.0.2",11755 "libc",11756 "num_threads",11757 "time-macros",11758]1175911760[[package]]11761name = "time-macros"11762version = "0.2.4"11763source = "registry+https://github.com/rust-lang/crates.io-index"11764checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"120161176512017[[package]]11766[[package]]12018name = "tiny-bip39"11767name = "tiny-bip39"12057source = "registry+https://github.com/rust-lang/crates.io-index"11806source = "registry+https://github.com/rust-lang/crates.io-index"12058checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"11807checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1205912060[[package]]12061name = "tokio"12062version = "0.2.25"12063source = "registry+https://github.com/rust-lang/crates.io-index"12064checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"12065dependencies = [12066 "bytes 0.5.6",12067 "fnv",12068 "pin-project-lite 0.1.12",12069 "tokio-macros 0.2.6",12070]120711180812072[[package]]11809[[package]]12073name = "tokio"11810name = "tokio"12076checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581"11813checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581"12077dependencies = [11814dependencies = [12078 "autocfg",11815 "autocfg",12079 "bytes 1.2.0",11816 "bytes",12080 "libc",11817 "libc",12081 "memchr",11818 "memchr",12082 "mio",11819 "mio",12086 "pin-project-lite 0.2.9",11823 "pin-project-lite 0.2.9",12087 "signal-hook-registry",11824 "signal-hook-registry",12088 "socket2",11825 "socket2",12089 "tokio-macros 1.8.0",11826 "tokio-macros",12090 "winapi",11827 "winapi",12091]11828]1209212093[[package]]12094name = "tokio-macros"12095version = "0.2.6"12096source = "registry+https://github.com/rust-lang/crates.io-index"12097checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"12098dependencies = [12099 "proc-macro2",12100 "quote",12101 "syn",12102]121031182912104[[package]]11830[[package]]12105name = "tokio-macros"11831name = "tokio-macros"12119checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"11845checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12120dependencies = [11846dependencies = [12121 "rustls",11847 "rustls",12122 "tokio 1.20.1",11848 "tokio",12123 "webpki",11849 "webpki",12124]11850]1185111852[[package]]11853name = "tokio-stream"11854version = "0.1.9"11855source = "registry+https://github.com/rust-lang/crates.io-index"11856checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9"11857dependencies = [11858 "futures-core",11859 "pin-project-lite 0.2.9",11860 "tokio",11861]121251186212126[[package]]11863[[package]]12127name = "tokio-util"11864name = "tokio-util"12128version = "0.7.3"11865version = "0.7.3"12129source = "registry+https://github.com/rust-lang/crates.io-index"11866source = "registry+https://github.com/rust-lang/crates.io-index"12130checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"11867checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"12131dependencies = [11868dependencies = [12132 "bytes 1.2.0",11869 "bytes",12133 "futures-core",11870 "futures-core",12134 "futures-io",11871 "futures-io",12135 "futures-sink",11872 "futures-sink",12136 "pin-project-lite 0.2.9",11873 "pin-project-lite 0.2.9",12137 "tokio 1.20.1",11874 "tokio",12138 "tracing",11875 "tracing",12139]11876]121401187712192source = "registry+https://github.com/rust-lang/crates.io-index"11929source = "registry+https://github.com/rust-lang/crates.io-index"12193checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"11930checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12194dependencies = [11931dependencies = [12195 "pin-project 1.0.11",11932 "pin-project",12196 "tracing",11933 "tracing",12197]11934]121981193512199[[package]]11936[[package]]12200name = "tracing-gum"11937name = "tracing-gum"12201version = "0.9.24"11938version = "0.9.26"12202source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"11939source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"12203dependencies = [11940dependencies = [12204 "polkadot-node-jaeger",11941 "polkadot-node-jaeger",12205 "polkadot-primitives",11942 "polkadot-primitives",122091194612210[[package]]11947[[package]]12211name = "tracing-gum-proc-macro"11948name = "tracing-gum-proc-macro"12212version = "0.9.24"11949version = "0.9.26"12213source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"11950source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"12214dependencies = [11951dependencies = [12215 "expander 0.0.6",11952 "expander 0.0.6",12216 "proc-macro-crate",11953 "proc-macro-crate",12349[[package]]12086[[package]]12350name = "try-runtime-cli"12087name = "try-runtime-cli"12351version = "0.10.0-dev"12088version = "0.10.0-dev"12352source = "git+https://github.com/uniquenetwork/substrate?branch=polkadot-v0.9.24-hack-substitute#1fa76b0665d32b1e28c36da67e54da1816db3fa2"12089source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.26#e8a7d161f39db70cb27fdad6c6e215cf493ebc3b"12353dependencies = [12090dependencies = [12354 "clap",12091 "clap",12355 "jsonrpsee",12092 "jsonrpsee",12513 "pallet-transaction-payment-rpc",12250 "pallet-transaction-payment-rpc",12514 "pallet-transaction-payment-rpc-runtime-api",12251 "pallet-transaction-payment-rpc-runtime-api",12515 "parity-scale-codec 3.1.5",12252 "parity-scale-codec 3.1.5",12516 "parking_lot 0.11.2",12253 "parking_lot 0.12.1",12517 "polkadot-cli",12254 "polkadot-cli",12518 "polkadot-parachain",12255 "polkadot-parachain",12519 "polkadot-primitives",12256 "polkadot-primitives",12559 "substrate-build-script-utils",12296 "substrate-build-script-utils",12560 "substrate-frame-rpc-system",12297 "substrate-frame-rpc-system",12561 "substrate-prometheus-endpoint",12298 "substrate-prometheus-endpoint",12562 "tokio 1.20.1",12299 "tokio",12563 "try-runtime-cli",12300 "try-runtime-cli",12564 "unique-rpc",12301 "unique-rpc",12565 "unique-runtime",12302 "unique-runtime",12610 "sp-storage",12347 "sp-storage",12611 "sp-transaction-pool",12348 "sp-transaction-pool",12612 "substrate-frame-rpc-system",12349 "substrate-frame-rpc-system",12613 "tokio 0.2.25",12350 "tokio",12614 "uc-rpc",12351 "uc-rpc",12615 "up-common",12352 "up-common",12616 "up-data-structs",12353 "up-data-structs",12719checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12456checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12720dependencies = [12457dependencies = [12721 "asynchronous-codec",12458 "asynchronous-codec",12722 "bytes 1.2.0",12459 "bytes",12723 "futures-io",12460 "futures-io",12724 "futures-util",12461 "futures-util",12725]12462]12778[[package]]12515[[package]]12779name = "up-sponsorship"12516name = "up-sponsorship"12780version = "0.1.0"12517version = "0.1.0"12781source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.24#05cb0f02abecad915d32455df7a7724b3e2869aa"12518source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.26#711367a0ba6c495438f6e05e5c28690fc90bfdec"12782dependencies = [12519dependencies = [12783 "impl-trait-for-tuples",12520 "impl-trait-for-tuples",12784]12521]130021273913003[[package]]12740[[package]]13004name = "wasmparser"12741name = "wasmparser"13005version = "0.83.0"12742version = "0.85.0"13006source = "registry+https://github.com/rust-lang/crates.io-index"12743source = "registry+https://github.com/rust-lang/crates.io-index"13007checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a"12744checksum = "570460c58b21e9150d2df0eaaedbb7816c34bcec009ae0dcc976e40ba81463e7"12745dependencies = [12746 "indexmap",12747]130081274813009[[package]]12749[[package]]13010name = "wasmtime"12750name = "wasmtime"13011version = "0.35.3"12751version = "0.38.3"13012source = "registry+https://github.com/rust-lang/crates.io-index"12752source = "registry+https://github.com/rust-lang/crates.io-index"13013checksum = "21ffb4705016d5ca91e18a72ed6822dab50e6d5ddd7045461b17ef19071cdef1"12753checksum = "1f50eadf868ab6a04b7b511460233377d0bfbb92e417b2f6a98b98fef2e098f5"13014dependencies = [12754dependencies = [13015 "anyhow",12755 "anyhow",13016 "backtrace",12756 "backtrace",13020 "lazy_static",12760 "lazy_static",13021 "libc",12761 "libc",13022 "log",12762 "log",13023 "object 0.27.1",12763 "object 0.28.4",13024 "once_cell",12764 "once_cell",13025 "paste",12765 "paste",13026 "psm",12766 "psm",130391277913040[[package]]12780[[package]]13041name = "wasmtime-cache"12781name = "wasmtime-cache"13042version = "0.35.3"12782version = "0.38.3"13043source = "registry+https://github.com/rust-lang/crates.io-index"12783source = "registry+https://github.com/rust-lang/crates.io-index"13044checksum = "85c6ab24291fa7cb3a181f5669f6c72599b7ef781669759b45c7828c5999d0c0"12784checksum = "d1df23c642e1376892f3b72f311596976979cbf8b85469680cdd3a8a063d12a2"13045dependencies = [12785dependencies = [13046 "anyhow",12786 "anyhow",13047 "base64",12787 "base64",13048 "bincode",12788 "bincode",13049 "directories-next",12789 "directories-next",13050 "file-per-thread-logger",12790 "file-per-thread-logger",13051 "log",12791 "log",13052 "rustix",12792 "rustix 0.33.7",13053 "serde",12793 "serde",13054 "sha2 0.9.9",12794 "sha2 0.9.9",13055 "toml",12795 "toml",130591279913060[[package]]12800[[package]]13061name = "wasmtime-cranelift"12801name = "wasmtime-cranelift"13062version = "0.35.3"12802version = "0.38.3"13063source = "registry+https://github.com/rust-lang/crates.io-index"12803source = "registry+https://github.com/rust-lang/crates.io-index"13064checksum = "f04c810078a491b7bc4866ebe045f714d2b95e6b539e1f64009a4a7606be11de"12804checksum = "f264ff6b4df247d15584f2f53d009fbc90032cfdc2605b52b961bffc71b6eccd"13065dependencies = [12805dependencies = [13066 "anyhow",12806 "anyhow",13067 "cranelift-codegen",12807 "cranelift-codegen",13072 "gimli",12812 "gimli",13073 "log",12813 "log",13074 "more-asserts",12814 "more-asserts",13075 "object 0.27.1",12815 "object 0.28.4",13076 "target-lexicon",12816 "target-lexicon",13077 "thiserror",12817 "thiserror",13078 "wasmparser",12818 "wasmparser",130811282113082[[package]]12822[[package]]13083name = "wasmtime-environ"12823name = "wasmtime-environ"13084version = "0.35.3"12824version = "0.38.3"13085source = "registry+https://github.com/rust-lang/crates.io-index"12825source = "registry+https://github.com/rust-lang/crates.io-index"13086checksum = "61448266ea164b1ac406363cdcfac81c7c44db4d94c7a81c8620ac6c5c6cdf59"12826checksum = "839d2820e4b830f4b9e7aa08d4c0acabf4a5036105d639f6dfa1c6891c73bdc6"13087dependencies = [12827dependencies = [13088 "anyhow",12828 "anyhow",13089 "cranelift-entity",12829 "cranelift-entity",13090 "gimli",12830 "gimli",13091 "indexmap",12831 "indexmap",13092 "log",12832 "log",13093 "more-asserts",12833 "more-asserts",13094 "object 0.27.1",12834 "object 0.28.4",13095 "serde",12835 "serde",13096 "target-lexicon",12836 "target-lexicon",13097 "thiserror",12837 "thiserror",131011284113102[[package]]12842[[package]]13103name = "wasmtime-jit"12843name = "wasmtime-jit"13104version = "0.35.3"12844version = "0.38.3"13105source = "registry+https://github.com/rust-lang/crates.io-index"12845source = "registry+https://github.com/rust-lang/crates.io-index"13106checksum = "156b4623c6b0d4b8c24afb846c20525922f538ef464cc024abab7ea8de2109a2"12846checksum = "ef0a0bcbfa18b946d890078ba0e1bc76bcc53eccfb40806c0020ec29dcd1bd49"13107dependencies = [12847dependencies = [13108 "addr2line",12848 "addr2line",13109 "anyhow",12849 "anyhow",13112 "cpp_demangle",12852 "cpp_demangle",13113 "gimli",12853 "gimli",13114 "log",12854 "log",13115 "object 0.27.1",12855 "object 0.28.4",13116 "region",12856 "region",13117 "rustc-demangle",12857 "rustc-demangle",13118 "rustix",12858 "rustix 0.33.7",13119 "serde",12859 "serde",13120 "target-lexicon",12860 "target-lexicon",13121 "thiserror",12861 "thiserror",131271286713128[[package]]12868[[package]]13129name = "wasmtime-jit-debug"12869name = "wasmtime-jit-debug"13130version = "0.35.3"12870version = "0.38.3"13131source = "registry+https://github.com/rust-lang/crates.io-index"12871source = "registry+https://github.com/rust-lang/crates.io-index"13132checksum = "d5dc31f811760a6c76b2672c404866fd19b75e5fb3b0075a3e377a6846490654"12872checksum = "4f4779d976206c458edd643d1ac622b6c37e4a0800a8b1d25dfbf245ac2f2cac"13133dependencies = [12873dependencies = [13134 "lazy_static",12874 "lazy_static",13135 "object 0.27.1",12875 "object 0.28.4",13136 "rustix",12876 "rustix 0.33.7",13137]12877]131381287813139[[package]]12879[[package]]13140name = "wasmtime-runtime"12880name = "wasmtime-runtime"13141version = "0.35.3"12881version = "0.38.3"13142source = "registry+https://github.com/rust-lang/crates.io-index"12882source = "registry+https://github.com/rust-lang/crates.io-index"13143checksum = "f907beaff69d4d920fa4688411ee4cc75c0f01859e424677f9e426e2ef749864"12883checksum = "b7eb6ffa169eb5dcd18ac9473c817358cd57bc62c244622210566d473397954a"13144dependencies = [12884dependencies = [13145 "anyhow",12885 "anyhow",13146 "backtrace",12886 "backtrace",13155 "more-asserts",12895 "more-asserts",13156 "rand 0.8.5",12896 "rand 0.8.5",13157 "region",12897 "region",13158 "rustix",12898 "rustix 0.33.7",13159 "thiserror",12899 "thiserror",13160 "wasmtime-environ",12900 "wasmtime-environ",13161 "wasmtime-jit-debug",12901 "wasmtime-jit-debug",131641290413165[[package]]12905[[package]]13166name = "wasmtime-types"12906name = "wasmtime-types"13167version = "0.35.3"12907version = "0.38.3"13168source = "registry+https://github.com/rust-lang/crates.io-index"12908source = "registry+https://github.com/rust-lang/crates.io-index"13169checksum = "514ef0e5fd197b9609dc9eb74beba0c84d5a12b2417cbae55534633329ba4852"12909checksum = "8d932b0ac5336f7308d869703dd225610a6a3aeaa8e968c52b43eed96cefb1c2"13170dependencies = [12910dependencies = [13171 "cranelift-entity",12911 "cranelift-entity",13172 "serde",12912 "serde",132141295413215[[package]]12955[[package]]13216name = "westend-runtime"12956name = "westend-runtime"13217version = "0.9.24"12957version = "0.9.26"13218source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"12958source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"13219dependencies = [12959dependencies = [13220 "beefy-primitives",12960 "beefy-primitives",13221 "bitvec 1.0.1",12961 "bitvec 1.0.1",13245 "pallet-indices",12985 "pallet-indices",13246 "pallet-membership",12986 "pallet-membership",13247 "pallet-multisig",12987 "pallet-multisig",13248 "pallet-nicks",13249 "pallet-nomination-pools",12988 "pallet-nomination-pools",13250 "pallet-nomination-pools-benchmarking",12989 "pallet-nomination-pools-benchmarking",13251 "pallet-offences",12990 "pallet-offences",133031304213304[[package]]13043[[package]]13305name = "westend-runtime-constants"13044name = "westend-runtime-constants"13306version = "0.9.24"13045version = "0.9.26"13307source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"13046source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"13308dependencies = [13047dependencies = [13309 "frame-support",13048 "frame-support",13310 "polkadot-primitives",13049 "polkadot-primitives",134841322313485[[package]]13224[[package]]13486name = "xcm"13225name = "xcm"13487version = "0.9.24"13226version = "0.9.26"13488source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"13227source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"13489dependencies = [13228dependencies = [13490 "derivative",13229 "derivative",13491 "impl-trait-for-tuples",13230 "impl-trait-for-tuples",13492 "log",13231 "log",13493 "parity-scale-codec 3.1.5",13232 "parity-scale-codec 3.1.5",13494 "scale-info",13233 "scale-info",13234 "sp-runtime",13495 "xcm-procedural",13235 "xcm-procedural",13496]13236]134971323713498[[package]]13238[[package]]13499name = "xcm-builder"13239name = "xcm-builder"13500version = "0.9.24"13240version = "0.9.26"13501source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"13241source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"13502dependencies = [13242dependencies = [13503 "frame-support",13243 "frame-support",13504 "frame-system",13244 "frame-system",135171325713518[[package]]13258[[package]]13519name = "xcm-executor"13259name = "xcm-executor"13520version = "0.9.24"13260version = "0.9.26"13521source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"13261source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"13522dependencies = [13262dependencies = [13523 "frame-benchmarking",13263 "frame-benchmarking",13524 "frame-support",13264 "frame-support",13536[[package]]13276[[package]]13537name = "xcm-procedural"13277name = "xcm-procedural"13538version = "0.1.0"13278version = "0.1.0"13539source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.24#22836e55d41eef24ed5917fd654ee82a683a7cfe"13279source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.26#d8785970175dce344f2a6ad1cd88297529a6dd59"13540dependencies = [13280dependencies = [13541 "Inflector",13281 "Inflector",13542 "proc-macro2",13282 "proc-macro2",13558 "static_assertions",13298 "static_assertions",13559]13299]1356013561[[package]]13562name = "yansi"13563version = "0.5.1"13564source = "registry+https://github.com/rust-lang/crates.io-index"13565checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"135661330013567[[package]]13301[[package]]13568name = "zeroize"13302name = "zeroize"135871332113588[[package]]13322[[package]]13589name = "zstd"13323name = "zstd"13590version = "0.10.2+zstd.1.5.2"13324version = "0.11.2+zstd.1.5.2"13591source = "registry+https://github.com/rust-lang/crates.io-index"13325source = "registry+https://github.com/rust-lang/crates.io-index"13592checksum = "5f4a6bd64f22b5e3e94b4e238669ff9f10815c27a5180108b849d24174a83847"13326checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"13593dependencies = [13327dependencies = [13594 "zstd-safe",13328 "zstd-safe",13595]13329]135961333013597[[package]]13331[[package]]13598name = "zstd-safe"13332name = "zstd-safe"13599version = "4.1.6+zstd.1.5.2"13333version = "5.0.2+zstd.1.5.2"13600source = "registry+https://github.com/rust-lang/crates.io-index"13334source = "registry+https://github.com/rust-lang/crates.io-index"13601checksum = "94b61c51bb270702d6167b8ce67340d2754b088d0c091b06e593aa772c3ee9bb"13335checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"13602dependencies = [13336dependencies = [13603 "libc",13337 "libc",13604 "zstd-sys",13338 "zstd-sys",13605]13339]136061334013607[[package]]13341[[package]]13608name = "zstd-sys"13342name = "zstd-sys"13609version = "1.6.3+zstd.1.5.2"13343version = "2.0.1+zstd.1.5.2"13610source = "registry+https://github.com/rust-lang/crates.io-index"13344source = "registry+https://github.com/rust-lang/crates.io-index"13611checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8"13345checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"13612dependencies = [13346dependencies = [13613 "cc",13347 "cc",13614 "libc",13348 "libc",