git.delta.rocks / unique-network / refs/commits / 6bc741d7b351

difftreelog

build update lockfile

Yaroslav Bolyukin2021-11-26parent: #d3478e2.patch.diff
in: master

2 files changed

modifiedCargo.lockdiffbeforeafterboth
117117
118[[package]]118[[package]]
119name = "anyhow"119name = "anyhow"
120version = "1.0.44"120version = "1.0.48"
121source = "registry+https://github.com/rust-lang/crates.io-index"121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "61604a8f862e1d5c3229fdd78f8b02c68dcf73a4c4b05fd636d12240aaa242c1"122checksum = "62e1f47f7dc0422027a4e370dd4548d4d66b26782e513e98dca1e689e058a80e"
123123
124[[package]]124[[package]]
125name = "approx"125name = "approx"
259259
260[[package]]260[[package]]
261name = "async-process"261name = "async-process"
262version = "1.2.0"262version = "1.3.0"
263source = "registry+https://github.com/rust-lang/crates.io-index"263source = "registry+https://github.com/rust-lang/crates.io-index"
264checksum = "b21b63ab5a0db0369deb913540af2892750e42d949faacc7a61495ac418a1692"264checksum = "83137067e3a2a6a06d67168e49e68a0957d215410473a740cea95a2425c0b7c6"
265dependencies = [265dependencies = [
266 "async-io",266 "async-io",
267 "blocking",267 "blocking",
362362
363[[package]]363[[package]]
364name = "atomic"364name = "atomic"
365version = "0.5.0"365version = "0.5.1"
366source = "registry+https://github.com/rust-lang/crates.io-index"366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "c3410529e8288c463bedb5930f82833bc0c90e5d2fe639a56582a4d09220b281"367checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"
368dependencies = [368dependencies = [
369 "autocfg",369 "autocfg",
370]370]
460dependencies = [460dependencies = [
461 "beefy-primitives",461 "beefy-primitives",
462 "fnv",462 "fnv",
463 "futures 0.3.17",463 "futures 0.3.18",
464 "log",464 "log",
465 "parity-scale-codec",465 "parity-scale-codec",
466 "parking_lot 0.11.2",466 "parking_lot 0.11.2",
488dependencies = [488dependencies = [
489 "beefy-gadget",489 "beefy-gadget",
490 "beefy-primitives",490 "beefy-primitives",
491 "futures 0.3.17",491 "futures 0.3.18",
492 "jsonrpc-core",492 "jsonrpc-core",
493 "jsonrpc-core-client",493 "jsonrpc-core-client",
494 "jsonrpc-derive",494 "jsonrpc-derive",
531531
532[[package]]532[[package]]
533name = "bindgen"533name = "bindgen"
534version = "0.59.1"534version = "0.59.2"
535source = "registry+https://github.com/rust-lang/crates.io-index"535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "453c49e5950bb0eb63bb3df640e31618846c89d5b7faa54040d76e98e0134375"536checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"
537dependencies = [537dependencies = [
538 "bitflags",538 "bitflags",
539 "cexpr",539 "cexpr",
554source = "registry+https://github.com/rust-lang/crates.io-index"554source = "registry+https://github.com/rust-lang/crates.io-index"
555checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"555checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
556
557[[package]]
558name = "bitvec"
559version = "0.19.5"
560source = "registry+https://github.com/rust-lang/crates.io-index"
561checksum = "8942c8d352ae1838c9dda0b0ca2ab657696ef2232a20147cf1b30ae1a9cb4321"
562dependencies = [
563 "funty",
564 "radium 0.5.3",
565 "tap",
566 "wyz",
567]
568556
569[[package]]557[[package]]
570name = "bitvec"558name = "bitvec"
573checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848"561checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848"
574dependencies = [562dependencies = [
575 "funty",563 "funty",
576 "radium 0.6.2",564 "radium",
577 "tap",565 "tap",
578 "wyz",566 "wyz",
579]567]
675663
676[[package]]664[[package]]
677name = "blocking"665name = "blocking"
678version = "1.0.2"666version = "1.1.0"
679source = "registry+https://github.com/rust-lang/crates.io-index"667source = "registry+https://github.com/rust-lang/crates.io-index"
680checksum = "c5e170dbede1f740736619b776d7251cb1b9095c435c34d8ca9f57fcd2f335e9"668checksum = "046e47d4b2d391b1f6f8b407b1deb8dee56c1852ccd868becf2710f601b5f427"
681dependencies = [669dependencies = [
682 "async-channel",670 "async-channel",
683 "async-task",671 "async-task",
729version = "0.1.0"717version = "0.1.0"
730source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"718source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
731dependencies = [719dependencies = [
732 "bitvec 0.20.4",720 "bitvec",
733 "bp-runtime",721 "bp-runtime",
734 "frame-support",722 "frame-support",
735 "frame-system",723 "frame-system",
736 "impl-trait-for-tuples 0.2.1",724 "impl-trait-for-tuples",
737 "parity-scale-codec",725 "parity-scale-codec",
738 "scale-info",726 "scale-info",
739 "serde",727 "serde",
971959
972[[package]]960[[package]]
973name = "cc"961name = "cc"
974version = "1.0.71"962version = "1.0.72"
975source = "registry+https://github.com/rust-lang/crates.io-index"963source = "registry+https://github.com/rust-lang/crates.io-index"
976checksum = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd"964checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
977dependencies = [965dependencies = [
978 "jobserver",966 "jobserver",
979]967]
980968
981[[package]]969[[package]]
982name = "cexpr"970name = "cexpr"
983version = "0.5.0"971version = "0.6.0"
984source = "registry+https://github.com/rust-lang/crates.io-index"972source = "registry+https://github.com/rust-lang/crates.io-index"
985checksum = "db507a7679252d2276ed0dd8113c6875ec56d3089f9225b2b42c30cc1f8e5c89"973checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
986dependencies = [974dependencies = [
987 "nom",975 "nom",
988]976]
1080dependencies = [1068dependencies = [
1081 "glob",1069 "glob",
1082 "libc",1070 "libc",
1083 "libloading 0.7.1",1071 "libloading 0.7.2",
1084]1072]
10851073
1086[[package]]1074[[package]]
11461134
1147[[package]]1135[[package]]
1148name = "cpp_demangle"1136name = "cpp_demangle"
1149version = "0.3.3"1137version = "0.3.4"
1150source = "registry+https://github.com/rust-lang/crates.io-index"1138source = "registry+https://github.com/rust-lang/crates.io-index"
1151checksum = "8ea47428dc9d2237f3c6bc134472edfd63ebba0af932e783506dcfd66f10d18a"1139checksum = "931ab2a3e6330a07900b8e7ca4e106cdcbb93f2b9a52df55e54ee53d8305b55d"
1152dependencies = [1140dependencies = [
1153 "cfg-if 1.0.0",1141 "cfg-if 1.0.0",
1154]1142]
12631251
1264[[package]]1252[[package]]
1265name = "crc32fast"1253name = "crc32fast"
1266version = "1.2.1"1254version = "1.2.2"
1267source = "registry+https://github.com/rust-lang/crates.io-index"1255source = "registry+https://github.com/rust-lang/crates.io-index"
1268checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"1256checksum = "3825b1e8580894917dc4468cb634a1b4e9745fddc854edad72d9c04644c0319f"
1269dependencies = [1257dependencies = [
1270 "cfg-if 1.0.0",1258 "cfg-if 1.0.0",
1271]1259]
1392[[package]]1380[[package]]
1393name = "cumulus-client-cli"1381name = "cumulus-client-cli"
1394version = "0.1.0"1382version = "0.1.0"
1395source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1383source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"
1396dependencies = [1384dependencies = [
1397 "sc-cli",1385 "sc-cli",
1398 "sc-service",1386 "sc-service",
1402[[package]]1390[[package]]
1403name = "cumulus-client-collator"1391name = "cumulus-client-collator"
1404version = "0.1.0"1392version = "0.1.0"
1405source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1393source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"
1406dependencies = [1394dependencies = [
1407 "cumulus-client-consensus-common",1395 "cumulus-client-consensus-common",
1408 "cumulus-client-network",1396 "cumulus-client-network",
1409 "cumulus-primitives-core",1397 "cumulus-primitives-core",
1410 "futures 0.3.17",1398 "futures 0.3.18",
1411 "parity-scale-codec",1399 "parity-scale-codec",
1412 "parking_lot 0.10.2",1400 "parking_lot 0.10.2",
1413 "polkadot-node-primitives",1401 "polkadot-node-primitives",
1425[[package]]1413[[package]]
1426name = "cumulus-client-consensus-aura"1414name = "cumulus-client-consensus-aura"
1427version = "0.1.0"1415version = "0.1.0"
1428source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1416source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"
1429dependencies = [1417dependencies = [
1430 "async-trait",1418 "async-trait",
1431 "cumulus-client-consensus-common",1419 "cumulus-client-consensus-common",
1432 "cumulus-primitives-core",1420 "cumulus-primitives-core",
1433 "futures 0.3.17",1421 "futures 0.3.18",
1434 "parity-scale-codec",1422 "parity-scale-codec",
1435 "polkadot-client",1423 "polkadot-client",
1436 "sc-client-api",1424 "sc-client-api",
1455[[package]]1443[[package]]
1456name = "cumulus-client-consensus-common"1444name = "cumulus-client-consensus-common"
1457version = "0.1.0"1445version = "0.1.0"
1458source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1446source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"
1459dependencies = [1447dependencies = [
1460 "async-trait",1448 "async-trait",
1461 "dyn-clone",1449 "dyn-clone",
1462 "futures 0.3.17",1450 "futures 0.3.18",
1463 "parity-scale-codec",1451 "parity-scale-codec",
1464 "polkadot-primitives",1452 "polkadot-primitives",
1465 "sc-client-api",1453 "sc-client-api",
1475[[package]]1463[[package]]
1476name = "cumulus-client-network"1464name = "cumulus-client-network"
1477version = "0.1.0"1465version = "0.1.0"
1478source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1466source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"
1479dependencies = [1467dependencies = [
1480 "derive_more",1468 "derive_more",
1481 "futures 0.3.17",1469 "futures 0.3.18",
1482 "futures-timer 3.0.2",1470 "futures-timer 3.0.2",
1483 "parity-scale-codec",1471 "parity-scale-codec",
1484 "parking_lot 0.10.2",1472 "parking_lot 0.10.2",
1498[[package]]1486[[package]]
1499name = "cumulus-client-pov-recovery"1487name = "cumulus-client-pov-recovery"
1500version = "0.1.0"1488version = "0.1.0"
1501source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1489source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"
1502dependencies = [1490dependencies = [
1503 "cumulus-primitives-core",1491 "cumulus-primitives-core",
1504 "futures 0.3.17",1492 "futures 0.3.18",
1505 "futures-timer 3.0.2",1493 "futures-timer 3.0.2",
1506 "parity-scale-codec",1494 "parity-scale-codec",
1507 "polkadot-node-primitives",1495 "polkadot-node-primitives",
1521[[package]]1509[[package]]
1522name = "cumulus-client-service"1510name = "cumulus-client-service"
1523version = "0.1.0"1511version = "0.1.0"
1524source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1512source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"
1525dependencies = [1513dependencies = [
1526 "cumulus-client-collator",1514 "cumulus-client-collator",
1527 "cumulus-client-consensus-common",1515 "cumulus-client-consensus-common",
1550[[package]]1538[[package]]
1551name = "cumulus-pallet-aura-ext"1539name = "cumulus-pallet-aura-ext"
1552version = "0.1.0"1540version = "0.1.0"
1553source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1541source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"
1554dependencies = [1542dependencies = [
1555 "frame-executive",1543 "frame-executive",
1556 "frame-support",1544 "frame-support",
1568[[package]]1556[[package]]
1569name = "cumulus-pallet-dmp-queue"1557name = "cumulus-pallet-dmp-queue"
1570version = "0.1.0"1558version = "0.1.0"
1571source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1559source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"
1572dependencies = [1560dependencies = [
1573 "cumulus-primitives-core",1561 "cumulus-primitives-core",
1574 "frame-support",1562 "frame-support",
1586[[package]]1574[[package]]
1587name = "cumulus-pallet-parachain-system"1575name = "cumulus-pallet-parachain-system"
1588version = "0.1.0"1576version = "0.1.0"
1589source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1577source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"
1590dependencies = [1578dependencies = [
1591 "cumulus-pallet-parachain-system-proc-macro",1579 "cumulus-pallet-parachain-system-proc-macro",
1592 "cumulus-primitives-core",1580 "cumulus-primitives-core",
1615[[package]]1603[[package]]
1616name = "cumulus-pallet-parachain-system-proc-macro"1604name = "cumulus-pallet-parachain-system-proc-macro"
1617version = "0.1.0"1605version = "0.1.0"
1618source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1606source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"
1619dependencies = [1607dependencies = [
1620 "proc-macro-crate 1.1.0",1608 "proc-macro-crate 1.1.0",
1621 "proc-macro2",1609 "proc-macro2",
1626[[package]]1614[[package]]
1627name = "cumulus-pallet-xcm"1615name = "cumulus-pallet-xcm"
1628version = "0.1.0"1616version = "0.1.0"
1629source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1617source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"
1630dependencies = [1618dependencies = [
1631 "cumulus-primitives-core",1619 "cumulus-primitives-core",
1632 "frame-support",1620 "frame-support",
1643[[package]]1631[[package]]
1644name = "cumulus-pallet-xcmp-queue"1632name = "cumulus-pallet-xcmp-queue"
1645version = "0.1.0"1633version = "0.1.0"
1646source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1634source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"
1647dependencies = [1635dependencies = [
1648 "cumulus-primitives-core",1636 "cumulus-primitives-core",
1649 "frame-support",1637 "frame-support",
1661[[package]]1649[[package]]
1662name = "cumulus-primitives-core"1650name = "cumulus-primitives-core"
1663version = "0.1.0"1651version = "0.1.0"
1664source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1652source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"
1665dependencies = [1653dependencies = [
1666 "frame-support",1654 "frame-support",
1667 "impl-trait-for-tuples 0.2.1",1655 "impl-trait-for-tuples",
1668 "parity-scale-codec",1656 "parity-scale-codec",
1669 "polkadot-core-primitives",1657 "polkadot-core-primitives",
1670 "polkadot-parachain",1658 "polkadot-parachain",
1678[[package]]1666[[package]]
1679name = "cumulus-primitives-parachain-inherent"1667name = "cumulus-primitives-parachain-inherent"
1680version = "0.1.0"1668version = "0.1.0"
1681source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1669source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"
1682dependencies = [1670dependencies = [
1683 "async-trait",1671 "async-trait",
1684 "cumulus-primitives-core",1672 "cumulus-primitives-core",
1700[[package]]1688[[package]]
1701name = "cumulus-primitives-timestamp"1689name = "cumulus-primitives-timestamp"
1702version = "0.1.0"1690version = "0.1.0"
1703source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1691source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"
1704dependencies = [1692dependencies = [
1705 "cumulus-primitives-core",1693 "cumulus-primitives-core",
1706 "sp-inherents",1694 "sp-inherents",
1711[[package]]1699[[package]]
1712name = "cumulus-primitives-utility"1700name = "cumulus-primitives-utility"
1713version = "0.1.0"1701version = "0.1.0"
1714source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1702source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"
1715dependencies = [1703dependencies = [
1716 "cumulus-primitives-core",1704 "cumulus-primitives-core",
1717 "frame-support",1705 "frame-support",
1728[[package]]1716[[package]]
1729name = "cumulus-test-relay-sproof-builder"1717name = "cumulus-test-relay-sproof-builder"
1730version = "0.1.0"1718version = "0.1.0"
1731source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"1719source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"
1732dependencies = [1720dependencies = [
1733 "cumulus-primitives-core",1721 "cumulus-primitives-core",
1734 "parity-scale-codec",1722 "parity-scale-codec",
19531941
1954[[package]]1942[[package]]
1955name = "ed25519"1943name = "ed25519"
1956version = "1.2.0"1944version = "1.3.0"
1957source = "registry+https://github.com/rust-lang/crates.io-index"1945source = "registry+https://github.com/rust-lang/crates.io-index"
1958checksum = "4620d40f6d2601794401d6dd95a5cf69b6c157852539470eeda433a99b3c0efc"1946checksum = "74e1069e39f1454367eb2de793ed062fac4c35c2934b76a81d90dd9abcd28816"
1959dependencies = [1947dependencies = [
1960 "signature",1948 "signature",
1961]1949]
21112099
2112[[package]]2100[[package]]
2113name = "ethereum"2101name = "ethereum"
2114version = "0.9.0"2102version = "0.10.0"
2115source = "git+https://github.com/purestake/ethereum?branch=joshy-scale-info#2b98173bd88c05bfeefad421d260101b9008497b"2103source = "registry+https://github.com/rust-lang/crates.io-index"
2104checksum = "81fb916554a4dba293ea69c69ad5653e21d770a9d0c2496b5fa0a1f5a3946d87"
2116dependencies = [2105dependencies = [
2117 "bytes 1.1.0",2106 "bytes 1.1.0",
2118 "ethereum-types",2107 "ethereum-types",
21512140
2152[[package]]2141[[package]]
2153name = "evm"2142name = "evm"
2154version = "0.30.0"2143version = "0.33.0"
2155source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#bed08923a76339880e05df25a52c5334e9997bb2"2144source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-weights#3113ac1ced53bf27e9845107fd30901708824cc4"
2156dependencies = [2145dependencies = [
2157 "environmental",2146 "environmental",
2158 "ethereum 0.9.0 (git+https://github.com/purestake/ethereum?branch=joshy-scale-info)",2147 "ethereum 0.10.0",
2159 "evm-core",2148 "evm-core",
2160 "evm-gasometer",2149 "evm-gasometer",
2161 "evm-runtime",2150 "evm-runtime",
2172name = "evm-coder"2161name = "evm-coder"
2173version = "0.1.0"2162version = "0.1.0"
2174dependencies = [2163dependencies = [
2175 "ethereum 0.9.0 (git+https://github.com/purestake/ethereum?branch=joshy-scale-info)",2164 "ethereum 0.10.0",
2176 "evm-coder-macros",2165 "evm-coder-macros",
2177 "evm-core",2166 "evm-core",
2178 "hex",2167 "hex",
2179 "hex-literal",2168 "hex-literal",
2180 "impl-trait-for-tuples 0.2.1",2169 "impl-trait-for-tuples",
2181 "primitive-types 0.10.1",2170 "primitive-types 0.10.1",
2182]2171]
21832172
21962185
2197[[package]]2186[[package]]
2198name = "evm-core"2187name = "evm-core"
2199version = "0.30.0"2188version = "0.33.0"
2200source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#bed08923a76339880e05df25a52c5334e9997bb2"2189source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-weights#3113ac1ced53bf27e9845107fd30901708824cc4"
2201dependencies = [2190dependencies = [
2202 "funty",2191 "funty",
2203 "parity-scale-codec",2192 "parity-scale-codec",
22082197
2209[[package]]2198[[package]]
2210name = "evm-gasometer"2199name = "evm-gasometer"
2211version = "0.30.0"2200version = "0.33.0"
2212source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#bed08923a76339880e05df25a52c5334e9997bb2"2201source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-weights#3113ac1ced53bf27e9845107fd30901708824cc4"
2213dependencies = [2202dependencies = [
2214 "environmental",2203 "environmental",
2215 "evm-core",2204 "evm-core",
22192208
2220[[package]]2209[[package]]
2221name = "evm-runtime"2210name = "evm-runtime"
2222version = "0.30.0"2211version = "0.33.0"
2223source = "git+https://github.com/uniquenetwork/evm.git?branch=precompile-output-parachain#bed08923a76339880e05df25a52c5334e9997bb2"2212source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-weights#3113ac1ced53bf27e9845107fd30901708824cc4"
2224dependencies = [2213dependencies = [
2225 "environmental",2214 "environmental",
2226 "evm-core",2215 "evm-core",
2234source = "registry+https://github.com/rust-lang/crates.io-index"2223source = "registry+https://github.com/rust-lang/crates.io-index"
2235checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2224checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"
2236dependencies = [2225dependencies = [
2237 "futures 0.3.17",2226 "futures 0.3.18",
2238]2227]
22392228
2240[[package]]2229[[package]]
2261[[package]]2250[[package]]
2262name = "fc-consensus"2251name = "fc-consensus"
2263version = "2.0.0-dev"2252version = "2.0.0-dev"
2264source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#00c84135f220baf33e7baa558b4e5857cdf560dd"2253source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#0134806e399412bf896f881f1e3bc284916a1432"
2265dependencies = [2254dependencies = [
2266 "async-trait",2255 "async-trait",
2267 "derive_more",2256 "derive_more",
2268 "fc-db",2257 "fc-db",
2269 "fp-consensus",2258 "fp-consensus",
2270 "fp-rpc",2259 "fp-rpc",
2271 "futures 0.3.17",2260 "futures 0.3.18",
2272 "log",2261 "log",
2273 "parity-scale-codec",2262 "parity-scale-codec",
2274 "sc-client-api",2263 "sc-client-api",
2288[[package]]2277[[package]]
2289name = "fc-db"2278name = "fc-db"
2290version = "2.0.0-dev"2279version = "2.0.0-dev"
2291source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#00c84135f220baf33e7baa558b4e5857cdf560dd"2280source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#0134806e399412bf896f881f1e3bc284916a1432"
2292dependencies = [2281dependencies = [
2293 "fp-storage",2282 "fp-storage",
2294 "kvdb",2283 "kvdb",
2304[[package]]2293[[package]]
2305name = "fc-mapping-sync"2294name = "fc-mapping-sync"
2306version = "2.0.0-dev"2295version = "2.0.0-dev"
2307source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#00c84135f220baf33e7baa558b4e5857cdf560dd"2296source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#0134806e399412bf896f881f1e3bc284916a1432"
2308dependencies = [2297dependencies = [
2309 "fc-consensus",2298 "fc-consensus",
2310 "fc-db",2299 "fc-db",
2311 "fp-consensus",2300 "fp-consensus",
2312 "fp-rpc",2301 "fp-rpc",
2313 "futures 0.3.17",2302 "futures 0.3.18",
2314 "futures-timer 3.0.2",2303 "futures-timer 3.0.2",
2315 "log",2304 "log",
2316 "sc-client-api",2305 "sc-client-api",
2322[[package]]2311[[package]]
2323name = "fc-rpc"2312name = "fc-rpc"
2324version = "2.0.0-dev"2313version = "2.0.0-dev"
2325source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#00c84135f220baf33e7baa558b4e5857cdf560dd"2314source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#0134806e399412bf896f881f1e3bc284916a1432"
2326dependencies = [2315dependencies = [
2327 "ethereum 0.9.0 (git+https://github.com/purestake/ethereum?branch=joshy-scale-info)",2316 "ethereum 0.10.0",
2328 "ethereum-types",2317 "ethereum-types",
2329 "evm",2318 "evm",
2330 "fc-consensus",2319 "fc-consensus",
2334 "fp-evm",2323 "fp-evm",
2335 "fp-rpc",2324 "fp-rpc",
2336 "fp-storage",2325 "fp-storage",
2337 "futures 0.3.17",2326 "futures 0.3.18",
2338 "futures-util",2327 "futures-util",
2339 "jsonrpc-core",2328 "jsonrpc-core",
2340 "jsonrpc-pubsub",2329 "jsonrpc-pubsub",
2366[[package]]2355[[package]]
2367name = "fc-rpc-core"2356name = "fc-rpc-core"
2368version = "1.1.0-dev"2357version = "1.1.0-dev"
2369source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#00c84135f220baf33e7baa558b4e5857cdf560dd"2358source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#0134806e399412bf896f881f1e3bc284916a1432"
2370dependencies = [2359dependencies = [
2371 "ethereum-types",2360 "ethereum-types",
2372 "jsonrpc-core",2361 "jsonrpc-core",
2404checksum = "e8ac3ff5224ef91f3c97e03eb1de2db82743427e91aaa5ac635f454f0b164f5a"2393checksum = "e8ac3ff5224ef91f3c97e03eb1de2db82743427e91aaa5ac635f454f0b164f5a"
2405dependencies = [2394dependencies = [
2406 "either",2395 "either",
2407 "futures 0.3.17",2396 "futures 0.3.18",
2408 "futures-timer 3.0.2",2397 "futures-timer 3.0.2",
2409 "log",2398 "log",
2410 "num-traits",2399 "num-traits",
2487[[package]]2476[[package]]
2488name = "fp-consensus"2477name = "fp-consensus"
2489version = "2.0.0-dev"2478version = "2.0.0-dev"
2490source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#00c84135f220baf33e7baa558b4e5857cdf560dd"2479source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#0134806e399412bf896f881f1e3bc284916a1432"
2491dependencies = [2480dependencies = [
2492 "ethereum 0.9.0 (git+https://github.com/purestake/ethereum?branch=joshy-scale-info)",2481 "ethereum 0.10.0",
2493 "parity-scale-codec",2482 "parity-scale-codec",
2494 "rlp",2483 "rlp",
2495 "sha3 0.8.2",2484 "sha3 0.8.2",
2501[[package]]2490[[package]]
2502name = "fp-evm"2491name = "fp-evm"
2503version = "3.0.0-dev"2492version = "3.0.0-dev"
2504source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#00c84135f220baf33e7baa558b4e5857cdf560dd"2493source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#0134806e399412bf896f881f1e3bc284916a1432"
2505dependencies = [2494dependencies = [
2506 "evm",2495 "evm",
2507 "impl-trait-for-tuples 0.1.3",2496 "impl-trait-for-tuples",
2508 "parity-scale-codec",2497 "parity-scale-codec",
2509 "scale-info",2498 "scale-info",
2510 "serde",2499 "serde",
2515[[package]]2504[[package]]
2516name = "fp-rpc"2505name = "fp-rpc"
2517version = "3.0.0-dev"2506version = "3.0.0-dev"
2518source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#00c84135f220baf33e7baa558b4e5857cdf560dd"2507source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#0134806e399412bf896f881f1e3bc284916a1432"
2519dependencies = [2508dependencies = [
2520 "ethereum 0.9.0 (git+https://github.com/purestake/ethereum?branch=joshy-scale-info)",2509 "ethereum 0.10.0",
2521 "ethereum-types",2510 "ethereum-types",
2522 "fp-evm",2511 "fp-evm",
2523 "parity-scale-codec",2512 "parity-scale-codec",
2532[[package]]2521[[package]]
2533name = "fp-self-contained"2522name = "fp-self-contained"
2534version = "1.0.0-dev"2523version = "1.0.0-dev"
2535source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#00c84135f220baf33e7baa558b4e5857cdf560dd"2524source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#0134806e399412bf896f881f1e3bc284916a1432"
2536dependencies = [2525dependencies = [
2537 "ethereum 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",2526 "ethereum 0.9.0",
2538 "frame-support",2527 "frame-support",
2539 "parity-scale-codec",2528 "parity-scale-codec",
2540 "parity-util-mem",2529 "parity-util-mem",
2549[[package]]2538[[package]]
2550name = "fp-storage"2539name = "fp-storage"
2551version = "2.0.0"2540version = "2.0.0"
2552source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#00c84135f220baf33e7baa558b4e5857cdf560dd"2541source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#0134806e399412bf896f881f1e3bc284916a1432"
25532542
2554[[package]]2543[[package]]
2555name = "frame-benchmarking"2544name = "frame-benchmarking"
26292618
2630[[package]]2619[[package]]
2631name = "frame-metadata"2620name = "frame-metadata"
2632version = "14.0.0"2621version = "14.2.0"
2633source = "registry+https://github.com/rust-lang/crates.io-index"2622source = "registry+https://github.com/rust-lang/crates.io-index"
2634checksum = "96616f82e069102b95a72c87de4c84d2f87ef7f0f20630e78ce3824436483110"2623checksum = "37ed5e5c346de62ca5c184b4325a6600d1eaca210666e4606fe4e449574978d0"
2635dependencies = [2624dependencies = [
2636 "cfg-if 1.0.0",2625 "cfg-if 1.0.0",
2637 "parity-scale-codec",2626 "parity-scale-codec",
2647 "bitflags",2636 "bitflags",
2648 "frame-metadata",2637 "frame-metadata",
2649 "frame-support-procedural",2638 "frame-support-procedural",
2650 "impl-trait-for-tuples 0.2.1",2639 "impl-trait-for-tuples",
2651 "log",2640 "log",
2652 "once_cell",2641 "once_cell",
2653 "parity-scale-codec",2642 "parity-scale-codec",
28102799
2811[[package]]2800[[package]]
2812name = "futures"2801name = "futures"
2813version = "0.3.17"2802version = "0.3.18"
2814source = "registry+https://github.com/rust-lang/crates.io-index"2803source = "registry+https://github.com/rust-lang/crates.io-index"
2815checksum = "a12aa0eb539080d55c3f2d45a67c3b58b6b0773c1a3ca2dfec66d58c97fd66ca"2804checksum = "8cd0210d8c325c245ff06fd95a3b13689a1a276ac8cfa8e8720cb840bfb84b9e"
2816dependencies = [2805dependencies = [
2817 "futures-channel",2806 "futures-channel",
2818 "futures-core",2807 "futures-core",
28252814
2826[[package]]2815[[package]]
2827name = "futures-channel"2816name = "futures-channel"
2828version = "0.3.17"2817version = "0.3.18"
2829source = "registry+https://github.com/rust-lang/crates.io-index"2818source = "registry+https://github.com/rust-lang/crates.io-index"
2830checksum = "5da6ba8c3bb3c165d3c7319fc1cc8304facf1fb8db99c5de877183c08a273888"2819checksum = "7fc8cd39e3dbf865f7340dce6a2d401d24fd37c6fe6c4f0ee0de8bfca2252d27"
2831dependencies = [2820dependencies = [
2832 "futures-core",2821 "futures-core",
2833 "futures-sink",2822 "futures-sink",
2834]2823]
28352824
2836[[package]]2825[[package]]
2837name = "futures-core"2826name = "futures-core"
2838version = "0.3.17"2827version = "0.3.18"
2839source = "registry+https://github.com/rust-lang/crates.io-index"2828source = "registry+https://github.com/rust-lang/crates.io-index"
2840checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d"2829checksum = "629316e42fe7c2a0b9a65b47d159ceaa5453ab14e8f0a3c5eedbb8cd55b4a445"
28412830
2842[[package]]2831[[package]]
2843name = "futures-executor"2832name = "futures-executor"
2844version = "0.3.17"2833version = "0.3.18"
2845source = "registry+https://github.com/rust-lang/crates.io-index"2834source = "registry+https://github.com/rust-lang/crates.io-index"
2846checksum = "45025be030969d763025784f7f355043dc6bc74093e4ecc5000ca4dc50d8745c"2835checksum = "7b808bf53348a36cab739d7e04755909b9fcaaa69b7d7e588b37b6ec62704c97"
2847dependencies = [2836dependencies = [
2848 "futures-core",2837 "futures-core",
2849 "futures-task",2838 "futures-task",
28532842
2854[[package]]2843[[package]]
2855name = "futures-io"2844name = "futures-io"
2856version = "0.3.17"2845version = "0.3.18"
2857source = "registry+https://github.com/rust-lang/crates.io-index"2846source = "registry+https://github.com/rust-lang/crates.io-index"
2858checksum = "522de2a0fe3e380f1bc577ba0474108faf3f6b18321dbf60b3b9c39a75073377"2847checksum = "e481354db6b5c353246ccf6a728b0c5511d752c08da7260546fc0933869daa11"
28592848
2860[[package]]2849[[package]]
2861name = "futures-lite"2850name = "futures-lite"
28742863
2875[[package]]2864[[package]]
2876name = "futures-macro"2865name = "futures-macro"
2877version = "0.3.17"2866version = "0.3.18"
2878source = "registry+https://github.com/rust-lang/crates.io-index"2867source = "registry+https://github.com/rust-lang/crates.io-index"
2879checksum = "18e4a4b95cea4b4ccbcf1c5675ca7c4ee4e9e75eb79944d07defde18068f79bb"2868checksum = "a89f17b21645bc4ed773c69af9c9a0effd4a3f1a3876eadd453469f8854e7fdd"
2880dependencies = [2869dependencies = [
2881 "autocfg",
2882 "proc-macro-hack",
2883 "proc-macro2",2870 "proc-macro2",
2884 "quote",2871 "quote",
2885 "syn",2872 "syn",
28982885
2899[[package]]2886[[package]]
2900name = "futures-sink"2887name = "futures-sink"
2901version = "0.3.17"2888version = "0.3.18"
2902source = "registry+https://github.com/rust-lang/crates.io-index"2889source = "registry+https://github.com/rust-lang/crates.io-index"
2903checksum = "36ea153c13024fe480590b3e3d4cad89a0cfacecc24577b68f86c6ced9c2bc11"2890checksum = "996c6442437b62d21a32cd9906f9c41e7dc1e19a9579843fad948696769305af"
29042891
2905[[package]]2892[[package]]
2906name = "futures-task"2893name = "futures-task"
2907version = "0.3.17"2894version = "0.3.18"
2908source = "registry+https://github.com/rust-lang/crates.io-index"2895source = "registry+https://github.com/rust-lang/crates.io-index"
2909checksum = "1d3d00f4eddb73e498a54394f228cd55853bdf059259e8e7bc6e69d408892e99"2896checksum = "dabf1872aaab32c886832f2276d2f5399887e2bd613698a02359e4ea83f8de12"
29102897
2911[[package]]2898[[package]]
2912name = "futures-timer"2899name = "futures-timer"
29222909
2923[[package]]2910[[package]]
2924name = "futures-util"2911name = "futures-util"
2925version = "0.3.17"2912version = "0.3.18"
2926source = "registry+https://github.com/rust-lang/crates.io-index"2913source = "registry+https://github.com/rust-lang/crates.io-index"
2927checksum = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481"2914checksum = "41d22213122356472061ac0f1ab2cee28d2bac8491410fd68c2af53d1cedb83e"
2928dependencies = [2915dependencies = [
2929 "autocfg",
2930 "futures 0.1.31",2916 "futures 0.1.31",
2931 "futures-channel",2917 "futures-channel",
2932 "futures-core",2918 "futures-core",
2937 "memchr",2923 "memchr",
2938 "pin-project-lite 0.2.7",2924 "pin-project-lite 0.2.7",
2939 "pin-utils",2925 "pin-utils",
2940 "proc-macro-hack",
2941 "proc-macro-nested",
2942 "slab",2926 "slab",
2943]2927]
29442928
31083092
3109[[package]]3093[[package]]
3110name = "hex-literal"3094name = "hex-literal"
3111version = "0.3.3"3095version = "0.3.4"
3112source = "registry+https://github.com/rust-lang/crates.io-index"3096source = "registry+https://github.com/rust-lang/crates.io-index"
3113checksum = "21e4590e13640f19f249fe3e4eca5113bc4289f2497710378190e7f4bd96f45b"3097checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"
31143098
3115[[package]]3099[[package]]
3116name = "hex_fmt"3100name = "hex_fmt"
32113195
3212[[package]]3196[[package]]
3213name = "httpdate"3197name = "httpdate"
3214version = "1.0.1"3198version = "1.0.2"
3215source = "registry+https://github.com/rust-lang/crates.io-index"3199source = "registry+https://github.com/rust-lang/crates.io-index"
3216checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440"3200checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
32173201
3218[[package]]3202[[package]]
3219name = "humantime"3203name = "humantime"
32323216
3233[[package]]3217[[package]]
3234name = "hyper"3218name = "hyper"
3235version = "0.14.14"3219version = "0.14.15"
3236source = "registry+https://github.com/rust-lang/crates.io-index"3220source = "registry+https://github.com/rust-lang/crates.io-index"
3237checksum = "2b91bb1f221b6ea1f1e4371216b70f40748774c2fb5971b450c07773fb92d26b"3221checksum = "436ec0091e4f20e655156a30a0df3770fe2900aa301e548e08446ec794b6953c"
3238dependencies = [3222dependencies = [
3239 "bytes 1.1.0",3223 "bytes 1.1.0",
3240 "futures-channel",3224 "futures-channel",
3247 "itoa",3231 "itoa",
3248 "pin-project-lite 0.2.7",3232 "pin-project-lite 0.2.7",
3249 "socket2 0.4.2",3233 "socket2 0.4.2",
3250 "tokio 1.13.0",3234 "tokio 1.14.0",
3251 "tower-service",3235 "tower-service",
3252 "tracing",3236 "tracing",
3253 "want",3237 "want",
3265 "log",3249 "log",
3266 "rustls",3250 "rustls",
3267 "rustls-native-certs",3251 "rustls-native-certs",
3268 "tokio 1.13.0",3252 "tokio 1.14.0",
3269 "tokio-rustls",3253 "tokio-rustls",
3270 "webpki",3254 "webpki",
3271]3255]
33003284
3301[[package]]3285[[package]]
3302name = "if-addrs"3286name = "if-addrs"
3303version = "0.6.6"3287version = "0.6.7"
3304source = "registry+https://github.com/rust-lang/crates.io-index"3288source = "registry+https://github.com/rust-lang/crates.io-index"
3305checksum = "c9a83ec4af652890ac713ffd8dc859e650420a5ef47f7b9be29b6664ab50fbc8"3289checksum = "2273e421f7c4f0fc99e1934fe4776f59d8df2972f4199d703fc0da9f2a9f73de"
3306dependencies = [3290dependencies = [
3307 "if-addrs-sys",3291 "if-addrs-sys",
3308 "libc",3292 "libc",
3326checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179"3310checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179"
3327dependencies = [3311dependencies = [
3328 "async-io",3312 "async-io",
3329 "futures 0.3.17",3313 "futures 0.3.18",
3330 "futures-lite",3314 "futures-lite",
3331 "if-addrs",3315 "if-addrs",
3332 "ipnet",3316 "ipnet",
33553339
3356[[package]]3340[[package]]
3357name = "impl-serde"3341name = "impl-serde"
3358version = "0.3.1"3342version = "0.3.2"
3359source = "registry+https://github.com/rust-lang/crates.io-index"3343source = "registry+https://github.com/rust-lang/crates.io-index"
3360checksum = "b47ca4d2b6931707a55fce5cf66aff80e2178c8b63bbb4ecb5695cbc870ddf6f"3344checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"
3361dependencies = [3345dependencies = [
3362 "serde",3346 "serde",
3363]3347]
3364
3365[[package]]
3366name = "impl-trait-for-tuples"
3367version = "0.1.3"
3368source = "registry+https://github.com/rust-lang/crates.io-index"
3369checksum = "7ef5550a42e3740a0e71f909d4c861056a284060af885ae7aa6242820f920d9d"
3370dependencies = [
3371 "proc-macro2",
3372 "quote",
3373 "syn",
3374]
33753348
3376[[package]]3349[[package]]
3377name = "impl-trait-for-tuples"3350name = "impl-trait-for-tuples"
3425source = "registry+https://github.com/rust-lang/crates.io-index"3398source = "registry+https://github.com/rust-lang/crates.io-index"
3426checksum = "64fa110ec7b8f493f416eed552740d10e7030ad5f63b2308f82c9608ec2df275"3399checksum = "64fa110ec7b8f493f416eed552740d10e7030ad5f63b2308f82c9608ec2df275"
3427dependencies = [3400dependencies = [
3428 "futures 0.3.17",3401 "futures 0.3.18",
3429 "futures-timer 2.0.2",3402 "futures-timer 2.0.2",
3430]3403]
34313404
34403413
3441[[package]]3414[[package]]
3442name = "ip_network"3415name = "ip_network"
3443version = "0.4.0"3416version = "0.4.1"
3444source = "registry+https://github.com/rust-lang/crates.io-index"3417source = "registry+https://github.com/rust-lang/crates.io-index"
3445checksum = "09b746553d2f4a1ca26fab939943ddfb217a091f34f53571620a8e3d30691303"3418checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"
34463419
3447[[package]]3420[[package]]
3448name = "ipconfig"3421name = "ipconfig"
3502checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"3475checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"
3503dependencies = [3476dependencies = [
3504 "derive_more",3477 "derive_more",
3505 "futures 0.3.17",3478 "futures 0.3.18",
3506 "jsonrpc-core",3479 "jsonrpc-core",
3507 "jsonrpc-pubsub",3480 "jsonrpc-pubsub",
3508 "log",3481 "log",
3517source = "registry+https://github.com/rust-lang/crates.io-index"3490source = "registry+https://github.com/rust-lang/crates.io-index"
3518checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"3491checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"
3519dependencies = [3492dependencies = [
3520 "futures 0.3.17",3493 "futures 0.3.18",
3521 "futures-executor",3494 "futures-executor",
3522 "futures-util",3495 "futures-util",
3523 "log",3496 "log",
3532source = "registry+https://github.com/rust-lang/crates.io-index"3505source = "registry+https://github.com/rust-lang/crates.io-index"
3533checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"3506checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"
3534dependencies = [3507dependencies = [
3535 "futures 0.3.17",3508 "futures 0.3.18",
3536 "jsonrpc-client-transports",3509 "jsonrpc-client-transports",
3537]3510]
35383511
3554source = "registry+https://github.com/rust-lang/crates.io-index"3527source = "registry+https://github.com/rust-lang/crates.io-index"
3555checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"3528checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"
3556dependencies = [3529dependencies = [
3557 "futures 0.3.17",3530 "futures 0.3.18",
3558 "hyper",3531 "hyper",
3559 "jsonrpc-core",3532 "jsonrpc-core",
3560 "jsonrpc-server-utils",3533 "jsonrpc-server-utils",
3570source = "registry+https://github.com/rust-lang/crates.io-index"3543source = "registry+https://github.com/rust-lang/crates.io-index"
3571checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"3544checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"
3572dependencies = [3545dependencies = [
3573 "futures 0.3.17",3546 "futures 0.3.18",
3574 "jsonrpc-core",3547 "jsonrpc-core",
3575 "jsonrpc-server-utils",3548 "jsonrpc-server-utils",
3576 "log",3549 "log",
3585source = "registry+https://github.com/rust-lang/crates.io-index"3558source = "registry+https://github.com/rust-lang/crates.io-index"
3586checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"3559checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"
3587dependencies = [3560dependencies = [
3588 "futures 0.3.17",3561 "futures 0.3.18",
3589 "jsonrpc-core",3562 "jsonrpc-core",
3590 "lazy_static",3563 "lazy_static",
3591 "log",3564 "log",
3601checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"3574checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"
3602dependencies = [3575dependencies = [
3603 "bytes 1.1.0",3576 "bytes 1.1.0",
3604 "futures 0.3.17",3577 "futures 0.3.18",
3605 "globset",3578 "globset",
3606 "jsonrpc-core",3579 "jsonrpc-core",
3607 "lazy_static",3580 "lazy_static",
3608 "log",3581 "log",
3609 "tokio 1.13.0",3582 "tokio 1.14.0",
3610 "tokio-stream",3583 "tokio-stream",
3611 "tokio-util",3584 "tokio-util",
3612 "unicase",3585 "unicase",
3618source = "registry+https://github.com/rust-lang/crates.io-index"3591source = "registry+https://github.com/rust-lang/crates.io-index"
3619checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946"3592checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946"
3620dependencies = [3593dependencies = [
3621 "futures 0.3.17",3594 "futures 0.3.18",
3622 "jsonrpc-core",3595 "jsonrpc-core",
3623 "jsonrpc-server-utils",3596 "jsonrpc-server-utils",
3624 "log",3597 "log",
3667dependencies = [3640dependencies = [
3668 "async-trait",3641 "async-trait",
3669 "fnv",3642 "fnv",
3670 "futures 0.3.17",3643 "futures 0.3.18",
3671 "jsonrpsee-types",3644 "jsonrpsee-types",
3672 "log",3645 "log",
3673 "pin-project 1.0.8",3646 "pin-project 1.0.8",
3677 "serde_json",3650 "serde_json",
3678 "soketto 0.6.0",3651 "soketto 0.6.0",
3679 "thiserror",3652 "thiserror",
3680 "tokio 1.13.0",3653 "tokio 1.14.0",
3681 "tokio-rustls",3654 "tokio-rustls",
3682 "tokio-util",3655 "tokio-util",
3683 "url 2.2.2",3656 "url 2.2.2",
3705source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"3678source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
3706dependencies = [3679dependencies = [
3707 "beefy-primitives",3680 "beefy-primitives",
3708 "bitvec 0.20.4",3681 "bitvec",
3709 "frame-benchmarking",3682 "frame-benchmarking",
3710 "frame-election-provider-support",3683 "frame-election-provider-support",
3711 "frame-executive",3684 "frame-executive",
38473820
3848[[package]]3821[[package]]
3849name = "libc"3822name = "libc"
3850version = "0.2.106"3823version = "0.2.108"
3851source = "registry+https://github.com/rust-lang/crates.io-index"3824source = "registry+https://github.com/rust-lang/crates.io-index"
3852checksum = "a60553f9a9e039a333b4e9b20573b9e9b9c0bb3a11e201ccc48ef4283456d673"3825checksum = "8521a1b57e76b1ec69af7599e75e38e7b7fad6610f037db8c79b127201b5d119"
38533826
3854[[package]]3827[[package]]
3855name = "libloading"3828name = "libloading"
38633836
3864[[package]]3837[[package]]
3865name = "libloading"3838name = "libloading"
3866version = "0.7.1"3839version = "0.7.2"
3867source = "registry+https://github.com/rust-lang/crates.io-index"3840source = "registry+https://github.com/rust-lang/crates.io-index"
3868checksum = "c0cf036d15402bea3c5d4de17b3fce76b3e4a56ebc1f577be0e7a72f7c607cf0"3841checksum = "afe203d669ec979b7128619bae5a63b7b42e9203c1b29146079ee05e2f604b52"
3869dependencies = [3842dependencies = [
3870 "cfg-if 1.0.0",3843 "cfg-if 1.0.0",
3871 "winapi 0.3.9",3844 "winapi 0.3.9",
3885dependencies = [3858dependencies = [
3886 "atomic",3859 "atomic",
3887 "bytes 1.1.0",3860 "bytes 1.1.0",
3888 "futures 0.3.17",3861 "futures 0.3.18",
3889 "lazy_static",3862 "lazy_static",
3890 "libp2p-core",3863 "libp2p-core",
3891 "libp2p-deflate",3864 "libp2p-deflate",
3927 "ed25519-dalek",3900 "ed25519-dalek",
3928 "either",3901 "either",
3929 "fnv",3902 "fnv",
3930 "futures 0.3.17",3903 "futures 0.3.18",
3931 "futures-timer 3.0.2",3904 "futures-timer 3.0.2",
3932 "lazy_static",3905 "lazy_static",
3933 "libsecp256k1 0.5.0",3906 "libsecp256k1 0.5.0",
3945 "sha2 0.9.8",3918 "sha2 0.9.8",
3946 "smallvec",3919 "smallvec",
3947 "thiserror",3920 "thiserror",
3948 "unsigned-varint 0.7.0",3921 "unsigned-varint 0.7.1",
3949 "void",3922 "void",
3950 "zeroize",3923 "zeroize",
3951]3924]
3957checksum = "66097fccc0b7f8579f90a03ea76ba6196332ea049fd07fd969490a06819dcdc8"3930checksum = "66097fccc0b7f8579f90a03ea76ba6196332ea049fd07fd969490a06819dcdc8"
3958dependencies = [3931dependencies = [
3959 "flate2",3932 "flate2",
3960 "futures 0.3.17",3933 "futures 0.3.18",
3961 "libp2p-core",3934 "libp2p-core",
3962]3935]
39633936
3968checksum = "58ff08b3196b85a17f202d80589e93b1660a574af67275706657fdc762e42c32"3941checksum = "58ff08b3196b85a17f202d80589e93b1660a574af67275706657fdc762e42c32"
3969dependencies = [3942dependencies = [
3970 "async-std-resolver",3943 "async-std-resolver",
3971 "futures 0.3.17",3944 "futures 0.3.18",
3972 "libp2p-core",3945 "libp2p-core",
3973 "log",3946 "log",
3974 "smallvec",3947 "smallvec",
3983dependencies = [3956dependencies = [
3984 "cuckoofilter",3957 "cuckoofilter",
3985 "fnv",3958 "fnv",
3986 "futures 0.3.17",3959 "futures 0.3.18",
3987 "libp2p-core",3960 "libp2p-core",
3988 "libp2p-swarm",3961 "libp2p-swarm",
3989 "log",3962 "log",
4004 "byteorder",3977 "byteorder",
4005 "bytes 1.1.0",3978 "bytes 1.1.0",
4006 "fnv",3979 "fnv",
4007 "futures 0.3.17",3980 "futures 0.3.18",
4008 "hex_fmt",3981 "hex_fmt",
4009 "libp2p-core",3982 "libp2p-core",
4010 "libp2p-swarm",3983 "libp2p-swarm",
4015 "regex",3988 "regex",
4016 "sha2 0.9.8",3989 "sha2 0.9.8",
4017 "smallvec",3990 "smallvec",
4018 "unsigned-varint 0.7.0",3991 "unsigned-varint 0.7.1",
4019 "wasm-timer",3992 "wasm-timer",
4020]3993]
40213994
4025source = "registry+https://github.com/rust-lang/crates.io-index"3998source = "registry+https://github.com/rust-lang/crates.io-index"
4026checksum = "a7b61f6cf07664fb97016c318c4d4512b3dd4cc07238607f3f0163245f99008e"3999checksum = "a7b61f6cf07664fb97016c318c4d4512b3dd4cc07238607f3f0163245f99008e"
4027dependencies = [4000dependencies = [
4028 "futures 0.3.17",4001 "futures 0.3.18",
4029 "libp2p-core",4002 "libp2p-core",
4030 "libp2p-swarm",4003 "libp2p-swarm",
4031 "log",4004 "log",
4046 "bytes 1.1.0",4019 "bytes 1.1.0",
4047 "either",4020 "either",
4048 "fnv",4021 "fnv",
4049 "futures 0.3.17",4022 "futures 0.3.18",
4050 "libp2p-core",4023 "libp2p-core",
4051 "libp2p-swarm",4024 "libp2p-swarm",
4052 "log",4025 "log",
4056 "sha2 0.9.8",4029 "sha2 0.9.8",
4057 "smallvec",4030 "smallvec",
4058 "uint",4031 "uint",
4059 "unsigned-varint 0.7.0",4032 "unsigned-varint 0.7.1",
4060 "void",4033 "void",
4061 "wasm-timer",4034 "wasm-timer",
4062]4035]
4070 "async-io",4043 "async-io",
4071 "data-encoding",4044 "data-encoding",
4072 "dns-parser",4045 "dns-parser",
4073 "futures 0.3.17",4046 "futures 0.3.18",
4074 "if-watch",4047 "if-watch",
4075 "lazy_static",4048 "lazy_static",
4076 "libp2p-core",4049 "libp2p-core",
4090dependencies = [4063dependencies = [
4091 "asynchronous-codec 0.6.0",4064 "asynchronous-codec 0.6.0",
4092 "bytes 1.1.0",4065 "bytes 1.1.0",
4093 "futures 0.3.17",4066 "futures 0.3.18",
4094 "libp2p-core",4067 "libp2p-core",
4095 "log",4068 "log",
4096 "nohash-hasher",4069 "nohash-hasher",
4097 "parking_lot 0.11.2",4070 "parking_lot 0.11.2",
4098 "rand 0.7.3",4071 "rand 0.7.3",
4099 "smallvec",4072 "smallvec",
4100 "unsigned-varint 0.7.0",4073 "unsigned-varint 0.7.1",
4101]4074]
41024075
4103[[package]]4076[[package]]
4108dependencies = [4081dependencies = [
4109 "bytes 1.1.0",4082 "bytes 1.1.0",
4110 "curve25519-dalek 3.2.0",4083 "curve25519-dalek 3.2.0",
4111 "futures 0.3.17",4084 "futures 0.3.18",
4112 "lazy_static",4085 "lazy_static",
4113 "libp2p-core",4086 "libp2p-core",
4114 "log",4087 "log",
4128source = "registry+https://github.com/rust-lang/crates.io-index"4101source = "registry+https://github.com/rust-lang/crates.io-index"
4129checksum = "2482cfd9eb0b7a0baaf3e7b329dc4f2785181a161b1a47b7192f8d758f54a439"4102checksum = "2482cfd9eb0b7a0baaf3e7b329dc4f2785181a161b1a47b7192f8d758f54a439"
4130dependencies = [4103dependencies = [
4131 "futures 0.3.17",4104 "futures 0.3.18",
4132 "libp2p-core",4105 "libp2p-core",
4133 "libp2p-swarm",4106 "libp2p-swarm",
4134 "log",4107 "log",
4145dependencies = [4118dependencies = [
4146 "asynchronous-codec 0.6.0",4119 "asynchronous-codec 0.6.0",
4147 "bytes 1.1.0",4120 "bytes 1.1.0",
4148 "futures 0.3.17",4121 "futures 0.3.18",
4149 "libp2p-core",4122 "libp2p-core",
4150 "log",4123 "log",
4151 "prost",4124 "prost",
4152 "prost-build",4125 "prost-build",
4153 "unsigned-varint 0.7.0",4126 "unsigned-varint 0.7.1",
4154 "void",4127 "void",
4155]4128]
41564129
4160source = "registry+https://github.com/rust-lang/crates.io-index"4133source = "registry+https://github.com/rust-lang/crates.io-index"
4161checksum = "07cb4dd4b917e5b40ddefe49b96b07adcd8d342e0317011d175b7b2bb1dcc974"4134checksum = "07cb4dd4b917e5b40ddefe49b96b07adcd8d342e0317011d175b7b2bb1dcc974"
4162dependencies = [4135dependencies = [
4163 "futures 0.3.17",4136 "futures 0.3.18",
4164 "log",4137 "log",
4165 "pin-project 1.0.8",4138 "pin-project 1.0.8",
4166 "rand 0.7.3",4139 "rand 0.7.3",
4176dependencies = [4149dependencies = [
4177 "asynchronous-codec 0.6.0",4150 "asynchronous-codec 0.6.0",
4178 "bytes 1.1.0",4151 "bytes 1.1.0",
4179 "futures 0.3.17",4152 "futures 0.3.18",
4180 "futures-timer 3.0.2",4153 "futures-timer 3.0.2",
4181 "libp2p-core",4154 "libp2p-core",
4182 "libp2p-swarm",4155 "libp2p-swarm",
4186 "prost-build",4159 "prost-build",
4187 "rand 0.7.3",4160 "rand 0.7.3",
4188 "smallvec",4161 "smallvec",
4189 "unsigned-varint 0.7.0",4162 "unsigned-varint 0.7.1",
4190 "void",4163 "void",
4191 "wasm-timer",4164 "wasm-timer",
4192]4165]
4199dependencies = [4172dependencies = [
4200 "async-trait",4173 "async-trait",
4201 "bytes 1.1.0",4174 "bytes 1.1.0",
4202 "futures 0.3.17",4175 "futures 0.3.18",
4203 "libp2p-core",4176 "libp2p-core",
4204 "libp2p-swarm",4177 "libp2p-swarm",
4205 "log",4178 "log",
4206 "lru 0.6.6",4179 "lru 0.6.6",
4207 "minicbor",4180 "minicbor",
4208 "rand 0.7.3",4181 "rand 0.7.3",
4209 "smallvec",4182 "smallvec",
4210 "unsigned-varint 0.7.0",4183 "unsigned-varint 0.7.1",
4211 "wasm-timer",4184 "wasm-timer",
4212]4185]
42134186
4218checksum = "7083861341e1555467863b4cd802bea1e8c4787c0f7b5110097d0f1f3248f9a9"4191checksum = "7083861341e1555467863b4cd802bea1e8c4787c0f7b5110097d0f1f3248f9a9"
4219dependencies = [4192dependencies = [
4220 "either",4193 "either",
4221 "futures 0.3.17",4194 "futures 0.3.18",
4222 "libp2p-core",4195 "libp2p-core",
4223 "log",4196 "log",
4224 "rand 0.7.3",4197 "rand 0.7.3",
4244checksum = "79edd26b6b4bb5feee210dcda562dca186940dfecb0024b979c3f50824b3bf28"4217checksum = "79edd26b6b4bb5feee210dcda562dca186940dfecb0024b979c3f50824b3bf28"
4245dependencies = [4218dependencies = [
4246 "async-io",4219 "async-io",
4247 "futures 0.3.17",4220 "futures 0.3.18",
4248 "futures-timer 3.0.2",4221 "futures-timer 3.0.2",
4249 "if-watch",4222 "if-watch",
4250 "ipnet",4223 "ipnet",
4261checksum = "280e793440dd4e9f273d714f4497325c72cddb0fe85a49f9a03c88f41dd20182"4234checksum = "280e793440dd4e9f273d714f4497325c72cddb0fe85a49f9a03c88f41dd20182"
4262dependencies = [4235dependencies = [
4263 "async-std",4236 "async-std",
4264 "futures 0.3.17",4237 "futures 0.3.18",
4265 "libp2p-core",4238 "libp2p-core",
4266 "log",4239 "log",
4267]4240]
4272source = "registry+https://github.com/rust-lang/crates.io-index"4245source = "registry+https://github.com/rust-lang/crates.io-index"
4273checksum = "f553b7140fad3d7a76f50497b0ea591e26737d9607428a75509fc191e4d1b1f6"4246checksum = "f553b7140fad3d7a76f50497b0ea591e26737d9607428a75509fc191e4d1b1f6"
4274dependencies = [4247dependencies = [
4275 "futures 0.3.17",4248 "futures 0.3.18",
4276 "js-sys",4249 "js-sys",
4277 "libp2p-core",4250 "libp2p-core",
4278 "parity-send-wrapper",4251 "parity-send-wrapper",
4287checksum = "ddf99dcbf5063e9d59087f61b1e85c686ceab2f5abedb472d32288065c0e5e27"4260checksum = "ddf99dcbf5063e9d59087f61b1e85c686ceab2f5abedb472d32288065c0e5e27"
4288dependencies = [4261dependencies = [
4289 "either",4262 "either",
4290 "futures 0.3.17",4263 "futures 0.3.18",
4291 "futures-rustls",4264 "futures-rustls",
4292 "libp2p-core",4265 "libp2p-core",
4293 "log",4266 "log",
4304source = "registry+https://github.com/rust-lang/crates.io-index"4277source = "registry+https://github.com/rust-lang/crates.io-index"
4305checksum = "214cc0dd9c37cbed27f0bb1eba0c41bbafdb93a8be5e9d6ae1e6b4b42cd044bf"4278checksum = "214cc0dd9c37cbed27f0bb1eba0c41bbafdb93a8be5e9d6ae1e6b4b42cd044bf"
4306dependencies = [4279dependencies = [
4307 "futures 0.3.17",4280 "futures 0.3.18",
4308 "libp2p-core",4281 "libp2p-core",
4309 "parking_lot 0.11.2",4282 "parking_lot 0.11.2",
4310 "thiserror",4283 "thiserror",
46034576
4604[[package]]4577[[package]]
4605name = "matrixmultiply"4578name = "matrixmultiply"
4606version = "0.3.1"4579version = "0.3.2"
4607source = "registry+https://github.com/rust-lang/crates.io-index"4580source = "registry+https://github.com/rust-lang/crates.io-index"
4608checksum = "5a8a15b776d9dfaecd44b03c5828c2199cddff5247215858aac14624f8d6b741"4581checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"
4609dependencies = [4582dependencies = [
4610 "rawpointer",4583 "rawpointer",
4611]4584]
4678source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"4651source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
4679dependencies = [4652dependencies = [
4680 "derive_more",4653 "derive_more",
4681 "futures 0.3.17",4654 "futures 0.3.18",
4682 "futures-timer 3.0.2",4655 "futures-timer 3.0.2",
4683 "thiserror",4656 "thiserror",
4684 "tracing",4657 "tracing",
4685]4658]
46864659
4687[[package]]4660[[package]]
4688name = "mick-jaeger"4661name = "mick-jaeger"
4689version = "0.1.4"4662version = "0.1.6"
4690source = "registry+https://github.com/rust-lang/crates.io-index"4663source = "registry+https://github.com/rust-lang/crates.io-index"
4691checksum = "c023c3f16109e7f33aa451f773fd61070e265b4977d0b6e344a51049296dd7df"4664checksum = "eaa77fad8461bb1e0d01be11299e24c6e544007715ed442bfec29f165dc487ae"
4692dependencies = [4665dependencies = [
4693 "futures 0.3.17",4666 "futures 0.3.18",
4694 "rand 0.7.3",4667 "rand 0.7.3",
4695 "thrift",4668 "thrift",
4696]4669]
4715 "syn",4688 "syn",
4716]4689]
4690
4691[[package]]
4692name = "minimal-lexical"
4693version = "0.2.1"
4694source = "registry+https://github.com/rust-lang/crates.io-index"
4695checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
47174696
4718[[package]]4697[[package]]
4719name = "miniz_oxide"4698name = "miniz_oxide"
47924771
4793[[package]]4772[[package]]
4794name = "more-asserts"4773name = "more-asserts"
4795version = "0.2.1"4774version = "0.2.2"
4796source = "registry+https://github.com/rust-lang/crates.io-index"4775source = "registry+https://github.com/rust-lang/crates.io-index"
4797checksum = "0debeb9fcf88823ea64d64e4a815ab1643f33127d995978e099942ce38f25238"4776checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"
47984777
4799[[package]]4778[[package]]
4800name = "multiaddr"4779name = "multiaddr"
4810 "percent-encoding 2.1.0",4789 "percent-encoding 2.1.0",
4811 "serde",4790 "serde",
4812 "static_assertions",4791 "static_assertions",
4813 "unsigned-varint 0.7.0",4792 "unsigned-varint 0.7.1",
4814 "url 2.2.2",4793 "url 2.2.2",
4815]4794]
48164795
4852 "generic-array 0.14.4",4831 "generic-array 0.14.4",
4853 "multihash-derive",4832 "multihash-derive",
4854 "sha2 0.9.8",4833 "sha2 0.9.8",
4855 "unsigned-varint 0.7.0",4834 "unsigned-varint 0.7.1",
4856]4835]
48574836
4858[[package]]4837[[package]]
4882checksum = "56a336acba8bc87c8876f6425407dbbe6c417bf478b22015f8fb0994ef3bc0ab"4861checksum = "56a336acba8bc87c8876f6425407dbbe6c417bf478b22015f8fb0994ef3bc0ab"
4883dependencies = [4862dependencies = [
4884 "bytes 1.1.0",4863 "bytes 1.1.0",
4885 "futures 0.3.17",4864 "futures 0.3.18",
4886 "log",4865 "log",
4887 "pin-project 1.0.8",4866 "pin-project 1.0.8",
4888 "smallvec",4867 "smallvec",
4889 "unsigned-varint 0.7.0",4868 "unsigned-varint 0.7.1",
4890]4869]
48914870
4892[[package]]4871[[package]]
49524931
4953[[package]]4932[[package]]
4954name = "nom"4933name = "nom"
4955version = "6.1.2"4934version = "7.1.0"
4956source = "registry+https://github.com/rust-lang/crates.io-index"4935source = "registry+https://github.com/rust-lang/crates.io-index"
4957checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"4936checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
4958dependencies = [4937dependencies = [
4959 "bitvec 0.19.5",
4960 "funty",
4961 "memchr",4938 "memchr",
4939 "minimal-lexical",
4962 "version_check",4940 "version_check",
4963]4941]
49644942
5160dependencies = [5138dependencies = [
5161 "frame-support",5139 "frame-support",
5162 "frame-system",5140 "frame-system",
5163 "impl-trait-for-tuples 0.2.1",5141 "impl-trait-for-tuples",
5164 "parity-scale-codec",5142 "parity-scale-codec",
5165 "scale-info",5143 "scale-info",
5166 "sp-authorship",5144 "sp-authorship",
5330version = "0.1.0"5308version = "0.1.0"
5331source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"5309source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
5332dependencies = [5310dependencies = [
5333 "bitvec 0.20.4",5311 "bitvec",
5334 "bp-message-dispatch",5312 "bp-message-dispatch",
5335 "bp-messages",5313 "bp-messages",
5336 "bp-rialto",5314 "bp-rialto",
5509[[package]]5487[[package]]
5510name = "pallet-ethereum"5488name = "pallet-ethereum"
5511version = "4.0.0-dev"5489version = "4.0.0-dev"
5512source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#00c84135f220baf33e7baa558b4e5857cdf560dd"5490source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#0134806e399412bf896f881f1e3bc284916a1432"
5513dependencies = [5491dependencies = [
5514 "ethereum 0.9.0 (git+https://github.com/purestake/ethereum?branch=joshy-scale-info)",5492 "ethereum 0.10.0",
5515 "ethereum-types",5493 "ethereum-types",
5516 "evm",5494 "evm",
5517 "fp-consensus",5495 "fp-consensus",
5538[[package]]5516[[package]]
5539name = "pallet-evm"5517name = "pallet-evm"
5540version = "6.0.0-dev"5518version = "6.0.0-dev"
5541source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#00c84135f220baf33e7baa558b4e5857cdf560dd"5519source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.12-weights#0134806e399412bf896f881f1e3bc284916a1432"
5542dependencies = [5520dependencies = [
5543 "evm",5521 "evm",
5544 "evm-gasometer",5522 "evm-gasometer",
5548 "frame-support",5526 "frame-support",
5549 "frame-system",5527 "frame-system",
5550 "hex",5528 "hex",
5551 "impl-trait-for-tuples 0.2.1",5529 "impl-trait-for-tuples",
5552 "log",5530 "log",
5553 "pallet-balances",5531 "pallet-balances",
5554 "pallet-timestamp",5532 "pallet-timestamp",
5568name = "pallet-evm-coder-substrate"5546name = "pallet-evm-coder-substrate"
5569version = "0.1.0"5547version = "0.1.0"
5570dependencies = [5548dependencies = [
5571 "ethereum 0.9.0 (git+https://github.com/purestake/ethereum?branch=joshy-scale-info)",5549 "ethereum 0.10.0",
5572 "evm-coder",5550 "evm-coder",
5573 "frame-benchmarking",5551 "frame-benchmarking",
5574 "frame-support",5552 "frame-support",
5639name = "pallet-fungible"5617name = "pallet-fungible"
5640version = "0.1.0"5618version = "0.1.0"
5641dependencies = [5619dependencies = [
5642 "ethereum 0.9.0 (git+https://github.com/purestake/ethereum?branch=joshy-scale-info)",5620 "ethereum 0.10.0",
5643 "evm-coder",5621 "evm-coder",
5644 "frame-benchmarking",5622 "frame-benchmarking",
5645 "frame-support",5623 "frame-support",
5865name = "pallet-nonfungible"5843name = "pallet-nonfungible"
5866version = "0.1.0"5844version = "0.1.0"
5867dependencies = [5845dependencies = [
5868 "ethereum 0.9.0 (git+https://github.com/purestake/ethereum?branch=joshy-scale-info)",5846 "ethereum 0.10.0",
5869 "evm-coder",5847 "evm-coder",
5870 "frame-benchmarking",5848 "frame-benchmarking",
5871 "frame-support",5849 "frame-support",
6002dependencies = [5980dependencies = [
6003 "frame-support",5981 "frame-support",
6004 "frame-system",5982 "frame-system",
6005 "impl-trait-for-tuples 0.2.1",5983 "impl-trait-for-tuples",
6006 "log",5984 "log",
6007 "pallet-timestamp",5985 "pallet-timestamp",
6008 "parity-scale-codec",5986 "parity-scale-codec",
6213 "frame-benchmarking",6191 "frame-benchmarking",
6214 "frame-support",6192 "frame-support",
6215 "frame-system",6193 "frame-system",
6216 "impl-trait-for-tuples 0.2.1",6194 "impl-trait-for-tuples",
6217 "pallet-balances",6195 "pallet-balances",
6218 "parity-scale-codec",6196 "parity-scale-codec",
6219 "scale-info",6197 "scale-info",
6226name = "pallet-unique"6204name = "pallet-unique"
6227version = "0.1.0"6205version = "0.1.0"
6228dependencies = [6206dependencies = [
6229 "ethereum 0.9.0 (git+https://github.com/purestake/ethereum?branch=joshy-scale-info)",6207 "ethereum 0.10.0",
6230 "evm-coder",6208 "evm-coder",
6231 "fp-evm",6209 "fp-evm",
6232 "frame-benchmarking",6210 "frame-benchmarking",
6347[[package]]6325[[package]]
6348name = "parachain-info"6326name = "parachain-info"
6349version = "0.1.0"6327version = "0.1.0"
6350source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#f5926c2f50df73bf36171b138241437131d76fff"6328source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.12#c02514d8cb66d6860e597f75d53ca07119dbbf32"
6351dependencies = [6329dependencies = [
6352 "cumulus-primitives-core",6330 "cumulus-primitives-core",
6353 "frame-support",6331 "frame-support",
63596337
6360[[package]]6338[[package]]
6361name = "parity-db"6339name = "parity-db"
6362version = "0.3.3"6340version = "0.3.5"
6363source = "registry+https://github.com/rust-lang/crates.io-index"6341source = "registry+https://github.com/rust-lang/crates.io-index"
6364checksum = "e7ccc4a8687027deb53d45c5434a1f1b330c9d1069a59cfe80a62aa9a1da25ae"6342checksum = "78a95abf24f1097c6e3181abbbbfc3630b3b5e681470940f719b69acb4911c7f"
6365dependencies = [6343dependencies = [
6366 "blake2-rfc",6344 "blake2-rfc",
6367 "crc32fast",6345 "crc32fast",
6383checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6361checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"
6384dependencies = [6362dependencies = [
6385 "arrayvec 0.7.2",6363 "arrayvec 0.7.2",
6386 "bitvec 0.20.4",6364 "bitvec",
6387 "byte-slice-cast",6365 "byte-slice-cast",
6388 "impl-trait-for-tuples 0.2.1",6366 "impl-trait-for-tuples",
6389 "parity-scale-codec-derive",6367 "parity-scale-codec-derive",
6390 "serde",6368 "serde",
6391]6369]
6414source = "registry+https://github.com/rust-lang/crates.io-index"6392source = "registry+https://github.com/rust-lang/crates.io-index"
6415checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"6393checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
6416dependencies = [6394dependencies = [
6417 "futures 0.3.17",6395 "futures 0.3.18",
6418 "libc",6396 "libc",
6419 "log",6397 "log",
6420 "rand 0.7.3",6398 "rand 0.7.3",
6421 "tokio 1.13.0",6399 "tokio 1.14.0",
6422 "winapi 0.3.9",6400 "winapi 0.3.9",
6423]6401]
64246402
6431 "cfg-if 1.0.0",6409 "cfg-if 1.0.0",
6432 "ethereum-types",6410 "ethereum-types",
6433 "hashbrown",6411 "hashbrown",
6434 "impl-trait-for-tuples 0.2.1",6412 "impl-trait-for-tuples",
6435 "lru 0.6.6",6413 "lru 0.6.6",
6436 "parity-util-mem-derive",6414 "parity-util-mem-derive",
6437 "parking_lot 0.11.2",6415 "parking_lot 0.11.2",
65416519
6542[[package]]6520[[package]]
6543name = "paste"6521name = "paste"
6544version = "1.0.5"6522version = "1.0.6"
6545source = "registry+https://github.com/rust-lang/crates.io-index"6523source = "registry+https://github.com/rust-lang/crates.io-index"
6546checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58"6524checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5"
65476525
6548[[package]]6526[[package]]
6549name = "pbkdf2"6527name = "pbkdf2"
6709version = "0.9.12"6687version = "0.9.12"
6710source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6688source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
6711dependencies = [6689dependencies = [
6712 "futures 0.3.17",6690 "futures 0.3.18",
6713 "polkadot-node-network-protocol",6691 "polkadot-node-network-protocol",
6714 "polkadot-node-primitives",6692 "polkadot-node-primitives",
6715 "polkadot-node-subsystem",6693 "polkadot-node-subsystem",
6723version = "0.9.12"6701version = "0.9.12"
6724source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6702source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
6725dependencies = [6703dependencies = [
6726 "futures 0.3.17",6704 "futures 0.3.18",
6727 "polkadot-node-network-protocol",6705 "polkadot-node-network-protocol",
6728 "polkadot-node-subsystem",6706 "polkadot-node-subsystem",
6729 "polkadot-node-subsystem-util",6707 "polkadot-node-subsystem-util",
6737source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6715source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
6738dependencies = [6716dependencies = [
6739 "derive_more",6717 "derive_more",
6740 "futures 0.3.17",6718 "futures 0.3.18",
6741 "lru 0.7.0",6719 "lru 0.7.0",
6742 "parity-scale-codec",6720 "parity-scale-codec",
6743 "polkadot-erasure-coding",6721 "polkadot-erasure-coding",
6758version = "0.9.12"6736version = "0.9.12"
6759source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6737source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
6760dependencies = [6738dependencies = [
6761 "futures 0.3.17",6739 "futures 0.3.18",
6762 "lru 0.7.0",6740 "lru 0.7.0",
6763 "parity-scale-codec",6741 "parity-scale-codec",
6764 "polkadot-erasure-coding",6742 "polkadot-erasure-coding",
6779source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6757source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
6780dependencies = [6758dependencies = [
6781 "frame-benchmarking-cli",6759 "frame-benchmarking-cli",
6782 "futures 0.3.17",6760 "futures 0.3.18",
6783 "log",6761 "log",
6784 "polkadot-node-core-pvf",6762 "polkadot-node-core-pvf",
6785 "polkadot-service",6763 "polkadot-service",
6830dependencies = [6808dependencies = [
6831 "always-assert",6809 "always-assert",
6832 "derive_more",6810 "derive_more",
6833 "futures 0.3.17",6811 "futures 0.3.18",
6834 "futures-timer 3.0.2",6812 "futures-timer 3.0.2",
6835 "polkadot-node-network-protocol",6813 "polkadot-node-network-protocol",
6836 "polkadot-node-primitives",6814 "polkadot-node-primitives",
6863source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6841source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
6864dependencies = [6842dependencies = [
6865 "derive_more",6843 "derive_more",
6866 "futures 0.3.17",6844 "futures 0.3.18",
6867 "lru 0.7.0",6845 "lru 0.7.0",
6868 "parity-scale-codec",6846 "parity-scale-codec",
6869 "polkadot-erasure-coding",6847 "polkadot-erasure-coding",
6898version = "0.9.12"6876version = "0.9.12"
6899source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6877source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
6900dependencies = [6878dependencies = [
6901 "futures 0.3.17",6879 "futures 0.3.18",
6902 "futures-timer 3.0.2",6880 "futures-timer 3.0.2",
6903 "polkadot-node-network-protocol",6881 "polkadot-node-network-protocol",
6904 "polkadot-node-subsystem",6882 "polkadot-node-subsystem",
6919source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6897source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
6920dependencies = [6898dependencies = [
6921 "async-trait",6899 "async-trait",
6922 "futures 0.3.17",6900 "futures 0.3.18",
6923 "parity-scale-codec",6901 "parity-scale-codec",
6924 "parking_lot 0.11.2",6902 "parking_lot 0.11.2",
6925 "polkadot-node-network-protocol",6903 "polkadot-node-network-protocol",
6937version = "0.9.12"6915version = "0.9.12"
6938source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6916source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
6939dependencies = [6917dependencies = [
6940 "futures 0.3.17",6918 "futures 0.3.18",
6941 "parity-scale-codec",6919 "parity-scale-codec",
6942 "polkadot-erasure-coding",6920 "polkadot-erasure-coding",
6943 "polkadot-node-primitives",6921 "polkadot-node-primitives",
6955version = "0.9.12"6933version = "0.9.12"
6956source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6934source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
6957dependencies = [6935dependencies = [
6958 "bitvec 0.20.4",6936 "bitvec",
6959 "derive_more",6937 "derive_more",
6960 "futures 0.3.17",6938 "futures 0.3.18",
6961 "futures-timer 3.0.2",6939 "futures-timer 3.0.2",
6962 "kvdb",6940 "kvdb",
6963 "lru 0.7.0",6941 "lru 0.7.0",
6983version = "0.9.12"6961version = "0.9.12"
6984source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6962source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
6985dependencies = [6963dependencies = [
6986 "bitvec 0.20.4",6964 "bitvec",
6987 "futures 0.3.17",6965 "futures 0.3.18",
6988 "futures-timer 3.0.2",6966 "futures-timer 3.0.2",
6989 "kvdb",6967 "kvdb",
6990 "parity-scale-codec",6968 "parity-scale-codec",
7003version = "0.9.12"6981version = "0.9.12"
7004source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"6982source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
7005dependencies = [6983dependencies = [
7006 "bitvec 0.20.4",6984 "bitvec",
7007 "futures 0.3.17",6985 "futures 0.3.18",
7008 "polkadot-erasure-coding",6986 "polkadot-erasure-coding",
7009 "polkadot-node-primitives",6987 "polkadot-node-primitives",
7010 "polkadot-node-subsystem",6988 "polkadot-node-subsystem",
7021version = "0.9.12"6999version = "0.9.12"
7022source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7000source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
7023dependencies = [7001dependencies = [
7024 "futures 0.3.17",7002 "futures 0.3.18",
7025 "polkadot-node-subsystem",7003 "polkadot-node-subsystem",
7026 "polkadot-node-subsystem-util",7004 "polkadot-node-subsystem-util",
7027 "polkadot-primitives",7005 "polkadot-primitives",
7037source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7015source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
7038dependencies = [7016dependencies = [
7039 "async-trait",7017 "async-trait",
7040 "futures 0.3.17",7018 "futures 0.3.18",
7041 "parity-scale-codec",7019 "parity-scale-codec",
7042 "polkadot-node-core-pvf",7020 "polkadot-node-core-pvf",
7043 "polkadot-node-primitives",7021 "polkadot-node-primitives",
7054version = "0.9.12"7032version = "0.9.12"
7055source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7033source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
7056dependencies = [7034dependencies = [
7057 "futures 0.3.17",7035 "futures 0.3.18",
7058 "polkadot-node-subsystem",7036 "polkadot-node-subsystem",
7059 "polkadot-node-subsystem-util",7037 "polkadot-node-subsystem-util",
7060 "polkadot-primitives",7038 "polkadot-primitives",
7069version = "0.9.12"7047version = "0.9.12"
7070source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7048source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
7071dependencies = [7049dependencies = [
7072 "futures 0.3.17",7050 "futures 0.3.18",
7073 "futures-timer 3.0.2",7051 "futures-timer 3.0.2",
7074 "kvdb",7052 "kvdb",
7075 "parity-scale-codec",7053 "parity-scale-codec",
7086version = "0.9.12"7064version = "0.9.12"
7087source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7065source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
7088dependencies = [7066dependencies = [
7089 "bitvec 0.20.4",7067 "bitvec",
7090 "derive_more",7068 "derive_more",
7091 "futures 0.3.17",7069 "futures 0.3.18",
7092 "kvdb",7070 "kvdb",
7093 "parity-scale-codec",7071 "parity-scale-codec",
7094 "polkadot-node-primitives",7072 "polkadot-node-primitives",
7105version = "0.9.12"7083version = "0.9.12"
7106source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7084source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
7107dependencies = [7085dependencies = [
7108 "futures 0.3.17",7086 "futures 0.3.18",
7109 "polkadot-node-primitives",7087 "polkadot-node-primitives",
7110 "polkadot-node-subsystem",7088 "polkadot-node-subsystem",
7111 "polkadot-primitives",7089 "polkadot-primitives",
7119source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7097source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
7120dependencies = [7098dependencies = [
7121 "async-trait",7099 "async-trait",
7122 "futures 0.3.17",7100 "futures 0.3.18",
7123 "futures-timer 3.0.2",7101 "futures-timer 3.0.2",
7124 "polkadot-node-subsystem",7102 "polkadot-node-subsystem",
7125 "polkadot-primitives",7103 "polkadot-primitives",
7135version = "0.9.12"7113version = "0.9.12"
7136source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7114source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
7137dependencies = [7115dependencies = [
7138 "bitvec 0.20.4",7116 "bitvec",
7139 "futures 0.3.17",7117 "futures 0.3.18",
7140 "futures-timer 3.0.2",7118 "futures-timer 3.0.2",
7141 "polkadot-node-subsystem",7119 "polkadot-node-subsystem",
7142 "polkadot-node-subsystem-util",7120 "polkadot-node-subsystem-util",
7154 "assert_matches",7132 "assert_matches",
7155 "async-process",7133 "async-process",
7156 "async-std",7134 "async-std",
7157 "futures 0.3.17",7135 "futures 0.3.18",
7158 "futures-timer 3.0.2",7136 "futures-timer 3.0.2",
7159 "libc",7137 "libc",
7160 "parity-scale-codec",7138 "parity-scale-codec",
7181version = "0.9.12"7159version = "0.9.12"
7182source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7160source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
7183dependencies = [7161dependencies = [
7184 "futures 0.3.17",7162 "futures 0.3.18",
7185 "memory-lru",7163 "memory-lru",
7186 "parity-util-mem",7164 "parity-util-mem",
7187 "polkadot-node-subsystem",7165 "polkadot-node-subsystem",
7217version = "0.9.12"7195version = "0.9.12"
7218source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7196source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
7219dependencies = [7197dependencies = [
7220 "futures 0.3.17",7198 "futures 0.3.18",
7221 "futures-timer 3.0.2",7199 "futures-timer 3.0.2",
7222 "metered-channel",7200 "metered-channel",
7223 "substrate-prometheus-endpoint",7201 "substrate-prometheus-endpoint",
7230dependencies = [7208dependencies = [
7231 "async-trait",7209 "async-trait",
7232 "derive_more",7210 "derive_more",
7233 "futures 0.3.17",7211 "futures 0.3.18",
7234 "parity-scale-codec",7212 "parity-scale-codec",
7235 "polkadot-node-jaeger",7213 "polkadot-node-jaeger",
7236 "polkadot-node-primitives",7214 "polkadot-node-primitives",
7247source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7225source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
7248dependencies = [7226dependencies = [
7249 "bounded-vec",7227 "bounded-vec",
7250 "futures 0.3.17",7228 "futures 0.3.18",
7251 "parity-scale-codec",7229 "parity-scale-codec",
7252 "polkadot-parachain",7230 "polkadot-parachain",
7253 "polkadot-primitives",7231 "polkadot-primitives",
7279source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7257source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
7280dependencies = [7258dependencies = [
7281 "derive_more",7259 "derive_more",
7282 "futures 0.3.17",7260 "futures 0.3.18",
7283 "polkadot-node-jaeger",7261 "polkadot-node-jaeger",
7284 "polkadot-node-network-protocol",7262 "polkadot-node-network-protocol",
7285 "polkadot-node-primitives",7263 "polkadot-node-primitives",
7299dependencies = [7277dependencies = [
7300 "async-trait",7278 "async-trait",
7301 "derive_more",7279 "derive_more",
7302 "futures 0.3.17",7280 "futures 0.3.18",
7303 "itertools",7281 "itertools",
7304 "lru 0.7.0",7282 "lru 0.7.0",
7305 "metered-channel",7283 "metered-channel",
7324version = "0.9.12"7302version = "0.9.12"
7325source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7303source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
7326dependencies = [7304dependencies = [
7327 "futures 0.3.17",7305 "futures 0.3.18",
7328 "futures-timer 3.0.2",7306 "futures-timer 3.0.2",
7329 "lru 0.7.0",7307 "lru 0.7.0",
7330 "parity-util-mem",7308 "parity-util-mem",
7346source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7324source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
7347dependencies = [7325dependencies = [
7348 "async-trait",7326 "async-trait",
7349 "futures 0.3.17",7327 "futures 0.3.18",
7350 "futures-timer 3.0.2",7328 "futures-timer 3.0.2",
7351 "metered-channel",7329 "metered-channel",
7352 "pin-project 1.0.8",7330 "pin-project 1.0.8",
7390version = "0.9.12"7368version = "0.9.12"
7391source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7369source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
7392dependencies = [7370dependencies = [
7393 "bitvec 0.20.4",7371 "bitvec",
7394 "frame-system",7372 "frame-system",
7395 "hex-literal",7373 "hex-literal",
7396 "parity-scale-codec",7374 "parity-scale-codec",
7452source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7430source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
7453dependencies = [7431dependencies = [
7454 "beefy-primitives",7432 "beefy-primitives",
7455 "bitvec 0.20.4",7433 "bitvec",
7456 "frame-benchmarking",7434 "frame-benchmarking",
7457 "frame-election-provider-support",7435 "frame-election-provider-support",
7458 "frame-executive",7436 "frame-executive",
7529source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7507source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
7530dependencies = [7508dependencies = [
7531 "beefy-primitives",7509 "beefy-primitives",
7532 "bitvec 0.20.4",7510 "bitvec",
7533 "frame-benchmarking",7511 "frame-benchmarking",
7534 "frame-election-provider-support",7512 "frame-election-provider-support",
7535 "frame-support",7513 "frame-support",
7536 "frame-system",7514 "frame-system",
7537 "impl-trait-for-tuples 0.2.1",7515 "impl-trait-for-tuples",
7538 "libsecp256k1 0.7.0",7516 "libsecp256k1 0.7.0",
7539 "log",7517 "log",
7540 "pallet-authorship",7518 "pallet-authorship",
7576source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7554source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
7577dependencies = [7555dependencies = [
7578 "bitflags",7556 "bitflags",
7579 "bitvec 0.20.4",7557 "bitvec",
7580 "derive_more",7558 "derive_more",
7581 "frame-benchmarking",7559 "frame-benchmarking",
7582 "frame-support",7560 "frame-support",
7618 "beefy-gadget",7596 "beefy-gadget",
7619 "beefy-primitives",7597 "beefy-primitives",
7620 "frame-system-rpc-runtime-api",7598 "frame-system-rpc-runtime-api",
7621 "futures 0.3.17",7599 "futures 0.3.18",
7622 "hex-literal",7600 "hex-literal",
7623 "kusama-runtime",7601 "kusama-runtime",
7624 "kvdb",7602 "kvdb",
7714dependencies = [7692dependencies = [
7715 "arrayvec 0.5.2",7693 "arrayvec 0.5.2",
7716 "derive_more",7694 "derive_more",
7717 "futures 0.3.17",7695 "futures 0.3.18",
7718 "indexmap",7696 "indexmap",
7719 "parity-scale-codec",7697 "parity-scale-codec",
7720 "polkadot-node-network-protocol",7698 "polkadot-node-network-protocol",
7744source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"7722source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
7745dependencies = [7723dependencies = [
7746 "beefy-primitives",7724 "beefy-primitives",
7747 "bitvec 0.20.4",7725 "bitvec",
7748 "frame-election-provider-support",7726 "frame-election-provider-support",
7749 "frame-executive",7727 "frame-executive",
7750 "frame-support",7728 "frame-support",
7807 "frame-benchmarking",7785 "frame-benchmarking",
7808 "frame-system",7786 "frame-system",
7809 "futures 0.1.31",7787 "futures 0.1.31",
7810 "futures 0.3.17",7788 "futures 0.3.18",
7811 "hex",7789 "hex",
7812 "pallet-balances",7790 "pallet-balances",
7813 "pallet-staking",7791 "pallet-staking",
7848 "sp-state-machine",7826 "sp-state-machine",
7849 "substrate-test-client",7827 "substrate-test-client",
7850 "tempfile",7828 "tempfile",
7851 "tokio 1.13.0",7829 "tokio 1.14.0",
7852 "tracing",7830 "tracing",
7853]7831]
78547832
7855[[package]]7833[[package]]
7856name = "polling"7834name = "polling"
7857version = "2.1.0"7835version = "2.2.0"
7858source = "registry+https://github.com/rust-lang/crates.io-index"7836source = "registry+https://github.com/rust-lang/crates.io-index"
7859checksum = "92341d779fa34ea8437ef4d82d440d5e1ce3f3ff7f824aa64424cd481f9a1f25"7837checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"
7860dependencies = [7838dependencies = [
7861 "cfg-if 1.0.0",7839 "cfg-if 1.0.0",
7862 "libc",7840 "libc",
7989 "version_check",7967 "version_check",
7990]7968]
7991
7992[[package]]
7993name = "proc-macro-hack"
7994version = "0.5.19"
7995source = "registry+https://github.com/rust-lang/crates.io-index"
7996checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
7997
7998[[package]]
7999name = "proc-macro-nested"
8000version = "0.1.7"
8001source = "registry+https://github.com/rust-lang/crates.io-index"
8002checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
80037969
8004[[package]]7970[[package]]
8005name = "proc-macro2"7971name = "proc-macro2"
8127 "proc-macro2",8093 "proc-macro2",
8128]8094]
8129
8130[[package]]
8131name = "radium"
8132version = "0.5.3"
8133source = "registry+https://github.com/rust-lang/crates.io-index"
8134checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
81358095
8136[[package]]8096[[package]]
8137name = "radium"8097name = "radium"
8618source = "registry+https://github.com/rust-lang/crates.io-index"8578source = "registry+https://github.com/rust-lang/crates.io-index"
8619checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"8579checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"
8620dependencies = [8580dependencies = [
8621 "futures 0.3.17",8581 "futures 0.3.18",
8622 "pin-project 0.4.28",8582 "pin-project 0.4.28",
8623 "static_assertions",8583 "static_assertions",
8624]8584]
8674dependencies = [8634dependencies = [
8675 "async-trait",8635 "async-trait",
8676 "derive_more",8636 "derive_more",
8677 "futures 0.3.17",8637 "futures 0.3.18",
8678 "futures-timer 3.0.2",8638 "futures-timer 3.0.2",
8679 "ip_network",8639 "ip_network",
8680 "libp2p",8640 "libp2p",
8699version = "0.10.0-dev"8659version = "0.10.0-dev"
8700source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"8660source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"
8701dependencies = [8661dependencies = [
8702 "futures 0.3.17",8662 "futures 0.3.18",
8703 "futures-timer 3.0.2",8663 "futures-timer 3.0.2",
8704 "log",8664 "log",
8705 "parity-scale-codec",8665 "parity-scale-codec",
8738version = "4.0.0-dev"8698version = "4.0.0-dev"
8739source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"8699source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"
8740dependencies = [8700dependencies = [
8741 "impl-trait-for-tuples 0.2.1",8701 "impl-trait-for-tuples",
8742 "parity-scale-codec",8702 "parity-scale-codec",
8743 "sc-chain-spec-derive",8703 "sc-chain-spec-derive",
8744 "sc-network",8704 "sc-network",
8767dependencies = [8727dependencies = [
8768 "chrono",8728 "chrono",
8769 "fdlimit",8729 "fdlimit",
8770 "futures 0.3.17",8730 "futures 0.3.18",
8771 "hex",8731 "hex",
8772 "libp2p",8732 "libp2p",
8773 "log",8733 "log",
8795 "structopt",8755 "structopt",
8796 "thiserror",8756 "thiserror",
8797 "tiny-bip39",8757 "tiny-bip39",
8798 "tokio 1.13.0",8758 "tokio 1.14.0",
8799]8759]
88008760
8801[[package]]8761[[package]]
8804source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"8764source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"
8805dependencies = [8765dependencies = [
8806 "fnv",8766 "fnv",
8807 "futures 0.3.17",8767 "futures 0.3.18",
8808 "hash-db",8768 "hash-db",
8809 "log",8769 "log",
8810 "parity-scale-codec",8770 "parity-scale-codec",
8857source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"8817source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"
8858dependencies = [8818dependencies = [
8859 "async-trait",8819 "async-trait",
8860 "futures 0.3.17",8820 "futures 0.3.18",
8861 "futures-timer 3.0.2",8821 "futures-timer 3.0.2",
8862 "libp2p",8822 "libp2p",
8863 "log",8823 "log",
8882dependencies = [8842dependencies = [
8883 "async-trait",8843 "async-trait",
8884 "derive_more",8844 "derive_more",
8885 "futures 0.3.17",8845 "futures 0.3.18",
8886 "log",8846 "log",
8887 "parity-scale-codec",8847 "parity-scale-codec",
8888 "sc-block-builder",8848 "sc-block-builder",
8912 "async-trait",8872 "async-trait",
8913 "derive_more",8873 "derive_more",
8914 "fork-tree",8874 "fork-tree",
8915 "futures 0.3.17",8875 "futures 0.3.18",
8916 "log",8876 "log",
8917 "merlin",8877 "merlin",
8918 "num-bigint",8878 "num-bigint",
8953source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"8913source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"
8954dependencies = [8914dependencies = [
8955 "derive_more",8915 "derive_more",
8956 "futures 0.3.17",8916 "futures 0.3.18",
8957 "jsonrpc-core",8917 "jsonrpc-core",
8958 "jsonrpc-core-client",8918 "jsonrpc-core-client",
8959 "jsonrpc-derive",8919 "jsonrpc-derive",
8990source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"8950source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"
8991dependencies = [8951dependencies = [
8992 "async-trait",8952 "async-trait",
8993 "futures 0.3.17",8953 "futures 0.3.18",
8994 "futures-timer 3.0.2",8954 "futures-timer 3.0.2",
8995 "log",8955 "log",
8996 "parity-scale-codec",8956 "parity-scale-codec",
9109 "dyn-clone",9069 "dyn-clone",
9110 "finality-grandpa",9070 "finality-grandpa",
9111 "fork-tree",9071 "fork-tree",
9112 "futures 0.3.17",9072 "futures 0.3.18",
9113 "futures-timer 3.0.2",9073 "futures-timer 3.0.2",
9114 "log",9074 "log",
9115 "parity-scale-codec",9075 "parity-scale-codec",
9143dependencies = [9103dependencies = [
9144 "derive_more",9104 "derive_more",
9145 "finality-grandpa",9105 "finality-grandpa",
9146 "futures 0.3.17",9106 "futures 0.3.18",
9147 "jsonrpc-core",9107 "jsonrpc-core",
9148 "jsonrpc-core-client",9108 "jsonrpc-core-client",
9149 "jsonrpc-derive",9109 "jsonrpc-derive",
9166source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9126source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"
9167dependencies = [9127dependencies = [
9168 "ansi_term 0.12.1",9128 "ansi_term 0.12.1",
9169 "futures 0.3.17",9129 "futures 0.3.18",
9170 "futures-timer 3.0.2",9130 "futures-timer 3.0.2",
9171 "log",9131 "log",
9172 "parity-util-mem",9132 "parity-util-mem",
9225 "either",9185 "either",
9226 "fnv",9186 "fnv",
9227 "fork-tree",9187 "fork-tree",
9228 "futures 0.3.17",9188 "futures 0.3.18",
9229 "futures-timer 3.0.2",9189 "futures-timer 3.0.2",
9230 "hex",9190 "hex",
9231 "ip_network",9191 "ip_network",
9266version = "0.10.0-dev"9226version = "0.10.0-dev"
9267source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9227source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"
9268dependencies = [9228dependencies = [
9269 "futures 0.3.17",9229 "futures 0.3.18",
9270 "futures-timer 3.0.2",9230 "futures-timer 3.0.2",
9271 "libp2p",9231 "libp2p",
9272 "log",9232 "log",
9284dependencies = [9244dependencies = [
9285 "bytes 1.1.0",9245 "bytes 1.1.0",
9286 "fnv",9246 "fnv",
9287 "futures 0.3.17",9247 "futures 0.3.18",
9288 "futures-timer 3.0.2",9248 "futures-timer 3.0.2",
9289 "hex",9249 "hex",
9290 "hyper",9250 "hyper",
9309version = "4.0.0-dev"9269version = "4.0.0-dev"
9310source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9270source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"
9311dependencies = [9271dependencies = [
9312 "futures 0.3.17",9272 "futures 0.3.18",
9313 "libp2p",9273 "libp2p",
9314 "log",9274 "log",
9315 "sc-utils",9275 "sc-utils",
9331version = "4.0.0-dev"9291version = "4.0.0-dev"
9332source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9292source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"
9333dependencies = [9293dependencies = [
9334 "futures 0.3.17",9294 "futures 0.3.18",
9335 "hash-db",9295 "hash-db",
9336 "jsonrpc-core",9296 "jsonrpc-core",
9337 "jsonrpc-pubsub",9297 "jsonrpc-pubsub",
9362version = "0.10.0-dev"9322version = "0.10.0-dev"
9363source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9323source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"
9364dependencies = [9324dependencies = [
9365 "futures 0.3.17",9325 "futures 0.3.18",
9366 "jsonrpc-core",9326 "jsonrpc-core",
9367 "jsonrpc-core-client",9327 "jsonrpc-core-client",
9368 "jsonrpc-derive",9328 "jsonrpc-derive",
9387version = "4.0.0-dev"9347version = "4.0.0-dev"
9388source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9348source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"
9389dependencies = [9349dependencies = [
9390 "futures 0.3.17",9350 "futures 0.3.18",
9391 "jsonrpc-core",9351 "jsonrpc-core",
9392 "jsonrpc-http-server",9352 "jsonrpc-http-server",
9393 "jsonrpc-ipc-server",9353 "jsonrpc-ipc-server",
9396 "log",9356 "log",
9397 "serde_json",9357 "serde_json",
9398 "substrate-prometheus-endpoint",9358 "substrate-prometheus-endpoint",
9399 "tokio 1.13.0",9359 "tokio 1.14.0",
9400]9360]
94019361
9402[[package]]9362[[package]]
9407 "async-trait",9367 "async-trait",
9408 "directories",9368 "directories",
9409 "exit-future",9369 "exit-future",
9410 "futures 0.3.17",9370 "futures 0.3.18",
9411 "futures-timer 3.0.2",9371 "futures-timer 3.0.2",
9412 "hash-db",9372 "hash-db",
9413 "jsonrpc-core",9373 "jsonrpc-core",
9459 "substrate-prometheus-endpoint",9419 "substrate-prometheus-endpoint",
9460 "tempfile",9420 "tempfile",
9461 "thiserror",9421 "thiserror",
9462 "tokio 1.13.0",9422 "tokio 1.14.0",
9463 "tracing",9423 "tracing",
9464 "tracing-futures",9424 "tracing-futures",
9465]9425]
9506source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9466source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"
9507dependencies = [9467dependencies = [
9508 "chrono",9468 "chrono",
9509 "futures 0.3.17",9469 "futures 0.3.18",
9510 "libp2p",9470 "libp2p",
9511 "log",9471 "log",
9512 "parking_lot 0.11.2",9472 "parking_lot 0.11.2",
9564version = "4.0.0-dev"9524version = "4.0.0-dev"
9565source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9525source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"
9566dependencies = [9526dependencies = [
9567 "futures 0.3.17",9527 "futures 0.3.18",
9568 "intervalier",9528 "intervalier",
9569 "linked-hash-map",9529 "linked-hash-map",
9570 "log",9530 "log",
9592source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9552source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"
9593dependencies = [9553dependencies = [
9594 "derive_more",9554 "derive_more",
9595 "futures 0.3.17",9555 "futures 0.3.18",
9596 "log",9556 "log",
9597 "serde",9557 "serde",
9598 "sp-blockchain",9558 "sp-blockchain",
9605version = "4.0.0-dev"9565version = "4.0.0-dev"
9606source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"9566source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"
9607dependencies = [9567dependencies = [
9608 "futures 0.3.17",9568 "futures 0.3.18",
9609 "futures-timer 3.0.2",9569 "futures-timer 3.0.2",
9610 "lazy_static",9570 "lazy_static",
9611 "prometheus",9571 "prometheus",
9617source = "registry+https://github.com/rust-lang/crates.io-index"9577source = "registry+https://github.com/rust-lang/crates.io-index"
9618checksum = "5c55b744399c25532d63a0d2789b109df8d46fc93752d46b0782991a931a782f"9578checksum = "5c55b744399c25532d63a0d2789b109df8d46fc93752d46b0782991a931a782f"
9619dependencies = [9579dependencies = [
9620 "bitvec 0.20.4",9580 "bitvec",
9621 "cfg-if 1.0.0",9581 "cfg-if 1.0.0",
9622 "derive_more",9582 "derive_more",
9623 "parity-scale-codec",9583 "parity-scale-codec",
97849744
9785[[package]]9745[[package]]
9786name = "serde_json"9746name = "serde_json"
9787version = "1.0.68"9747version = "1.0.72"
9788source = "registry+https://github.com/rust-lang/crates.io-index"9748source = "registry+https://github.com/rust-lang/crates.io-index"
9789checksum = "0f690853975602e1bfe1ccbf50504d67174e3bcf340f23b5ea9992e0587a52d8"9749checksum = "d0ffa0837f2dfa6fb90868c2b5468cad482e175f7dad97e7421951e663f2b527"
9790dependencies = [9750dependencies = [
9791 "itoa",9751 "itoa",
9792 "ryu",9752 "ryu",
10007 "base64 0.12.3",9967 "base64 0.12.3",
10008 "bytes 0.5.6",9968 "bytes 0.5.6",
10009 "flate2",9969 "flate2",
10010 "futures 0.3.17",9970 "futures 0.3.18",
10011 "httparse",9971 "httparse",
10012 "log",9972 "log",
10013 "rand 0.7.3",9973 "rand 0.7.3",
10022dependencies = [9982dependencies = [
10023 "base64 0.13.0",9983 "base64 0.13.0",
10024 "bytes 1.1.0",9984 "bytes 1.1.0",
10025 "futures 0.3.17",9985 "futures 0.3.18",
10026 "httparse",9986 "httparse",
10027 "log",9987 "log",
10028 "rand 0.8.4",9988 "rand 0.8.4",
10128version = "4.0.0-dev"10088version = "4.0.0-dev"
10129source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10089source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"
10130dependencies = [10090dependencies = [
10131 "futures 0.3.17",10091 "futures 0.3.18",
10132 "log",10092 "log",
10133 "lru 0.6.6",10093 "lru 0.6.6",
10134 "parity-scale-codec",10094 "parity-scale-codec",
10147source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10107source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"
10148dependencies = [10108dependencies = [
10149 "async-trait",10109 "async-trait",
10150 "futures 0.3.17",10110 "futures 0.3.18",
10151 "futures-timer 3.0.2",10111 "futures-timer 3.0.2",
10152 "log",10112 "log",
10153 "parity-scale-codec",10113 "parity-scale-codec",
10234 "byteorder",10194 "byteorder",
10235 "dyn-clonable",10195 "dyn-clonable",
10236 "ed25519-dalek",10196 "ed25519-dalek",
10237 "futures 0.3.17",10197 "futures 0.3.18",
10238 "hash-db",10198 "hash-db",
10239 "hash256-std-hasher",10199 "hash256-std-hasher",
10240 "hex",10200 "hex",
10324source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10284source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"
10325dependencies = [10285dependencies = [
10326 "async-trait",10286 "async-trait",
10327 "impl-trait-for-tuples 0.2.1",10287 "impl-trait-for-tuples",
10328 "parity-scale-codec",10288 "parity-scale-codec",
10329 "sp-core",10289 "sp-core",
10330 "sp-runtime",10290 "sp-runtime",
10337version = "4.0.0-dev"10297version = "4.0.0-dev"
10338source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10298source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"
10339dependencies = [10299dependencies = [
10340 "futures 0.3.17",10300 "futures 0.3.18",
10341 "hash-db",10301 "hash-db",
10342 "libsecp256k1 0.6.0",10302 "libsecp256k1 0.6.0",
10343 "log",10303 "log",
10374dependencies = [10334dependencies = [
10375 "async-trait",10335 "async-trait",
10376 "derive_more",10336 "derive_more",
10377 "futures 0.3.17",10337 "futures 0.3.18",
10378 "merlin",10338 "merlin",
10379 "parity-scale-codec",10339 "parity-scale-codec",
10380 "parking_lot 0.11.2",10340 "parking_lot 0.11.2",
10453dependencies = [10413dependencies = [
10454 "either",10414 "either",
10455 "hash256-std-hasher",10415 "hash256-std-hasher",
10456 "impl-trait-for-tuples 0.2.1",10416 "impl-trait-for-tuples",
10457 "log",10417 "log",
10458 "parity-scale-codec",10418 "parity-scale-codec",
10459 "parity-util-mem",10419 "parity-util-mem",
10473version = "4.0.0-dev"10433version = "4.0.0-dev"
10474source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10434source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"
10475dependencies = [10435dependencies = [
10476 "impl-trait-for-tuples 0.2.1",10436 "impl-trait-for-tuples",
10477 "parity-scale-codec",10437 "parity-scale-codec",
10478 "primitive-types 0.10.1",10438 "primitive-types 0.10.1",
10479 "sp-externalities",10439 "sp-externalities",
10699version = "4.0.0-dev"10659version = "4.0.0-dev"
10700source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10660source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"
10701dependencies = [10661dependencies = [
10702 "impl-trait-for-tuples 0.2.1",10662 "impl-trait-for-tuples",
10703 "parity-scale-codec",10663 "parity-scale-codec",
10704 "sp-std",10664 "sp-std",
10705 "wasmi",10665 "wasmi",
1071310673
10714[[package]]10674[[package]]
10715name = "ss58-registry"10675name = "ss58-registry"
10716version = "1.2.0"10676version = "1.8.1"
10717source = "registry+https://github.com/rust-lang/crates.io-index"10677source = "registry+https://github.com/rust-lang/crates.io-index"
10718checksum = "bb102b328df61c67f8ccf8471b29c31c7d6da646a867aff95fe8bff386fe7c4d"10678checksum = "78abb01d308934b82e34e9cf1f45846d31539246501745b129539176f4f3368d"
10719dependencies = [10679dependencies = [
10720 "Inflector",10680 "Inflector",
10721 "proc-macro2",10681 "proc-macro2",
10898source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10858source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"
10899dependencies = [10859dependencies = [
10900 "frame-system-rpc-runtime-api",10860 "frame-system-rpc-runtime-api",
10901 "futures 0.3.17",10861 "futures 0.3.18",
10902 "jsonrpc-core",10862 "jsonrpc-core",
10903 "jsonrpc-core-client",10863 "jsonrpc-core-client",
10904 "jsonrpc-derive",10864 "jsonrpc-derive",
10925 "hyper",10885 "hyper",
10926 "log",10886 "log",
10927 "prometheus",10887 "prometheus",
10928 "tokio 1.13.0",10888 "tokio 1.14.0",
10929]10889]
1093010890
10931[[package]]10891[[package]]
10934source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10894source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"
10935dependencies = [10895dependencies = [
10936 "async-trait",10896 "async-trait",
10937 "futures 0.3.17",10897 "futures 0.3.18",
10938 "hex",10898 "hex",
10939 "parity-scale-codec",10899 "parity-scale-codec",
10940 "sc-client-api",10900 "sc-client-api",
10960version = "4.0.0-dev"10920version = "4.0.0-dev"
10961source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"10921source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.12#d76f39995315ec36980908e4b99709bd14927044"
10962dependencies = [10922dependencies = [
10963 "futures 0.3.17",10923 "futures 0.3.18",
10964 "substrate-test-utils-derive",10924 "substrate-test-utils-derive",
10965 "tokio 1.13.0",10925 "tokio 1.14.0",
10966]10926]
1096710927
10968[[package]]10928[[package]]
1100510965
11006[[package]]10966[[package]]
11007name = "syn"10967name = "syn"
11008version = "1.0.81"10968version = "1.0.82"
11009source = "registry+https://github.com/rust-lang/crates.io-index"10969source = "registry+https://github.com/rust-lang/crates.io-index"
11010checksum = "f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966"10970checksum = "8daf5dd0bb60cbd4137b1b587d2fc0ae729bc07cf01cd70b36a1ed5ade3b9d59"
11011dependencies = [10971dependencies = [
11012 "proc-macro2",10972 "proc-macro2",
11013 "quote",10973 "quote",
1117311133
11174[[package]]11134[[package]]
11175name = "tinyvec"11135name = "tinyvec"
11176version = "1.5.0"11136version = "1.5.1"
11177source = "registry+https://github.com/rust-lang/crates.io-index"11137source = "registry+https://github.com/rust-lang/crates.io-index"
11178checksum = "f83b2a3d4d9091d0abd7eba4dc2710b1718583bd4d8992e2190720ea38f391f7"11138checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
11179dependencies = [11139dependencies = [
11180 "tinyvec_macros",11140 "tinyvec_macros",
11181]11141]
1120011160
11201[[package]]11161[[package]]
11202name = "tokio"11162name = "tokio"
11203version = "1.13.0"11163version = "1.14.0"
11204source = "registry+https://github.com/rust-lang/crates.io-index"11164source = "registry+https://github.com/rust-lang/crates.io-index"
11205checksum = "588b2d10a336da58d877567cd8fb8a14b463e2104910f8132cd054b4b96e29ee"11165checksum = "70e992e41e0d2fb9f755b37446f20900f64446ef54874f40a60c78f021ac6144"
11206dependencies = [11166dependencies = [
11207 "autocfg",11167 "autocfg",
11208 "bytes 1.1.0",11168 "bytes 1.1.0",
11213 "once_cell",11173 "once_cell",
11214 "pin-project-lite 0.2.7",11174 "pin-project-lite 0.2.7",
11215 "signal-hook-registry",11175 "signal-hook-registry",
11216 "tokio-macros 1.5.1",11176 "tokio-macros 1.6.0",
11217 "winapi 0.3.9",11177 "winapi 0.3.9",
11218]11178]
1121911179
1123011190
11231[[package]]11191[[package]]
11232name = "tokio-macros"11192name = "tokio-macros"
11233version = "1.5.1"11193version = "1.6.0"
11234source = "registry+https://github.com/rust-lang/crates.io-index"11194source = "registry+https://github.com/rust-lang/crates.io-index"
11235checksum = "114383b041aa6212c579467afa0075fbbdd0718de036100bc0ba7961d8cb9095"11195checksum = "c9efc1aba077437943f7515666aa2b882dfabfbfdf89c819ea75a8d6e9eaba5e"
11236dependencies = [11196dependencies = [
11237 "proc-macro2",11197 "proc-macro2",
11238 "quote",11198 "quote",
11246checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"11206checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"
11247dependencies = [11207dependencies = [
11248 "rustls",11208 "rustls",
11249 "tokio 1.13.0",11209 "tokio 1.14.0",
11250 "webpki",11210 "webpki",
11251]11211]
1125211212
11258dependencies = [11218dependencies = [
11259 "futures-core",11219 "futures-core",
11260 "pin-project-lite 0.2.7",11220 "pin-project-lite 0.2.7",
11261 "tokio 1.13.0",11221 "tokio 1.14.0",
11262]11222]
1126311223
11264[[package]]11224[[package]]
11273 "futures-sink",11233 "futures-sink",
11274 "log",11234 "log",
11275 "pin-project-lite 0.2.7",11235 "pin-project-lite 0.2.7",
11276 "tokio 1.13.0",11236 "tokio 1.14.0",
11277]11237]
1127811238
11279[[package]]11239[[package]]
11597 "fp-rpc",11557 "fp-rpc",
11598 "frame-benchmarking",11558 "frame-benchmarking",
11599 "frame-benchmarking-cli",11559 "frame-benchmarking-cli",
11600 "futures 0.3.17",11560 "futures 0.3.18",
11601 "jsonrpc-core",11561 "jsonrpc-core",
11602 "jsonrpc-pubsub",11562 "jsonrpc-pubsub",
11603 "log",11563 "log",
11661 "fc-rpc",11621 "fc-rpc",
11662 "fc-rpc-core",11622 "fc-rpc-core",
11663 "fp-rpc",11623 "fp-rpc",
11664 "futures 0.3.17",11624 "futures 0.3.18",
11665 "jsonrpc-core",11625 "jsonrpc-core",
11666 "jsonrpc-pubsub",11626 "jsonrpc-pubsub",
11667 "pallet-ethereum",11627 "pallet-ethereum",
1180111761
11802[[package]]11762[[package]]
11803name = "unsigned-varint"11763name = "unsigned-varint"
11804version = "0.7.0"11764version = "0.7.1"
11805source = "registry+https://github.com/rust-lang/crates.io-index"11765source = "registry+https://github.com/rust-lang/crates.io-index"
11806checksum = "5f8d425fafb8cd76bc3f22aace4af471d3156301d7508f2107e98fbeae10bc7f"11766checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"
11807dependencies = [11767dependencies = [
11808 "asynchronous-codec 0.6.0",11768 "asynchronous-codec 0.6.0",
11809 "bytes 1.1.0",11769 "bytes 1.1.0",
11858version = "0.1.0"11818version = "0.1.0"
11859source = "git+https://github.com/UniqueNetwork/pallet-sponsoring#ab8b91e9350a31133f3a3e4f52a84c6de4108e95"11819source = "git+https://github.com/UniqueNetwork/pallet-sponsoring#ab8b91e9350a31133f3a3e4f52a84c6de4108e95"
11860dependencies = [11820dependencies = [
11861 "impl-trait-for-tuples 0.2.1",11821 "impl-trait-for-tuples",
11862]11822]
1186311823
11864[[package]]11824[[package]]
12040source = "registry+https://github.com/rust-lang/crates.io-index"12000source = "registry+https://github.com/rust-lang/crates.io-index"
12041checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12001checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"
12042dependencies = [12002dependencies = [
12043 "futures 0.3.17",12003 "futures 0.3.18",
12044 "js-sys",12004 "js-sys",
12045 "parking_lot 0.11.2",12005 "parking_lot 0.11.2",
12046 "pin-utils",12006 "pin-utils",
12280source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"12240source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
12281dependencies = [12241dependencies = [
12282 "beefy-primitives",12242 "beefy-primitives",
12283 "bitvec 0.20.4",12243 "bitvec",
12284 "frame-benchmarking",12244 "frame-benchmarking",
12285 "frame-election-provider-support",12245 "frame-election-provider-support",
12286 "frame-executive",12246 "frame-executive",
12460source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"12420source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.12#5feed981cf0fe671447eabaa9c0d235a8dd0003e"
12461dependencies = [12421dependencies = [
12462 "derivative",12422 "derivative",
12463 "impl-trait-for-tuples 0.2.1",12423 "impl-trait-for-tuples",
12464 "log",12424 "log",
12465 "parity-scale-codec",12425 "parity-scale-codec",
12466 "scale-info",12426 "scale-info",
12494dependencies = [12454dependencies = [
12495 "frame-benchmarking",12455 "frame-benchmarking",
12496 "frame-support",12456 "frame-support",
12497 "impl-trait-for-tuples 0.2.1",12457 "impl-trait-for-tuples",
12498 "log",12458 "log",
12499 "parity-scale-codec",12459 "parity-scale-codec",
12500 "sp-arithmetic",12460 "sp-arithmetic",
12521source = "registry+https://github.com/rust-lang/crates.io-index"12481source = "registry+https://github.com/rust-lang/crates.io-index"
12522checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"12482checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"
12523dependencies = [12483dependencies = [
12524 "futures 0.3.17",12484 "futures 0.3.18",
12525 "log",12485 "log",
12526 "nohash-hasher",12486 "nohash-hasher",
12527 "parking_lot 0.11.2",12487 "parking_lot 0.11.2",
1253712497
12538[[package]]12498[[package]]
12539name = "zeroize"12499name = "zeroize"
12540version = "1.4.2"12500version = "1.4.3"
12541source = "registry+https://github.com/rust-lang/crates.io-index"12501source = "registry+https://github.com/rust-lang/crates.io-index"
12542checksum = "bf68b08513768deaa790264a7fac27a58cbf2705cfcdc9448362229217d7e970"12502checksum = "d68d9dcec5f9b43a30d38c49f91dfedfaac384cb8f085faca366c26207dd1619"
12543dependencies = [12503dependencies = [
12544 "zeroize_derive",12504 "zeroize_derive",
12545]12505]
1254612506
12547[[package]]12507[[package]]
12548name = "zeroize_derive"12508name = "zeroize_derive"
12549version = "1.2.0"12509version = "1.2.2"
12550source = "registry+https://github.com/rust-lang/crates.io-index"12510source = "registry+https://github.com/rust-lang/crates.io-index"
12551checksum = "bdff2024a851a322b08f179173ae2ba620445aef1e838f0c196820eade4ae0c7"12511checksum = "65f1a51723ec88c66d5d1fe80c841f17f63587d6691901d66be9bec6c3b51f73"
12552dependencies = [12512dependencies = [
12553 "proc-macro2",12513 "proc-macro2",
12554 "quote",12514 "quote",
modifiedpallets/nonfungible/src/lib.rsdiffbeforeafterboth
--- a/pallets/nonfungible/src/lib.rs
+++ b/pallets/nonfungible/src/lib.rs
@@ -196,7 +196,7 @@
 		}
 		// =========
 
-		<Owned<T>>::remove((collection.id, &token_data.owner.clone(), token));
+		<Owned<T>>::remove((collection.id, &token_data.owner, token));
 		<TokensBurnt<T>>::insert(collection.id, burnt);
 		<TokenData<T>>::remove((collection.id, token));
 		let old_spender = <Allowance<T>>::take((collection.id, token));