git.delta.rocks / unique-network / refs/commits / b18a5cf19b3b

difftreelog

build update lockfile

Yaroslav Bolyukin2021-07-08parent: #14d2baa.patch.diff
in: master

1 file changed

modifiedCargo.lockdiffbeforeafterboth
12 "regex",12 "regex",
13]13]
14
15[[package]]
16name = "addr2line"
17version = "0.14.1"
18source = "registry+https://github.com/rust-lang/crates.io-index"
19checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7"
20dependencies = [
21 "gimli 0.23.0",
22]
2314
24[[package]]15[[package]]
25name = "addr2line"16name = "addr2line"
26version = "0.15.2"17version = "0.15.2"
27source = "registry+https://github.com/rust-lang/crates.io-index"18source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "e7a2e47a1fbe209ee101dd6d61285226744c6c8d3c21c8dc878ba6cb9f467f3a"19checksum = "e7a2e47a1fbe209ee101dd6d61285226744c6c8d3c21c8dc878ba6cb9f467f3a"
29dependencies = [20dependencies = [
30 "gimli 0.24.0",21 "gimli",
31]22]
3223
33[[package]]24[[package]]
422source = "registry+https://github.com/rust-lang/crates.io-index"413source = "registry+https://github.com/rust-lang/crates.io-index"
423checksum = "b7815ea54e4d821e791162e078acbebfd6d8c8939cd559c9335dceb1c8ca7282"414checksum = "b7815ea54e4d821e791162e078acbebfd6d8c8939cd559c9335dceb1c8ca7282"
424dependencies = [415dependencies = [
425 "addr2line 0.15.2",416 "addr2line",
426 "cc",417 "cc",
427 "cfg-if 1.0.0",418 "cfg-if 1.0.0",
428 "libc",419 "libc",
460version = "0.5.0"451version = "0.5.0"
461source = "registry+https://github.com/rust-lang/crates.io-index"452source = "registry+https://github.com/rust-lang/crates.io-index"
462checksum = "6736e2428df2ca2848d846c43e88745121a6654696e349ce0054a420815a7409"453checksum = "6736e2428df2ca2848d846c43e88745121a6654696e349ce0054a420815a7409"
454dependencies = [
455 "serde",
456]
463457
464[[package]]458[[package]]
465name = "beefy-gadget"459name = "beefy-gadget"
466version = "0.1.0"460version = "0.1.0"
467source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.3#063e18a1f82945d5a304906db92bfbb571bac459"461source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.7#299dd5fd3fabd99c3c919f1312001283ddc5b365"
468dependencies = [462dependencies = [
469 "beefy-primitives",463 "beefy-primitives",
470 "futures 0.3.15",464 "futures 0.3.15",
492[[package]]486[[package]]
493name = "beefy-gadget-rpc"487name = "beefy-gadget-rpc"
494version = "0.1.0"488version = "0.1.0"
495source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.3#063e18a1f82945d5a304906db92bfbb571bac459"489source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.7#299dd5fd3fabd99c3c919f1312001283ddc5b365"
496dependencies = [490dependencies = [
497 "beefy-gadget",491 "beefy-gadget",
498 "beefy-primitives",492 "beefy-primitives",
513[[package]]507[[package]]
514name = "beefy-primitives"508name = "beefy-primitives"
515version = "0.1.0"509version = "0.1.0"
516source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.3#063e18a1f82945d5a304906db92bfbb571bac459"510source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.7#299dd5fd3fabd99c3c919f1312001283ddc5b365"
517dependencies = [511dependencies = [
518 "parity-scale-codec 2.1.3",512 "parity-scale-codec 2.1.3",
519 "sp-api",513 "sp-api",
697 "once_cell",691 "once_cell",
698]692]
699
700[[package]]
701name = "bp-header-chain"
702version = "0.1.0"
703source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"
704dependencies = [
705 "finality-grandpa",
706 "frame-support",
707 "parity-scale-codec 2.1.3",
708 "serde",
709 "sp-core",
710 "sp-finality-grandpa",
711 "sp-runtime",
712 "sp-std",
713]
714
715[[package]]
716name = "bp-messages"
717version = "0.1.0"
718source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"
719dependencies = [
720 "bp-runtime",
721 "frame-support",
722 "frame-system",
723 "parity-scale-codec 2.1.3",
724 "sp-std",
725]
726
727[[package]]
728name = "bp-polkadot-core"
729version = "0.1.0"
730source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"
731dependencies = [
732 "bp-messages",
733 "bp-runtime",
734 "frame-support",
735 "frame-system",
736 "parity-scale-codec 2.1.3",
737 "sp-api",
738 "sp-core",
739 "sp-runtime",
740 "sp-std",
741 "sp-version",
742]
743
744[[package]]
745name = "bp-rococo"
746version = "0.1.0"
747source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"
748dependencies = [
749 "bp-header-chain",
750 "bp-messages",
751 "bp-polkadot-core",
752 "bp-runtime",
753 "parity-scale-codec 2.1.3",
754 "sp-api",
755 "sp-runtime",
756 "sp-std",
757 "sp-version",
758]
759
760[[package]]
761name = "bp-runtime"
762version = "0.1.0"
763source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"
764dependencies = [
765 "frame-support",
766 "hash-db",
767 "num-traits",
768 "parity-scale-codec 2.1.3",
769 "sp-core",
770 "sp-io",
771 "sp-runtime",
772 "sp-state-machine",
773 "sp-std",
774 "sp-trie",
775]
776
777[[package]]
778name = "bp-test-utils"
779version = "0.1.0"
780source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"
781dependencies = [
782 "bp-header-chain",
783 "ed25519-dalek",
784 "finality-grandpa",
785 "parity-scale-codec 2.1.3",
786 "sp-application-crypto",
787 "sp-finality-grandpa",
788 "sp-runtime",
789 "sp-std",
790]
791
792[[package]]
793name = "bp-wococo"
794version = "0.1.0"
795source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"
796dependencies = [
797 "bp-header-chain",
798 "bp-messages",
799 "bp-polkadot-core",
800 "bp-runtime",
801 "parity-scale-codec 2.1.3",
802 "sp-api",
803 "sp-runtime",
804 "sp-std",
805 "sp-version",
806]
807693
808[[package]]694[[package]]
809name = "bs58"695name = "bs58"
1073source = "registry+https://github.com/rust-lang/crates.io-index"959source = "registry+https://github.com/rust-lang/crates.io-index"
1074checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"960checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
1075dependencies = [961dependencies = [
1076 "core-foundation-sys",962 "core-foundation-sys 0.7.0",
1077 "libc",963 "libc",
1078]964]
965
966[[package]]
967name = "core-foundation"
968version = "0.9.1"
969source = "registry+https://github.com/rust-lang/crates.io-index"
970checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
971dependencies = [
972 "core-foundation-sys 0.8.2",
973 "libc",
974]
1079975
1080[[package]]976[[package]]
1081name = "core-foundation-sys"977name = "core-foundation-sys"
1082version = "0.7.0"978version = "0.7.0"
1083source = "registry+https://github.com/rust-lang/crates.io-index"979source = "registry+https://github.com/rust-lang/crates.io-index"
1084checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"980checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
981
982[[package]]
983name = "core-foundation-sys"
984version = "0.8.2"
985source = "registry+https://github.com/rust-lang/crates.io-index"
986checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
1085987
1086[[package]]988[[package]]
1087name = "cpp_demangle"989name = "cpp_demangle"
11101012
1111[[package]]1013[[package]]
1112name = "cranelift-bforest"1014name = "cranelift-bforest"
1113version = "0.71.0"1015version = "0.74.0"
1114source = "registry+https://github.com/rust-lang/crates.io-index"1016source = "registry+https://github.com/rust-lang/crates.io-index"
1115checksum = "bcee7a5107071484772b89fdf37f0f460b7db75f476e43ea7a684fd942470bcf"1017checksum = "c8ca3560686e7c9c7ed7e0fe77469f2410ba5d7781b1acaa9adc8d8deea28e3e"
1116dependencies = [1018dependencies = [
1117 "cranelift-entity",1019 "cranelift-entity",
1118]1020]
11191021
1120[[package]]1022[[package]]
1121name = "cranelift-codegen"1023name = "cranelift-codegen"
1122version = "0.71.0"1024version = "0.74.0"
1123source = "registry+https://github.com/rust-lang/crates.io-index"1025source = "registry+https://github.com/rust-lang/crates.io-index"
1124checksum = "654ab96f0f1cab71c0d323618a58360a492da2c341eb2c1f977fc195c664001b"1026checksum = "baf9bf1ffffb6ce3d2e5ebc83549bd2436426c99b31cc550d521364cbe35d276"
1125dependencies = [1027dependencies = [
1126 "byteorder",
1127 "cranelift-bforest",1028 "cranelift-bforest",
1128 "cranelift-codegen-meta",1029 "cranelift-codegen-meta",
1129 "cranelift-codegen-shared",1030 "cranelift-codegen-shared",
1130 "cranelift-entity",1031 "cranelift-entity",
1131 "gimli 0.23.0",1032 "gimli",
1132 "log",1033 "log",
1133 "regalloc",1034 "regalloc",
1134 "serde",1035 "serde",
1135 "smallvec 1.6.1",1036 "smallvec 1.6.1",
1136 "target-lexicon",1037 "target-lexicon",
1137 "thiserror",
1138]1038]
11391039
1140[[package]]1040[[package]]
1141name = "cranelift-codegen-meta"1041name = "cranelift-codegen-meta"
1142version = "0.71.0"1042version = "0.74.0"
1143source = "registry+https://github.com/rust-lang/crates.io-index"1043source = "registry+https://github.com/rust-lang/crates.io-index"
1144checksum = "65994cfc5be9d5fd10c5fc30bcdddfa50c04bb79c91329287bff846434ff8f14"1044checksum = "4cc21936a5a6d07e23849ffe83e5c1f6f50305c074f4b2970ca50c13bf55b821"
1145dependencies = [1045dependencies = [
1146 "cranelift-codegen-shared",1046 "cranelift-codegen-shared",
1147 "cranelift-entity",1047 "cranelift-entity",
1148]1048]
11491049
1150[[package]]1050[[package]]
1151name = "cranelift-codegen-shared"1051name = "cranelift-codegen-shared"
1152version = "0.71.0"1052version = "0.74.0"
1153source = "registry+https://github.com/rust-lang/crates.io-index"1053source = "registry+https://github.com/rust-lang/crates.io-index"
1154checksum = "889d720b688b8b7df5e4903f9b788c3c59396050f5548e516e58ccb7312463ab"1054checksum = "ca5b6ffaa87560bebe69a5446449da18090b126037920b0c1c6d5945f72faf6b"
1155dependencies = [1055dependencies = [
1156 "serde",1056 "serde",
1157]1057]
11581058
1159[[package]]1059[[package]]
1160name = "cranelift-entity"1060name = "cranelift-entity"
1161version = "0.71.0"1061version = "0.74.0"
1162source = "registry+https://github.com/rust-lang/crates.io-index"1062source = "registry+https://github.com/rust-lang/crates.io-index"
1163checksum = "1a2e6884a363e42a9ba980193ea8603a4272f8a92bd8bbaf9f57a94dbea0ff96"1063checksum = "7d6b4a8bef04f82e4296782646f733c641d09497df2fabf791323fefaa44c64c"
1164dependencies = [1064dependencies = [
1165 "serde",1065 "serde",
1166]1066]
11671067
1168[[package]]1068[[package]]
1169name = "cranelift-frontend"1069name = "cranelift-frontend"
1170version = "0.71.0"1070version = "0.74.0"
1171source = "registry+https://github.com/rust-lang/crates.io-index"1071source = "registry+https://github.com/rust-lang/crates.io-index"
1172checksum = "e6f41e2f9b57d2c030e249d0958f1cdc2c3cd46accf8c0438b3d1944e9153444"1072checksum = "c31b783b351f966fce33e3c03498cb116d16d97a8f9978164a60920bd0d3a99c"
1173dependencies = [1073dependencies = [
1174 "cranelift-codegen",1074 "cranelift-codegen",
1175 "log",1075 "log",
11791079
1180[[package]]1080[[package]]
1181name = "cranelift-native"1081name = "cranelift-native"
1182version = "0.71.0"1082version = "0.74.0"
1183source = "registry+https://github.com/rust-lang/crates.io-index"1083source = "registry+https://github.com/rust-lang/crates.io-index"
1184checksum = "aab70ba7575665375d31cbdea2462916ce58be887834e1b83c860b43b51af637"1084checksum = "a77c88d3dd48021ff1e37e978a00098524abd3513444ae252c08d37b310b3d2a"
1185dependencies = [1085dependencies = [
1186 "cranelift-codegen",1086 "cranelift-codegen",
1187 "target-lexicon",1087 "target-lexicon",
1188]1088]
11891089
1190[[package]]1090[[package]]
1191name = "cranelift-wasm"1091name = "cranelift-wasm"
1192version = "0.71.0"1092version = "0.74.0"
1193source = "registry+https://github.com/rust-lang/crates.io-index"1093source = "registry+https://github.com/rust-lang/crates.io-index"
1194checksum = "f2fc3d2e70da6439adf97648dcdf81834363154f2907405345b6fbe7ca38918c"1094checksum = "edb6d408e2da77cdbbd65466298d44c86ae71c1785d2ab0d8657753cdb4d9d89"
1195dependencies = [1095dependencies = [
1196 "cranelift-codegen",1096 "cranelift-codegen",
1197 "cranelift-entity",1097 "cranelift-entity",
1364[[package]]1264[[package]]
1365name = "cumulus-client-cli"1265name = "cumulus-client-cli"
1366version = "0.1.0"1266version = "0.1.0"
1367source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.3#78b31b21122995b49f3c2cfe2791f188e33e5917"1267source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"
1368dependencies = [1268dependencies = [
1369 "sc-cli",1269 "sc-cli",
1370 "sc-service",1270 "sc-service",
1374[[package]]1274[[package]]
1375name = "cumulus-client-collator"1275name = "cumulus-client-collator"
1376version = "0.1.0"1276version = "0.1.0"
1377source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.3#78b31b21122995b49f3c2cfe2791f188e33e5917"1277source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"
1378dependencies = [1278dependencies = [
1379 "cumulus-client-consensus-common",1279 "cumulus-client-consensus-common",
1380 "cumulus-client-network",1280 "cumulus-client-network",
1398[[package]]1298[[package]]
1399name = "cumulus-client-consensus-aura"1299name = "cumulus-client-consensus-aura"
1400version = "0.1.0"1300version = "0.1.0"
1401source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.3#78b31b21122995b49f3c2cfe2791f188e33e5917"1301source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"
1402dependencies = [1302dependencies = [
1403 "async-trait",1303 "async-trait",
1404 "cumulus-client-consensus-common",1304 "cumulus-client-consensus-common",
1405 "cumulus-primitives-core",1305 "cumulus-primitives-core",
1406 "futures 0.3.15",1306 "futures 0.3.15",
1407 "parity-scale-codec 2.1.3",1307 "parity-scale-codec 2.1.3",
1408 "parking_lot 0.10.2",1308 "parking_lot 0.10.2",
1409 "polkadot-service",1309 "polkadot-client",
1410 "sc-client-api",1310 "sc-client-api",
1411 "sc-consensus-aura",1311 "sc-consensus-aura",
1412 "sc-consensus-slots",1312 "sc-consensus-slots",
1428[[package]]1328[[package]]
1429name = "cumulus-client-consensus-common"1329name = "cumulus-client-consensus-common"
1430version = "0.1.0"1330version = "0.1.0"
1431source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.3#78b31b21122995b49f3c2cfe2791f188e33e5917"1331source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"
1432dependencies = [1332dependencies = [
1433 "async-trait",1333 "async-trait",
1434 "dyn-clone",1334 "dyn-clone",
1452[[package]]1352[[package]]
1453name = "cumulus-client-network"1353name = "cumulus-client-network"
1454version = "0.1.0"1354version = "0.1.0"
1455source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.3#78b31b21122995b49f3c2cfe2791f188e33e5917"1355source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"
1456dependencies = [1356dependencies = [
1457 "derive_more",1357 "derive_more",
1458 "futures 0.3.15",1358 "futures 0.3.15",
1459 "futures-timer 3.0.2",1359 "futures-timer 3.0.2",
1460 "parity-scale-codec 2.1.3",1360 "parity-scale-codec 2.1.3",
1461 "parking_lot 0.10.2",1361 "parking_lot 0.10.2",
1362 "polkadot-client",
1462 "polkadot-node-primitives",1363 "polkadot-node-primitives",
1463 "polkadot-parachain",1364 "polkadot-parachain",
1464 "polkadot-primitives",1365 "polkadot-primitives",
1465 "polkadot-service",
1466 "polkadot-statement-table",1366 "polkadot-statement-table",
1467 "sc-client-api",1367 "sc-client-api",
1468 "sp-api",1368 "sp-api",
1476[[package]]1376[[package]]
1477name = "cumulus-client-pov-recovery"1377name = "cumulus-client-pov-recovery"
1478version = "0.1.0"1378version = "0.1.0"
1479source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.3#78b31b21122995b49f3c2cfe2791f188e33e5917"1379source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"
1480dependencies = [1380dependencies = [
1481 "cumulus-primitives-core",1381 "cumulus-primitives-core",
1482 "futures 0.3.15",1382 "futures 0.3.15",
1485 "polkadot-node-primitives",1385 "polkadot-node-primitives",
1486 "polkadot-node-subsystem",1386 "polkadot-node-subsystem",
1487 "polkadot-overseer",1387 "polkadot-overseer",
1488 "polkadot-parachain",
1489 "polkadot-primitives",1388 "polkadot-primitives",
1490 "polkadot-service",
1491 "polkadot-statement-table",
1492 "rand 0.8.4",1389 "rand 0.8.4",
1493 "sc-client-api",1390 "sc-client-api",
1494 "sp-api",1391 "sp-api",
1502[[package]]1399[[package]]
1503name = "cumulus-client-service"1400name = "cumulus-client-service"
1504version = "0.1.0"1401version = "0.1.0"
1505source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.3#78b31b21122995b49f3c2cfe2791f188e33e5917"1402source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"
1506dependencies = [1403dependencies = [
1507 "cumulus-client-collator",1404 "cumulus-client-collator",
1508 "cumulus-client-consensus-common",1405 "cumulus-client-consensus-common",
1530[[package]]1427[[package]]
1531name = "cumulus-pallet-aura-ext"1428name = "cumulus-pallet-aura-ext"
1532version = "0.1.0"1429version = "0.1.0"
1533source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.3#78b31b21122995b49f3c2cfe2791f188e33e5917"1430source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"
1534dependencies = [1431dependencies = [
1535 "frame-executive",1432 "frame-executive",
1536 "frame-support",1433 "frame-support",
1547[[package]]1444[[package]]
1548name = "cumulus-pallet-dmp-queue"1445name = "cumulus-pallet-dmp-queue"
1549version = "0.1.0"1446version = "0.1.0"
1550source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.3#78b31b21122995b49f3c2cfe2791f188e33e5917"1447source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"
1551dependencies = [1448dependencies = [
1552 "cumulus-primitives-core",1449 "cumulus-primitives-core",
1553 "frame-support",1450 "frame-support",
1566[[package]]1463[[package]]
1567name = "cumulus-pallet-parachain-system"1464name = "cumulus-pallet-parachain-system"
1568version = "0.1.0"1465version = "0.1.0"
1569source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.3#78b31b21122995b49f3c2cfe2791f188e33e5917"1466source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"
1570dependencies = [1467dependencies = [
1468 "cumulus-pallet-parachain-system-proc-macro",
1571 "cumulus-primitives-core",1469 "cumulus-primitives-core",
1572 "cumulus-primitives-parachain-inherent",1470 "cumulus-primitives-parachain-inherent",
1573 "environmental",1471 "environmental",
1574 "frame-support",1472 "frame-support",
1575 "frame-system",1473 "frame-system",
1576 "hash-db",
1577 "log",1474 "log",
1578 "memory-db",
1579 "pallet-balances",1475 "pallet-balances",
1580 "parity-scale-codec 2.1.3",1476 "parity-scale-codec 2.1.3",
1581 "polkadot-parachain",1477 "polkadot-parachain",
1589 "sp-std",1485 "sp-std",
1590 "sp-trie",1486 "sp-trie",
1591 "sp-version",1487 "sp-version",
1592 "trie-db",
1593 "xcm",1488 "xcm",
1594]1489]
1490
1491[[package]]
1492name = "cumulus-pallet-parachain-system-proc-macro"
1493version = "0.1.0"
1494source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"
1495dependencies = [
1496 "proc-macro-crate 1.0.0",
1497 "proc-macro2",
1498 "quote",
1499 "syn",
1500]
15951501
1596[[package]]1502[[package]]
1597name = "cumulus-pallet-xcm"1503name = "cumulus-pallet-xcm"
1598version = "0.1.0"1504version = "0.1.0"
1599source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.3#78b31b21122995b49f3c2cfe2791f188e33e5917"1505source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"
1600dependencies = [1506dependencies = [
1601 "cumulus-primitives-core",1507 "cumulus-primitives-core",
1602 "frame-support",1508 "frame-support",
1612[[package]]1518[[package]]
1613name = "cumulus-pallet-xcmp-queue"1519name = "cumulus-pallet-xcmp-queue"
1614version = "0.1.0"1520version = "0.1.0"
1615source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.3#78b31b21122995b49f3c2cfe2791f188e33e5917"1521source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"
1616dependencies = [1522dependencies = [
1617 "cumulus-primitives-core",1523 "cumulus-primitives-core",
1618 "frame-support",1524 "frame-support",
1630[[package]]1536[[package]]
1631name = "cumulus-primitives-core"1537name = "cumulus-primitives-core"
1632version = "0.1.0"1538version = "0.1.0"
1633source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.3#78b31b21122995b49f3c2cfe2791f188e33e5917"1539source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"
1634dependencies = [1540dependencies = [
1635 "frame-support",1541 "frame-support",
1636 "impl-trait-for-tuples 0.2.1",1542 "impl-trait-for-tuples 0.2.1",
1648[[package]]1554[[package]]
1649name = "cumulus-primitives-parachain-inherent"1555name = "cumulus-primitives-parachain-inherent"
1650version = "0.1.0"1556version = "0.1.0"
1651source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.3#78b31b21122995b49f3c2cfe2791f188e33e5917"1557source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"
1652dependencies = [1558dependencies = [
1653 "async-trait",1559 "async-trait",
1654 "cumulus-primitives-core",1560 "cumulus-primitives-core",
1655 "parity-scale-codec 2.1.3",1561 "parity-scale-codec 2.1.3",
1656 "polkadot-service",1562 "polkadot-client",
1657 "sc-client-api",1563 "sc-client-api",
1658 "sp-api",1564 "sp-api",
1659 "sp-core",1565 "sp-core",
1665 "tracing",1571 "tracing",
1666]1572]
1573
1574[[package]]
1575name = "cumulus-primitives-timestamp"
1576version = "0.1.0"
1577source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"
1578dependencies = [
1579 "cumulus-primitives-core",
1580 "sp-inherents",
1581 "sp-std",
1582 "sp-timestamp",
1583]
16671584
1668[[package]]1585[[package]]
1669name = "cumulus-primitives-utility"1586name = "cumulus-primitives-utility"
1670version = "0.1.0"1587version = "0.1.0"
1671source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.3#78b31b21122995b49f3c2cfe2791f188e33e5917"1588source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"
1672dependencies = [1589dependencies = [
1673 "cumulus-primitives-core",1590 "cumulus-primitives-core",
1674 "frame-support",1591 "frame-support",
1862 "quick-error 1.2.3",1779 "quick-error 1.2.3",
1863]1780]
1781
1782[[package]]
1783name = "downcast-rs"
1784version = "1.2.0"
1785source = "registry+https://github.com/rust-lang/crates.io-index"
1786checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
18641787
1865[[package]]1788[[package]]
1866name = "dyn-clonable"1789name = "dyn-clonable"
22482171
2249[[package]]2172[[package]]
2250name = "fc-consensus"2173name = "fc-consensus"
2251version = "2.0.0-dev"2174version = "2.0.0"
2252source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions-parachain#48676fa655fdfb6ceb16fc67d7250d8e618a5843"2175source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions-parachain#c1388c13be6d59b9a70e1277f1295977090adb63"
2253dependencies = [2176dependencies = [
2254 "async-trait",2177 "async-trait",
2255 "derive_more",2178 "derive_more",
2274[[package]]2197[[package]]
2275name = "fc-db"2198name = "fc-db"
2276version = "1.0.0"2199version = "1.0.0"
2277source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions-parachain#48676fa655fdfb6ceb16fc67d7250d8e618a5843"2200source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions-parachain#c1388c13be6d59b9a70e1277f1295977090adb63"
2278dependencies = [2201dependencies = [
2279 "kvdb",2202 "kvdb",
2280 "kvdb-rocksdb",2203 "kvdb-rocksdb",
2288[[package]]2211[[package]]
2289name = "fc-mapping-sync"2212name = "fc-mapping-sync"
2290version = "2.0.0-dev"2213version = "2.0.0-dev"
2291source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions-parachain#48676fa655fdfb6ceb16fc67d7250d8e618a5843"2214source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions-parachain#c1388c13be6d59b9a70e1277f1295977090adb63"
2292dependencies = [2215dependencies = [
2293 "fc-consensus",2216 "fc-consensus",
2294 "fc-db",2217 "fc-db",
2306[[package]]2229[[package]]
2307name = "fc-rpc"2230name = "fc-rpc"
2308version = "2.0.0-dev"2231version = "2.0.0-dev"
2309source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions-parachain#48676fa655fdfb6ceb16fc67d7250d8e618a5843"2232source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions-parachain#c1388c13be6d59b9a70e1277f1295977090adb63"
2310dependencies = [2233dependencies = [
2311 "ethereum",2234 "ethereum",
2312 "ethereum-types 0.11.0",2235 "ethereum-types 0.11.0",
2323 "jsonrpc-core-client 14.2.0",2246 "jsonrpc-core-client 14.2.0",
2324 "jsonrpc-derive 14.2.2",2247 "jsonrpc-derive 14.2.2",
2325 "jsonrpc-pubsub 15.1.0",2248 "jsonrpc-pubsub 15.1.0",
2326 "libsecp256k1",2249 "libsecp256k1 0.3.5",
2327 "log",2250 "log",
2328 "pallet-ethereum",2251 "pallet-ethereum",
2329 "pallet-evm",2252 "pallet-evm",
2347[[package]]2270[[package]]
2348name = "fc-rpc-core"2271name = "fc-rpc-core"
2349version = "1.1.0-dev"2272version = "1.1.0-dev"
2350source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions-parachain#48676fa655fdfb6ceb16fc67d7250d8e618a5843"2273source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions-parachain#c1388c13be6d59b9a70e1277f1295977090adb63"
2351dependencies = [2274dependencies = [
2352 "ethereum-types 0.11.0",2275 "ethereum-types 0.11.0",
2353 "jsonrpc-core 15.1.0",2276 "jsonrpc-core 15.1.0",
2461[[package]]2384[[package]]
2462name = "fork-tree"2385name = "fork-tree"
2463version = "3.0.0"2386version = "3.0.0"
2464source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"2387source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
2465dependencies = [2388dependencies = [
2466 "parity-scale-codec 2.1.3",2389 "parity-scale-codec 2.1.3",
2467]2390]
2479[[package]]2402[[package]]
2480name = "fp-consensus"2403name = "fp-consensus"
2481version = "1.0.0"2404version = "1.0.0"
2482source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions-parachain#48676fa655fdfb6ceb16fc67d7250d8e618a5843"2405source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions-parachain#c1388c13be6d59b9a70e1277f1295977090adb63"
2483dependencies = [2406dependencies = [
2484 "ethereum",2407 "ethereum",
2485 "parity-scale-codec 2.1.3",2408 "parity-scale-codec 2.1.3",
2493[[package]]2416[[package]]
2494name = "fp-evm"2417name = "fp-evm"
2495version = "2.0.0"2418version = "2.0.0"
2496source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions-parachain#48676fa655fdfb6ceb16fc67d7250d8e618a5843"2419source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions-parachain#c1388c13be6d59b9a70e1277f1295977090adb63"
2497dependencies = [2420dependencies = [
2498 "evm",2421 "evm",
2499 "impl-trait-for-tuples 0.1.3",2422 "impl-trait-for-tuples 0.1.3",
25052428
2506[[package]]2429[[package]]
2507name = "fp-rpc"2430name = "fp-rpc"
2508version = "2.0.0"2431version = "2.1.0"
2509source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions-parachain#48676fa655fdfb6ceb16fc67d7250d8e618a5843"2432source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions-parachain#c1388c13be6d59b9a70e1277f1295977090adb63"
2510dependencies = [2433dependencies = [
2511 "ethereum",2434 "ethereum",
2512 "ethereum-types 0.11.0",2435 "ethereum-types 0.11.0",
2522[[package]]2445[[package]]
2523name = "fp-storage"2446name = "fp-storage"
2524version = "1.0.1"2447version = "1.0.1"
2525source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions-parachain#48676fa655fdfb6ceb16fc67d7250d8e618a5843"2448source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions-parachain#c1388c13be6d59b9a70e1277f1295977090adb63"
25262449
2527[[package]]2450[[package]]
2528name = "frame-benchmarking"2451name = "frame-benchmarking"
2529version = "3.1.0"2452version = "3.1.0"
2530source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"2453source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
2531dependencies = [2454dependencies = [
2532 "frame-support",2455 "frame-support",
2533 "frame-system",2456 "frame-system",
2546[[package]]2469[[package]]
2547name = "frame-benchmarking-cli"2470name = "frame-benchmarking-cli"
2548version = "3.0.0"2471version = "3.0.0"
2549source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"2472source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
2550dependencies = [2473dependencies = [
2551 "Inflector",2474 "Inflector",
2552 "chrono",2475 "chrono",
2569[[package]]2492[[package]]
2570name = "frame-election-provider-support"2493name = "frame-election-provider-support"
2571version = "3.0.0"2494version = "3.0.0"
2572source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"2495source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
2573dependencies = [2496dependencies = [
2574 "frame-support",2497 "frame-support",
2575 "frame-system",2498 "frame-system",
2582[[package]]2505[[package]]
2583name = "frame-executive"2506name = "frame-executive"
2584version = "3.0.0"2507version = "3.0.0"
2585source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"2508source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
2586dependencies = [2509dependencies = [
2587 "frame-support",2510 "frame-support",
2588 "frame-system",2511 "frame-system",
2597[[package]]2520[[package]]
2598name = "frame-metadata"2521name = "frame-metadata"
2599version = "13.0.0"2522version = "13.0.0"
2600source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"2523source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
2601dependencies = [2524dependencies = [
2602 "parity-scale-codec 2.1.3",2525 "parity-scale-codec 2.1.3",
2603 "serde",2526 "serde",
2608[[package]]2531[[package]]
2609name = "frame-support"2532name = "frame-support"
2610version = "3.0.0"2533version = "3.0.0"
2611source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"2534source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
2612dependencies = [2535dependencies = [
2613 "bitflags",2536 "bitflags",
2614 "frame-metadata",2537 "frame-metadata",
2615 "frame-support-procedural",2538 "frame-support-procedural",
2616 "impl-trait-for-tuples 0.2.1",2539 "impl-trait-for-tuples 0.2.1",
2617 "log",2540 "log",
2541 "max-encoded-len",
2618 "once_cell",2542 "once_cell",
2619 "parity-scale-codec 2.1.3",2543 "parity-scale-codec 2.1.3",
2620 "paste",2544 "paste",
2634[[package]]2558[[package]]
2635name = "frame-support-procedural"2559name = "frame-support-procedural"
2636version = "3.0.0"2560version = "3.0.0"
2637source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"2561source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
2638dependencies = [2562dependencies = [
2639 "Inflector",2563 "Inflector",
2640 "frame-support-procedural-tools",2564 "frame-support-procedural-tools",
2646[[package]]2570[[package]]
2647name = "frame-support-procedural-tools"2571name = "frame-support-procedural-tools"
2648version = "3.0.0"2572version = "3.0.0"
2649source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"2573source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
2650dependencies = [2574dependencies = [
2651 "frame-support-procedural-tools-derive",2575 "frame-support-procedural-tools-derive",
2652 "proc-macro-crate 1.0.0",2576 "proc-macro-crate 1.0.0",
2658[[package]]2582[[package]]
2659name = "frame-support-procedural-tools-derive"2583name = "frame-support-procedural-tools-derive"
2660version = "3.0.0"2584version = "3.0.0"
2661source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"2585source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
2662dependencies = [2586dependencies = [
2663 "proc-macro2",2587 "proc-macro2",
2664 "quote",2588 "quote",
2668[[package]]2592[[package]]
2669name = "frame-system"2593name = "frame-system"
2670version = "3.0.0"2594version = "3.0.0"
2671source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"2595source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
2672dependencies = [2596dependencies = [
2673 "frame-support",2597 "frame-support",
2674 "impl-trait-for-tuples 0.2.1",2598 "impl-trait-for-tuples 0.2.1",
2685[[package]]2609[[package]]
2686name = "frame-system-benchmarking"2610name = "frame-system-benchmarking"
2687version = "3.0.0"2611version = "3.0.0"
2688source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"2612source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
2689dependencies = [2613dependencies = [
2690 "frame-benchmarking",2614 "frame-benchmarking",
2691 "frame-support",2615 "frame-support",
2699[[package]]2623[[package]]
2700name = "frame-system-rpc-runtime-api"2624name = "frame-system-rpc-runtime-api"
2701version = "3.0.0"2625version = "3.0.0"
2702source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"2626source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
2703dependencies = [2627dependencies = [
2704 "parity-scale-codec 2.1.3",2628 "parity-scale-codec 2.1.3",
2705 "sp-api",2629 "sp-api",
2708[[package]]2632[[package]]
2709name = "frame-try-runtime"2633name = "frame-try-runtime"
2710version = "0.9.0"2634version = "0.9.0"
2711source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"2635source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
2712dependencies = [2636dependencies = [
2713 "frame-support",2637 "frame-support",
2714 "parity-scale-codec 2.1.3",2638 "parity-scale-codec 2.1.3",
2820 "num_cpus",2744 "num_cpus",
2821]2745]
2822
2823[[package]]
2824name = "futures-diagnose"
2825version = "1.0.1"
2826source = "registry+https://github.com/rust-lang/crates.io-index"
2827checksum = "fdcef58a173af8148b182684c9f2d5250875adbcaff7b5794073894f9d8634a9"
2828dependencies = [
2829 "futures 0.1.31",
2830 "futures 0.3.15",
2831 "lazy_static",
2832 "log",
2833 "parking_lot 0.9.0",
2834 "pin-project 0.4.28",
2835 "serde",
2836 "serde_json",
2837]
28382746
2839[[package]]2747[[package]]
2840name = "futures-executor"2748name = "futures-executor"
29982906
2999[[package]]2907[[package]]
3000name = "gimli"2908name = "gimli"
3001version = "0.23.0"2909version = "0.24.0"
3002source = "registry+https://github.com/rust-lang/crates.io-index"2910source = "registry+https://github.com/rust-lang/crates.io-index"
3003checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"2911checksum = "0e4075386626662786ddb0ec9081e7c7eeb1ba31951f447ca780ef9f5d568189"
3004dependencies = [2912dependencies = [
3005 "fallible-iterator",2913 "fallible-iterator",
3006 "indexmap",2914 "indexmap",
3007 "stable_deref_trait",2915 "stable_deref_trait",
3008]2916]
3009
3010[[package]]
3011name = "gimli"
3012version = "0.24.0"
3013source = "registry+https://github.com/rust-lang/crates.io-index"
3014checksum = "0e4075386626662786ddb0ec9081e7c7eeb1ba31951f447ca780ef9f5d568189"
30152917
3016[[package]]2918[[package]]
3017name = "glob"2919name = "glob"
3188 "hmac 0.7.1",3090 "hmac 0.7.1",
3189]3091]
3092
3093[[package]]
3094name = "hmac-drbg"
3095version = "0.3.0"
3096source = "registry+https://github.com/rust-lang/crates.io-index"
3097checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"
3098dependencies = [
3099 "digest 0.9.0",
3100 "generic-array 0.14.4",
3101 "hmac 0.8.1",
3102]
31903103
3191[[package]]3104[[package]]
3192name = "hostname"3105name = "hostname"
3243 "http 0.2.4",3156 "http 0.2.4",
3244]3157]
3158
3159[[package]]
3160name = "http-body"
3161version = "0.4.2"
3162source = "registry+https://github.com/rust-lang/crates.io-index"
3163checksum = "60daa14be0e0786db0f03a9e57cb404c9d756eed2b6c62b9ea98ec5743ec75a9"
3164dependencies = [
3165 "bytes 1.0.1",
3166 "http 0.2.4",
3167 "pin-project-lite 0.2.6",
3168]
32453169
3246[[package]]3170[[package]]
3247name = "httparse"3171name = "httparse"
3255source = "registry+https://github.com/rust-lang/crates.io-index"3179source = "registry+https://github.com/rust-lang/crates.io-index"
3256checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"3180checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
3181
3182[[package]]
3183name = "httpdate"
3184version = "1.0.1"
3185source = "registry+https://github.com/rust-lang/crates.io-index"
3186checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440"
32573187
3258[[package]]3188[[package]]
3259name = "humantime"3189name = "humantime"
3314 "http 0.2.4",3244 "http 0.2.4",
3315 "http-body 0.3.1",3245 "http-body 0.3.1",
3316 "httparse",3246 "httparse",
3317 "httpdate",3247 "httpdate 0.3.2",
3318 "itoa",3248 "itoa",
3319 "pin-project 1.0.7",3249 "pin-project 1.0.7",
3320 "socket2 0.3.19",3250 "socket2 0.3.19",
3324 "want 0.3.0",3254 "want 0.3.0",
3325]3255]
3256
3257[[package]]
3258name = "hyper"
3259version = "0.14.10"
3260source = "registry+https://github.com/rust-lang/crates.io-index"
3261checksum = "7728a72c4c7d72665fde02204bcbd93b247721025b222ef78606f14513e0fd03"
3262dependencies = [
3263 "bytes 1.0.1",
3264 "futures-channel",
3265 "futures-core",
3266 "futures-util",
3267 "http 0.2.4",
3268 "http-body 0.4.2",
3269 "httparse",
3270 "httpdate 1.0.1",
3271 "itoa",
3272 "pin-project-lite 0.2.6",
3273 "tokio 1.8.1",
3274 "tower-service",
3275 "tracing",
3276 "want 0.3.0",
3277]
33263278
3327[[package]]3279[[package]]
3328name = "hyper-rustls"3280name = "hyper-rustls"
3336 "hyper 0.13.10",3288 "hyper 0.13.10",
3337 "log",3289 "log",
3338 "rustls 0.18.1",3290 "rustls 0.18.1",
3339 "rustls-native-certs",3291 "rustls-native-certs 0.4.0",
3340 "tokio 0.2.25",3292 "tokio 0.2.25",
3341 "tokio-rustls",3293 "tokio-rustls 0.14.1",
3342 "webpki",3294 "webpki",
3343]3295]
33443296
3779 "slab",3731 "slab",
3780]3732]
3781
3782[[package]]
3783name = "jsonrpsee-http-client"
3784version = "0.2.0-alpha.6"
3785source = "registry+https://github.com/rust-lang/crates.io-index"
3786checksum = "2737440f37efa10e5ef7beeec43d059d29dc92640978be21fcdcef481a2edb0d"
3787dependencies = [
3788 "async-trait",
3789 "fnv",
3790 "hyper 0.13.10",
3791 "hyper-rustls",
3792 "jsonrpsee-types",
3793 "jsonrpsee-utils",
3794 "log",
3795 "serde",
3796 "serde_json",
3797 "thiserror",
3798 "url 2.2.2",
3799]
38003733
3801[[package]]3734[[package]]
3802name = "jsonrpsee-proc-macros"3735name = "jsonrpsee-proc-macros"
3803version = "0.2.0-alpha.6"3736version = "0.2.0"
3804source = "registry+https://github.com/rust-lang/crates.io-index"3737source = "registry+https://github.com/rust-lang/crates.io-index"
3805checksum = "5784ee8bb31988fa2c7a755fe31b0e21aa51894a67e5c99b6d4470f0253bf31a"3738checksum = "3b4c85cfa6767333f3e5f3b2f2f765dad2727b0033ee270ae07c599bf43ed5ae"
3806dependencies = [3739dependencies = [
3807 "Inflector",3740 "Inflector",
3808 "proc-macro-crate 1.0.0",3741 "proc-macro-crate 1.0.0",
38133746
3814[[package]]3747[[package]]
3815name = "jsonrpsee-types"3748name = "jsonrpsee-types"
3816version = "0.2.0-alpha.6"3749version = "0.2.0"
3817source = "registry+https://github.com/rust-lang/crates.io-index"3750source = "registry+https://github.com/rust-lang/crates.io-index"
3818checksum = "bab3dabceeeeb865897661d532d47202eaae71cd2c606f53cb69f1fbc0555a51"3751checksum = "c0cf7bd4e93b3b56e59131de7f24afbea871faf914e97bcdd942c86927ab0172"
3819dependencies = [3752dependencies = [
3820 "async-trait",3753 "async-trait",
3821 "beef",3754 "beef",
3822 "futures-channel",3755 "futures-channel",
3823 "futures-util",3756 "futures-util",
3757 "hyper 0.14.10",
3824 "log",3758 "log",
3825 "serde",3759 "serde",
3826 "serde_json",3760 "serde_json",
3761 "soketto 0.5.0",
3827 "thiserror",3762 "thiserror",
3828]3763]
38293764
3830[[package]]3765[[package]]
3831name = "jsonrpsee-utils"3766name = "jsonrpsee-ws-client"
3832version = "0.2.0-alpha.6"3767version = "0.2.0"
3833source = "registry+https://github.com/rust-lang/crates.io-index"3768source = "registry+https://github.com/rust-lang/crates.io-index"
3834checksum = "d63cf4d423614e71fd144a8691208539d2b23d8373e069e2fbe023c5eba5e922"3769checksum = "6ec51150965544e1a4468f372bdab8545243a1b045d4ab272023aac74c60de32"
3835dependencies = [3770dependencies = [
3836 "futures-util",3771 "async-trait",
3772 "fnv",
3837 "hyper 0.13.10",3773 "futures 0.3.15",
3838 "jsonrpsee-types",3774 "jsonrpsee-types",
3775 "log",
3776 "pin-project 1.0.7",
3777 "rustls 0.19.1",
3778 "rustls-native-certs 0.5.0",
3779 "serde",
3780 "serde_json",
3781 "soketto 0.5.0",
3782 "thiserror",
3783 "tokio 0.2.25",
3784 "tokio-rustls 0.15.0",
3785 "tokio-util",
3786 "url 2.2.2",
3839]3787]
38403788
3841[[package]]3789[[package]]
3854 "winapi-build",3802 "winapi-build",
3855]3803]
3856
3857[[package]]
3858name = "kusama-runtime"
3859version = "0.9.3"
3860source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"
3861dependencies = [
3862 "beefy-primitives",
3863 "bitvec 0.20.4",
3864 "frame-executive",
3865 "frame-support",
3866 "frame-system",
3867 "frame-system-rpc-runtime-api",
3868 "frame-try-runtime",
3869 "log",
3870 "pallet-authority-discovery",
3871 "pallet-authorship",
3872 "pallet-babe",
3873 "pallet-balances",
3874 "pallet-bounties",
3875 "pallet-collective",
3876 "pallet-democracy",
3877 "pallet-election-provider-multi-phase",
3878 "pallet-elections-phragmen",
3879 "pallet-gilt",
3880 "pallet-grandpa",
3881 "pallet-identity",
3882 "pallet-im-online",
3883 "pallet-indices",
3884 "pallet-membership",
3885 "pallet-mmr-primitives",
3886 "pallet-multisig",
3887 "pallet-nicks",
3888 "pallet-offences",
3889 "pallet-proxy",
3890 "pallet-randomness-collective-flip",
3891 "pallet-recovery",
3892 "pallet-scheduler 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3)",
3893 "pallet-session",
3894 "pallet-society",
3895 "pallet-staking",
3896 "pallet-staking-reward-fn",
3897 "pallet-timestamp",
3898 "pallet-tips",
3899 "pallet-transaction-payment",
3900 "pallet-transaction-payment-rpc-runtime-api",
3901 "pallet-treasury",
3902 "pallet-utility",
3903 "pallet-vesting",
3904 "pallet-xcm",
3905 "parity-scale-codec 2.1.3",
3906 "polkadot-primitives",
3907 "polkadot-runtime-common",
3908 "polkadot-runtime-parachains",
3909 "rustc-hex",
3910 "serde",
3911 "serde_derive",
3912 "smallvec 1.6.1",
3913 "sp-api",
3914 "sp-arithmetic",
3915 "sp-authority-discovery",
3916 "sp-block-builder",
3917 "sp-consensus-babe",
3918 "sp-core",
3919 "sp-inherents",
3920 "sp-io",
3921 "sp-npos-elections",
3922 "sp-offchain",
3923 "sp-runtime",
3924 "sp-session",
3925 "sp-staking",
3926 "sp-std",
3927 "sp-transaction-pool",
3928 "sp-version",
3929 "static_assertions",
3930 "substrate-wasm-builder 3.0.0",
3931 "xcm",
3932 "xcm-builder",
3933 "xcm-executor",
3934]
39353804
3936[[package]]3805[[package]]
3937name = "kv-log-macro"3806name = "kv-log-macro"
4084 "futures 0.3.15",3953 "futures 0.3.15",
4085 "futures-timer 3.0.2",3954 "futures-timer 3.0.2",
4086 "lazy_static",3955 "lazy_static",
4087 "libsecp256k1",3956 "libsecp256k1 0.3.5",
4088 "log",3957 "log",
4089 "multihash",3958 "multihash",
4090 "multistream-select",3959 "multistream-select",
4447 "log",4316 "log",
4448 "quicksink",4317 "quicksink",
4449 "rw-stream-sink",4318 "rw-stream-sink",
4450 "soketto",4319 "soketto 0.4.2",
4451 "url 2.2.2",4320 "url 2.2.2",
4452 "webpki-roots",4321 "webpki-roots",
4453]4322]
4486 "arrayref",4355 "arrayref",
4487 "crunchy",4356 "crunchy",
4488 "digest 0.8.1",4357 "digest 0.8.1",
4489 "hmac-drbg",4358 "hmac-drbg 0.2.0",
4490 "rand 0.7.3",4359 "rand 0.7.3",
4491 "sha2 0.8.2",4360 "sha2 0.8.2",
4492 "subtle 2.4.0",4361 "subtle 2.4.0",
4493 "typenum",4362 "typenum",
4494]4363]
4364
4365[[package]]
4366name = "libsecp256k1"
4367version = "0.5.0"
4368source = "registry+https://github.com/rust-lang/crates.io-index"
4369checksum = "bd1137239ab33b41aa9637a88a28249e5e70c40a42ccc92db7f12cc356c1fcd7"
4370dependencies = [
4371 "arrayref",
4372 "base64 0.12.3",
4373 "digest 0.9.0",
4374 "hmac-drbg 0.3.0",
4375 "libsecp256k1-core",
4376 "libsecp256k1-gen-ecmult",
4377 "libsecp256k1-gen-genmult",
4378 "rand 0.7.3",
4379 "serde",
4380 "sha2 0.9.5",
4381 "typenum",
4382]
4383
4384[[package]]
4385name = "libsecp256k1-core"
4386version = "0.2.1"
4387source = "registry+https://github.com/rust-lang/crates.io-index"
4388checksum = "4ee11012b293ea30093c129173cac4335513064094619f4639a25b310fd33c11"
4389dependencies = [
4390 "crunchy",
4391 "digest 0.9.0",
4392 "subtle 2.4.0",
4393]
4394
4395[[package]]
4396name = "libsecp256k1-gen-ecmult"
4397version = "0.2.0"
4398source = "registry+https://github.com/rust-lang/crates.io-index"
4399checksum = "32239626ffbb6a095b83b37a02ceb3672b2443a87a000a884fc3c4d16925c9c0"
4400dependencies = [
4401 "libsecp256k1-core",
4402]
4403
4404[[package]]
4405name = "libsecp256k1-gen-genmult"
4406version = "0.2.0"
4407source = "registry+https://github.com/rust-lang/crates.io-index"
4408checksum = "76acb433e21d10f5f9892b1962c2856c58c7f39a9e4bd68ac82b9436a0ffd5b9"
4409dependencies = [
4410 "libsecp256k1-core",
4411]
44954412
4496[[package]]4413[[package]]
4497name = "libz-sys"4414name = "libz-sys"
4620 "rawpointer",4537 "rawpointer",
4621]4538]
4539
4540[[package]]
4541name = "max-encoded-len"
4542version = "3.0.0"
4543source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
4544dependencies = [
4545 "impl-trait-for-tuples 0.2.1",
4546 "max-encoded-len-derive",
4547 "parity-scale-codec 2.1.3",
4548 "primitive-types 0.9.0",
4549]
4550
4551[[package]]
4552name = "max-encoded-len-derive"
4553version = "3.0.0"
4554source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
4555dependencies = [
4556 "proc-macro-crate 1.0.0",
4557 "proc-macro2",
4558 "quote",
4559 "syn",
4560]
46224561
4623[[package]]4562[[package]]
4624name = "maybe-uninit"4563name = "maybe-uninit"
4700[[package]]4639[[package]]
4701name = "metered-channel"4640name = "metered-channel"
4702version = "0.1.0"4641version = "0.1.0"
4703source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"4642source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
4704dependencies = [4643dependencies = [
4705 "derive_more",4644 "derive_more",
4706 "futures 0.3.15",4645 "futures 0.3.15",
4983 "nft-data-structs",4922 "nft-data-structs",
4984 "nft-rpc",4923 "nft-rpc",
4985 "nft-runtime",4924 "nft-runtime",
4986 "pallet-contracts",
4987 "pallet-contracts-rpc",
4988 "pallet-ethereum",4925 "pallet-ethereum",
4989 "pallet-transaction-payment-rpc",4926 "pallet-transaction-payment-rpc",
4990 "parity-scale-codec 2.1.3",4927 "parity-scale-codec 2.1.3",
5039dependencies = [4976dependencies = [
5040 "frame-support",4977 "frame-support",
5041 "frame-system",4978 "frame-system",
5042 "pallet-contracts",
5043 "parity-scale-codec 2.1.3",4979 "parity-scale-codec 2.1.3",
5044 "serde",4980 "serde",
5045 "sp-core",4981 "sp-core",
5059 "jsonrpc-core 15.1.0",4995 "jsonrpc-core 15.1.0",
5060 "jsonrpc-pubsub 15.1.0",4996 "jsonrpc-pubsub 15.1.0",
5061 "nft-runtime",4997 "nft-runtime",
5062 "pallet-contracts-rpc",
5063 "pallet-ethereum",4998 "pallet-ethereum",
5064 "pallet-nft",4999 "pallet-nft",
5065 "pallet-transaction-payment-rpc",5000 "pallet-transaction-payment-rpc",
5101 "cumulus-pallet-xcm",5036 "cumulus-pallet-xcm",
5102 "cumulus-pallet-xcmp-queue",5037 "cumulus-pallet-xcmp-queue",
5103 "cumulus-primitives-core",5038 "cumulus-primitives-core",
5039 "cumulus-primitives-timestamp",
5104 "cumulus-primitives-utility",5040 "cumulus-primitives-utility",
5105 "fp-rpc",5041 "fp-rpc",
5106 "frame-benchmarking",5042 "frame-benchmarking",
5113 "nft-data-structs",5049 "nft-data-structs",
5114 "pallet-aura",5050 "pallet-aura",
5115 "pallet-balances",5051 "pallet-balances",
5116 "pallet-contract-helpers",
5117 "pallet-contracts",
5118 "pallet-contracts-primitives",
5119 "pallet-contracts-rpc-runtime-api",
5120 "pallet-ethereum",5052 "pallet-ethereum",
5121 "pallet-evm",5053 "pallet-evm",
5122 "pallet-inflation",5054 "pallet-inflation",
52735205
5274[[package]]5206[[package]]
5275name = "object"5207name = "object"
5276version = "0.23.0"5208version = "0.24.0"
5277source = "registry+https://github.com/rust-lang/crates.io-index"5209source = "registry+https://github.com/rust-lang/crates.io-index"
5278checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"5210checksum = "1a5b3dd1c072ee7963717671d1ca129f1048fda25edea6b752bfc71ac8854170"
5279dependencies = [5211dependencies = [
5280 "crc32fast",5212 "crc32fast",
5281 "indexmap",5213 "indexmap",
5338[[package]]5270[[package]]
5339name = "pallet-aura"5271name = "pallet-aura"
5340version = "3.0.0"5272version = "3.0.0"
5341source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5273source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
5342dependencies = [5274dependencies = [
5343 "frame-support",5275 "frame-support",
5344 "frame-system",5276 "frame-system",
5354[[package]]5286[[package]]
5355name = "pallet-authority-discovery"5287name = "pallet-authority-discovery"
5356version = "3.0.0"5288version = "3.0.0"
5357source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5289source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
5358dependencies = [5290dependencies = [
5359 "frame-support",5291 "frame-support",
5360 "frame-system",5292 "frame-system",
5369[[package]]5301[[package]]
5370name = "pallet-authorship"5302name = "pallet-authorship"
5371version = "3.0.0"5303version = "3.0.0"
5372source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5304source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
5373dependencies = [5305dependencies = [
5374 "frame-support",5306 "frame-support",
5375 "frame-system",5307 "frame-system",
5383[[package]]5315[[package]]
5384name = "pallet-babe"5316name = "pallet-babe"
5385version = "3.0.0"5317version = "3.0.0"
5386source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5318source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
5387dependencies = [5319dependencies = [
5388 "frame-benchmarking",5320 "frame-benchmarking",
5389 "frame-support",5321 "frame-support",
5406[[package]]5338[[package]]
5407name = "pallet-balances"5339name = "pallet-balances"
5408version = "3.0.0"5340version = "3.0.0"
5409source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5341source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
5410dependencies = [5342dependencies = [
5411 "frame-benchmarking",5343 "frame-benchmarking",
5412 "frame-support",5344 "frame-support",
5413 "frame-system",5345 "frame-system",
5414 "log",5346 "log",
5347 "max-encoded-len",
5415 "parity-scale-codec 2.1.3",5348 "parity-scale-codec 2.1.3",
5416 "sp-runtime",5349 "sp-runtime",
5417 "sp-std",5350 "sp-std",
5420[[package]]5353[[package]]
5421name = "pallet-beefy"5354name = "pallet-beefy"
5422version = "0.1.0"5355version = "0.1.0"
5423source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.3#063e18a1f82945d5a304906db92bfbb571bac459"5356source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=polkadot-v0.9.7#299dd5fd3fabd99c3c919f1312001283ddc5b365"
5424dependencies = [5357dependencies = [
5425 "beefy-primitives",5358 "beefy-primitives",
5426 "frame-support",5359 "frame-support",
5435[[package]]5368[[package]]
5436name = "pallet-bounties"5369name = "pallet-bounties"
5437version = "3.0.0"5370version = "3.0.0"
5438source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5371source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
5439dependencies = [5372dependencies = [
5440 "frame-support",5373 "frame-support",
5441 "frame-system",5374 "frame-system",
5445 "sp-std",5378 "sp-std",
5446]5379]
5447
5448[[package]]
5449name = "pallet-bridge-grandpa"
5450version = "0.1.0"
5451source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"
5452dependencies = [
5453 "bp-header-chain",
5454 "bp-runtime",
5455 "bp-test-utils",
5456 "finality-grandpa",
5457 "frame-support",
5458 "frame-system",
5459 "log",
5460 "num-traits",
5461 "parity-scale-codec 2.1.3",
5462 "serde",
5463 "sp-finality-grandpa",
5464 "sp-runtime",
5465 "sp-std",
5466 "sp-trie",
5467]
54685380
5469[[package]]5381[[package]]
5470name = "pallet-collective"5382name = "pallet-collective"
5471version = "3.0.0"5383version = "3.0.0"
5472source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5384source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
5473dependencies = [5385dependencies = [
5474 "frame-support",5386 "frame-support",
5475 "frame-system",5387 "frame-system",
5497[[package]]5409[[package]]
5498name = "pallet-contracts"5410name = "pallet-contracts"
5499version = "3.0.0"5411version = "3.0.0"
5500source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5412source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
5501dependencies = [5413dependencies = [
5414 "bitflags",
5502 "frame-support",5415 "frame-support",
5503 "frame-system",5416 "frame-system",
5504 "log",5417 "log",
5505 "pallet-contracts-primitives",5418 "pallet-contracts-primitives",
5506 "pallet-contracts-proc-macro",5419 "pallet-contracts-proc-macro",
5507 "parity-scale-codec 2.1.3",5420 "parity-scale-codec 2.1.3",
5508 "parity-wasm 0.42.2",
5509 "pwasm-utils 0.17.1",5421 "pwasm-utils",
5510 "serde",5422 "serde",
5511 "smallvec 1.6.1",5423 "smallvec 1.6.1",
5512 "sp-core",5424 "sp-core",
5513 "sp-io",5425 "sp-io",
5514 "sp-runtime",5426 "sp-runtime",
5515 "sp-sandbox",5427 "sp-sandbox",
5516 "sp-std",5428 "sp-std",
5517 "wasmi-validation 0.4.0",5429 "wasmi-validation",
5518]5430]
55195431
5520[[package]]5432[[package]]
5521name = "pallet-contracts-primitives"5433name = "pallet-contracts-primitives"
5522version = "3.0.0"5434version = "3.0.0"
5523source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5435source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
5524dependencies = [5436dependencies = [
5525 "bitflags",5437 "bitflags",
5526 "parity-scale-codec 2.1.3",5438 "parity-scale-codec 2.1.3",
5533[[package]]5445[[package]]
5534name = "pallet-contracts-proc-macro"5446name = "pallet-contracts-proc-macro"
5535version = "3.0.0"5447version = "3.0.0"
5536source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5448source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
5537dependencies = [5449dependencies = [
5538 "proc-macro2",5450 "proc-macro2",
5539 "quote",5451 "quote",
5540 "syn",5452 "syn",
5541]5453]
5542
5543[[package]]
5544name = "pallet-contracts-rpc"
5545version = "3.0.0"
5546source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"
5547dependencies = [
5548 "jsonrpc-core 15.1.0",
5549 "jsonrpc-core-client 15.1.0",
5550 "jsonrpc-derive 15.1.0",
5551 "pallet-contracts-primitives",
5552 "pallet-contracts-rpc-runtime-api",
5553 "parity-scale-codec 2.1.3",
5554 "serde",
5555 "sp-api",
5556 "sp-blockchain",
5557 "sp-core",
5558 "sp-rpc",
5559 "sp-runtime",
5560]
5561
5562[[package]]
5563name = "pallet-contracts-rpc-runtime-api"
5564version = "3.0.0"
5565source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"
5566dependencies = [
5567 "pallet-contracts-primitives",
5568 "parity-scale-codec 2.1.3",
5569 "sp-api",
5570 "sp-runtime",
5571 "sp-std",
5572]
55735454
5574[[package]]5455[[package]]
5575name = "pallet-democracy"5456name = "pallet-democracy"
5576version = "3.0.0"5457version = "3.0.0"
5577source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5458source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
5578dependencies = [5459dependencies = [
5579 "frame-benchmarking",5460 "frame-benchmarking",
5580 "frame-support",5461 "frame-support",
5589[[package]]5470[[package]]
5590name = "pallet-election-provider-multi-phase"5471name = "pallet-election-provider-multi-phase"
5591version = "3.0.0"5472version = "3.0.0"
5592source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5473source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
5593dependencies = [5474dependencies = [
5594 "frame-election-provider-support",5475 "frame-election-provider-support",
5595 "frame-support",5476 "frame-support",
5608[[package]]5489[[package]]
5609name = "pallet-elections-phragmen"5490name = "pallet-elections-phragmen"
5610version = "4.0.0"5491version = "4.0.0"
5611source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5492source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
5612dependencies = [5493dependencies = [
5613 "frame-support",5494 "frame-support",
5614 "frame-system",5495 "frame-system",
56235504
5624[[package]]5505[[package]]
5625name = "pallet-ethereum"5506name = "pallet-ethereum"
5626version = "2.0.0-dev"5507version = "3.0.0-dev"
5627source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions-parachain#48676fa655fdfb6ceb16fc67d7250d8e618a5843"5508source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions-parachain#c1388c13be6d59b9a70e1277f1295977090adb63"
5628dependencies = [5509dependencies = [
5629 "ethereum",5510 "ethereum",
5630 "ethereum-types 0.11.0",5511 "ethereum-types 0.11.0",
5635 "fp-storage",5516 "fp-storage",
5636 "frame-support",5517 "frame-support",
5637 "frame-system",5518 "frame-system",
5638 "libsecp256k1",5519 "libsecp256k1 0.5.0",
5639 "pallet-balances",5520 "pallet-balances",
5640 "pallet-evm",5521 "pallet-evm",
5641 "pallet-timestamp",5522 "pallet-timestamp",
56515532
5652[[package]]5533[[package]]
5653name = "pallet-evm"5534name = "pallet-evm"
5654version = "4.0.0-dev"5535version = "5.0.0-dev"
5655source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions-parachain#48676fa655fdfb6ceb16fc67d7250d8e618a5843"5536source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions-parachain#c1388c13be6d59b9a70e1277f1295977090adb63"
5656dependencies = [5537dependencies = [
5657 "evm",5538 "evm",
5658 "evm-gasometer",5539 "evm-gasometer",
5675 "sp-std",5556 "sp-std",
5676]5557]
5677
5678[[package]]
5679name = "pallet-gilt"
5680version = "3.0.0"
5681source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"
5682dependencies = [
5683 "frame-benchmarking",
5684 "frame-support",
5685 "frame-system",
5686 "parity-scale-codec 2.1.3",
5687 "sp-arithmetic",
5688 "sp-runtime",
5689 "sp-std",
5690]
56915558
5692[[package]]5559[[package]]
5693name = "pallet-grandpa"5560name = "pallet-grandpa"
5694version = "3.0.0"5561version = "3.1.0"
5695source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5562source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
5696dependencies = [5563dependencies = [
5697 "frame-benchmarking",5564 "frame-benchmarking",
5698 "frame-support",5565 "frame-support",
5704 "sp-application-crypto",5571 "sp-application-crypto",
5705 "sp-core",5572 "sp-core",
5706 "sp-finality-grandpa",5573 "sp-finality-grandpa",
5574 "sp-io",
5707 "sp-runtime",5575 "sp-runtime",
5708 "sp-session",5576 "sp-session",
5709 "sp-staking",5577 "sp-staking",
5713[[package]]5581[[package]]
5714name = "pallet-identity"5582name = "pallet-identity"
5715version = "3.0.0"5583version = "3.0.0"
5716source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5584source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
5717dependencies = [5585dependencies = [
5718 "enumflags2",5586 "enumflags2",
5719 "frame-benchmarking",5587 "frame-benchmarking",
5728[[package]]5596[[package]]
5729name = "pallet-im-online"5597name = "pallet-im-online"
5730version = "3.0.0"5598version = "3.0.0"
5731source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5599source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
5732dependencies = [5600dependencies = [
5733 "frame-support",5601 "frame-support",
5734 "frame-system",5602 "frame-system",
5746[[package]]5614[[package]]
5747name = "pallet-indices"5615name = "pallet-indices"
5748version = "3.0.0"5616version = "3.0.0"
5749source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5617source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
5750dependencies = [5618dependencies = [
5751 "frame-support",5619 "frame-support",
5752 "frame-system",5620 "frame-system",
5779[[package]]5647[[package]]
5780name = "pallet-membership"5648name = "pallet-membership"
5781version = "3.0.0"5649version = "3.0.0"
5782source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5650source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
5783dependencies = [5651dependencies = [
5784 "frame-benchmarking",5652 "frame-benchmarking",
5785 "frame-support",5653 "frame-support",
5794[[package]]5662[[package]]
5795name = "pallet-mmr"5663name = "pallet-mmr"
5796version = "3.0.0"5664version = "3.0.0"
5797source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5665source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
5798dependencies = [5666dependencies = [
5799 "ckb-merkle-mountain-range",5667 "ckb-merkle-mountain-range",
5800 "frame-benchmarking",5668 "frame-benchmarking",
5811[[package]]5679[[package]]
5812name = "pallet-mmr-primitives"5680name = "pallet-mmr-primitives"
5813version = "3.0.0"5681version = "3.0.0"
5814source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5682source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
5815dependencies = [5683dependencies = [
5816 "frame-support",5684 "frame-support",
5817 "frame-system",5685 "frame-system",
5827[[package]]5695[[package]]
5828name = "pallet-mmr-rpc"5696name = "pallet-mmr-rpc"
5829version = "3.0.0"5697version = "3.0.0"
5830source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5698source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
5831dependencies = [5699dependencies = [
5832 "jsonrpc-core 15.1.0",5700 "jsonrpc-core 15.1.0",
5833 "jsonrpc-core-client 15.1.0",5701 "jsonrpc-core-client 15.1.0",
5845[[package]]5713[[package]]
5846name = "pallet-multisig"5714name = "pallet-multisig"
5847version = "3.0.0"5715version = "3.0.0"
5848source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5716source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
5849dependencies = [5717dependencies = [
5850 "frame-support",5718 "frame-support",
5851 "frame-system",5719 "frame-system",
5870 "hex-literal",5738 "hex-literal",
5871 "nft-data-structs",5739 "nft-data-structs",
5872 "pallet-balances",5740 "pallet-balances",
5873 "pallet-contracts",
5874 "pallet-ethereum",5741 "pallet-ethereum",
5875 "pallet-evm",5742 "pallet-evm",
5876 "pallet-randomness-collective-flip",5743 "pallet-randomness-collective-flip",
5926[[package]]5793[[package]]
5927name = "pallet-nicks"5794name = "pallet-nicks"
5928version = "3.0.0"5795version = "3.0.0"
5929source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5796source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
5930dependencies = [5797dependencies = [
5931 "frame-support",5798 "frame-support",
5932 "frame-system",5799 "frame-system",
5939[[package]]5806[[package]]
5940name = "pallet-offences"5807name = "pallet-offences"
5941version = "3.0.0"5808version = "3.0.0"
5942source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5809source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
5943dependencies = [5810dependencies = [
5944 "frame-support",5811 "frame-support",
5945 "frame-system",5812 "frame-system",
5955[[package]]5822[[package]]
5956name = "pallet-proxy"5823name = "pallet-proxy"
5957version = "3.0.0"5824version = "3.0.0"
5958source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5825source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
5959dependencies = [5826dependencies = [
5960 "frame-support",5827 "frame-support",
5961 "frame-system",5828 "frame-system",
5829 "max-encoded-len",
5962 "parity-scale-codec 2.1.3",5830 "parity-scale-codec 2.1.3",
5963 "sp-core",5831 "sp-core",
5964 "sp-io",5832 "sp-io",
5969[[package]]5837[[package]]
5970name = "pallet-randomness-collective-flip"5838name = "pallet-randomness-collective-flip"
5971version = "3.0.0"5839version = "3.0.0"
5972source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5840source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
5973dependencies = [5841dependencies = [
5974 "frame-support",5842 "frame-support",
5975 "frame-system",5843 "frame-system",
5979 "sp-std",5847 "sp-std",
5980]5848]
5981
5982[[package]]
5983name = "pallet-recovery"
5984version = "3.0.0"
5985source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"
5986dependencies = [
5987 "enumflags2",
5988 "frame-support",
5989 "frame-system",
5990 "parity-scale-codec 2.1.3",
5991 "sp-io",
5992 "sp-runtime",
5993 "sp-std",
5994]
59955849
5996[[package]]5850[[package]]
5997name = "pallet-scheduler"5851name = "pallet-scheduler"
6014[[package]]5868[[package]]
6015name = "pallet-scheduler"5869name = "pallet-scheduler"
6016version = "3.0.0"5870version = "3.0.0"
6017source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5871source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
6018dependencies = [5872dependencies = [
6019 "frame-benchmarking",5873 "frame-benchmarking",
6020 "frame-support",5874 "frame-support",
6029[[package]]5883[[package]]
6030name = "pallet-session"5884name = "pallet-session"
6031version = "3.0.0"5885version = "3.0.0"
6032source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5886source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
6033dependencies = [5887dependencies = [
6034 "frame-support",5888 "frame-support",
6035 "frame-system",5889 "frame-system",
6036 "impl-trait-for-tuples 0.2.1",5890 "impl-trait-for-tuples 0.2.1",
5891 "log",
6037 "pallet-timestamp",5892 "pallet-timestamp",
6038 "parity-scale-codec 2.1.3",5893 "parity-scale-codec 2.1.3",
6039 "sp-core",5894 "sp-core",
6045 "sp-trie",5900 "sp-trie",
6046]5901]
6047
6048[[package]]
6049name = "pallet-society"
6050version = "3.0.0"
6051source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"
6052dependencies = [
6053 "frame-support",
6054 "frame-system",
6055 "parity-scale-codec 2.1.3",
6056 "rand_chacha 0.2.2",
6057 "sp-runtime",
6058 "sp-std",
6059]
60605902
6061[[package]]5903[[package]]
6062name = "pallet-staking"5904name = "pallet-staking"
6063version = "3.0.0"5905version = "3.0.0"
6064source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5906source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
6065dependencies = [5907dependencies = [
6066 "frame-election-provider-support",5908 "frame-election-provider-support",
6067 "frame-support",5909 "frame-support",
6083[[package]]5925[[package]]
6084name = "pallet-staking-reward-curve"5926name = "pallet-staking-reward-curve"
6085version = "3.0.0"5927version = "3.0.0"
6086source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5928source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
6087dependencies = [5929dependencies = [
6088 "proc-macro-crate 1.0.0",5930 "proc-macro-crate 1.0.0",
6089 "proc-macro2",5931 "proc-macro2",
6090 "quote",5932 "quote",
6091 "syn",5933 "syn",
6092]5934]
6093
6094[[package]]
6095name = "pallet-staking-reward-fn"
6096version = "3.0.0"
6097source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"
6098dependencies = [
6099 "log",
6100 "sp-arithmetic",
6101]
61025935
6103[[package]]5936[[package]]
6104name = "pallet-sudo"5937name = "pallet-sudo"
6105version = "3.0.0"5938version = "3.0.0"
6106source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5939source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
6107dependencies = [5940dependencies = [
6108 "frame-support",5941 "frame-support",
6109 "frame-system",5942 "frame-system",
6116[[package]]5949[[package]]
6117name = "pallet-timestamp"5950name = "pallet-timestamp"
6118version = "3.0.0"5951version = "3.0.0"
6119source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5952source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
6120dependencies = [5953dependencies = [
6121 "frame-benchmarking",5954 "frame-benchmarking",
6122 "frame-support",5955 "frame-support",
6134[[package]]5967[[package]]
6135name = "pallet-tips"5968name = "pallet-tips"
6136version = "3.0.0"5969version = "3.0.0"
6137source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5970source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
6138dependencies = [5971dependencies = [
6139 "frame-support",5972 "frame-support",
6140 "frame-system",5973 "frame-system",
6148[[package]]5981[[package]]
6149name = "pallet-transaction-payment"5982name = "pallet-transaction-payment"
6150version = "3.0.0"5983version = "3.0.0"
6151source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"5984source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
6152dependencies = [5985dependencies = [
6153 "frame-support",5986 "frame-support",
6154 "frame-system",5987 "frame-system",
6164[[package]]5997[[package]]
6165name = "pallet-transaction-payment-rpc"5998name = "pallet-transaction-payment-rpc"
6166version = "3.0.0"5999version = "3.0.0"
6167source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"6000source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
6168dependencies = [6001dependencies = [
6169 "jsonrpc-core 15.1.0",6002 "jsonrpc-core 15.1.0",
6170 "jsonrpc-core-client 15.1.0",6003 "jsonrpc-core-client 15.1.0",
6181[[package]]6014[[package]]
6182name = "pallet-transaction-payment-rpc-runtime-api"6015name = "pallet-transaction-payment-rpc-runtime-api"
6183version = "3.0.0"6016version = "3.0.0"
6184source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"6017source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
6185dependencies = [6018dependencies = [
6186 "pallet-transaction-payment",6019 "pallet-transaction-payment",
6187 "parity-scale-codec 2.1.3",6020 "parity-scale-codec 2.1.3",
6192[[package]]6025[[package]]
6193name = "pallet-treasury"6026name = "pallet-treasury"
6194version = "3.0.0"6027version = "3.0.0"
6195source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"6028source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
6196dependencies = [6029dependencies = [
6197 "frame-support",6030 "frame-support",
6198 "frame-system",6031 "frame-system",
6207[[package]]6040[[package]]
6208name = "pallet-utility"6041name = "pallet-utility"
6209version = "3.0.0"6042version = "3.0.0"
6210source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"6043source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
6211dependencies = [6044dependencies = [
6212 "frame-support",6045 "frame-support",
6213 "frame-system",6046 "frame-system",
6221[[package]]6054[[package]]
6222name = "pallet-vesting"6055name = "pallet-vesting"
6223version = "3.0.0"6056version = "3.0.0"
6224source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"6057source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
6225dependencies = [6058dependencies = [
6226 "enumflags2",6059 "enumflags2",
6227 "frame-support",6060 "frame-support",
6234[[package]]6067[[package]]
6235name = "pallet-xcm"6068name = "pallet-xcm"
6236version = "0.1.0"6069version = "0.1.0"
6237source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"6070source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
6238dependencies = [6071dependencies = [
6239 "frame-support",6072 "frame-support",
6240 "frame-system",6073 "frame-system",
6241 "parity-scale-codec 2.1.3",6074 "parity-scale-codec 2.1.3",
6242 "serde",
6243 "sp-runtime",6075 "sp-runtime",
6244 "sp-std",6076 "sp-std",
6245 "xcm",6077 "xcm",
6249[[package]]6081[[package]]
6250name = "parachain-info"6082name = "parachain-info"
6251version = "0.1.0"6083version = "0.1.0"
6252source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.3#78b31b21122995b49f3c2cfe2791f188e33e5917"6084source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.7#c5c3abf7eb9d4fdfb588d6560efaa8dca66a8dbc"
6253dependencies = [6085dependencies = [
6254 "cumulus-primitives-core",6086 "cumulus-primitives-core",
6255 "frame-support",6087 "frame-support",
6393 "byteorder",6225 "byteorder",
6394]6226]
6395
6396[[package]]
6397name = "parity-wasm"
6398version = "0.41.0"
6399source = "registry+https://github.com/rust-lang/crates.io-index"
6400checksum = "ddfc878dac00da22f8f61e7af3157988424567ab01d9920b962ef7dcbd7cd865"
64016227
6402[[package]]6228[[package]]
6403name = "parity-wasm"6229name = "parity-wasm"
6679[[package]]6505[[package]]
6680name = "polkadot-approval-distribution"6506name = "polkadot-approval-distribution"
6681version = "0.1.0"6507version = "0.1.0"
6682source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"6508source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
6683dependencies = [6509dependencies = [
6684 "futures 0.3.15",6510 "futures 0.3.15",
6685 "polkadot-node-network-protocol",6511 "polkadot-node-network-protocol",
6693[[package]]6519[[package]]
6694name = "polkadot-availability-bitfield-distribution"6520name = "polkadot-availability-bitfield-distribution"
6695version = "0.1.0"6521version = "0.1.0"
6696source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"6522source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
6697dependencies = [6523dependencies = [
6698 "futures 0.3.15",6524 "futures 0.3.15",
6699 "polkadot-node-network-protocol",6525 "polkadot-node-network-protocol",
6706[[package]]6532[[package]]
6707name = "polkadot-availability-distribution"6533name = "polkadot-availability-distribution"
6708version = "0.1.0"6534version = "0.1.0"
6709source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"6535source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
6710dependencies = [6536dependencies = [
6711 "futures 0.3.15",6537 "futures 0.3.15",
6712 "lru",6538 "lru",
6729[[package]]6555[[package]]
6730name = "polkadot-availability-recovery"6556name = "polkadot-availability-recovery"
6731version = "0.1.0"6557version = "0.1.0"
6732source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"6558source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
6733dependencies = [6559dependencies = [
6734 "futures 0.3.15",6560 "futures 0.3.15",
6735 "lru",6561 "lru",
67476573
6748[[package]]6574[[package]]
6749name = "polkadot-cli"6575name = "polkadot-cli"
6750version = "0.9.3"6576version = "0.9.7"
6751source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"6577source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
6752dependencies = [6578dependencies = [
6753 "frame-benchmarking-cli",6579 "frame-benchmarking-cli",
6754 "futures 0.3.15",6580 "futures 0.3.15",
6765 "try-runtime-cli",6591 "try-runtime-cli",
6766]6592]
6593
6594[[package]]
6595name = "polkadot-client"
6596version = "0.9.7"
6597source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
6598dependencies = [
6599 "beefy-primitives",
6600 "frame-benchmarking",
6601 "frame-system-rpc-runtime-api",
6602 "pallet-mmr-primitives",
6603 "pallet-transaction-payment-rpc-runtime-api",
6604 "polkadot-primitives",
6605 "polkadot-runtime",
6606 "sc-client-api",
6607 "sc-executor",
6608 "sc-service",
6609 "sp-api",
6610 "sp-authority-discovery",
6611 "sp-block-builder",
6612 "sp-blockchain",
6613 "sp-consensus",
6614 "sp-consensus-babe",
6615 "sp-finality-grandpa",
6616 "sp-offchain",
6617 "sp-runtime",
6618 "sp-session",
6619 "sp-storage",
6620 "sp-transaction-pool",
6621]
67676622
6768[[package]]6623[[package]]
6769name = "polkadot-collator-protocol"6624name = "polkadot-collator-protocol"
6770version = "0.1.0"6625version = "0.1.0"
6771source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"6626source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
6772dependencies = [6627dependencies = [
6773 "always-assert",6628 "always-assert",
6774 "futures 0.3.15",6629 "futures 0.3.15",
67876642
6788[[package]]6643[[package]]
6789name = "polkadot-core-primitives"6644name = "polkadot-core-primitives"
6790version = "0.9.3"6645version = "0.9.7"
6791source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"6646source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
6792dependencies = [6647dependencies = [
6793 "parity-scale-codec 2.1.3",6648 "parity-scale-codec 2.1.3",
6794 "parity-util-mem",6649 "parity-util-mem",
67996654
6800[[package]]6655[[package]]
6801name = "polkadot-erasure-coding"6656name = "polkadot-erasure-coding"
6802version = "0.9.3"6657version = "0.9.7"
6803source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"6658source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
6804dependencies = [6659dependencies = [
6805 "parity-scale-codec 2.1.3",6660 "parity-scale-codec 2.1.3",
6806 "polkadot-node-primitives",6661 "polkadot-node-primitives",
6814[[package]]6669[[package]]
6815name = "polkadot-gossip-support"6670name = "polkadot-gossip-support"
6816version = "0.1.0"6671version = "0.1.0"
6817source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"6672source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
6818dependencies = [6673dependencies = [
6819 "futures 0.3.15",6674 "futures 0.3.15",
6820 "polkadot-node-network-protocol",6675 "polkadot-node-network-protocol",
6829[[package]]6684[[package]]
6830name = "polkadot-network-bridge"6685name = "polkadot-network-bridge"
6831version = "0.1.0"6686version = "0.1.0"
6832source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"6687source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
6833dependencies = [6688dependencies = [
6834 "async-trait",6689 "async-trait",
6835 "futures 0.3.15",6690 "futures 0.3.15",
6849[[package]]6704[[package]]
6850name = "polkadot-node-collation-generation"6705name = "polkadot-node-collation-generation"
6851version = "0.1.0"6706version = "0.1.0"
6852source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"6707source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
6853dependencies = [6708dependencies = [
6854 "futures 0.3.15",6709 "futures 0.3.15",
6855 "parity-scale-codec 2.1.3",6710 "parity-scale-codec 2.1.3",
6867[[package]]6722[[package]]
6868name = "polkadot-node-core-approval-voting"6723name = "polkadot-node-core-approval-voting"
6869version = "0.1.0"6724version = "0.1.0"
6870source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"6725source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
6871dependencies = [6726dependencies = [
6872 "bitvec 0.20.4",6727 "bitvec 0.20.4",
6873 "derive_more",6728 "derive_more",
6896[[package]]6751[[package]]
6897name = "polkadot-node-core-av-store"6752name = "polkadot-node-core-av-store"
6898version = "0.1.0"6753version = "0.1.0"
6899source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"6754source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
6900dependencies = [6755dependencies = [
6901 "bitvec 0.20.4",6756 "bitvec 0.20.4",
6902 "futures 0.3.15",6757 "futures 0.3.15",
6916[[package]]6771[[package]]
6917name = "polkadot-node-core-backing"6772name = "polkadot-node-core-backing"
6918version = "0.1.0"6773version = "0.1.0"
6919source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"6774source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
6920dependencies = [6775dependencies = [
6921 "bitvec 0.20.4",6776 "bitvec 0.20.4",
6922 "futures 0.3.15",6777 "futures 0.3.15",
6934[[package]]6789[[package]]
6935name = "polkadot-node-core-bitfield-signing"6790name = "polkadot-node-core-bitfield-signing"
6936version = "0.1.0"6791version = "0.1.0"
6937source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"6792source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
6938dependencies = [6793dependencies = [
6939 "futures 0.3.15",6794 "futures 0.3.15",
6940 "polkadot-node-subsystem",6795 "polkadot-node-subsystem",
6946 "wasm-timer",6801 "wasm-timer",
6947]6802]
6948
6949[[package]]
6950name = "polkadot-node-core-candidate-selection"
6951version = "0.1.0"
6952source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"
6953dependencies = [
6954 "futures 0.3.15",
6955 "polkadot-node-primitives",
6956 "polkadot-node-subsystem",
6957 "polkadot-node-subsystem-util",
6958 "polkadot-primitives",
6959 "sp-keystore",
6960 "thiserror",
6961 "tracing",
6962]
69636803
6964[[package]]6804[[package]]
6965name = "polkadot-node-core-candidate-validation"6805name = "polkadot-node-core-candidate-validation"
6966version = "0.1.0"6806version = "0.1.0"
6967source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"6807source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
6968dependencies = [6808dependencies = [
6969 "async-trait",6809 "async-trait",
6970 "futures 0.3.15",6810 "futures 0.3.15",
6982[[package]]6822[[package]]
6983name = "polkadot-node-core-chain-api"6823name = "polkadot-node-core-chain-api"
6984version = "0.1.0"6824version = "0.1.0"
6985source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"6825source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
6986dependencies = [6826dependencies = [
6987 "futures 0.3.15",6827 "futures 0.3.15",
6988 "polkadot-node-subsystem",6828 "polkadot-node-subsystem",
6995[[package]]6835[[package]]
6996name = "polkadot-node-core-parachains-inherent"6836name = "polkadot-node-core-parachains-inherent"
6997version = "0.1.0"6837version = "0.1.0"
6998source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"6838source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
6999dependencies = [6839dependencies = [
7000 "async-trait",6840 "async-trait",
7001 "futures 0.3.15",6841 "futures 0.3.15",
7013[[package]]6853[[package]]
7014name = "polkadot-node-core-provisioner"6854name = "polkadot-node-core-provisioner"
7015version = "0.1.0"6855version = "0.1.0"
7016source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"6856source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
7017dependencies = [6857dependencies = [
7018 "bitvec 0.20.4",6858 "bitvec 0.20.4",
7019 "futures 0.3.15",6859 "futures 0.3.15",
7028[[package]]6868[[package]]
7029name = "polkadot-node-core-pvf"6869name = "polkadot-node-core-pvf"
7030version = "0.1.0"6870version = "0.1.0"
7031source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"6871source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
7032dependencies = [6872dependencies = [
7033 "always-assert",6873 "always-assert",
7034 "assert_matches",6874 "assert_matches",
7056[[package]]6896[[package]]
7057name = "polkadot-node-core-runtime-api"6897name = "polkadot-node-core-runtime-api"
7058version = "0.1.0"6898version = "0.1.0"
7059source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"6899source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
7060dependencies = [6900dependencies = [
7061 "futures 0.3.15",6901 "futures 0.3.15",
7062 "memory-lru",6902 "memory-lru",
7074[[package]]6914[[package]]
7075name = "polkadot-node-jaeger"6915name = "polkadot-node-jaeger"
7076version = "0.1.0"6916version = "0.1.0"
7077source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"6917source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
7078dependencies = [6918dependencies = [
7079 "async-std",6919 "async-std",
7080 "lazy_static",6920 "lazy_static",
7092[[package]]6932[[package]]
7093name = "polkadot-node-network-protocol"6933name = "polkadot-node-network-protocol"
7094version = "0.1.0"6934version = "0.1.0"
7095source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"6935source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
7096dependencies = [6936dependencies = [
7097 "futures 0.3.15",6937 "futures 0.3.15",
7098 "parity-scale-codec 2.1.3",6938 "parity-scale-codec 2.1.3",
7107[[package]]6947[[package]]
7108name = "polkadot-node-primitives"6948name = "polkadot-node-primitives"
7109version = "0.1.0"6949version = "0.1.0"
7110source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"6950source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
7111dependencies = [6951dependencies = [
7112 "futures 0.3.15",6952 "futures 0.3.15",
7113 "parity-scale-codec 2.1.3",6953 "parity-scale-codec 2.1.3",
7120 "sp-consensus-babe",6960 "sp-consensus-babe",
7121 "sp-consensus-vrf",6961 "sp-consensus-vrf",
7122 "sp-core",6962 "sp-core",
6963 "sp-keystore",
7123 "sp-maybe-compressed-blob",6964 "sp-maybe-compressed-blob",
7124 "sp-runtime",6965 "sp-runtime",
7125 "thiserror",6966 "thiserror",
7129[[package]]6970[[package]]
7130name = "polkadot-node-subsystem"6971name = "polkadot-node-subsystem"
7131version = "0.1.0"6972version = "0.1.0"
7132source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"6973source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
7133dependencies = [6974dependencies = [
7134 "async-std",6975 "async-std",
7135 "async-trait",6976 "async-trait",
7159[[package]]7000[[package]]
7160name = "polkadot-node-subsystem-util"7001name = "polkadot-node-subsystem-util"
7161version = "0.1.0"7002version = "0.1.0"
7162source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"7003source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
7163dependencies = [7004dependencies = [
7164 "async-trait",7005 "async-trait",
7165 "futures 0.3.15",7006 "futures 0.3.15",
7187[[package]]7028[[package]]
7188name = "polkadot-overseer"7029name = "polkadot-overseer"
7189version = "0.1.0"7030version = "0.1.0"
7190source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"7031source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
7191dependencies = [7032dependencies = [
7192 "async-trait",7033 "async-trait",
7193 "futures 0.3.15",7034 "futures 0.3.15",
7194 "futures-timer 3.0.2",7035 "futures-timer 3.0.2",
7036 "lru",
7195 "polkadot-node-primitives",7037 "polkadot-node-primitives",
7196 "polkadot-node-subsystem",7038 "polkadot-node-subsystem",
7197 "polkadot-node-subsystem-util",7039 "polkadot-node-subsystem-util",
72047046
7205[[package]]7047[[package]]
7206name = "polkadot-parachain"7048name = "polkadot-parachain"
7207version = "0.9.3"7049version = "0.9.7"
7208source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"7050source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
7209dependencies = [7051dependencies = [
7210 "derive_more",7052 "derive_more",
7211 "parity-scale-codec 2.1.3",7053 "parity-scale-codec 2.1.3",
72197061
7220[[package]]7062[[package]]
7221name = "polkadot-primitives"7063name = "polkadot-primitives"
7222version = "0.9.3"7064version = "0.9.7"
7223source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"7065source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
7224dependencies = [7066dependencies = [
7225 "bitvec 0.20.4",7067 "bitvec 0.20.4",
7226 "frame-system",7068 "frame-system",
7234 "sp-application-crypto",7076 "sp-application-crypto",
7235 "sp-arithmetic",7077 "sp-arithmetic",
7236 "sp-authority-discovery",7078 "sp-authority-discovery",
7079 "sp-consensus-slots",
7237 "sp-core",7080 "sp-core",
7238 "sp-inherents",7081 "sp-inherents",
7239 "sp-io",7082 "sp-io",
7249[[package]]7092[[package]]
7250name = "polkadot-procmacro-overseer-subsystems-gen"7093name = "polkadot-procmacro-overseer-subsystems-gen"
7251version = "0.1.0"7094version = "0.1.0"
7252source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"7095source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
7253dependencies = [7096dependencies = [
7254 "assert_matches",7097 "assert_matches",
7255 "proc-macro2",7098 "proc-macro2",
7260[[package]]7103[[package]]
7261name = "polkadot-procmacro-subsystem-dispatch-gen"7104name = "polkadot-procmacro-subsystem-dispatch-gen"
7262version = "0.1.0"7105version = "0.1.0"
7263source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"7106source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
7264dependencies = [7107dependencies = [
7265 "assert_matches",7108 "assert_matches",
7266 "proc-macro2",7109 "proc-macro2",
72707113
7271[[package]]7114[[package]]
7272name = "polkadot-rpc"7115name = "polkadot-rpc"
7273version = "0.9.3"7116version = "0.9.7"
7274source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"7117source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
7275dependencies = [7118dependencies = [
7276 "beefy-gadget",7119 "beefy-gadget",
7277 "beefy-gadget-rpc",7120 "beefy-gadget-rpc",
73037146
7304[[package]]7147[[package]]
7305name = "polkadot-runtime"7148name = "polkadot-runtime"
7306version = "0.9.3"7149version = "0.9.7"
7307source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"7150source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
7308dependencies = [7151dependencies = [
7309 "beefy-primitives",7152 "beefy-primitives",
7310 "bitvec 0.20.4",7153 "bitvec 0.20.4",
7154 "frame-election-provider-support",
7311 "frame-executive",7155 "frame-executive",
7312 "frame-support",7156 "frame-support",
7313 "frame-system",7157 "frame-system",
7314 "frame-system-rpc-runtime-api",7158 "frame-system-rpc-runtime-api",
7315 "frame-try-runtime",7159 "frame-try-runtime",
7316 "log",7160 "log",
7161 "max-encoded-len",
7317 "pallet-authority-discovery",7162 "pallet-authority-discovery",
7318 "pallet-authorship",7163 "pallet-authorship",
7319 "pallet-babe",7164 "pallet-babe",
7334 "pallet-offences",7179 "pallet-offences",
7335 "pallet-proxy",7180 "pallet-proxy",
7336 "pallet-randomness-collective-flip",7181 "pallet-randomness-collective-flip",
7337 "pallet-scheduler 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3)",7182 "pallet-scheduler 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7)",
7338 "pallet-session",7183 "pallet-session",
7339 "pallet-staking",7184 "pallet-staking",
7340 "pallet-staking-reward-curve",7185 "pallet-staking-reward-curve",
73737218
7374[[package]]7219[[package]]
7375name = "polkadot-runtime-common"7220name = "polkadot-runtime-common"
7376version = "0.9.3"7221version = "0.9.7"
7377source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"7222source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
7378dependencies = [7223dependencies = [
7379 "beefy-primitives",7224 "beefy-primitives",
7380 "bitvec 0.20.4",7225 "bitvec 0.20.4",
7381 "frame-support",7226 "frame-support",
7382 "frame-system",7227 "frame-system",
7383 "impl-trait-for-tuples 0.2.1",7228 "impl-trait-for-tuples 0.2.1",
7384 "libsecp256k1",7229 "libsecp256k1 0.3.5",
7385 "log",7230 "log",
7386 "pallet-authorship",7231 "pallet-authorship",
7387 "pallet-balances",7232 "pallet-balances",
74157260
7416[[package]]7261[[package]]
7417name = "polkadot-runtime-parachains"7262name = "polkadot-runtime-parachains"
7418version = "0.9.3"7263version = "0.9.7"
7419source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"7264source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
7420dependencies = [7265dependencies = [
7421 "bitvec 0.20.4",7266 "bitvec 0.20.4",
7422 "derive_more",7267 "derive_more",
74527297
7453[[package]]7298[[package]]
7454name = "polkadot-service"7299name = "polkadot-service"
7455version = "0.9.3"7300version = "0.9.7"
7456source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"7301source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
7457dependencies = [7302dependencies = [
7458 "beefy-gadget",7303 "beefy-gadget",
7459 "beefy-primitives",7304 "beefy-primitives",
7460 "frame-benchmarking",
7461 "frame-system-rpc-runtime-api",7305 "frame-system-rpc-runtime-api",
7462 "futures 0.3.15",7306 "futures 0.3.15",
7463 "hex-literal",7307 "hex-literal",
7464 "kusama-runtime",
7465 "kvdb",7308 "kvdb",
7466 "kvdb-rocksdb",7309 "kvdb-rocksdb",
7467 "pallet-babe",7310 "pallet-babe",
7473 "polkadot-availability-bitfield-distribution",7316 "polkadot-availability-bitfield-distribution",
7474 "polkadot-availability-distribution",7317 "polkadot-availability-distribution",
7475 "polkadot-availability-recovery",7318 "polkadot-availability-recovery",
7319 "polkadot-client",
7476 "polkadot-collator-protocol",7320 "polkadot-collator-protocol",
7477 "polkadot-gossip-support",7321 "polkadot-gossip-support",
7478 "polkadot-network-bridge",7322 "polkadot-network-bridge",
7481 "polkadot-node-core-av-store",7325 "polkadot-node-core-av-store",
7482 "polkadot-node-core-backing",7326 "polkadot-node-core-backing",
7483 "polkadot-node-core-bitfield-signing",7327 "polkadot-node-core-bitfield-signing",
7484 "polkadot-node-core-candidate-selection",
7485 "polkadot-node-core-candidate-validation",7328 "polkadot-node-core-candidate-validation",
7486 "polkadot-node-core-chain-api",7329 "polkadot-node-core-chain-api",
7487 "polkadot-node-core-parachains-inherent",7330 "polkadot-node-core-parachains-inherent",
7497 "polkadot-runtime",7340 "polkadot-runtime",
7498 "polkadot-runtime-parachains",7341 "polkadot-runtime-parachains",
7499 "polkadot-statement-distribution",7342 "polkadot-statement-distribution",
7500 "rococo-runtime",
7501 "sc-authority-discovery",7343 "sc-authority-discovery",
7502 "sc-basic-authorship",7344 "sc-basic-authorship",
7503 "sc-block-builder",7345 "sc-block-builder",
7539 "substrate-prometheus-endpoint",7381 "substrate-prometheus-endpoint",
7540 "thiserror",7382 "thiserror",
7541 "tracing",7383 "tracing",
7542 "westend-runtime",
7543]7384]
75447385
7545[[package]]7386[[package]]
7546name = "polkadot-statement-distribution"7387name = "polkadot-statement-distribution"
7547version = "0.1.0"7388version = "0.1.0"
7548source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"7389source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
7549dependencies = [7390dependencies = [
7550 "arrayvec 0.5.2",7391 "arrayvec 0.5.2",
7551 "futures 0.3.15",7392 "futures 0.3.15",
75657406
7566[[package]]7407[[package]]
7567name = "polkadot-statement-table"7408name = "polkadot-statement-table"
7568version = "0.9.3"7409version = "0.9.7"
7569source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"7410source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
7570dependencies = [7411dependencies = [
7571 "parity-scale-codec 2.1.3",7412 "parity-scale-codec 2.1.3",
7572 "polkadot-primitives",7413 "polkadot-primitives",
75757416
7576[[package]]7417[[package]]
7577name = "polkadot-test-runtime"7418name = "polkadot-test-runtime"
7578version = "0.9.3"7419version = "0.9.7"
7579source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"7420source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
7580dependencies = [7421dependencies = [
7581 "beefy-primitives",7422 "beefy-primitives",
7582 "bitvec 0.20.4",7423 "bitvec 0.20.4",
76327473
7633[[package]]7474[[package]]
7634name = "polkadot-test-service"7475name = "polkadot-test-service"
7635version = "0.9.3"7476version = "0.9.7"
7636source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"7477source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
7637dependencies = [7478dependencies = [
7638 "frame-benchmarking",7479 "frame-benchmarking",
7639 "frame-system",7480 "frame-system",
7886 "cc",7727 "cc",
7887]7728]
7888
7889[[package]]
7890name = "pwasm-utils"
7891version = "0.14.0"
7892source = "registry+https://github.com/rust-lang/crates.io-index"
7893checksum = "0f53bc2558e8376358ebdc28301546471d67336584f6438ed4b7c7457a055fd7"
7894dependencies = [
7895 "byteorder",
7896 "log",
7897 "parity-wasm 0.41.0",
7898]
78997729
7900[[package]]7730[[package]]
7901name = "pwasm-utils"7731name = "pwasm-utils"
7902version = "0.17.1"7732version = "0.18.1"
7903source = "registry+https://github.com/rust-lang/crates.io-index"7733source = "registry+https://github.com/rust-lang/crates.io-index"
7904checksum = "78778a25194f953d1766fc8c6a331ed56f070d09a0511267ee2c150cb71ea8c2"7734checksum = "f0c1a2f10b47d446372a4f397c58b329aaea72b2daf9395a623a411cb8ccb54f"
7905dependencies = [7735dependencies = [
7906 "byteorder",7736 "byteorder",
7907 "log",7737 "log",
8242[[package]]8072[[package]]
8243name = "remote-externalities"8073name = "remote-externalities"
8244version = "0.9.0"8074version = "0.9.0"
8245source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"8075source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
8246dependencies = [8076dependencies = [
8247 "env_logger 0.8.4",8077 "env_logger 0.8.4",
8248 "hex-literal",8078 "hex",
8249 "jsonrpsee-http-client",
8250 "jsonrpsee-proc-macros",8079 "jsonrpsee-proc-macros",
8080 "jsonrpsee-ws-client",
8251 "log",8081 "log",
8252 "parity-scale-codec 2.1.3",8082 "parity-scale-codec 2.1.3",
8083 "serde",
8084 "serde_json",
8253 "sp-core",8085 "sp-core",
8254 "sp-io",8086 "sp-io",
8255 "sp-runtime",8087 "sp-runtime",
8335 "librocksdb-sys",8167 "librocksdb-sys",
8336]8168]
8337
8338[[package]]
8339name = "rococo-runtime"
8340version = "0.9.3"
8341source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"
8342dependencies = [
8343 "beefy-primitives",
8344 "bp-rococo",
8345 "bp-wococo",
8346 "frame-executive",
8347 "frame-support",
8348 "frame-system",
8349 "frame-system-rpc-runtime-api",
8350 "hex-literal",
8351 "log",
8352 "pallet-authority-discovery",
8353 "pallet-authorship",
8354 "pallet-babe",
8355 "pallet-balances",
8356 "pallet-beefy",
8357 "pallet-bridge-grandpa",
8358 "pallet-collective",
8359 "pallet-grandpa",
8360 "pallet-im-online",
8361 "pallet-indices",
8362 "pallet-membership",
8363 "pallet-mmr",
8364 "pallet-mmr-primitives",
8365 "pallet-offences",
8366 "pallet-proxy",
8367 "pallet-session",
8368 "pallet-staking",
8369 "pallet-staking-reward-curve",
8370 "pallet-sudo",
8371 "pallet-timestamp",
8372 "pallet-transaction-payment",
8373 "pallet-transaction-payment-rpc-runtime-api",
8374 "pallet-utility",
8375 "pallet-xcm",
8376 "parity-scale-codec 2.1.3",
8377 "polkadot-parachain",
8378 "polkadot-primitives",
8379 "polkadot-runtime-common",
8380 "polkadot-runtime-parachains",
8381 "serde",
8382 "serde_derive",
8383 "smallvec 1.6.1",
8384 "sp-api",
8385 "sp-authority-discovery",
8386 "sp-block-builder",
8387 "sp-consensus-babe",
8388 "sp-core",
8389 "sp-inherents",
8390 "sp-io",
8391 "sp-offchain",
8392 "sp-runtime",
8393 "sp-session",
8394 "sp-staking",
8395 "sp-std",
8396 "sp-transaction-pool",
8397 "sp-version",
8398 "substrate-wasm-builder 3.0.0",
8399 "xcm",
8400 "xcm-builder",
8401 "xcm-executor",
8402]
84038169
8404[[package]]8170[[package]]
8405name = "rpassword"8171name = "rpassword"
8473 "openssl-probe",8239 "openssl-probe",
8474 "rustls 0.18.1",8240 "rustls 0.18.1",
8475 "schannel",8241 "schannel",
8476 "security-framework",8242 "security-framework 1.0.0",
8477]8243]
8244
8245[[package]]
8246name = "rustls-native-certs"
8247version = "0.5.0"
8248source = "registry+https://github.com/rust-lang/crates.io-index"
8249checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"
8250dependencies = [
8251 "openssl-probe",
8252 "rustls 0.19.1",
8253 "schannel",
8254 "security-framework 2.3.1",
8255]
84788256
8479[[package]]8257[[package]]
8480name = "ruzstd"8258name = "ruzstd"
8533[[package]]8311[[package]]
8534name = "sc-authority-discovery"8312name = "sc-authority-discovery"
8535version = "0.9.0"8313version = "0.9.0"
8536source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"8314source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
8537dependencies = [8315dependencies = [
8538 "async-trait",8316 "async-trait",
8539 "derive_more",8317 "derive_more",
8562[[package]]8340[[package]]
8563name = "sc-basic-authorship"8341name = "sc-basic-authorship"
8564version = "0.9.0"8342version = "0.9.0"
8565source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"8343source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
8566dependencies = [8344dependencies = [
8567 "futures 0.3.15",8345 "futures 0.3.15",
8568 "futures-timer 3.0.2",8346 "futures-timer 3.0.2",
8585[[package]]8363[[package]]
8586name = "sc-block-builder"8364name = "sc-block-builder"
8587version = "0.9.0"8365version = "0.9.0"
8588source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"8366source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
8589dependencies = [8367dependencies = [
8590 "parity-scale-codec 2.1.3",8368 "parity-scale-codec 2.1.3",
8591 "sc-client-api",8369 "sc-client-api",
8601[[package]]8379[[package]]
8602name = "sc-chain-spec"8380name = "sc-chain-spec"
8603version = "3.0.0"8381version = "3.0.0"
8604source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"8382source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
8605dependencies = [8383dependencies = [
8606 "impl-trait-for-tuples 0.2.1",8384 "impl-trait-for-tuples 0.2.1",
8607 "parity-scale-codec 2.1.3",8385 "parity-scale-codec 2.1.3",
8622[[package]]8400[[package]]
8623name = "sc-chain-spec-derive"8401name = "sc-chain-spec-derive"
8624version = "3.0.0"8402version = "3.0.0"
8625source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"8403source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
8626dependencies = [8404dependencies = [
8627 "proc-macro-crate 1.0.0",8405 "proc-macro-crate 1.0.0",
8628 "proc-macro2",8406 "proc-macro2",
8633[[package]]8411[[package]]
8634name = "sc-cli"8412name = "sc-cli"
8635version = "0.9.0"8413version = "0.9.0"
8636source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"8414source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
8637dependencies = [8415dependencies = [
8638 "chrono",8416 "chrono",
8639 "fdlimit",8417 "fdlimit",
8671[[package]]8449[[package]]
8672name = "sc-client-api"8450name = "sc-client-api"
8673version = "3.0.0"8451version = "3.0.0"
8674source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"8452source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
8675dependencies = [8453dependencies = [
8676 "derive_more",8454 "derive_more",
8677 "fnv",8455 "fnv",
8705[[package]]8483[[package]]
8706name = "sc-client-db"8484name = "sc-client-db"
8707version = "0.9.0"8485version = "0.9.0"
8708source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"8486source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
8709dependencies = [8487dependencies = [
8710 "blake2-rfc",8488 "blake2-rfc",
8711 "hash-db",8489 "hash-db",
8735[[package]]8513[[package]]
8736name = "sc-consensus"8514name = "sc-consensus"
8737version = "0.9.0"8515version = "0.9.0"
8738source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"8516source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
8739dependencies = [8517dependencies = [
8740 "parking_lot 0.11.1",8518 "parking_lot 0.11.1",
8741 "sc-client-api",8519 "sc-client-api",
8747[[package]]8525[[package]]
8748name = "sc-consensus-aura"8526name = "sc-consensus-aura"
8749version = "0.9.0"8527version = "0.9.0"
8750source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"8528source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
8751dependencies = [8529dependencies = [
8752 "async-trait",8530 "async-trait",
8753 "derive_more",8531 "derive_more",
8778[[package]]8556[[package]]
8779name = "sc-consensus-babe"8557name = "sc-consensus-babe"
8780version = "0.9.0"8558version = "0.9.0"
8781source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"8559source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
8782dependencies = [8560dependencies = [
8783 "async-trait",8561 "async-trait",
8784 "derive_more",8562 "derive_more",
8824[[package]]8602[[package]]
8825name = "sc-consensus-babe-rpc"8603name = "sc-consensus-babe-rpc"
8826version = "0.9.0"8604version = "0.9.0"
8827source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"8605source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
8828dependencies = [8606dependencies = [
8829 "derive_more",8607 "derive_more",
8830 "futures 0.3.15",8608 "futures 0.3.15",
8848[[package]]8626[[package]]
8849name = "sc-consensus-epochs"8627name = "sc-consensus-epochs"
8850version = "0.9.0"8628version = "0.9.0"
8851source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"8629source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
8852dependencies = [8630dependencies = [
8853 "fork-tree",8631 "fork-tree",
8854 "parity-scale-codec 2.1.3",8632 "parity-scale-codec 2.1.3",
8861[[package]]8639[[package]]
8862name = "sc-consensus-slots"8640name = "sc-consensus-slots"
8863version = "0.9.0"8641version = "0.9.0"
8864source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"8642source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
8865dependencies = [8643dependencies = [
8866 "async-trait",8644 "async-trait",
8867 "futures 0.3.15",8645 "futures 0.3.15",
8889[[package]]8667[[package]]
8890name = "sc-consensus-uncles"8668name = "sc-consensus-uncles"
8891version = "0.9.0"8669version = "0.9.0"
8892source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"8670source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
8893dependencies = [8671dependencies = [
8894 "sc-client-api",8672 "sc-client-api",
8895 "sp-authorship",8673 "sp-authorship",
8900[[package]]8678[[package]]
8901name = "sc-executor"8679name = "sc-executor"
8902version = "0.9.0"8680version = "0.9.0"
8903source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"8681source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
8904dependencies = [8682dependencies = [
8905 "derive_more",8683 "derive_more",
8906 "lazy_static",8684 "lazy_static",
8907 "libsecp256k1",8685 "libsecp256k1 0.3.5",
8908 "log",8686 "log",
8909 "parity-scale-codec 2.1.3",8687 "parity-scale-codec 2.1.3",
8910 "parity-wasm 0.41.0",8688 "parity-wasm 0.42.2",
8911 "parking_lot 0.11.1",8689 "parking_lot 0.11.1",
8912 "sc-executor-common",8690 "sc-executor-common",
8913 "sc-executor-wasmi",8691 "sc-executor-wasmi",
8929[[package]]8707[[package]]
8930name = "sc-executor-common"8708name = "sc-executor-common"
8931version = "0.9.0"8709version = "0.9.0"
8932source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"8710source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
8933dependencies = [8711dependencies = [
8934 "derive_more",8712 "derive_more",
8935 "parity-scale-codec 2.1.3",8713 "parity-scale-codec 2.1.3",
8936 "parity-wasm 0.41.0",
8937 "pwasm-utils 0.14.0",8714 "pwasm-utils",
8938 "sp-allocator",8715 "sp-allocator",
8939 "sp-core",8716 "sp-core",
8940 "sp-maybe-compressed-blob",8717 "sp-maybe-compressed-blob",
8947[[package]]8724[[package]]
8948name = "sc-executor-wasmi"8725name = "sc-executor-wasmi"
8949version = "0.9.0"8726version = "0.9.0"
8950source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"8727source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
8951dependencies = [8728dependencies = [
8952 "log",8729 "log",
8953 "parity-scale-codec 2.1.3",8730 "parity-scale-codec 2.1.3",
8962[[package]]8739[[package]]
8963name = "sc-executor-wasmtime"8740name = "sc-executor-wasmtime"
8964version = "0.9.0"8741version = "0.9.0"
8965source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"8742source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
8966dependencies = [8743dependencies = [
8967 "log",8744 "log",
8968 "parity-scale-codec 2.1.3",8745 "parity-scale-codec 2.1.3",
8969 "parity-wasm 0.41.0",8746 "parity-wasm 0.42.2",
8970 "pwasm-utils 0.14.0",
8971 "sc-executor-common",8747 "sc-executor-common",
8972 "scoped-tls",8748 "scoped-tls",
8973 "sp-allocator",8749 "sp-allocator",
8980[[package]]8756[[package]]
8981name = "sc-finality-grandpa"8757name = "sc-finality-grandpa"
8982version = "0.9.0"8758version = "0.9.0"
8983source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"8759source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
8984dependencies = [8760dependencies = [
8985 "async-trait",8761 "async-trait",
8986 "derive_more",8762 "derive_more",
9015 "sp-runtime",8791 "sp-runtime",
9016 "sp-utils",8792 "sp-utils",
9017 "substrate-prometheus-endpoint",8793 "substrate-prometheus-endpoint",
8794 "wasm-timer",
9018]8795]
90198796
9020[[package]]8797[[package]]
9021name = "sc-finality-grandpa-rpc"8798name = "sc-finality-grandpa-rpc"
9022version = "0.9.0"8799version = "0.9.0"
9023source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"8800source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
9024dependencies = [8801dependencies = [
9025 "derive_more",8802 "derive_more",
9026 "finality-grandpa",8803 "finality-grandpa",
9044[[package]]8821[[package]]
9045name = "sc-finality-grandpa-warp-sync"8822name = "sc-finality-grandpa-warp-sync"
9046version = "0.9.0"8823version = "0.9.0"
9047source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"8824source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
9048dependencies = [8825dependencies = [
9049 "derive_more",8826 "derive_more",
9050 "futures 0.3.15",8827 "futures 0.3.15",
9065[[package]]8842[[package]]
9066name = "sc-informant"8843name = "sc-informant"
9067version = "0.9.0"8844version = "0.9.0"
9068source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"8845source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
9069dependencies = [8846dependencies = [
9070 "ansi_term 0.12.1",8847 "ansi_term 0.12.1",
9071 "futures 0.3.15",8848 "futures 0.3.15",
8849 "futures-timer 3.0.2",
9072 "log",8850 "log",
9073 "parity-util-mem",8851 "parity-util-mem",
9074 "sc-client-api",8852 "sc-client-api",
9075 "sc-network",8853 "sc-network",
9076 "sp-blockchain",8854 "sp-blockchain",
9077 "sp-runtime",8855 "sp-runtime",
9078 "sp-transaction-pool",8856 "sp-transaction-pool",
9079 "sp-utils",
9080 "wasm-timer",8857 "wasm-timer",
9081]8858]
90828859
9083[[package]]8860[[package]]
9084name = "sc-keystore"8861name = "sc-keystore"
9085version = "3.0.0"8862version = "3.0.0"
9086source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"8863source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
9087dependencies = [8864dependencies = [
9088 "async-trait",8865 "async-trait",
9089 "derive_more",8866 "derive_more",
9103[[package]]8880[[package]]
9104name = "sc-light"8881name = "sc-light"
9105version = "3.0.0"8882version = "3.0.0"
9106source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"8883source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
9107dependencies = [8884dependencies = [
9108 "hash-db",8885 "hash-db",
9109 "lazy_static",8886 "lazy_static",
9122[[package]]8899[[package]]
9123name = "sc-network"8900name = "sc-network"
9124version = "0.9.0"8901version = "0.9.0"
9125source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"8902source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
9126dependencies = [8903dependencies = [
9127 "async-std",8904 "async-std",
9128 "async-trait",8905 "async-trait",
9175[[package]]8952[[package]]
9176name = "sc-network-gossip"8953name = "sc-network-gossip"
9177version = "0.9.0"8954version = "0.9.0"
9178source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"8955source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
9179dependencies = [8956dependencies = [
9180 "futures 0.3.15",8957 "futures 0.3.15",
9181 "futures-timer 3.0.2",8958 "futures-timer 3.0.2",
9192[[package]]8969[[package]]
9193name = "sc-offchain"8970name = "sc-offchain"
9194version = "3.0.0"8971version = "3.0.0"
9195source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"8972source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
9196dependencies = [8973dependencies = [
9197 "bytes 0.5.6",8974 "bytes 0.5.6",
9198 "fnv",8975 "fnv",
9220[[package]]8997[[package]]
9221name = "sc-peerset"8998name = "sc-peerset"
9222version = "3.0.0"8999version = "3.0.0"
9223source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"9000source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
9224dependencies = [9001dependencies = [
9225 "futures 0.3.15",9002 "futures 0.3.15",
9226 "libp2p",9003 "libp2p",
9233[[package]]9010[[package]]
9234name = "sc-proposer-metrics"9011name = "sc-proposer-metrics"
9235version = "0.9.0"9012version = "0.9.0"
9236source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"9013source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
9237dependencies = [9014dependencies = [
9238 "log",9015 "log",
9239 "substrate-prometheus-endpoint",9016 "substrate-prometheus-endpoint",
9242[[package]]9019[[package]]
9243name = "sc-rpc"9020name = "sc-rpc"
9244version = "3.0.0"9021version = "3.0.0"
9245source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"9022source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
9246dependencies = [9023dependencies = [
9247 "futures 0.3.15",9024 "futures 0.3.15",
9248 "hash-db",9025 "hash-db",
9277[[package]]9054[[package]]
9278name = "sc-rpc-api"9055name = "sc-rpc-api"
9279version = "0.9.0"9056version = "0.9.0"
9280source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"9057source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
9281dependencies = [9058dependencies = [
9282 "derive_more",9059 "derive_more",
9283 "futures 0.3.15",9060 "futures 0.3.15",
9302[[package]]9079[[package]]
9303name = "sc-rpc-server"9080name = "sc-rpc-server"
9304version = "3.0.0"9081version = "3.0.0"
9305source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"9082source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
9306dependencies = [9083dependencies = [
9307 "futures 0.1.31",9084 "futures 0.1.31",
9308 "jsonrpc-core 15.1.0",9085 "jsonrpc-core 15.1.0",
9320[[package]]9097[[package]]
9321name = "sc-service"9098name = "sc-service"
9322version = "0.9.0"9099version = "0.9.0"
9323source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"9100source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
9324dependencies = [9101dependencies = [
9325 "async-trait",9102 "async-trait",
9326 "directories",9103 "directories",
9370 "sp-state-machine",9147 "sp-state-machine",
9371 "sp-tracing",9148 "sp-tracing",
9372 "sp-transaction-pool",9149 "sp-transaction-pool",
9150 "sp-transaction-storage-proof",
9373 "sp-trie",9151 "sp-trie",
9374 "sp-utils",9152 "sp-utils",
9375 "sp-version",9153 "sp-version",
9384[[package]]9162[[package]]
9385name = "sc-state-db"9163name = "sc-state-db"
9386version = "0.9.0"9164version = "0.9.0"
9387source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"9165source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
9388dependencies = [9166dependencies = [
9389 "log",9167 "log",
9390 "parity-scale-codec 2.1.3",9168 "parity-scale-codec 2.1.3",
9399[[package]]9177[[package]]
9400name = "sc-sync-state-rpc"9178name = "sc-sync-state-rpc"
9401version = "0.9.0"9179version = "0.9.0"
9402source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"9180source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
9403dependencies = [9181dependencies = [
9404 "jsonrpc-core 15.1.0",9182 "jsonrpc-core 15.1.0",
9405 "jsonrpc-core-client 15.1.0",9183 "jsonrpc-core-client 15.1.0",
9419[[package]]9197[[package]]
9420name = "sc-telemetry"9198name = "sc-telemetry"
9421version = "3.0.0"9199version = "3.0.0"
9422source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"9200source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
9423dependencies = [9201dependencies = [
9424 "chrono",9202 "chrono",
9425 "futures 0.3.15",9203 "futures 0.3.15",
9439[[package]]9217[[package]]
9440name = "sc-tracing"9218name = "sc-tracing"
9441version = "3.0.0"9219version = "3.0.0"
9442source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"9220source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
9443dependencies = [9221dependencies = [
9444 "ansi_term 0.12.1",9222 "ansi_term 0.12.1",
9445 "atty",9223 "atty",
9476[[package]]9254[[package]]
9477name = "sc-tracing-proc-macro"9255name = "sc-tracing-proc-macro"
9478version = "3.0.0"9256version = "3.0.0"
9479source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"9257source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
9480dependencies = [9258dependencies = [
9481 "proc-macro-crate 1.0.0",9259 "proc-macro-crate 1.0.0",
9482 "proc-macro2",9260 "proc-macro2",
9487[[package]]9265[[package]]
9488name = "sc-transaction-graph"9266name = "sc-transaction-graph"
9489version = "3.0.0"9267version = "3.0.0"
9490source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"9268source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
9491dependencies = [9269dependencies = [
9492 "derive_more",9270 "derive_more",
9493 "futures 0.3.15",9271 "futures 0.3.15",
9509[[package]]9287[[package]]
9510name = "sc-transaction-pool"9288name = "sc-transaction-pool"
9511version = "3.0.0"9289version = "3.0.0"
9512source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"9290source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
9513dependencies = [9291dependencies = [
9514 "futures 0.3.15",9292 "futures 0.3.15",
9515 "futures-diagnose",
9516 "intervalier",9293 "intervalier",
9517 "log",9294 "log",
9518 "parity-scale-codec 2.1.3",9295 "parity-scale-codec 2.1.3",
9555 "merlin",9332 "merlin",
9556 "rand 0.7.3",9333 "rand 0.7.3",
9557 "rand_core 0.5.1",9334 "rand_core 0.5.1",
9558 "serde",
9559 "sha2 0.8.2",9335 "sha2 0.8.2",
9560 "subtle 2.4.0",9336 "subtle 2.4.0",
9561 "zeroize",9337 "zeroize",
9637checksum = "ad502866817f0575705bd7be36e2b2535cc33262d493aa733a2ec862baa2bc2b"9413checksum = "ad502866817f0575705bd7be36e2b2535cc33262d493aa733a2ec862baa2bc2b"
9638dependencies = [9414dependencies = [
9639 "bitflags",9415 "bitflags",
9640 "core-foundation",9416 "core-foundation 0.7.0",
9641 "core-foundation-sys",9417 "core-foundation-sys 0.7.0",
9642 "libc",9418 "libc",
9643 "security-framework-sys",9419 "security-framework-sys 1.0.0",
9644]9420]
9421
9422[[package]]
9423name = "security-framework"
9424version = "2.3.1"
9425source = "registry+https://github.com/rust-lang/crates.io-index"
9426checksum = "23a2ac85147a3a11d77ecf1bc7166ec0b92febfa4461c37944e180f319ece467"
9427dependencies = [
9428 "bitflags",
9429 "core-foundation 0.9.1",
9430 "core-foundation-sys 0.8.2",
9431 "libc",
9432 "security-framework-sys 2.3.0",
9433]
96459434
9646[[package]]9435[[package]]
9647name = "security-framework-sys"9436name = "security-framework-sys"
9648version = "1.0.0"9437version = "1.0.0"
9649source = "registry+https://github.com/rust-lang/crates.io-index"9438source = "registry+https://github.com/rust-lang/crates.io-index"
9650checksum = "51ceb04988b17b6d1dcd555390fa822ca5637b4a14e1f5099f13d351bed4d6c7"9439checksum = "51ceb04988b17b6d1dcd555390fa822ca5637b4a14e1f5099f13d351bed4d6c7"
9651dependencies = [9440dependencies = [
9652 "core-foundation-sys",9441 "core-foundation-sys 0.7.0",
9653 "libc",9442 "libc",
9654]9443]
9444
9445[[package]]
9446name = "security-framework-sys"
9447version = "2.3.0"
9448source = "registry+https://github.com/rust-lang/crates.io-index"
9449checksum = "7e4effb91b4b8b6fb7732e670b6cee160278ff8e6bf485c7805d9e319d76e284"
9450dependencies = [
9451 "core-foundation-sys 0.8.2",
9452 "libc",
9453]
96559454
9656[[package]]9455[[package]]
9657name = "semver"9456name = "semver"
98839682
9884[[package]]9683[[package]]
9885name = "slot-range-helper"9684name = "slot-range-helper"
9886version = "0.9.3"9685version = "0.9.7"
9887source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"9686source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
9888dependencies = [9687dependencies = [
9889 "enumn",9688 "enumn",
9890 "parity-scale-codec 2.1.3",9689 "parity-scale-codec 2.1.3",
9972 "sha-1 0.9.6",9771 "sha-1 0.9.6",
9973]9772]
9773
9774[[package]]
9775name = "soketto"
9776version = "0.5.0"
9777source = "registry+https://github.com/rust-lang/crates.io-index"
9778checksum = "4919971d141dbadaa0e82b5d369e2d7666c98e4625046140615ca363e50d4daa"
9779dependencies = [
9780 "base64 0.13.0",
9781 "bytes 1.0.1",
9782 "futures 0.3.15",
9783 "httparse",
9784 "log",
9785 "rand 0.8.4",
9786 "sha-1 0.9.6",
9787]
99749788
9975[[package]]9789[[package]]
9976name = "sp-allocator"9790name = "sp-allocator"
9977version = "3.0.0"9791version = "3.0.0"
9978source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"9792source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
9979dependencies = [9793dependencies = [
9980 "log",9794 "log",
9981 "sp-core",9795 "sp-core",
9987[[package]]9801[[package]]
9988name = "sp-api"9802name = "sp-api"
9989version = "3.0.0"9803version = "3.0.0"
9990source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"9804source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
9991dependencies = [9805dependencies = [
9992 "hash-db",9806 "hash-db",
9993 "log",9807 "log",
10004[[package]]9818[[package]]
10005name = "sp-api-proc-macro"9819name = "sp-api-proc-macro"
10006version = "3.0.0"9820version = "3.0.0"
10007source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"9821source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10008dependencies = [9822dependencies = [
10009 "blake2-rfc",9823 "blake2-rfc",
10010 "proc-macro-crate 1.0.0",9824 "proc-macro-crate 1.0.0",
10016[[package]]9830[[package]]
10017name = "sp-application-crypto"9831name = "sp-application-crypto"
10018version = "3.0.0"9832version = "3.0.0"
10019source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"9833source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10020dependencies = [9834dependencies = [
9835 "max-encoded-len",
10021 "parity-scale-codec 2.1.3",9836 "parity-scale-codec 2.1.3",
10022 "serde",9837 "serde",
10023 "sp-core",9838 "sp-core",
10028[[package]]9843[[package]]
10029name = "sp-arithmetic"9844name = "sp-arithmetic"
10030version = "3.0.0"9845version = "3.0.0"
10031source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"9846source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10032dependencies = [9847dependencies = [
10033 "integer-sqrt",9848 "integer-sqrt",
10034 "num-traits",9849 "num-traits",
10042[[package]]9857[[package]]
10043name = "sp-authority-discovery"9858name = "sp-authority-discovery"
10044version = "3.0.0"9859version = "3.0.0"
10045source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"9860source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10046dependencies = [9861dependencies = [
10047 "parity-scale-codec 2.1.3",9862 "parity-scale-codec 2.1.3",
10048 "sp-api",9863 "sp-api",
10054[[package]]9869[[package]]
10055name = "sp-authorship"9870name = "sp-authorship"
10056version = "3.0.0"9871version = "3.0.0"
10057source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"9872source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10058dependencies = [9873dependencies = [
10059 "async-trait",9874 "async-trait",
10060 "parity-scale-codec 2.1.3",9875 "parity-scale-codec 2.1.3",
10066[[package]]9881[[package]]
10067name = "sp-block-builder"9882name = "sp-block-builder"
10068version = "3.0.0"9883version = "3.0.0"
10069source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"9884source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10070dependencies = [9885dependencies = [
10071 "parity-scale-codec 2.1.3",9886 "parity-scale-codec 2.1.3",
10072 "sp-api",9887 "sp-api",
10078[[package]]9893[[package]]
10079name = "sp-blockchain"9894name = "sp-blockchain"
10080version = "3.0.0"9895version = "3.0.0"
10081source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"9896source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10082dependencies = [9897dependencies = [
10083 "futures 0.3.15",9898 "futures 0.3.15",
10084 "log",9899 "log",
10096[[package]]9911[[package]]
10097name = "sp-chain-spec"9912name = "sp-chain-spec"
10098version = "3.0.0"9913version = "3.0.0"
10099source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"9914source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10100dependencies = [9915dependencies = [
10101 "serde",9916 "serde",
10102 "serde_json",9917 "serde_json",
10105[[package]]9920[[package]]
10106name = "sp-consensus"9921name = "sp-consensus"
10107version = "0.9.0"9922version = "0.9.0"
10108source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"9923source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10109dependencies = [9924dependencies = [
10110 "async-trait",9925 "async-trait",
10111 "futures 0.3.15",9926 "futures 0.3.15",
10132[[package]]9947[[package]]
10133name = "sp-consensus-aura"9948name = "sp-consensus-aura"
10134version = "0.9.0"9949version = "0.9.0"
10135source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"9950source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10136dependencies = [9951dependencies = [
10137 "async-trait",9952 "async-trait",
10138 "parity-scale-codec 2.1.3",9953 "parity-scale-codec 2.1.3",
10149[[package]]9964[[package]]
10150name = "sp-consensus-babe"9965name = "sp-consensus-babe"
10151version = "0.9.0"9966version = "0.9.0"
10152source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"9967source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10153dependencies = [9968dependencies = [
10154 "async-trait",9969 "async-trait",
10155 "merlin",9970 "merlin",
10171[[package]]9986[[package]]
10172name = "sp-consensus-slots"9987name = "sp-consensus-slots"
10173version = "0.9.0"9988version = "0.9.0"
10174source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"9989source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10175dependencies = [9990dependencies = [
10176 "parity-scale-codec 2.1.3",9991 "parity-scale-codec 2.1.3",
10177 "sp-arithmetic",9992 "sp-arithmetic",
10181[[package]]9996[[package]]
10182name = "sp-consensus-vrf"9997name = "sp-consensus-vrf"
10183version = "0.9.0"9998version = "0.9.0"
10184source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"9999source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10185dependencies = [10000dependencies = [
10186 "parity-scale-codec 2.1.3",10001 "parity-scale-codec 2.1.3",
10187 "schnorrkel",10002 "schnorrkel",
10193[[package]]10008[[package]]
10194name = "sp-core"10009name = "sp-core"
10195version = "3.0.0"10010version = "3.0.0"
10196source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10011source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10197dependencies = [10012dependencies = [
10198 "base58",10013 "base58",
10199 "blake2-rfc",10014 "blake2-rfc",
10206 "hex",10021 "hex",
10207 "impl-serde",10022 "impl-serde",
10208 "lazy_static",10023 "lazy_static",
10209 "libsecp256k1",10024 "libsecp256k1 0.3.5",
10210 "log",10025 "log",
10026 "max-encoded-len",
10211 "merlin",10027 "merlin",
10212 "num-traits",10028 "num-traits",
10213 "parity-scale-codec 2.1.3",10029 "parity-scale-codec 2.1.3",
10237[[package]]10053[[package]]
10238name = "sp-database"10054name = "sp-database"
10239version = "3.0.0"10055version = "3.0.0"
10240source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10056source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10241dependencies = [10057dependencies = [
10242 "kvdb",10058 "kvdb",
10243 "parking_lot 0.11.1",10059 "parking_lot 0.11.1",
10246[[package]]10062[[package]]
10247name = "sp-debug-derive"10063name = "sp-debug-derive"
10248version = "3.0.0"10064version = "3.0.0"
10249source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10065source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10250dependencies = [10066dependencies = [
10251 "proc-macro2",10067 "proc-macro2",
10252 "quote",10068 "quote",
10256[[package]]10072[[package]]
10257name = "sp-externalities"10073name = "sp-externalities"
10258version = "0.9.0"10074version = "0.9.0"
10259source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10075source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10260dependencies = [10076dependencies = [
10261 "environmental",10077 "environmental",
10262 "parity-scale-codec 2.1.3",10078 "parity-scale-codec 2.1.3",
10267[[package]]10083[[package]]
10268name = "sp-finality-grandpa"10084name = "sp-finality-grandpa"
10269version = "3.0.0"10085version = "3.0.0"
10270source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10086source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10271dependencies = [10087dependencies = [
10272 "finality-grandpa",10088 "finality-grandpa",
10273 "log",10089 "log",
10284[[package]]10100[[package]]
10285name = "sp-inherents"10101name = "sp-inherents"
10286version = "3.0.0"10102version = "3.0.0"
10287source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10103source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10288dependencies = [10104dependencies = [
10289 "async-trait",10105 "async-trait",
10290 "impl-trait-for-tuples 0.2.1",10106 "impl-trait-for-tuples 0.2.1",
10298[[package]]10114[[package]]
10299name = "sp-io"10115name = "sp-io"
10300version = "3.0.0"10116version = "3.0.0"
10301source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10117source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10302dependencies = [10118dependencies = [
10303 "futures 0.3.15",10119 "futures 0.3.15",
10304 "hash-db",10120 "hash-db",
10305 "libsecp256k1",10121 "libsecp256k1 0.3.5",
10306 "log",10122 "log",
10307 "parity-scale-codec 2.1.3",10123 "parity-scale-codec 2.1.3",
10308 "parking_lot 0.11.1",10124 "parking_lot 0.11.1",
10323[[package]]10139[[package]]
10324name = "sp-keyring"10140name = "sp-keyring"
10325version = "3.0.0"10141version = "3.0.0"
10326source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10142source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10327dependencies = [10143dependencies = [
10328 "lazy_static",10144 "lazy_static",
10329 "sp-core",10145 "sp-core",
10334[[package]]10150[[package]]
10335name = "sp-keystore"10151name = "sp-keystore"
10336version = "0.9.0"10152version = "0.9.0"
10337source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10153source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10338dependencies = [10154dependencies = [
10339 "async-trait",10155 "async-trait",
10340 "derive_more",10156 "derive_more",
10351[[package]]10167[[package]]
10352name = "sp-maybe-compressed-blob"10168name = "sp-maybe-compressed-blob"
10353version = "3.0.0"10169version = "3.0.0"
10354source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10170source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10355dependencies = [10171dependencies = [
10356 "ruzstd",10172 "ruzstd",
10357 "zstd",10173 "zstd",
10360[[package]]10176[[package]]
10361name = "sp-npos-elections"10177name = "sp-npos-elections"
10362version = "3.0.0"10178version = "3.0.0"
10363source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10179source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10364dependencies = [10180dependencies = [
10365 "parity-scale-codec 2.1.3",10181 "parity-scale-codec 2.1.3",
10366 "serde",10182 "serde",
10373[[package]]10189[[package]]
10374name = "sp-npos-elections-compact"10190name = "sp-npos-elections-compact"
10375version = "3.0.0"10191version = "3.0.0"
10376source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10192source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10377dependencies = [10193dependencies = [
10378 "proc-macro-crate 1.0.0",10194 "proc-macro-crate 1.0.0",
10379 "proc-macro2",10195 "proc-macro2",
10384[[package]]10200[[package]]
10385name = "sp-offchain"10201name = "sp-offchain"
10386version = "3.0.0"10202version = "3.0.0"
10387source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10203source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10388dependencies = [10204dependencies = [
10389 "sp-api",10205 "sp-api",
10390 "sp-core",10206 "sp-core",
10394[[package]]10210[[package]]
10395name = "sp-panic-handler"10211name = "sp-panic-handler"
10396version = "3.0.0"10212version = "3.0.0"
10397source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10213source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10398dependencies = [10214dependencies = [
10399 "backtrace",10215 "backtrace",
10400]10216]
1040110217
10402[[package]]10218[[package]]
10403name = "sp-rpc"10219name = "sp-rpc"
10404version = "3.0.0"10220version = "3.0.0"
10405source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10221source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10406dependencies = [10222dependencies = [
10407 "rustc-hash",10223 "rustc-hash",
10408 "serde",10224 "serde",
10413[[package]]10229[[package]]
10414name = "sp-runtime"10230name = "sp-runtime"
10415version = "3.0.0"10231version = "3.0.0"
10416source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10232source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10417dependencies = [10233dependencies = [
10418 "either",10234 "either",
10419 "hash256-std-hasher",10235 "hash256-std-hasher",
10420 "impl-trait-for-tuples 0.2.1",10236 "impl-trait-for-tuples 0.2.1",
10421 "log",10237 "log",
10238 "max-encoded-len",
10422 "parity-scale-codec 2.1.3",10239 "parity-scale-codec 2.1.3",
10423 "parity-util-mem",10240 "parity-util-mem",
10424 "paste",10241 "paste",
10434[[package]]10251[[package]]
10435name = "sp-runtime-interface"10252name = "sp-runtime-interface"
10436version = "3.0.0"10253version = "3.0.0"
10437source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10254source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10438dependencies = [10255dependencies = [
10439 "impl-trait-for-tuples 0.2.1",10256 "impl-trait-for-tuples 0.2.1",
10440 "parity-scale-codec 2.1.3",10257 "parity-scale-codec 2.1.3",
10451[[package]]10268[[package]]
10452name = "sp-runtime-interface-proc-macro"10269name = "sp-runtime-interface-proc-macro"
10453version = "3.0.0"10270version = "3.0.0"
10454source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10271source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10455dependencies = [10272dependencies = [
10456 "Inflector",10273 "Inflector",
10457 "proc-macro-crate 1.0.0",10274 "proc-macro-crate 1.0.0",
10463[[package]]10280[[package]]
10464name = "sp-sandbox"10281name = "sp-sandbox"
10465version = "0.9.0"10282version = "0.9.0"
10466source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10283source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10467dependencies = [10284dependencies = [
10468 "parity-scale-codec 2.1.3",10285 "parity-scale-codec 2.1.3",
10469 "sp-core",10286 "sp-core",
10476[[package]]10293[[package]]
10477name = "sp-serializer"10294name = "sp-serializer"
10478version = "3.0.0"10295version = "3.0.0"
10479source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10296source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10480dependencies = [10297dependencies = [
10481 "serde",10298 "serde",
10482 "serde_json",10299 "serde_json",
10485[[package]]10302[[package]]
10486name = "sp-session"10303name = "sp-session"
10487version = "3.0.0"10304version = "3.0.0"
10488source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10305source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10489dependencies = [10306dependencies = [
10490 "parity-scale-codec 2.1.3",10307 "parity-scale-codec 2.1.3",
10491 "sp-api",10308 "sp-api",
10498[[package]]10315[[package]]
10499name = "sp-staking"10316name = "sp-staking"
10500version = "3.0.0"10317version = "3.0.0"
10501source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10318source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10502dependencies = [10319dependencies = [
10503 "parity-scale-codec 2.1.3",10320 "parity-scale-codec 2.1.3",
10504 "sp-runtime",10321 "sp-runtime",
10508[[package]]10325[[package]]
10509name = "sp-state-machine"10326name = "sp-state-machine"
10510version = "0.9.0"10327version = "0.9.0"
10511source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10328source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10512dependencies = [10329dependencies = [
10513 "hash-db",10330 "hash-db",
10514 "log",10331 "log",
10531[[package]]10348[[package]]
10532name = "sp-std"10349name = "sp-std"
10533version = "3.0.0"10350version = "3.0.0"
10534source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10351source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
1053510352
10536[[package]]10353[[package]]
10537name = "sp-storage"10354name = "sp-storage"
10538version = "3.0.0"10355version = "3.0.0"
10539source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10356source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10540dependencies = [10357dependencies = [
10541 "impl-serde",10358 "impl-serde",
10542 "parity-scale-codec 2.1.3",10359 "parity-scale-codec 2.1.3",
10549[[package]]10366[[package]]
10550name = "sp-tasks"10367name = "sp-tasks"
10551version = "3.0.0"10368version = "3.0.0"
10552source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10369source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10553dependencies = [10370dependencies = [
10554 "log",10371 "log",
10555 "sp-core",10372 "sp-core",
10562[[package]]10379[[package]]
10563name = "sp-timestamp"10380name = "sp-timestamp"
10564version = "3.0.0"10381version = "3.0.0"
10565source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10382source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10566dependencies = [10383dependencies = [
10567 "async-trait",10384 "async-trait",
10568 "futures-timer 3.0.2",10385 "futures-timer 3.0.2",
10579[[package]]10396[[package]]
10580name = "sp-tracing"10397name = "sp-tracing"
10581version = "3.0.0"10398version = "3.0.0"
10582source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10399source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10583dependencies = [10400dependencies = [
10584 "erased-serde",10401 "erased-serde",
10585 "log",10402 "log",
10597[[package]]10414[[package]]
10598name = "sp-transaction-pool"10415name = "sp-transaction-pool"
10599version = "3.0.0"10416version = "3.0.0"
10600source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10417source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10601dependencies = [10418dependencies = [
10602 "derive_more",10419 "derive_more",
10603 "futures 0.3.15",10420 "futures 0.3.15",
10610 "thiserror",10427 "thiserror",
10611]10428]
10429
10430[[package]]
10431name = "sp-transaction-storage-proof"
10432version = "3.0.0"
10433source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10434dependencies = [
10435 "async-trait",
10436 "log",
10437 "parity-scale-codec 2.1.3",
10438 "sp-core",
10439 "sp-inherents",
10440 "sp-runtime",
10441 "sp-std",
10442 "sp-trie",
10443]
1061210444
10613[[package]]10445[[package]]
10614name = "sp-trie"10446name = "sp-trie"
10615version = "3.0.0"10447version = "3.0.0"
10616source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10448source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10617dependencies = [10449dependencies = [
10618 "hash-db",10450 "hash-db",
10619 "memory-db",10451 "memory-db",
10627[[package]]10459[[package]]
10628name = "sp-utils"10460name = "sp-utils"
10629version = "3.0.0"10461version = "3.0.0"
10630source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10462source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10631dependencies = [10463dependencies = [
10632 "futures 0.3.15",10464 "futures 0.3.15",
10633 "futures-core",10465 "futures-core",
10639[[package]]10471[[package]]
10640name = "sp-version"10472name = "sp-version"
10641version = "3.0.0"10473version = "3.0.0"
10642source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10474source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10643dependencies = [10475dependencies = [
10644 "impl-serde",10476 "impl-serde",
10645 "parity-scale-codec 2.1.3",10477 "parity-scale-codec 2.1.3",
10652[[package]]10484[[package]]
10653name = "sp-version-proc-macro"10485name = "sp-version-proc-macro"
10654version = "3.0.0"10486version = "3.0.0"
10655source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10487source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10656dependencies = [10488dependencies = [
10657 "parity-scale-codec 2.1.3",10489 "parity-scale-codec 2.1.3",
10658 "proc-macro-crate 1.0.0",10490 "proc-macro-crate 1.0.0",
10664[[package]]10496[[package]]
10665name = "sp-wasm-interface"10497name = "sp-wasm-interface"
10666version = "3.0.0"10498version = "3.0.0"
10667source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10499source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10668dependencies = [10500dependencies = [
10669 "impl-trait-for-tuples 0.2.1",10501 "impl-trait-for-tuples 0.2.1",
10670 "parity-scale-codec 2.1.3",10502 "parity-scale-codec 2.1.3",
10832[[package]]10664[[package]]
10833name = "substrate-build-script-utils"10665name = "substrate-build-script-utils"
10834version = "3.0.0"10666version = "3.0.0"
10835source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10667source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10836dependencies = [10668dependencies = [
10837 "platforms",10669 "platforms",
10838]10670]
1083910671
10840[[package]]10672[[package]]
10841name = "substrate-frame-rpc-system"10673name = "substrate-frame-rpc-system"
10842version = "3.0.0"10674version = "3.0.0"
10843source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10675source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10844dependencies = [10676dependencies = [
10845 "frame-system-rpc-runtime-api",10677 "frame-system-rpc-runtime-api",
10846 "futures 0.3.15",10678 "futures 0.3.15",
10863[[package]]10695[[package]]
10864name = "substrate-prometheus-endpoint"10696name = "substrate-prometheus-endpoint"
10865version = "0.9.0"10697version = "0.9.0"
10866source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10698source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10867dependencies = [10699dependencies = [
10868 "async-std",10700 "async-std",
10869 "derive_more",10701 "derive_more",
10877[[package]]10709[[package]]
10878name = "substrate-test-client"10710name = "substrate-test-client"
10879version = "2.0.1"10711version = "2.0.1"
10880source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10712source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10881dependencies = [10713dependencies = [
10882 "async-trait",10714 "async-trait",
10883 "futures 0.1.31",10715 "futures 0.1.31",
10906[[package]]10738[[package]]
10907name = "substrate-test-utils"10739name = "substrate-test-utils"
10908version = "3.0.0"10740version = "3.0.0"
10909source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10741source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10910dependencies = [10742dependencies = [
10911 "futures 0.3.15",10743 "futures 0.3.15",
10912 "substrate-test-utils-derive",10744 "substrate-test-utils-derive",
10916[[package]]10748[[package]]
10917name = "substrate-test-utils-derive"10749name = "substrate-test-utils-derive"
10918version = "0.9.0"10750version = "0.9.0"
10919source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"10751source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
10920dependencies = [10752dependencies = [
10921 "proc-macro-crate 1.0.0",10753 "proc-macro-crate 1.0.0",
10922 "quote",10754 "quote",
1100410836
11005[[package]]10837[[package]]
11006name = "target-lexicon"10838name = "target-lexicon"
11007version = "0.11.2"10839version = "0.12.0"
11008source = "registry+https://github.com/rust-lang/crates.io-index"10840source = "registry+https://github.com/rust-lang/crates.io-index"
11009checksum = "422045212ea98508ae3d28025bc5aaa2bd4a9cdaecd442a08da2ee620ee9ea95"10841checksum = "64ae3b39281e4b14b8123bdbaddd472b7dfe215e444181f2f9d2443c2444f834"
1101010842
11011[[package]]10843[[package]]
11012name = "tempfile"10844name = "tempfile"
11191 "winapi 0.3.9",11023 "winapi 0.3.9",
11192]11024]
11025
11026[[package]]
11027name = "tokio"
11028version = "1.8.1"
11029source = "registry+https://github.com/rust-lang/crates.io-index"
11030checksum = "98c8b05dc14c75ea83d63dd391100353789f5f24b8b3866542a5e85c8be8e985"
11031dependencies = [
11032 "autocfg",
11033 "pin-project-lite 0.2.6",
11034]
1119311035
11194[[package]]11036[[package]]
11195name = "tokio-buf"11037name = "tokio-buf"
11310 "webpki",11152 "webpki",
11311]11153]
11154
11155[[package]]
11156name = "tokio-rustls"
11157version = "0.15.0"
11158source = "registry+https://github.com/rust-lang/crates.io-index"
11159checksum = "03d15e5669243a45f630a5167d101b942174ca94b615445b2057eace1c818736"
11160dependencies = [
11161 "futures-core",
11162 "rustls 0.19.1",
11163 "tokio 0.2.25",
11164 "webpki",
11165]
1131211166
11313[[package]]11167[[package]]
11314name = "tokio-service"11168name = "tokio-service"
11413dependencies = [11267dependencies = [
11414 "bytes 0.5.6",11268 "bytes 0.5.6",
11415 "futures-core",11269 "futures-core",
11270 "futures-io",
11416 "futures-sink",11271 "futures-sink",
11417 "log",11272 "log",
11418 "pin-project-lite 0.1.12",11273 "pin-project-lite 0.1.12",
11604[[package]]11459[[package]]
11605name = "try-runtime-cli"11460name = "try-runtime-cli"
11606version = "0.9.0"11461version = "0.9.0"
11607source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3#c94e0cdfe5556680dca1996004751eeb114755d7"11462source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.7#9c572625f6557dfdb19f47474369a0327d51dfbc"
11608dependencies = [11463dependencies = [
11609 "frame-try-runtime",11464 "frame-try-runtime",
11610 "log",11465 "log",
11611 "parity-scale-codec 2.1.3",11466 "parity-scale-codec 2.1.3",
11612 "remote-externalities",11467 "remote-externalities",
11468 "sc-chain-spec",
11613 "sc-cli",11469 "sc-cli",
11614 "sc-client-api",11470 "sc-client-api",
11615 "sc-executor",11471 "sc-executor",
11616 "sc-service",11472 "sc-service",
11473 "serde",
11617 "sp-api",11474 "sp-api",
11618 "sp-blockchain",11475 "sp-blockchain",
11619 "sp-core",11476 "sp-core",
11620 "sp-externalities",11477 "sp-externalities",
11478 "sp-keystore",
11621 "sp-runtime",11479 "sp-runtime",
11622 "sp-state-machine",11480 "sp-state-machine",
11623 "structopt",11481 "structopt",
11630checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"11488checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"
11631dependencies = [11489dependencies = [
11632 "cfg-if 0.1.10",11490 "cfg-if 0.1.10",
11633 "rand 0.7.3",11491 "rand 0.3.23",
11634 "static_assertions",11492 "static_assertions",
11635]11493]
1163611494
1196911827
11970[[package]]11828[[package]]
11971name = "wasmi"11829name = "wasmi"
11972version = "0.6.2"11830version = "0.9.0"
11973source = "registry+https://github.com/rust-lang/crates.io-index"11831source = "registry+https://github.com/rust-lang/crates.io-index"
11974checksum = "bf617d864d25af3587aa745529f7aaa541066c876d57e050c0d0c85c61c92aff"11832checksum = "d2ee05bba3d1d994652079893941a2ef9324d2b58a63c31b40678fb7eddd7a5a"
11975dependencies = [11833dependencies = [
11834 "downcast-rs",
11976 "libc",11835 "libc",
11977 "memory_units",11836 "memory_units",
11978 "num-rational 0.2.4",11837 "num-rational 0.2.4",
11979 "num-traits",11838 "num-traits",
11980 "parity-wasm 0.41.0",11839 "parity-wasm 0.42.2",
11981 "wasmi-validation 0.3.0",11840 "wasmi-validation",
11982]11841]
11983
11984[[package]]
11985name = "wasmi-validation"
11986version = "0.3.0"
11987source = "registry+https://github.com/rust-lang/crates.io-index"
11988checksum = "ea78c597064ba73596099281e2f4cfc019075122a65cdda3205af94f0b264d93"
11989dependencies = [
11990 "parity-wasm 0.41.0",
11991]
1199211842
11993[[package]]11843[[package]]
11994name = "wasmi-validation"11844name = "wasmi-validation"
1200111851
12002[[package]]11852[[package]]
12003name = "wasmparser"11853name = "wasmparser"
12004version = "0.76.0"11854version = "0.78.2"
12005source = "registry+https://github.com/rust-lang/crates.io-index"11855source = "registry+https://github.com/rust-lang/crates.io-index"
12006checksum = "755a9a4afe3f6cccbbe6d7e965eef44cf260b001f93e547eba84255c1d0187d8"11856checksum = "52144d4c78e5cf8b055ceab8e5fa22814ce4315d6002ad32cfd914f37c12fd65"
1200711857
12008[[package]]11858[[package]]
12009name = "wasmtime"11859name = "wasmtime"
12010version = "0.24.0"11860version = "0.27.0"
12011source = "registry+https://github.com/rust-lang/crates.io-index"11861source = "registry+https://github.com/rust-lang/crates.io-index"
12012checksum = "718cb52a9fdb7ab12471e9b9d051c9adfa6b5c504e0a1fea045e5eabc81eedd9"11862checksum = "b310b9d20fcf59385761d1ade7a3ef06aecc380e3d3172035b919eaf7465d9f7"
12013dependencies = [11863dependencies = [
12014 "anyhow",11864 "anyhow",
12015 "backtrace",11865 "backtrace",
12016 "bincode",11866 "bincode",
12017 "cfg-if 1.0.0",11867 "cfg-if 1.0.0",
12018 "cpp_demangle",11868 "cpp_demangle",
12019 "indexmap",11869 "indexmap",
11870 "lazy_static",
12020 "libc",11871 "libc",
12021 "log",11872 "log",
12022 "paste",11873 "paste",
11874 "psm",
12023 "region",11875 "region",
12024 "rustc-demangle",11876 "rustc-demangle",
12025 "serde",11877 "serde",
1203811890
12039[[package]]11891[[package]]
12040name = "wasmtime-cache"11892name = "wasmtime-cache"
12041version = "0.24.0"11893version = "0.27.0"
12042source = "registry+https://github.com/rust-lang/crates.io-index"11894source = "registry+https://github.com/rust-lang/crates.io-index"
12043checksum = "1f984df56c4adeba91540f9052db9f7a8b3b00cfaac1a023bee50a972f588b0c"11895checksum = "d14d500d5c3dc5f5c097158feee123d64b3097f0d836a2a27dff9c761c73c843"
12044dependencies = [11896dependencies = [
12045 "anyhow",11897 "anyhow",
12046 "base64 0.13.0",11898 "base64 0.13.0",
1205911911
12060[[package]]11912[[package]]
12061name = "wasmtime-cranelift"11913name = "wasmtime-cranelift"
12062version = "0.24.0"11914version = "0.27.0"
12063source = "registry+https://github.com/rust-lang/crates.io-index"11915source = "registry+https://github.com/rust-lang/crates.io-index"
12064checksum = "2a05abbf94e03c2c8ee02254b1949320c4d45093de5d9d6ed4d9351d536075c9"11916checksum = "c525b39f062eada7db3c1298287b96dcb6e472b9f6b22501300b28d9fa7582f6"
12065dependencies = [11917dependencies = [
12066 "cranelift-codegen",11918 "cranelift-codegen",
12067 "cranelift-entity",11919 "cranelift-entity",
12068 "cranelift-frontend",11920 "cranelift-frontend",
12069 "cranelift-wasm",11921 "cranelift-wasm",
11922 "target-lexicon",
12070 "wasmparser",11923 "wasmparser",
12071 "wasmtime-environ",11924 "wasmtime-environ",
12072]11925]
1207311926
12074[[package]]11927[[package]]
12075name = "wasmtime-debug"11928name = "wasmtime-debug"
12076version = "0.24.0"11929version = "0.27.0"
12077source = "registry+https://github.com/rust-lang/crates.io-index"11930source = "registry+https://github.com/rust-lang/crates.io-index"
12078checksum = "382eecd6281c6c1d1f3c904c3c143e671fc1a9573820cbfa777fba45ce2eda9c"11931checksum = "c5d2a763e7a6fc734218e0e463196762a4f409c483063d81e0e85f96343b2e0a"
12079dependencies = [11932dependencies = [
12080 "anyhow",11933 "anyhow",
12081 "gimli 0.23.0",11934 "gimli",
12082 "more-asserts",11935 "more-asserts",
12083 "object 0.23.0",11936 "object 0.24.0",
12084 "target-lexicon",11937 "target-lexicon",
12085 "thiserror",11938 "thiserror",
12086 "wasmparser",11939 "wasmparser",
1208911942
12090[[package]]11943[[package]]
12091name = "wasmtime-environ"11944name = "wasmtime-environ"
12092version = "0.24.0"11945version = "0.27.0"
12093source = "registry+https://github.com/rust-lang/crates.io-index"11946source = "registry+https://github.com/rust-lang/crates.io-index"
12094checksum = "81011b2b833663d7e0ce34639459a0e301e000fc7331e0298b3a27c78d0cec60"11947checksum = "f64d0c2d881c31b0d65c1f2695e022d71eb60b9fbdd336aacca28208b58eac90"
12095dependencies = [11948dependencies = [
12096 "anyhow",
12097 "cfg-if 1.0.0",11949 "cfg-if 1.0.0",
12098 "cranelift-codegen",11950 "cranelift-codegen",
12099 "cranelift-entity",11951 "cranelift-entity",
12100 "cranelift-wasm",11952 "cranelift-wasm",
12101 "gimli 0.23.0",11953 "gimli",
12102 "indexmap",11954 "indexmap",
12103 "log",11955 "log",
12104 "more-asserts",11956 "more-asserts",
1210911961
12110[[package]]11962[[package]]
12111name = "wasmtime-fiber"11963name = "wasmtime-fiber"
12112version = "0.24.0"11964version = "0.27.0"
12113source = "registry+https://github.com/rust-lang/crates.io-index"11965source = "registry+https://github.com/rust-lang/crates.io-index"
12114checksum = "d92da32e31af2e3d828f485f5f24651ed4d3b7f03a46ea6555eae6940d1402cd"11966checksum = "a089d44cd7e2465d41a53b840a5b4fca1bf6d1ecfebc970eac9592b34ea5f0b3"
12115dependencies = [11967dependencies = [
12116 "cc",11968 "cc",
12117 "libc",11969 "libc",
1212011972
12121[[package]]11973[[package]]
12122name = "wasmtime-jit"11974name = "wasmtime-jit"
12123version = "0.24.0"11975version = "0.27.0"
12124source = "registry+https://github.com/rust-lang/crates.io-index"11976source = "registry+https://github.com/rust-lang/crates.io-index"
12125checksum = "9b5f649623859a12d361fe4cc4793de44f7c3ff34c322c5714289787e89650bb"11977checksum = "4d4539ea734422b7c868107e2187d7746d8affbcaa71916d72639f53757ad707"
12126dependencies = [11978dependencies = [
12127 "addr2line 0.14.1",11979 "addr2line",
12128 "anyhow",11980 "anyhow",
12129 "cfg-if 1.0.0",11981 "cfg-if 1.0.0",
12130 "cranelift-codegen",11982 "cranelift-codegen",
12131 "cranelift-entity",11983 "cranelift-entity",
12132 "cranelift-frontend",11984 "cranelift-frontend",
12133 "cranelift-native",11985 "cranelift-native",
12134 "cranelift-wasm",11986 "cranelift-wasm",
12135 "gimli 0.23.0",11987 "gimli",
12136 "log",11988 "log",
12137 "more-asserts",11989 "more-asserts",
12138 "object 0.23.0",11990 "object 0.24.0",
12139 "rayon",11991 "rayon",
12140 "region",11992 "region",
12141 "serde",11993 "serde",
1215312005
12154[[package]]12006[[package]]
12155name = "wasmtime-obj"12007name = "wasmtime-obj"
12156version = "0.24.0"12008version = "0.27.0"
12157source = "registry+https://github.com/rust-lang/crates.io-index"12009source = "registry+https://github.com/rust-lang/crates.io-index"
12158checksum = "ef2e99cd9858f57fd062e9351e07881cedfc8597928385e02a48d9333b9e15a1"12010checksum = "8e1a8ff85246d091828e2225af521a6208ed28c997bb5c39eb697366dc2e2f2b"
12159dependencies = [12011dependencies = [
12160 "anyhow",12012 "anyhow",
12161 "more-asserts",12013 "more-asserts",
12162 "object 0.23.0",12014 "object 0.24.0",
12163 "target-lexicon",12015 "target-lexicon",
12164 "wasmtime-debug",12016 "wasmtime-debug",
12165 "wasmtime-environ",12017 "wasmtime-environ",
12166]12018]
1216712019
12168[[package]]12020[[package]]
12169name = "wasmtime-profiling"12021name = "wasmtime-profiling"
12170version = "0.24.0"12022version = "0.27.0"
12171source = "registry+https://github.com/rust-lang/crates.io-index"12023source = "registry+https://github.com/rust-lang/crates.io-index"
12172checksum = "e46c0a590e49278ba7f79ef217af9db4ecc671b50042c185093e22d73524abb2"12024checksum = "e24364d522dcd67c897c8fffc42e5bdfc57207bbb6d7eeade0da9d4a7d70105b"
12173dependencies = [12025dependencies = [
12174 "anyhow",12026 "anyhow",
12175 "cfg-if 1.0.0",12027 "cfg-if 1.0.0",
12176 "gimli 0.23.0",12028 "gimli",
12177 "lazy_static",12029 "lazy_static",
12178 "libc",12030 "libc",
12179 "object 0.23.0",12031 "object 0.24.0",
12180 "scroll",12032 "scroll",
12181 "serde",12033 "serde",
12182 "target-lexicon",12034 "target-lexicon",
1218612038
12187[[package]]12039[[package]]
12188name = "wasmtime-runtime"12040name = "wasmtime-runtime"
12189version = "0.24.0"12041version = "0.27.0"
12190source = "registry+https://github.com/rust-lang/crates.io-index"12042source = "registry+https://github.com/rust-lang/crates.io-index"
12191checksum = "1438a09185fc7ca067caf1a80d7e5b398eefd4fb7630d94841448ade60feb3d0"12043checksum = "c51e57976e8a19a18a18e002c6eb12e5769554204238e47ff155fda1809ef0f7"
12192dependencies = [12044dependencies = [
12045 "anyhow",
12193 "backtrace",12046 "backtrace",
12194 "cc",12047 "cc",
12195 "cfg-if 1.0.0",12048 "cfg-if 1.0.0",
12196 "indexmap",12049 "indexmap",
12197 "lazy_static",12050 "lazy_static",
12198 "libc",12051 "libc",
12199 "log",12052 "log",
12053 "mach",
12200 "memoffset 0.6.4",12054 "memoffset 0.6.4",
12201 "more-asserts",12055 "more-asserts",
12202 "psm",12056 "rand 0.8.4",
12203 "region",12057 "region",
12204 "thiserror",12058 "thiserror",
12205 "wasmtime-environ",12059 "wasmtime-environ",
12060 "wasmtime-fiber",
12206 "winapi 0.3.9",12061 "winapi 0.3.9",
12207]12062]
1220812063
12262 "cc",12117 "cc",
12263]12118]
12264
12265[[package]]
12266name = "westend-runtime"
12267version = "0.9.3"
12268source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"
12269dependencies = [
12270 "beefy-primitives",
12271 "bitvec 0.20.4",
12272 "frame-executive",
12273 "frame-support",
12274 "frame-system",
12275 "frame-system-rpc-runtime-api",
12276 "frame-try-runtime",
12277 "log",
12278 "pallet-authority-discovery",
12279 "pallet-authorship",
12280 "pallet-babe",
12281 "pallet-balances",
12282 "pallet-collective",
12283 "pallet-democracy",
12284 "pallet-election-provider-multi-phase",
12285 "pallet-elections-phragmen",
12286 "pallet-grandpa",
12287 "pallet-identity",
12288 "pallet-im-online",
12289 "pallet-indices",
12290 "pallet-membership",
12291 "pallet-mmr-primitives",
12292 "pallet-multisig",
12293 "pallet-nicks",
12294 "pallet-offences",
12295 "pallet-proxy",
12296 "pallet-randomness-collective-flip",
12297 "pallet-recovery",
12298 "pallet-scheduler 3.0.0 (git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.3)",
12299 "pallet-session",
12300 "pallet-society",
12301 "pallet-staking",
12302 "pallet-staking-reward-curve",
12303 "pallet-sudo",
12304 "pallet-timestamp",
12305 "pallet-transaction-payment",
12306 "pallet-transaction-payment-rpc-runtime-api",
12307 "pallet-treasury",
12308 "pallet-utility",
12309 "pallet-vesting",
12310 "pallet-xcm",
12311 "parity-scale-codec 2.1.3",
12312 "polkadot-parachain",
12313 "polkadot-primitives",
12314 "polkadot-runtime-common",
12315 "polkadot-runtime-parachains",
12316 "rustc-hex",
12317 "serde",
12318 "serde_derive",
12319 "smallvec 1.6.1",
12320 "sp-api",
12321 "sp-authority-discovery",
12322 "sp-block-builder",
12323 "sp-consensus-babe",
12324 "sp-core",
12325 "sp-inherents",
12326 "sp-io",
12327 "sp-npos-elections",
12328 "sp-offchain",
12329 "sp-runtime",
12330 "sp-session",
12331 "sp-staking",
12332 "sp-std",
12333 "sp-transaction-pool",
12334 "sp-version",
12335 "static_assertions",
12336 "substrate-wasm-builder 3.0.0",
12337 "xcm",
12338 "xcm-builder",
12339 "xcm-executor",
12340]
1234112119
12342[[package]]12120[[package]]
12343name = "which"12121name = "which"
1243612214
12437[[package]]12215[[package]]
12438name = "xcm"12216name = "xcm"
12439version = "0.9.3"12217version = "0.9.7"
12440source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"12218source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
12441dependencies = [12219dependencies = [
12442 "derivative",12220 "derivative",
12443 "impl-trait-for-tuples 0.2.1",12221 "impl-trait-for-tuples 0.2.1",
1244612224
12447[[package]]12225[[package]]
12448name = "xcm-builder"12226name = "xcm-builder"
12449version = "0.9.3"12227version = "0.9.7"
12450source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"12228source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
12451dependencies = [12229dependencies = [
12452 "frame-support",12230 "frame-support",
12453 "frame-system",12231 "frame-system",
1246512243
12466[[package]]12244[[package]]
12467name = "xcm-executor"12245name = "xcm-executor"
12468version = "0.9.3"12246version = "0.9.7"
12469source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.3#aa386760948574af4078c59decf558d16efe15e2"12247source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.7#5d35bac7408a4cb12a578764217d06f3920b36aa"
12470dependencies = [12248dependencies = [
12471 "frame-support",12249 "frame-support",
12472 "impl-trait-for-tuples 0.2.1",12250 "impl-trait-for-tuples 0.2.1",