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

difftreelog

build switch to released cumulus

Yaroslav Bolyukin2023-03-24parent: #1e88695.patch.diff
in: master

3 files changed

modifiedCargo.lockdiffbeforeafterboth
205205
206[[package]]206[[package]]
207name = "anyhow"207name = "anyhow"
208version = "1.0.69"208version = "1.0.70"
209source = "registry+https://github.com/rust-lang/crates.io-index"209source = "registry+https://github.com/rust-lang/crates.io-index"
210checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"210checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
211211
212[[package]]212[[package]]
213name = "app-promotion-rpc"213name = "app-promotion-rpc"
249249
250[[package]]250[[package]]
251name = "arrayref"251name = "arrayref"
252version = "0.3.6"252version = "0.3.7"
253source = "registry+https://github.com/rust-lang/crates.io-index"253source = "registry+https://github.com/rust-lang/crates.io-index"
254checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"254checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
255255
256[[package]]256[[package]]
257name = "arrayvec"257name = "arrayvec"
305dependencies = [305dependencies = [
306 "proc-macro2",306 "proc-macro2",
307 "quote",307 "quote",
308 "syn",308 "syn 1.0.109",
309 "synstructure",309 "synstructure",
310]310]
311311
317dependencies = [317dependencies = [
318 "proc-macro2",318 "proc-macro2",
319 "quote",319 "quote",
320 "syn",320 "syn 1.0.109",
321 "synstructure",321 "synstructure",
322]322]
323323
329dependencies = [329dependencies = [
330 "proc-macro2",330 "proc-macro2",
331 "quote",331 "quote",
332 "syn",332 "syn 1.0.109",
333]333]
334334
335[[package]]335[[package]]
346346
347[[package]]347[[package]]
348name = "async-io"348name = "async-io"
349version = "1.12.0"349version = "1.13.0"
350source = "registry+https://github.com/rust-lang/crates.io-index"350source = "registry+https://github.com/rust-lang/crates.io-index"
351checksum = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794"351checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
352dependencies = [352dependencies = [
353 "async-lock",353 "async-lock",
354 "autocfg",354 "autocfg",
355 "cfg-if",
355 "concurrent-queue",356 "concurrent-queue",
356 "futures-lite",357 "futures-lite",
357 "libc",
358 "log",358 "log",
359 "parking",359 "parking",
360 "polling",360 "polling",
361 "rustix 0.37.3",
361 "slab",362 "slab",
362 "socket2",363 "socket2",
363 "waker-fn",364 "waker-fn",
364 "windows-sys 0.42.0",
365]365]
366366
367[[package]]367[[package]]
375375
376[[package]]376[[package]]
377name = "async-trait"377name = "async-trait"
378version = "0.1.66"378version = "0.1.67"
379source = "registry+https://github.com/rust-lang/crates.io-index"379source = "registry+https://github.com/rust-lang/crates.io-index"
380checksum = "b84f9ebcc6c1f5b8cb160f6990096a5c127f423fcb6e1ccc46c370cbdfb75dfc"380checksum = "86ea188f25f0255d8f92797797c97ebf5631fa88178beb1a46fdf5622c9a00e4"
381dependencies = [381dependencies = [
382 "proc-macro2",382 "proc-macro2",
383 "quote",383 "quote",
384 "syn",384 "syn 2.0.8",
385]385]
386386
387[[package]]387[[package]]
423 "proc-macro-error",423 "proc-macro-error",
424 "proc-macro2",424 "proc-macro2",
425 "quote",425 "quote",
426 "syn",426 "syn 1.0.109",
427]427]
428428
429[[package]]429[[package]]
580 "regex",580 "regex",
581 "rustc-hash",581 "rustc-hash",
582 "shlex",582 "shlex",
583 "syn",583 "syn 1.0.109",
584]584]
585585
586[[package]]586[[package]]
718dependencies = [718dependencies = [
719 "proc-macro2",719 "proc-macro2",
720 "quote",720 "quote",
721 "syn",721 "syn 1.0.109",
722]722]
723723
724[[package]]724[[package]]
750750
751[[package]]751[[package]]
752name = "bstr"752name = "bstr"
753version = "1.3.0"753version = "1.4.0"
754source = "registry+https://github.com/rust-lang/crates.io-index"754source = "registry+https://github.com/rust-lang/crates.io-index"
755checksum = "5ffdb39cb703212f3c11973452c2861b972f757b021158f3516ba10f2fa8b2c1"755checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09"
756dependencies = [756dependencies = [
757 "memchr",757 "memchr",
758 "serde",758 "serde",
840dependencies = [840dependencies = [
841 "camino",841 "camino",
842 "cargo-platform",842 "cargo-platform",
843 "semver 1.0.16",843 "semver 1.0.17",
844 "serde",844 "serde",
845 "serde_json",845 "serde_json",
846 "thiserror",846 "thiserror",
923923
924[[package]]924[[package]]
925name = "chrono"925name = "chrono"
926version = "0.4.23"926version = "0.4.24"
927source = "registry+https://github.com/rust-lang/crates.io-index"927source = "registry+https://github.com/rust-lang/crates.io-index"
928checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"928checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
929dependencies = [929dependencies = [
930 "iana-time-zone",930 "iana-time-zone",
931 "js-sys",931 "js-sys",
999999
1000[[package]]1000[[package]]
1001name = "clap"1001name = "clap"
1002version = "4.1.8"1002version = "4.1.13"
1003source = "registry+https://github.com/rust-lang/crates.io-index"1003source = "registry+https://github.com/rust-lang/crates.io-index"
1004checksum = "c3d7ae14b20b94cb02149ed21a86c423859cbe18dc7ed69845cace50e52b40a5"1004checksum = "3c911b090850d79fc64fe9ea01e28e465f65e821e08813ced95bced72f7a8a9b"
1005dependencies = [1005dependencies = [
1006 "bitflags",1006 "bitflags",
1007 "clap_derive",1007 "clap_derive",
10141014
1015[[package]]1015[[package]]
1016name = "clap_derive"1016name = "clap_derive"
1017version = "4.1.8"1017version = "4.1.12"
1018source = "registry+https://github.com/rust-lang/crates.io-index"1018source = "registry+https://github.com/rust-lang/crates.io-index"
1019checksum = "44bec8e5c9d09e439c4335b1af0abaab56dcf3b94999a936e1bb47b9134288f0"1019checksum = "9a932373bab67b984c790ddf2c9ca295d8e3af3b7ef92de5a5bacdccdee4b09b"
1020dependencies = [1020dependencies = [
1021 "heck",1021 "heck",
1022 "proc-macro-error",
1023 "proc-macro2",1022 "proc-macro2",
1024 "quote",1023 "quote",
1025 "syn",1024 "syn 2.0.8",
1026]1025]
10271026
1028[[package]]1027[[package]]
1029name = "clap_lex"1028name = "clap_lex"
1030version = "0.3.2"1029version = "0.3.3"
1031source = "registry+https://github.com/rust-lang/crates.io-index"1030source = "registry+https://github.com/rust-lang/crates.io-index"
1032checksum = "350b9cf31731f9957399229e9b2adc51eeabdfbe9d71d9a0552275fd12710d09"1031checksum = "033f6b7a4acb1f358c742aaca805c939ee73b4c6209ae4318ec7aca81c42e646"
1033dependencies = [1032dependencies = [
1034 "os_str_bytes",1033 "os_str_bytes",
1035]1034]
10841083
1085[[package]]1084[[package]]
1086name = "constant_time_eq"1085name = "constant_time_eq"
1087version = "0.2.4"1086version = "0.2.5"
1088source = "registry+https://github.com/rust-lang/crates.io-index"1087source = "registry+https://github.com/rust-lang/crates.io-index"
1089checksum = "f3ad85c1f65dc7b37604eb0e89748faf0b9653065f2a8ef69f96a687ec1e9279"1088checksum = "13418e745008f7349ec7e449155f419a61b92b58a99cc3616942b926825ec76b"
10901089
1091[[package]]1090[[package]]
1092name = "convert_case"1091name = "convert_case"
1379checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"1378checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
1380dependencies = [1379dependencies = [
1381 "quote",1380 "quote",
1382 "syn",1381 "syn 1.0.109",
1383]1382]
13841383
1385[[package]]1384[[package]]
1403[[package]]1402[[package]]
1404name = "cumulus-client-cli"1403name = "cumulus-client-cli"
1405version = "0.1.0"1404version = "0.1.0"
1406source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.39#7321c5ba72724711faa1c4ee4da6a81a657184cd"1405source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.39#d6eef144421ef5c3f339f681484d06bb729dfa82"
1407dependencies = [1406dependencies = [
1408 "clap",1407 "clap",
1409 "parity-scale-codec",1408 "parity-scale-codec",
1418[[package]]1417[[package]]
1419name = "cumulus-client-collator"1418name = "cumulus-client-collator"
1420version = "0.1.0"1419version = "0.1.0"
1421source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.39#7321c5ba72724711faa1c4ee4da6a81a657184cd"1420source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.39#d6eef144421ef5c3f339f681484d06bb729dfa82"
1422dependencies = [1421dependencies = [
1423 "cumulus-client-consensus-common",1422 "cumulus-client-consensus-common",
1424 "cumulus-client-network",1423 "cumulus-client-network",
1441[[package]]1440[[package]]
1442name = "cumulus-client-consensus-aura"1441name = "cumulus-client-consensus-aura"
1443version = "0.1.0"1442version = "0.1.0"
1444source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.39#7321c5ba72724711faa1c4ee4da6a81a657184cd"1443source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.39#d6eef144421ef5c3f339f681484d06bb729dfa82"
1445dependencies = [1444dependencies = [
1446 "async-trait",1445 "async-trait",
1447 "cumulus-client-consensus-common",1446 "cumulus-client-consensus-common",
1470[[package]]1469[[package]]
1471name = "cumulus-client-consensus-common"1470name = "cumulus-client-consensus-common"
1472version = "0.1.0"1471version = "0.1.0"
1473source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.39#7321c5ba72724711faa1c4ee4da6a81a657184cd"1472source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.39#d6eef144421ef5c3f339f681484d06bb729dfa82"
1474dependencies = [1473dependencies = [
1475 "async-trait",1474 "async-trait",
1476 "cumulus-client-pov-recovery",1475 "cumulus-client-pov-recovery",
1494[[package]]1493[[package]]
1495name = "cumulus-client-network"1494name = "cumulus-client-network"
1496version = "0.1.0"1495version = "0.1.0"
1497source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.39#7321c5ba72724711faa1c4ee4da6a81a657184cd"1496source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.39#d6eef144421ef5c3f339f681484d06bb729dfa82"
1498dependencies = [1497dependencies = [
1499 "async-trait",1498 "async-trait",
1500 "cumulus-relay-chain-interface",1499 "cumulus-relay-chain-interface",
1517[[package]]1516[[package]]
1518name = "cumulus-client-pov-recovery"1517name = "cumulus-client-pov-recovery"
1519version = "0.1.0"1518version = "0.1.0"
1520source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.39#7321c5ba72724711faa1c4ee4da6a81a657184cd"1519source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.39#d6eef144421ef5c3f339f681484d06bb729dfa82"
1521dependencies = [1520dependencies = [
1522 "async-trait",1521 "async-trait",
1523 "cumulus-primitives-core",1522 "cumulus-primitives-core",
1541[[package]]1540[[package]]
1542name = "cumulus-client-service"1541name = "cumulus-client-service"
1543version = "0.1.0"1542version = "0.1.0"
1544source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.39#7321c5ba72724711faa1c4ee4da6a81a657184cd"1543source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.39#d6eef144421ef5c3f339f681484d06bb729dfa82"
1545dependencies = [1544dependencies = [
1546 "cumulus-client-cli",1545 "cumulus-client-cli",
1547 "cumulus-client-collator",1546 "cumulus-client-collator",
1576[[package]]1575[[package]]
1577name = "cumulus-pallet-aura-ext"1576name = "cumulus-pallet-aura-ext"
1578version = "0.1.0"1577version = "0.1.0"
1579source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.39#7321c5ba72724711faa1c4ee4da6a81a657184cd"1578source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.39#d6eef144421ef5c3f339f681484d06bb729dfa82"
1580dependencies = [1579dependencies = [
1581 "frame-support",1580 "frame-support",
1582 "frame-system",1581 "frame-system",
1592[[package]]1591[[package]]
1593name = "cumulus-pallet-dmp-queue"1592name = "cumulus-pallet-dmp-queue"
1594version = "0.1.0"1593version = "0.1.0"
1595source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.39#7321c5ba72724711faa1c4ee4da6a81a657184cd"1594source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.39#d6eef144421ef5c3f339f681484d06bb729dfa82"
1596dependencies = [1595dependencies = [
1597 "cumulus-primitives-core",1596 "cumulus-primitives-core",
1598 "frame-support",1597 "frame-support",
1609[[package]]1608[[package]]
1610name = "cumulus-pallet-parachain-system"1609name = "cumulus-pallet-parachain-system"
1611version = "0.1.0"1610version = "0.1.0"
1612source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.39#7321c5ba72724711faa1c4ee4da6a81a657184cd"1611source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.39#d6eef144421ef5c3f339f681484d06bb729dfa82"
1613dependencies = [1612dependencies = [
1614 "bytes",1613 "bytes",
1615 "cumulus-pallet-parachain-system-proc-macro",1614 "cumulus-pallet-parachain-system-proc-macro",
1638[[package]]1637[[package]]
1639name = "cumulus-pallet-parachain-system-proc-macro"1638name = "cumulus-pallet-parachain-system-proc-macro"
1640version = "0.1.0"1639version = "0.1.0"
1641source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.39#7321c5ba72724711faa1c4ee4da6a81a657184cd"1640source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.39#d6eef144421ef5c3f339f681484d06bb729dfa82"
1642dependencies = [1641dependencies = [
1643 "proc-macro-crate",1642 "proc-macro-crate",
1644 "proc-macro2",1643 "proc-macro2",
1645 "quote",1644 "quote",
1646 "syn",1645 "syn 1.0.109",
1647]1646]
16481647
1649[[package]]1648[[package]]
1650name = "cumulus-pallet-xcm"1649name = "cumulus-pallet-xcm"
1651version = "0.1.0"1650version = "0.1.0"
1652source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.39#7321c5ba72724711faa1c4ee4da6a81a657184cd"1651source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.39#d6eef144421ef5c3f339f681484d06bb729dfa82"
1653dependencies = [1652dependencies = [
1654 "cumulus-primitives-core",1653 "cumulus-primitives-core",
1655 "frame-support",1654 "frame-support",
1665[[package]]1664[[package]]
1666name = "cumulus-pallet-xcmp-queue"1665name = "cumulus-pallet-xcmp-queue"
1667version = "0.1.0"1666version = "0.1.0"
1668source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.39#7321c5ba72724711faa1c4ee4da6a81a657184cd"1667source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.39#d6eef144421ef5c3f339f681484d06bb729dfa82"
1669dependencies = [1668dependencies = [
1670 "cumulus-primitives-core",1669 "cumulus-primitives-core",
1671 "frame-support",1670 "frame-support",
1685[[package]]1684[[package]]
1686name = "cumulus-primitives-core"1685name = "cumulus-primitives-core"
1687version = "0.1.0"1686version = "0.1.0"
1688source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.39#7321c5ba72724711faa1c4ee4da6a81a657184cd"1687source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.39#d6eef144421ef5c3f339f681484d06bb729dfa82"
1689dependencies = [1688dependencies = [
1690 "parity-scale-codec",1689 "parity-scale-codec",
1691 "polkadot-core-primitives",1690 "polkadot-core-primitives",
1701[[package]]1700[[package]]
1702name = "cumulus-primitives-parachain-inherent"1701name = "cumulus-primitives-parachain-inherent"
1703version = "0.1.0"1702version = "0.1.0"
1704source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.39#7321c5ba72724711faa1c4ee4da6a81a657184cd"1703source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.39#d6eef144421ef5c3f339f681484d06bb729dfa82"
1705dependencies = [1704dependencies = [
1706 "async-trait",1705 "async-trait",
1707 "cumulus-primitives-core",1706 "cumulus-primitives-core",
1724[[package]]1723[[package]]
1725name = "cumulus-primitives-timestamp"1724name = "cumulus-primitives-timestamp"
1726version = "0.1.0"1725version = "0.1.0"
1727source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.39#7321c5ba72724711faa1c4ee4da6a81a657184cd"1726source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.39#d6eef144421ef5c3f339f681484d06bb729dfa82"
1728dependencies = [1727dependencies = [
1729 "cumulus-primitives-core",1728 "cumulus-primitives-core",
1730 "futures",1729 "futures",
1737[[package]]1736[[package]]
1738name = "cumulus-primitives-utility"1737name = "cumulus-primitives-utility"
1739version = "0.1.0"1738version = "0.1.0"
1740source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.39#7321c5ba72724711faa1c4ee4da6a81a657184cd"1739source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.39#d6eef144421ef5c3f339f681484d06bb729dfa82"
1741dependencies = [1740dependencies = [
1742 "cumulus-primitives-core",1741 "cumulus-primitives-core",
1743 "frame-support",1742 "frame-support",
1755[[package]]1754[[package]]
1756name = "cumulus-relay-chain-inprocess-interface"1755name = "cumulus-relay-chain-inprocess-interface"
1757version = "0.1.0"1756version = "0.1.0"
1758source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.39#7321c5ba72724711faa1c4ee4da6a81a657184cd"1757source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.39#d6eef144421ef5c3f339f681484d06bb729dfa82"
1759dependencies = [1758dependencies = [
1760 "async-trait",1759 "async-trait",
1761 "cumulus-primitives-core",1760 "cumulus-primitives-core",
1780[[package]]1779[[package]]
1781name = "cumulus-relay-chain-interface"1780name = "cumulus-relay-chain-interface"
1782version = "0.1.0"1781version = "0.1.0"
1783source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.39#7321c5ba72724711faa1c4ee4da6a81a657184cd"1782source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.39#d6eef144421ef5c3f339f681484d06bb729dfa82"
1784dependencies = [1783dependencies = [
1785 "async-trait",1784 "async-trait",
1786 "cumulus-primitives-core",1785 "cumulus-primitives-core",
1800[[package]]1799[[package]]
1801name = "cumulus-relay-chain-minimal-node"1800name = "cumulus-relay-chain-minimal-node"
1802version = "0.1.0"1801version = "0.1.0"
1803source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.39#7321c5ba72724711faa1c4ee4da6a81a657184cd"1802source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.39#d6eef144421ef5c3f339f681484d06bb729dfa82"
1804dependencies = [1803dependencies = [
1805 "array-bytes 6.0.0",1804 "array-bytes 6.0.0",
1806 "async-trait",1805 "async-trait",
1840[[package]]1839[[package]]
1841name = "cumulus-relay-chain-rpc-interface"1840name = "cumulus-relay-chain-rpc-interface"
1842version = "0.1.0"1841version = "0.1.0"
1843source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.39#7321c5ba72724711faa1c4ee4da6a81a657184cd"1842source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.39#d6eef144421ef5c3f339f681484d06bb729dfa82"
1844dependencies = [1843dependencies = [
1845 "async-trait",1844 "async-trait",
1846 "cumulus-primitives-core",1845 "cumulus-primitives-core",
1869[[package]]1868[[package]]
1870name = "cumulus-test-relay-sproof-builder"1869name = "cumulus-test-relay-sproof-builder"
1871version = "0.1.0"1870version = "0.1.0"
1872source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.39#7321c5ba72724711faa1c4ee4da6a81a657184cd"1871source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.39#d6eef144421ef5c3f339f681484d06bb729dfa82"
1873dependencies = [1872dependencies = [
1874 "cumulus-primitives-core",1873 "cumulus-primitives-core",
1875 "parity-scale-codec",1874 "parity-scale-codec",
19071906
1908[[package]]1907[[package]]
1909name = "curve25519-dalek"1908name = "curve25519-dalek"
1910version = "4.0.0-rc.0"1909version = "4.0.0-rc.1"
1911source = "registry+https://github.com/rust-lang/crates.io-index"1910source = "registry+https://github.com/rust-lang/crates.io-index"
1912checksum = "8da00a7a9a4eb92a0a0f8e75660926d48f0d0f3c537e455c457bcdaa1e16b1ac"1911checksum = "8d4ba9852b42210c7538b75484f9daa0655e9a3ac04f693747bb0f02cf3cfe16"
1913dependencies = [1912dependencies = [
1914 "cfg-if",1913 "cfg-if",
1915 "fiat-crypto",1914 "fiat-crypto",
19211920
1922[[package]]1921[[package]]
1923name = "cxx"1922name = "cxx"
1924version = "1.0.92"1923version = "1.0.93"
1925source = "registry+https://github.com/rust-lang/crates.io-index"1924source = "registry+https://github.com/rust-lang/crates.io-index"
1926checksum = "9a140f260e6f3f79013b8bfc65e7ce630c9ab4388c6a89c71e07226f49487b72"1925checksum = "a9c00419335c41018365ddf7e4d5f1c12ee3659ddcf3e01974650ba1de73d038"
1927dependencies = [1926dependencies = [
1928 "cc",1927 "cc",
1929 "cxxbridge-flags",1928 "cxxbridge-flags",
19331932
1934[[package]]1933[[package]]
1935name = "cxx-build"1934name = "cxx-build"
1936version = "1.0.92"1935version = "1.0.93"
1937source = "registry+https://github.com/rust-lang/crates.io-index"1936source = "registry+https://github.com/rust-lang/crates.io-index"
1938checksum = "da6383f459341ea689374bf0a42979739dc421874f112ff26f829b8040b8e613"1937checksum = "fb8307ad413a98fff033c8545ecf133e3257747b3bae935e7602aab8aa92d4ca"
1939dependencies = [1938dependencies = [
1940 "cc",1939 "cc",
1941 "codespan-reporting",1940 "codespan-reporting",
1942 "once_cell",1941 "once_cell",
1943 "proc-macro2",1942 "proc-macro2",
1944 "quote",1943 "quote",
1945 "scratch",1944 "scratch",
1946 "syn",1945 "syn 2.0.8",
1947]1946]
19481947
1949[[package]]1948[[package]]
1950name = "cxxbridge-flags"1949name = "cxxbridge-flags"
1951version = "1.0.92"1950version = "1.0.93"
1952source = "registry+https://github.com/rust-lang/crates.io-index"1951source = "registry+https://github.com/rust-lang/crates.io-index"
1953checksum = "90201c1a650e95ccff1c8c0bb5a343213bdd317c6e600a93075bca2eff54ec97"1952checksum = "edc52e2eb08915cb12596d29d55f0b5384f00d697a646dbd269b6ecb0fbd9d31"
19541953
1955[[package]]1954[[package]]
1956name = "cxxbridge-macro"1955name = "cxxbridge-macro"
1957version = "1.0.92"1956version = "1.0.93"
1958source = "registry+https://github.com/rust-lang/crates.io-index"1957source = "registry+https://github.com/rust-lang/crates.io-index"
1959checksum = "0b75aed41bb2e6367cae39e6326ef817a851db13c13e4f3263714ca3cfb8de56"1958checksum = "631569015d0d8d54e6c241733f944042623ab6df7bc3be7466874b05fcdb1c5f"
1960dependencies = [1959dependencies = [
1961 "proc-macro2",1960 "proc-macro2",
1962 "quote",1961 "quote",
1963 "syn",1962 "syn 2.0.8",
1964]1963]
19651964
1966[[package]]1965[[package]]
1984 "proc-macro2",1983 "proc-macro2",
1985 "quote",1984 "quote",
1986 "strsim",1985 "strsim",
1987 "syn",1986 "syn 1.0.109",
1988]1987]
19891988
1990[[package]]1989[[package]]
1995dependencies = [1994dependencies = [
1996 "darling_core",1995 "darling_core",
1997 "quote",1996 "quote",
1998 "syn",1997 "syn 1.0.109",
1999]1998]
20001999
2001[[package]]2000[[package]]
2021checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"2020checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"
2022dependencies = [2021dependencies = [
2023 "data-encoding",2022 "data-encoding",
2024 "syn",2023 "syn 1.0.109",
2025]2024]
20262025
2027[[package]]2026[[package]]
2071dependencies = [2070dependencies = [
2072 "proc-macro2",2071 "proc-macro2",
2073 "quote",2072 "quote",
2074 "syn",2073 "syn 1.0.109",
2075]2074]
20762075
2077[[package]]2076[[package]]
2082dependencies = [2081dependencies = [
2083 "proc-macro2",2082 "proc-macro2",
2084 "quote",2083 "quote",
2085 "syn",2084 "syn 1.0.109",
2086]2085]
20872086
2088[[package]]2087[[package]]
2103 "darling",2102 "darling",
2104 "proc-macro2",2103 "proc-macro2",
2105 "quote",2104 "quote",
2106 "syn",2105 "syn 1.0.109",
2107]2106]
21082107
2109[[package]]2108[[package]]
2113checksum = "8f0314b72bed045f3a68671b3c86328386762c93f82d98c65c3cb5e5f573dd68"2112checksum = "8f0314b72bed045f3a68671b3c86328386762c93f82d98c65c3cb5e5f573dd68"
2114dependencies = [2113dependencies = [
2115 "derive_builder_core",2114 "derive_builder_core",
2116 "syn",2115 "syn 1.0.109",
2117]2116]
21182117
2119[[package]]2118[[package]]
2126 "proc-macro2",2125 "proc-macro2",
2127 "quote",2126 "quote",
2128 "rustc_version",2127 "rustc_version",
2129 "syn",2128 "syn 1.0.109",
2130]2129]
21312130
2132[[package]]2131[[package]]
2213dependencies = [2212dependencies = [
2214 "proc-macro2",2213 "proc-macro2",
2215 "quote",2214 "quote",
2216 "syn",2215 "syn 1.0.109",
2217]2216]
22182217
2219[[package]]2218[[package]]
2252dependencies = [2251dependencies = [
2253 "proc-macro2",2252 "proc-macro2",
2254 "quote",2253 "quote",
2255 "syn",2254 "syn 1.0.109",
2256]2255]
22572256
2258[[package]]2257[[package]]
2347 "heck",2346 "heck",
2348 "proc-macro2",2347 "proc-macro2",
2349 "quote",2348 "quote",
2350 "syn",2349 "syn 1.0.109",
2351]2350]
23522351
2353[[package]]2352[[package]]
2367dependencies = [2366dependencies = [
2368 "proc-macro2",2367 "proc-macro2",
2369 "quote",2368 "quote",
2370 "syn",2369 "syn 1.0.109",
2371]2370]
23722371
2373[[package]]2372[[package]]
2374name = "enumn"2373name = "enumn"
2375version = "0.1.7"2374version = "0.1.8"
2376source = "registry+https://github.com/rust-lang/crates.io-index"2375source = "registry+https://github.com/rust-lang/crates.io-index"
2377checksum = "1940ea32e14d489b401074558be4567f35ca9507c4628b4b3fd6fe6eb2ca7b88"2376checksum = "48016319042fb7c87b78d2993084a831793a897a5cd1a2a67cab9d1eeb4b7d76"
2378dependencies = [2377dependencies = [
2379 "proc-macro2",2378 "proc-macro2",
2380 "quote",2379 "quote",
2381 "syn",2380 "syn 2.0.8",
2382]2381]
23832382
2384[[package]]2383[[package]]
2424 "winapi",2423 "winapi",
2425]2424]
2425
2426[[package]]
2427name = "errno"
2428version = "0.3.0"
2429source = "registry+https://github.com/rust-lang/crates.io-index"
2430checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0"
2431dependencies = [
2432 "errno-dragonfly",
2433 "libc",
2434 "windows-sys 0.45.0",
2435]
24262436
2427[[package]]2437[[package]]
2428name = "errno-dragonfly"2438name = "errno-dragonfly"
2532 "proc-macro2",2542 "proc-macro2",
2533 "quote",2543 "quote",
2534 "sha3 0.10.6",2544 "sha3 0.10.6",
2535 "syn",2545 "syn 1.0.109",
2536]2546]
25372547
2538[[package]]2548[[package]]
2541dependencies = [2551dependencies = [
2542 "proc-macro2",2552 "proc-macro2",
2543 "quote",2553 "quote",
2544 "syn",2554 "syn 1.0.109",
2545]2555]
25462556
2547[[package]]2557[[package]]
2612 "fs-err",2622 "fs-err",
2613 "proc-macro2",2623 "proc-macro2",
2614 "quote",2624 "quote",
2615 "syn",2625 "syn 1.0.109",
2616]2626]
26172627
2618[[package]]2628[[package]]
2657 "proc-macro-crate",2667 "proc-macro-crate",
2658 "proc-macro2",2668 "proc-macro2",
2659 "quote",2669 "quote",
2660 "syn",2670 "syn 1.0.109",
2661 "thiserror",2671 "thiserror",
2662]2672]
26632673
28382848
2839[[package]]2849[[package]]
2840name = "finality-grandpa"2850name = "finality-grandpa"
2841version = "0.16.1"2851version = "0.16.2"
2842source = "registry+https://github.com/rust-lang/crates.io-index"2852source = "registry+https://github.com/rust-lang/crates.io-index"
2843checksum = "e24e6c429951433ccb7c87fd528c60084834dcd14763182c1f83291bcde24c34"2853checksum = "36530797b9bf31cd4ff126dcfee8170f86b00cfdcea3269d73133cc0415945c3"
2844dependencies = [2854dependencies = [
2845 "either",2855 "either",
2846 "futures",2856 "futures",
3086 "proc-macro-crate",3096 "proc-macro-crate",
3087 "proc-macro2",3097 "proc-macro2",
3088 "quote",3098 "quote",
3089 "syn",3099 "syn 1.0.109",
3090]3100]
30913101
3092[[package]]3102[[package]]
3195 "itertools",3205 "itertools",
3196 "proc-macro2",3206 "proc-macro2",
3197 "quote",3207 "quote",
3198 "syn",3208 "syn 1.0.109",
3199]3209]
32003210
3201[[package]]3211[[package]]
3207 "proc-macro-crate",3217 "proc-macro-crate",
3208 "proc-macro2",3218 "proc-macro2",
3209 "quote",3219 "quote",
3210 "syn",3220 "syn 1.0.109",
3211]3221]
32123222
3213[[package]]3223[[package]]
3217dependencies = [3227dependencies = [
3218 "proc-macro2",3228 "proc-macro2",
3219 "quote",3229 "quote",
3220 "syn",3230 "syn 1.0.109",
3221]3231]
32223232
3223[[package]]3233[[package]]
32983308
3299[[package]]3309[[package]]
3300name = "futures"3310name = "futures"
3301version = "0.3.26"3311version = "0.3.27"
3302source = "registry+https://github.com/rust-lang/crates.io-index"3312source = "registry+https://github.com/rust-lang/crates.io-index"
3303checksum = "13e2792b0ff0340399d58445b88fd9770e3489eff258a4cbc1523418f12abf84"3313checksum = "531ac96c6ff5fd7c62263c5e3c67a603af4fcaee2e1a0ae5565ba3a11e69e549"
3304dependencies = [3314dependencies = [
3305 "futures-channel",3315 "futures-channel",
3306 "futures-core",3316 "futures-core",
33133323
3314[[package]]3324[[package]]
3315name = "futures-channel"3325name = "futures-channel"
3316version = "0.3.26"3326version = "0.3.27"
3317source = "registry+https://github.com/rust-lang/crates.io-index"3327source = "registry+https://github.com/rust-lang/crates.io-index"
3318checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5"3328checksum = "164713a5a0dcc3e7b4b1ed7d3b433cabc18025386f9339346e8daf15963cf7ac"
3319dependencies = [3329dependencies = [
3320 "futures-core",3330 "futures-core",
3321 "futures-sink",3331 "futures-sink",
3322]3332]
33233333
3324[[package]]3334[[package]]
3325name = "futures-core"3335name = "futures-core"
3326version = "0.3.26"3336version = "0.3.27"
3327source = "registry+https://github.com/rust-lang/crates.io-index"3337source = "registry+https://github.com/rust-lang/crates.io-index"
3328checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608"3338checksum = "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd"
33293339
3330[[package]]3340[[package]]
3331name = "futures-executor"3341name = "futures-executor"
3332version = "0.3.26"3342version = "0.3.27"
3333source = "registry+https://github.com/rust-lang/crates.io-index"3343source = "registry+https://github.com/rust-lang/crates.io-index"
3334checksum = "e8de0a35a6ab97ec8869e32a2473f4b1324459e14c29275d14b10cb1fd19b50e"3344checksum = "1997dd9df74cdac935c76252744c1ed5794fac083242ea4fe77ef3ed60ba0f83"
3335dependencies = [3345dependencies = [
3336 "futures-core",3346 "futures-core",
3337 "futures-task",3347 "futures-task",
33413351
3342[[package]]3352[[package]]
3343name = "futures-io"3353name = "futures-io"
3344version = "0.3.26"3354version = "0.3.27"
3345source = "registry+https://github.com/rust-lang/crates.io-index"3355source = "registry+https://github.com/rust-lang/crates.io-index"
3346checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531"3356checksum = "89d422fa3cbe3b40dca574ab087abb5bc98258ea57eea3fd6f1fa7162c778b91"
33473357
3348[[package]]3358[[package]]
3349name = "futures-lite"3359name = "futures-lite"
33623372
3363[[package]]3373[[package]]
3364name = "futures-macro"3374name = "futures-macro"
3365version = "0.3.26"3375version = "0.3.27"
3366source = "registry+https://github.com/rust-lang/crates.io-index"3376source = "registry+https://github.com/rust-lang/crates.io-index"
3367checksum = "95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70"3377checksum = "3eb14ed937631bd8b8b8977f2c198443447a8355b6e3ca599f38c975e5a963b6"
3368dependencies = [3378dependencies = [
3369 "proc-macro2",3379 "proc-macro2",
3370 "quote",3380 "quote",
3371 "syn",3381 "syn 1.0.109",
3372]3382]
33733383
3374[[package]]3384[[package]]
33843394
3385[[package]]3395[[package]]
3386name = "futures-sink"3396name = "futures-sink"
3387version = "0.3.26"3397version = "0.3.27"
3388source = "registry+https://github.com/rust-lang/crates.io-index"3398source = "registry+https://github.com/rust-lang/crates.io-index"
3389checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364"3399checksum = "ec93083a4aecafb2a80a885c9de1f0ccae9dbd32c2bb54b0c3a65690e0b8d2f2"
33903400
3391[[package]]3401[[package]]
3392name = "futures-task"3402name = "futures-task"
3393version = "0.3.26"3403version = "0.3.27"
3394source = "registry+https://github.com/rust-lang/crates.io-index"3404source = "registry+https://github.com/rust-lang/crates.io-index"
3395checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366"3405checksum = "fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879"
33963406
3397[[package]]3407[[package]]
3398name = "futures-timer"3408name = "futures-timer"
34023412
3403[[package]]3413[[package]]
3404name = "futures-util"3414name = "futures-util"
3405version = "0.3.26"3415version = "0.3.27"
3406source = "registry+https://github.com/rust-lang/crates.io-index"3416source = "registry+https://github.com/rust-lang/crates.io-index"
3407checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1"3417checksum = "3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab"
3408dependencies = [3418dependencies = [
3409 "futures-channel",3419 "futures-channel",
3410 "futures-core",3420 "futures-core",
37613771
3762[[package]]3772[[package]]
3763name = "hyper"3773name = "hyper"
3764version = "0.14.24"3774version = "0.14.25"
3765source = "registry+https://github.com/rust-lang/crates.io-index"3775source = "registry+https://github.com/rust-lang/crates.io-index"
3766checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c"3776checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899"
3767dependencies = [3777dependencies = [
3768 "bytes",3778 "bytes",
3769 "futures-channel",3779 "futures-channel",
38003810
3801[[package]]3811[[package]]
3802name = "iana-time-zone"3812name = "iana-time-zone"
3803version = "0.1.53"3813version = "0.1.54"
3804source = "registry+https://github.com/rust-lang/crates.io-index"3814source = "registry+https://github.com/rust-lang/crates.io-index"
3805checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"3815checksum = "0c17cc76786e99f8d2f055c11159e7f0091c42474dcc3189fbab96072e873e6d"
3806dependencies = [3816dependencies = [
3807 "android_system_properties",3817 "android_system_properties",
3808 "core-foundation-sys",3818 "core-foundation-sys",
3809 "iana-time-zone-haiku",3819 "iana-time-zone-haiku",
3810 "js-sys",3820 "js-sys",
3811 "wasm-bindgen",3821 "wasm-bindgen",
3812 "winapi",3822 "windows 0.46.0",
3813]3823]
38143824
3815[[package]]3825[[package]]
3875 "rtnetlink",3885 "rtnetlink",
3876 "system-configuration",3886 "system-configuration",
3877 "tokio",3887 "tokio",
3878 "windows",3888 "windows 0.34.0",
3879]3889]
38803890
3881[[package]]3891[[package]]
3913dependencies = [3923dependencies = [
3914 "proc-macro2",3924 "proc-macro2",
3915 "quote",3925 "quote",
3916 "syn",3926 "syn 1.0.109",
3917]3927]
39183928
3919[[package]]3929[[package]]
39813991
3982[[package]]3992[[package]]
3983name = "io-lifetimes"3993name = "io-lifetimes"
3984version = "1.0.6"3994version = "1.0.9"
3985source = "registry+https://github.com/rust-lang/crates.io-index"3995source = "registry+https://github.com/rust-lang/crates.io-index"
3986checksum = "cfa919a82ea574332e2de6e74b4c36e74d41982b335080fa59d4ef31be20fdf3"3996checksum = "09270fd4fa1111bc614ed2246c7ef56239a3063d5be0d1ec3b589c505d400aeb"
3987dependencies = [3997dependencies = [
3998 "hermit-abi 0.3.1",
3988 "libc",3999 "libc",
3989 "windows-sys 0.45.0",4000 "windows-sys 0.45.0",
3990]4001]
40154026
4016[[package]]4027[[package]]
4017name = "is-terminal"4028name = "is-terminal"
4018version = "0.4.4"4029version = "0.4.5"
4019source = "registry+https://github.com/rust-lang/crates.io-index"4030source = "registry+https://github.com/rust-lang/crates.io-index"
4020checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857"4031checksum = "8687c819457e979cc940d09cb16e42a1bf70aa6b60a549de6d3a62a0ee90c69e"
4021dependencies = [4032dependencies = [
4022 "hermit-abi 0.3.1",4033 "hermit-abi 0.3.1",
4023 "io-lifetimes",4034 "io-lifetimes",
4024 "rustix",4035 "rustix 0.36.11",
4025 "windows-sys 0.45.0",4036 "windows-sys 0.45.0",
4026]4037]
40274038
4131 "proc-macro-crate",4142 "proc-macro-crate",
4132 "proc-macro2",4143 "proc-macro2",
4133 "quote",4144 "quote",
4134 "syn",4145 "syn 1.0.109",
4135]4146]
41364147
4137[[package]]4148[[package]]
4206[[package]]4217[[package]]
4207name = "kusama-runtime"4218name = "kusama-runtime"
4208version = "0.9.39-1"4219version = "0.9.39-1"
4209source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"4220source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
4210dependencies = [4221dependencies = [
4211 "bitvec",4222 "bitvec",
4212 "frame-benchmarking",4223 "frame-benchmarking",
4304[[package]]4315[[package]]
4305name = "kusama-runtime-constants"4316name = "kusama-runtime-constants"
4306version = "0.9.39-1"4317version = "0.9.39-1"
4307source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"4318source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
4308dependencies = [4319dependencies = [
4309 "frame-support",4320 "frame-support",
4310 "polkadot-primitives",4321 "polkadot-primitives",
44584469
4459[[package]]4470[[package]]
4460name = "libp2p-core"4471name = "libp2p-core"
4461version = "0.39.0"4472version = "0.39.1"
4462source = "registry+https://github.com/rust-lang/crates.io-index"4473source = "registry+https://github.com/rust-lang/crates.io-index"
4463checksum = "881d9a54e97d97cdaa4125d48269d97ca8c40e5fefec6b85b30440dc60cc551f"4474checksum = "9b7f8b7d65c070a5a1b5f8f0510648189da08f787b8963f8e21219e0710733af"
4464dependencies = [4475dependencies = [
4465 "asn1_der",
4466 "bs58",
4467 "ed25519-dalek",
4468 "either",4476 "either",
4469 "fnv",4477 "fnv",
4470 "futures",4478 "futures",
4471 "futures-timer",4479 "futures-timer",
4472 "instant",4480 "instant",
4481 "libp2p-identity",
4473 "log",4482 "log",
4474 "multiaddr 0.17.0",4483 "multiaddr 0.17.1",
4475 "multihash 0.17.0",4484 "multihash 0.17.0",
4476 "multistream-select",4485 "multistream-select",
4477 "once_cell",4486 "once_cell",
4478 "parking_lot 0.12.1",4487 "parking_lot 0.12.1",
4479 "pin-project",4488 "pin-project",
4480 "prost",4489 "quick-protobuf",
4481 "prost-build",
4482 "rand 0.8.5",4490 "rand 0.8.5",
4483 "rw-stream-sink",4491 "rw-stream-sink",
4484 "sec1",
4485 "sha2 0.10.6",
4486 "smallvec",4492 "smallvec",
4487 "thiserror",4493 "thiserror",
4488 "unsigned-varint",4494 "unsigned-varint",
4489 "void",4495 "void",
4490 "zeroize",
4491]4496]
44924497
4493[[package]]4498[[package]]
4525 "void",4530 "void",
4526]4531]
4532
4533[[package]]
4534name = "libp2p-identity"
4535version = "0.1.1"
4536source = "registry+https://github.com/rust-lang/crates.io-index"
4537checksum = "8a8ea433ae0cea7e3315354305237b9897afe45278b2118a7a57ca744e70fd27"
4538dependencies = [
4539 "bs58",
4540 "ed25519-dalek",
4541 "log",
4542 "multiaddr 0.17.1",
4543 "multihash 0.17.0",
4544 "prost",
4545 "quick-protobuf",
4546 "rand 0.8.5",
4547 "thiserror",
4548 "zeroize",
4549]
45274550
4528[[package]]4551[[package]]
4529name = "libp2p-kad"4552name = "libp2p-kad"
4713dependencies = [4736dependencies = [
4714 "heck",4737 "heck",
4715 "quote",4738 "quote",
4716 "syn",4739 "syn 1.0.109",
4717]4740]
47184741
4719[[package]]4742[[package]]
47344757
4735[[package]]4758[[package]]
4736name = "libp2p-tls"4759name = "libp2p-tls"
4737version = "0.1.0-alpha.2"4760version = "0.1.0"
4738source = "registry+https://github.com/rust-lang/crates.io-index"4761source = "registry+https://github.com/rust-lang/crates.io-index"
4739checksum = "e9baf6f6292149e124ee737d9a79dbee783f29473fc368c7faad9d157841078a"4762checksum = "ff08d13d0dc66e5e9ba6279c1de417b84fa0d0adc3b03e5732928c180ec02781"
4740dependencies = [4763dependencies = [
4741 "futures",4764 "futures",
4742 "futures-rustls",4765 "futures-rustls",
4743 "libp2p-core 0.39.0",4766 "libp2p-core 0.39.1",
4767 "libp2p-identity",
4744 "rcgen 0.10.0",4768 "rcgen 0.10.0",
4745 "ring",4769 "ring",
4746 "rustls 0.20.8",4770 "rustls 0.20.8",
4941source = "registry+https://github.com/rust-lang/crates.io-index"4965source = "registry+https://github.com/rust-lang/crates.io-index"
4942checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"4966checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
4967
4968[[package]]
4969name = "linux-raw-sys"
4970version = "0.3.0"
4971source = "registry+https://github.com/rust-lang/crates.io-index"
4972checksum = "cd550e73688e6d578f0ac2119e32b797a327631a42f9433e59d02e139c8df60d"
49434973
4944[[package]]4974[[package]]
4945name = "lock_api"4975name = "lock_api"
5078source = "registry+https://github.com/rust-lang/crates.io-index"5108source = "registry+https://github.com/rust-lang/crates.io-index"
5079checksum = "b20a59d985586e4a5aef64564ac77299f8586d8be6cf9106a5a40207e8908efb"5109checksum = "b20a59d985586e4a5aef64564ac77299f8586d8be6cf9106a5a40207e8908efb"
5080dependencies = [5110dependencies = [
5081 "rustix",5111 "rustix 0.36.11",
5082]5112]
50835113
5084[[package]]5114[[package]]
5242 "cfg-if",5272 "cfg-if",
5243 "proc-macro2",5273 "proc-macro2",
5244 "quote",5274 "quote",
5245 "syn",5275 "syn 1.0.109",
5246]5276]
52475277
5248[[package]]5278[[package]]
52655295
5266[[package]]5296[[package]]
5267name = "multiaddr"5297name = "multiaddr"
5268version = "0.17.0"5298version = "0.17.1"
5269source = "registry+https://github.com/rust-lang/crates.io-index"5299source = "registry+https://github.com/rust-lang/crates.io-index"
5270checksum = "3b53e0cc5907a5c216ba6584bf74be8ab47d6d6289f72793b2dddbf15dc3bf8c"5300checksum = "2b36f567c7099511fa8612bbbb52dda2419ce0bdbacf31714e3a5ffdb766d3bd"
5271dependencies = [5301dependencies = [
5272 "arrayref",5302 "arrayref",
5273 "byteorder",5303 "byteorder",
5274 "data-encoding",5304 "data-encoding",
5305 "log",
5275 "multibase",5306 "multibase",
5276 "multihash 0.17.0",5307 "multihash 0.17.0",
5277 "percent-encoding",5308 "percent-encoding",
5332 "proc-macro-error",5363 "proc-macro-error",
5333 "proc-macro2",5364 "proc-macro2",
5334 "quote",5365 "quote",
5335 "syn",5366 "syn 1.0.109",
5336 "synstructure",5367 "synstructure",
5337]5368]
53385369
5380dependencies = [5411dependencies = [
5381 "proc-macro2",5412 "proc-macro2",
5382 "quote",5413 "quote",
5383 "syn",5414 "syn 1.0.109",
5384]5415]
53855416
5386[[package]]5417[[package]]
5601 "proc-macro-crate",5632 "proc-macro-crate",
5602 "proc-macro2",5633 "proc-macro2",
5603 "quote",5634 "quote",
5604 "syn",5635 "syn 1.0.109",
5605]5636]
56065637
5607[[package]]5638[[package]]
5797 "proc-macro-crate",5828 "proc-macro-crate",
5798 "proc-macro2",5829 "proc-macro2",
5799 "quote",5830 "quote",
5800 "syn",5831 "syn 1.0.109",
5801]5832]
58025833
5803[[package]]5834[[package]]
5812[[package]]5843[[package]]
5813name = "orml-tokens"5844name = "orml-tokens"
5814version = "0.4.1-dev"5845version = "0.4.1-dev"
5815source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.39#1548fb8f65ff4d59b5396299b4be73102803974f"5846source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.39#71834773b7ce46bf705d0b9e3bfeff39288fad4c"
5816dependencies = [5847dependencies = [
5817 "frame-support",5848 "frame-support",
5818 "frame-system",5849 "frame-system",
5827[[package]]5858[[package]]
5828name = "orml-traits"5859name = "orml-traits"
5829version = "0.4.1-dev"5860version = "0.4.1-dev"
5830source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.39#1548fb8f65ff4d59b5396299b4be73102803974f"5861source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.39#71834773b7ce46bf705d0b9e3bfeff39288fad4c"
5831dependencies = [5862dependencies = [
5832 "frame-support",5863 "frame-support",
5833 "impl-trait-for-tuples",5864 "impl-trait-for-tuples",
5846[[package]]5877[[package]]
5847name = "orml-utilities"5878name = "orml-utilities"
5848version = "0.4.1-dev"5879version = "0.4.1-dev"
5849source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.39#1548fb8f65ff4d59b5396299b4be73102803974f"5880source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.39#71834773b7ce46bf705d0b9e3bfeff39288fad4c"
5850dependencies = [5881dependencies = [
5851 "frame-support",5882 "frame-support",
5852 "parity-scale-codec",5883 "parity-scale-codec",
5860[[package]]5891[[package]]
5861name = "orml-vesting"5892name = "orml-vesting"
5862version = "0.4.1-dev"5893version = "0.4.1-dev"
5863source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.39#1548fb8f65ff4d59b5396299b4be73102803974f"5894source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.39#71834773b7ce46bf705d0b9e3bfeff39288fad4c"
5864dependencies = [5895dependencies = [
5865 "frame-support",5896 "frame-support",
5866 "frame-system",5897 "frame-system",
5875[[package]]5906[[package]]
5876name = "orml-xcm-support"5907name = "orml-xcm-support"
5877version = "0.4.1-dev"5908version = "0.4.1-dev"
5878source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.39#1548fb8f65ff4d59b5396299b4be73102803974f"5909source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.39#71834773b7ce46bf705d0b9e3bfeff39288fad4c"
5879dependencies = [5910dependencies = [
5880 "frame-support",5911 "frame-support",
5881 "orml-traits",5912 "orml-traits",
5889[[package]]5920[[package]]
5890name = "orml-xtokens"5921name = "orml-xtokens"
5891version = "0.4.1-dev"5922version = "0.4.1-dev"
5892source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.39#1548fb8f65ff4d59b5396299b4be73102803974f"5923source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.39#71834773b7ce46bf705d0b9e3bfeff39288fad4c"
5893dependencies = [5924dependencies = [
5894 "cumulus-primitives-core",5925 "cumulus-primitives-core",
5895 "frame-support",5926 "frame-support",
59095940
5910[[package]]5941[[package]]
5911name = "os_str_bytes"5942name = "os_str_bytes"
5912version = "6.4.1"5943version = "6.5.0"
5913source = "registry+https://github.com/rust-lang/crates.io-index"5944source = "registry+https://github.com/rust-lang/crates.io-index"
5914checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"5945checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267"
59155946
5916[[package]]5947[[package]]
5917name = "p256"5948name = "p256"
7031 "proc-macro-crate",7062 "proc-macro-crate",
7032 "proc-macro2",7063 "proc-macro2",
7033 "quote",7064 "quote",
7034 "syn",7065 "syn 1.0.109",
7035]7066]
70367067
7037[[package]]7068[[package]]
7319[[package]]7350[[package]]
7320name = "pallet-xcm"7351name = "pallet-xcm"
7321version = "0.9.39-1"7352version = "0.9.39-1"
7322source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"7353source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
7323dependencies = [7354dependencies = [
7324 "bounded-collections",7355 "bounded-collections",
7325 "frame-benchmarking",7356 "frame-benchmarking",
7340[[package]]7371[[package]]
7341name = "pallet-xcm-benchmarks"7372name = "pallet-xcm-benchmarks"
7342version = "0.9.39-1"7373version = "0.9.39-1"
7343source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"7374source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
7344dependencies = [7375dependencies = [
7345 "frame-benchmarking",7376 "frame-benchmarking",
7346 "frame-support",7377 "frame-support",
7359[[package]]7390[[package]]
7360name = "parachain-info"7391name = "parachain-info"
7361version = "0.1.0"7392version = "0.1.0"
7362source = "git+https://github.com/uniquenetwork/cumulus?branch=polkadot-v0.9.39#7321c5ba72724711faa1c4ee4da6a81a657184cd"7393source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.39#d6eef144421ef5c3f339f681484d06bb729dfa82"
7363dependencies = [7394dependencies = [
7364 "cumulus-primitives-core",7395 "cumulus-primitives-core",
7365 "frame-support",7396 "frame-support",
73707401
7371[[package]]7402[[package]]
7372name = "parity-db"7403name = "parity-db"
7373version = "0.4.4"7404version = "0.4.6"
7374source = "registry+https://github.com/rust-lang/crates.io-index"7405source = "registry+https://github.com/rust-lang/crates.io-index"
7375checksum = "df89dd8311063c54ae4e03d9aeb597b04212a57e82c339344130a9cad9b3e2d9"7406checksum = "00bfb81cf5c90a222db2fb7b3a7cbf8cc7f38dfb6647aca4d98edf8281f56ed5"
7376dependencies = [7407dependencies = [
7377 "blake2",7408 "blake2",
7378 "crc32fast",7409 "crc32fast",
7412 "proc-macro-crate",7443 "proc-macro-crate",
7413 "proc-macro2",7444 "proc-macro2",
7414 "quote",7445 "quote",
7415 "syn",7446 "syn 1.0.109",
7416]7447]
74177448
7418[[package]]7449[[package]]
7565 "pest_meta",7596 "pest_meta",
7566 "proc-macro2",7597 "proc-macro2",
7567 "quote",7598 "quote",
7568 "syn",7599 "syn 1.0.109",
7569]7600]
75707601
7571[[package]]7602[[package]]
7606dependencies = [7637dependencies = [
7607 "proc-macro2",7638 "proc-macro2",
7608 "quote",7639 "quote",
7609 "syn",7640 "syn 1.0.109",
7610]7641]
76117642
7612[[package]]7643[[package]]
7658[[package]]7689[[package]]
7659name = "polkadot-approval-distribution"7690name = "polkadot-approval-distribution"
7660version = "0.9.39-1"7691version = "0.9.39-1"
7661source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"7692source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
7662dependencies = [7693dependencies = [
7663 "futures",7694 "futures",
7664 "polkadot-node-metrics",7695 "polkadot-node-metrics",
7673[[package]]7704[[package]]
7674name = "polkadot-availability-bitfield-distribution"7705name = "polkadot-availability-bitfield-distribution"
7675version = "0.9.39-1"7706version = "0.9.39-1"
7676source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"7707source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
7677dependencies = [7708dependencies = [
7678 "futures",7709 "futures",
7679 "polkadot-node-network-protocol",7710 "polkadot-node-network-protocol",
7687[[package]]7718[[package]]
7688name = "polkadot-availability-distribution"7719name = "polkadot-availability-distribution"
7689version = "0.9.39-1"7720version = "0.9.39-1"
7690source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"7721source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
7691dependencies = [7722dependencies = [
7692 "derive_more",7723 "derive_more",
7693 "fatality",7724 "fatality",
7710[[package]]7741[[package]]
7711name = "polkadot-availability-recovery"7742name = "polkadot-availability-recovery"
7712version = "0.9.39-1"7743version = "0.9.39-1"
7713source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"7744source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
7714dependencies = [7745dependencies = [
7715 "fatality",7746 "fatality",
7716 "futures",7747 "futures",
7731[[package]]7762[[package]]
7732name = "polkadot-cli"7763name = "polkadot-cli"
7733version = "0.9.39-1"7764version = "0.9.39-1"
7734source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"7765source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
7735dependencies = [7766dependencies = [
7736 "clap",7767 "clap",
7737 "frame-benchmarking-cli",7768 "frame-benchmarking-cli",
7759[[package]]7790[[package]]
7760name = "polkadot-client"7791name = "polkadot-client"
7761version = "0.9.39-1"7792version = "0.9.39-1"
7762source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"7793source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
7763dependencies = [7794dependencies = [
7764 "async-trait",7795 "async-trait",
7765 "frame-benchmarking",7796 "frame-benchmarking",
7801[[package]]7832[[package]]
7802name = "polkadot-collator-protocol"7833name = "polkadot-collator-protocol"
7803version = "0.9.39-1"7834version = "0.9.39-1"
7804source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"7835source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
7805dependencies = [7836dependencies = [
7806 "always-assert",7837 "always-assert",
7807 "bitvec",7838 "bitvec",
7823[[package]]7854[[package]]
7824name = "polkadot-core-primitives"7855name = "polkadot-core-primitives"
7825version = "0.9.39-1"7856version = "0.9.39-1"
7826source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"7857source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
7827dependencies = [7858dependencies = [
7828 "parity-scale-codec",7859 "parity-scale-codec",
7829 "scale-info",7860 "scale-info",
7835[[package]]7866[[package]]
7836name = "polkadot-dispute-distribution"7867name = "polkadot-dispute-distribution"
7837version = "0.9.39-1"7868version = "0.9.39-1"
7838source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"7869source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
7839dependencies = [7870dependencies = [
7840 "derive_more",7871 "derive_more",
7841 "fatality",7872 "fatality",
7860[[package]]7891[[package]]
7861name = "polkadot-erasure-coding"7892name = "polkadot-erasure-coding"
7862version = "0.9.39-1"7893version = "0.9.39-1"
7863source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"7894source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
7864dependencies = [7895dependencies = [
7865 "parity-scale-codec",7896 "parity-scale-codec",
7866 "polkadot-node-primitives",7897 "polkadot-node-primitives",
7874[[package]]7905[[package]]
7875name = "polkadot-gossip-support"7906name = "polkadot-gossip-support"
7876version = "0.9.39-1"7907version = "0.9.39-1"
7877source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"7908source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
7878dependencies = [7909dependencies = [
7879 "futures",7910 "futures",
7880 "futures-timer",7911 "futures-timer",
7894[[package]]7925[[package]]
7895name = "polkadot-network-bridge"7926name = "polkadot-network-bridge"
7896version = "0.9.39-1"7927version = "0.9.39-1"
7897source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"7928source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
7898dependencies = [7929dependencies = [
7899 "always-assert",7930 "always-assert",
7900 "async-trait",7931 "async-trait",
7918[[package]]7949[[package]]
7919name = "polkadot-node-collation-generation"7950name = "polkadot-node-collation-generation"
7920version = "0.9.39-1"7951version = "0.9.39-1"
7921source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"7952source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
7922dependencies = [7953dependencies = [
7923 "futures",7954 "futures",
7924 "parity-scale-codec",7955 "parity-scale-codec",
7936[[package]]7967[[package]]
7937name = "polkadot-node-core-approval-voting"7968name = "polkadot-node-core-approval-voting"
7938version = "0.9.39-1"7969version = "0.9.39-1"
7939source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"7970source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
7940dependencies = [7971dependencies = [
7941 "bitvec",7972 "bitvec",
7942 "derive_more",7973 "derive_more",
7965[[package]]7996[[package]]
7966name = "polkadot-node-core-av-store"7997name = "polkadot-node-core-av-store"
7967version = "0.9.39-1"7998version = "0.9.39-1"
7968source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"7999source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
7969dependencies = [8000dependencies = [
7970 "bitvec",8001 "bitvec",
7971 "futures",8002 "futures",
7986[[package]]8017[[package]]
7987name = "polkadot-node-core-backing"8018name = "polkadot-node-core-backing"
7988version = "0.9.39-1"8019version = "0.9.39-1"
7989source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"8020source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
7990dependencies = [8021dependencies = [
7991 "bitvec",8022 "bitvec",
7992 "fatality",8023 "fatality",
8005[[package]]8036[[package]]
8006name = "polkadot-node-core-bitfield-signing"8037name = "polkadot-node-core-bitfield-signing"
8007version = "0.9.39-1"8038version = "0.9.39-1"
8008source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"8039source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
8009dependencies = [8040dependencies = [
8010 "futures",8041 "futures",
8011 "polkadot-node-subsystem",8042 "polkadot-node-subsystem",
8020[[package]]8051[[package]]
8021name = "polkadot-node-core-candidate-validation"8052name = "polkadot-node-core-candidate-validation"
8022version = "0.9.39-1"8053version = "0.9.39-1"
8023source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"8054source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
8024dependencies = [8055dependencies = [
8025 "async-trait",8056 "async-trait",
8026 "futures",8057 "futures",
8040[[package]]8071[[package]]
8041name = "polkadot-node-core-chain-api"8072name = "polkadot-node-core-chain-api"
8042version = "0.9.39-1"8073version = "0.9.39-1"
8043source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"8074source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
8044dependencies = [8075dependencies = [
8045 "futures",8076 "futures",
8046 "polkadot-node-metrics",8077 "polkadot-node-metrics",
8055[[package]]8086[[package]]
8056name = "polkadot-node-core-chain-selection"8087name = "polkadot-node-core-chain-selection"
8057version = "0.9.39-1"8088version = "0.9.39-1"
8058source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"8089source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
8059dependencies = [8090dependencies = [
8060 "futures",8091 "futures",
8061 "futures-timer",8092 "futures-timer",
8072[[package]]8103[[package]]
8073name = "polkadot-node-core-dispute-coordinator"8104name = "polkadot-node-core-dispute-coordinator"
8074version = "0.9.39-1"8105version = "0.9.39-1"
8075source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"8106source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
8076dependencies = [8107dependencies = [
8077 "fatality",8108 "fatality",
8078 "futures",8109 "futures",
8091[[package]]8122[[package]]
8092name = "polkadot-node-core-parachains-inherent"8123name = "polkadot-node-core-parachains-inherent"
8093version = "0.9.39-1"8124version = "0.9.39-1"
8094source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"8125source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
8095dependencies = [8126dependencies = [
8096 "async-trait",8127 "async-trait",
8097 "futures",8128 "futures",
8108[[package]]8139[[package]]
8109name = "polkadot-node-core-provisioner"8140name = "polkadot-node-core-provisioner"
8110version = "0.9.39-1"8141version = "0.9.39-1"
8111source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"8142source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
8112dependencies = [8143dependencies = [
8113 "bitvec",8144 "bitvec",
8114 "fatality",8145 "fatality",
8126[[package]]8157[[package]]
8127name = "polkadot-node-core-pvf"8158name = "polkadot-node-core-pvf"
8128version = "0.9.39-1"8159version = "0.9.39-1"
8129source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"8160source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
8130dependencies = [8161dependencies = [
8131 "always-assert",8162 "always-assert",
8132 "assert_matches",8163 "assert_matches",
8162[[package]]8193[[package]]
8163name = "polkadot-node-core-pvf-checker"8194name = "polkadot-node-core-pvf-checker"
8164version = "0.9.39-1"8195version = "0.9.39-1"
8165source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"8196source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
8166dependencies = [8197dependencies = [
8167 "futures",8198 "futures",
8168 "polkadot-node-primitives",8199 "polkadot-node-primitives",
8178[[package]]8209[[package]]
8179name = "polkadot-node-core-runtime-api"8210name = "polkadot-node-core-runtime-api"
8180version = "0.9.39-1"8211version = "0.9.39-1"
8181source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"8212source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
8182dependencies = [8213dependencies = [
8183 "futures",8214 "futures",
8184 "lru 0.9.0",8215 "lru 0.9.0",
8193[[package]]8224[[package]]
8194name = "polkadot-node-jaeger"8225name = "polkadot-node-jaeger"
8195version = "0.9.39-1"8226version = "0.9.39-1"
8196source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"8227source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
8197dependencies = [8228dependencies = [
8198 "lazy_static",8229 "lazy_static",
8199 "log",8230 "log",
8211[[package]]8242[[package]]
8212name = "polkadot-node-metrics"8243name = "polkadot-node-metrics"
8213version = "0.9.39-1"8244version = "0.9.39-1"
8214source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"8245source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
8215dependencies = [8246dependencies = [
8216 "bs58",8247 "bs58",
8217 "futures",8248 "futures",
8230[[package]]8261[[package]]
8231name = "polkadot-node-network-protocol"8262name = "polkadot-node-network-protocol"
8232version = "0.9.39-1"8263version = "0.9.39-1"
8233source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"8264source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
8234dependencies = [8265dependencies = [
8235 "async-trait",8266 "async-trait",
8236 "derive_more",8267 "derive_more",
8253[[package]]8284[[package]]
8254name = "polkadot-node-primitives"8285name = "polkadot-node-primitives"
8255version = "0.9.39-1"8286version = "0.9.39-1"
8256source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"8287source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
8257dependencies = [8288dependencies = [
8258 "bounded-vec",8289 "bounded-vec",
8259 "futures",8290 "futures",
8276[[package]]8307[[package]]
8277name = "polkadot-node-subsystem"8308name = "polkadot-node-subsystem"
8278version = "0.9.39-1"8309version = "0.9.39-1"
8279source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"8310source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
8280dependencies = [8311dependencies = [
8281 "polkadot-node-jaeger",8312 "polkadot-node-jaeger",
8282 "polkadot-node-subsystem-types",8313 "polkadot-node-subsystem-types",
8286[[package]]8317[[package]]
8287name = "polkadot-node-subsystem-types"8318name = "polkadot-node-subsystem-types"
8288version = "0.9.39-1"8319version = "0.9.39-1"
8289source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"8320source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
8290dependencies = [8321dependencies = [
8291 "async-trait",8322 "async-trait",
8292 "derive_more",8323 "derive_more",
8309[[package]]8340[[package]]
8310name = "polkadot-node-subsystem-util"8341name = "polkadot-node-subsystem-util"
8311version = "0.9.39-1"8342version = "0.9.39-1"
8312source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"8343source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
8313dependencies = [8344dependencies = [
8314 "async-trait",8345 "async-trait",
8315 "derive_more",8346 "derive_more",
8342[[package]]8373[[package]]
8343name = "polkadot-overseer"8374name = "polkadot-overseer"
8344version = "0.9.39-1"8375version = "0.9.39-1"
8345source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"8376source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
8346dependencies = [8377dependencies = [
8347 "async-trait",8378 "async-trait",
8348 "futures",8379 "futures",
8365[[package]]8396[[package]]
8366name = "polkadot-parachain"8397name = "polkadot-parachain"
8367version = "0.9.39-1"8398version = "0.9.39-1"
8368source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"8399source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
8369dependencies = [8400dependencies = [
8370 "bounded-collections",8401 "bounded-collections",
8371 "derive_more",8402 "derive_more",
8382[[package]]8413[[package]]
8383name = "polkadot-performance-test"8414name = "polkadot-performance-test"
8384version = "0.9.39-1"8415version = "0.9.39-1"
8385source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"8416source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
8386dependencies = [8417dependencies = [
8387 "env_logger 0.9.3",8418 "env_logger 0.9.3",
8388 "kusama-runtime",8419 "kusama-runtime",
8398[[package]]8429[[package]]
8399name = "polkadot-primitives"8430name = "polkadot-primitives"
8400version = "0.9.39-1"8431version = "0.9.39-1"
8401source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"8432source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
8402dependencies = [8433dependencies = [
8403 "bitvec",8434 "bitvec",
8404 "hex-literal",8435 "hex-literal",
8424[[package]]8455[[package]]
8425name = "polkadot-rpc"8456name = "polkadot-rpc"
8426version = "0.9.39-1"8457version = "0.9.39-1"
8427source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"8458source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
8428dependencies = [8459dependencies = [
8429 "beefy-gadget",8460 "beefy-gadget",
8430 "beefy-gadget-rpc",8461 "beefy-gadget-rpc",
8456[[package]]8487[[package]]
8457name = "polkadot-runtime"8488name = "polkadot-runtime"
8458version = "0.9.39-1"8489version = "0.9.39-1"
8459source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"8490source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
8460dependencies = [8491dependencies = [
8461 "bitvec",8492 "bitvec",
8462 "frame-benchmarking",8493 "frame-benchmarking",
8546[[package]]8577[[package]]
8547name = "polkadot-runtime-common"8578name = "polkadot-runtime-common"
8548version = "0.9.39-1"8579version = "0.9.39-1"
8549source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"8580source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
8550dependencies = [8581dependencies = [
8551 "bitvec",8582 "bitvec",
8552 "frame-benchmarking",8583 "frame-benchmarking",
8594[[package]]8625[[package]]
8595name = "polkadot-runtime-constants"8626name = "polkadot-runtime-constants"
8596version = "0.9.39-1"8627version = "0.9.39-1"
8597source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"8628source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
8598dependencies = [8629dependencies = [
8599 "frame-support",8630 "frame-support",
8600 "polkadot-primitives",8631 "polkadot-primitives",
8608[[package]]8639[[package]]
8609name = "polkadot-runtime-metrics"8640name = "polkadot-runtime-metrics"
8610version = "0.9.39-1"8641version = "0.9.39-1"
8611source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"8642source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
8612dependencies = [8643dependencies = [
8613 "bs58",8644 "bs58",
8614 "parity-scale-codec",8645 "parity-scale-codec",
8620[[package]]8651[[package]]
8621name = "polkadot-runtime-parachains"8652name = "polkadot-runtime-parachains"
8622version = "0.9.39-1"8653version = "0.9.39-1"
8623source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"8654source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
8624dependencies = [8655dependencies = [
8625 "bitflags",8656 "bitflags",
8626 "bitvec",8657 "bitvec",
8664[[package]]8695[[package]]
8665name = "polkadot-service"8696name = "polkadot-service"
8666version = "0.9.39-1"8697version = "0.9.39-1"
8667source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"8698source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
8668dependencies = [8699dependencies = [
8669 "async-trait",8700 "async-trait",
8670 "beefy-gadget",8701 "beefy-gadget",
8772[[package]]8803[[package]]
8773name = "polkadot-statement-distribution"8804name = "polkadot-statement-distribution"
8774version = "0.9.39-1"8805version = "0.9.39-1"
8775source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"8806source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
8776dependencies = [8807dependencies = [
8777 "arrayvec 0.5.2",8808 "arrayvec 0.5.2",
8778 "fatality",8809 "fatality",
8793[[package]]8824[[package]]
8794name = "polkadot-statement-table"8825name = "polkadot-statement-table"
8795version = "0.9.39-1"8826version = "0.9.39-1"
8796source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"8827source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
8797dependencies = [8828dependencies = [
8798 "parity-scale-codec",8829 "parity-scale-codec",
8799 "polkadot-primitives",8830 "polkadot-primitives",
8865 "proc-macro2",8896 "proc-macro2",
8866 "quote",8897 "quote",
8867 "sha3 0.8.2",8898 "sha3 0.8.2",
8868 "syn",8899 "syn 1.0.109",
8869]8900]
88708901
8871[[package]]8902[[package]]
88848915
8885[[package]]8916[[package]]
8886name = "predicates-core"8917name = "predicates-core"
8887version = "1.0.5"8918version = "1.0.6"
8888source = "registry+https://github.com/rust-lang/crates.io-index"8919source = "registry+https://github.com/rust-lang/crates.io-index"
8889checksum = "72f883590242d3c6fc5bf50299011695fa6590c2c70eac95ee1bdb9a733ad1a2"8920checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"
88908921
8891[[package]]8922[[package]]
8892name = "predicates-tree"8923name = "predicates-tree"
8893version = "1.0.7"8924version = "1.0.9"
8894source = "registry+https://github.com/rust-lang/crates.io-index"8925source = "registry+https://github.com/rust-lang/crates.io-index"
8895checksum = "54ff541861505aabf6ea722d2131ee980b8276e10a1297b94e896dd8b621850d"8926checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"
8896dependencies = [8927dependencies = [
8897 "predicates-core",8928 "predicates-core",
8898 "termtree",8929 "termtree",
8899]8930]
89008931
8901[[package]]8932[[package]]
8902name = "prettyplease"8933name = "prettyplease"
8903version = "0.1.24"8934version = "0.1.25"
8904source = "registry+https://github.com/rust-lang/crates.io-index"8935source = "registry+https://github.com/rust-lang/crates.io-index"
8905checksum = "4ebcd279d20a4a0a2404a33056388e950504d891c855c7975b9a8fef75f3bf04"8936checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"
8906dependencies = [8937dependencies = [
8907 "proc-macro2",8938 "proc-macro2",
8908 "syn",8939 "syn 1.0.109",
8909]8940]
89108941
8911[[package]]8942[[package]]
8957 "proc-macro-error-attr",8988 "proc-macro-error-attr",
8958 "proc-macro2",8989 "proc-macro2",
8959 "quote",8990 "quote",
8960 "syn",8991 "syn 1.0.109",
8961 "version_check",8992 "version_check",
8962]8993]
89638994
89809011
8981[[package]]9012[[package]]
8982name = "proc-macro2"9013name = "proc-macro2"
8983version = "1.0.51"9014version = "1.0.53"
8984source = "registry+https://github.com/rust-lang/crates.io-index"9015source = "registry+https://github.com/rust-lang/crates.io-index"
8985checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"9016checksum = "ba466839c78239c09faf015484e5cc04860f88242cff4d03eb038f04b4699b73"
8986dependencies = [9017dependencies = [
8987 "unicode-ident",9018 "unicode-ident",
8988]9019]
9021dependencies = [9052dependencies = [
9022 "proc-macro2",9053 "proc-macro2",
9023 "quote",9054 "quote",
9024 "syn",9055 "syn 1.0.109",
9025]9056]
90269057
9027[[package]]9058[[package]]
9051 "prost",9082 "prost",
9052 "prost-types",9083 "prost-types",
9053 "regex",9084 "regex",
9054 "syn",9085 "syn 1.0.109",
9055 "tempfile",9086 "tempfile",
9056 "which",9087 "which",
9057]9088]
9079 "itertools",9110 "itertools",
9080 "proc-macro2",9111 "proc-macro2",
9081 "quote",9112 "quote",
9082 "syn",9113 "syn 1.0.109",
9083]9114]
90849115
9085[[package]]9116[[package]]
9206source = "registry+https://github.com/rust-lang/crates.io-index"9237source = "registry+https://github.com/rust-lang/crates.io-index"
9207checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"9238checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
9239
9240[[package]]
9241name = "quick-protobuf"
9242version = "0.8.1"
9243source = "registry+https://github.com/rust-lang/crates.io-index"
9244checksum = "9d6da84cc204722a989e01ba2f6e1e276e190f22263d0cb6ce8526fcdb0d2e1f"
9245dependencies = [
9246 "byteorder",
9247]
92089248
9209[[package]]9249[[package]]
9210name = "quicksink"9250name = "quicksink"
92379277
9238[[package]]9278[[package]]
9239name = "quote"9279name = "quote"
9240version = "1.0.23"9280version = "1.0.26"
9241source = "registry+https://github.com/rust-lang/crates.io-index"9281source = "registry+https://github.com/rust-lang/crates.io-index"
9242checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"9282checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
9243dependencies = [9283dependencies = [
9244 "proc-macro2",9284 "proc-macro2",
9245]9285]
94189458
9419[[package]]9459[[package]]
9420name = "ref-cast"9460name = "ref-cast"
9421version = "1.0.15"9461version = "1.0.16"
9422source = "registry+https://github.com/rust-lang/crates.io-index"9462source = "registry+https://github.com/rust-lang/crates.io-index"
9423checksum = "a9af2cf09ef80e610097515e80095b7f76660a92743c4185aff5406cd5ce3dd5"9463checksum = "f43faa91b1c8b36841ee70e97188a869d37ae21759da6846d4be66de5bf7b12c"
9424dependencies = [9464dependencies = [
9425 "ref-cast-impl",9465 "ref-cast-impl",
9426]9466]
94279467
9428[[package]]9468[[package]]
9429name = "ref-cast-impl"9469name = "ref-cast-impl"
9430version = "1.0.15"9470version = "1.0.16"
9431source = "registry+https://github.com/rust-lang/crates.io-index"9471source = "registry+https://github.com/rust-lang/crates.io-index"
9432checksum = "9c501201393982e275433bc55de7d6ae6f00e7699cd5572c5b57581cd69c881b"9472checksum = "8d2275aab483050ab2a7364c1a46604865ee7d6906684e08db0f090acf74f9e7"
9433dependencies = [9473dependencies = [
9434 "proc-macro2",9474 "proc-macro2",
9435 "quote",9475 "quote",
9436 "syn",9476 "syn 2.0.8",
9437]9477]
94389478
9439[[package]]9479[[package]]
94509490
9451[[package]]9491[[package]]
9452name = "regex"9492name = "regex"
9453version = "1.7.1"9493version = "1.7.2"
9454source = "registry+https://github.com/rust-lang/crates.io-index"9494source = "registry+https://github.com/rust-lang/crates.io-index"
9455checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"9495checksum = "cce168fea28d3e05f158bda4576cf0c844d5045bc2cc3620fa0292ed5bb5814c"
9456dependencies = [9496dependencies = [
9457 "aho-corasick",9497 "aho-corasick",
9458 "memchr",9498 "memchr",
94709510
9471[[package]]9511[[package]]
9472name = "regex-syntax"9512name = "regex-syntax"
9473version = "0.6.28"9513version = "0.6.29"
9474source = "registry+https://github.com/rust-lang/crates.io-index"9514source = "registry+https://github.com/rust-lang/crates.io-index"
9475checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"9515checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
94769516
9477[[package]]9517[[package]]
9478name = "region"9518name = "region"
9550dependencies = [9590dependencies = [
9551 "proc-macro2",9591 "proc-macro2",
9552 "quote",9592 "quote",
9553 "syn",9593 "syn 1.0.109",
9554]9594]
95559595
9556[[package]]9596[[package]]
9566[[package]]9606[[package]]
9567name = "rococo-runtime"9607name = "rococo-runtime"
9568version = "0.9.39-1"9608version = "0.9.39-1"
9569source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"9609source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
9570dependencies = [9610dependencies = [
9571 "binary-merkle-tree",9611 "binary-merkle-tree",
9572 "frame-benchmarking",9612 "frame-benchmarking",
9652[[package]]9692[[package]]
9653name = "rococo-runtime-constants"9693name = "rococo-runtime-constants"
9654version = "0.9.39-1"9694version = "0.9.39-1"
9655source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"9695source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
9656dependencies = [9696dependencies = [
9657 "frame-support",9697 "frame-support",
9658 "polkadot-primitives",9698 "polkadot-primitives",
97269766
9727[[package]]9767[[package]]
9728name = "rustc-demangle"9768name = "rustc-demangle"
9729version = "0.1.21"9769version = "0.1.22"
9730source = "registry+https://github.com/rust-lang/crates.io-index"9770source = "registry+https://github.com/rust-lang/crates.io-index"
9731checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"9771checksum = "d4a36c42d1873f9a77c53bde094f9664d9891bc604a45b4798fd2c389ed12e5b"
97329772
9733[[package]]9773[[package]]
9734name = "rustc-hash"9774name = "rustc-hash"
9748source = "registry+https://github.com/rust-lang/crates.io-index"9788source = "registry+https://github.com/rust-lang/crates.io-index"
9749checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9789checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
9750dependencies = [9790dependencies = [
9751 "semver 1.0.16",9791 "semver 1.0.17",
9752]9792]
97539793
9754[[package]]9794[[package]]
97629802
9763[[package]]9803[[package]]
9764name = "rustix"9804name = "rustix"
9765version = "0.36.9"9805version = "0.36.11"
9766source = "registry+https://github.com/rust-lang/crates.io-index"9806source = "registry+https://github.com/rust-lang/crates.io-index"
9767checksum = "fd5c6ff11fecd55b40746d1995a02f2eb375bf8c00d192d521ee09f42bef37bc"9807checksum = "db4165c9963ab29e422d6c26fbc1d37f15bace6b2810221f9d925023480fcf0e"
9768dependencies = [9808dependencies = [
9769 "bitflags",9809 "bitflags",
9770 "errno",9810 "errno 0.2.8",
9771 "io-lifetimes",9811 "io-lifetimes",
9772 "libc",9812 "libc",
9773 "linux-raw-sys",9813 "linux-raw-sys 0.1.4",
9774 "windows-sys 0.45.0",9814 "windows-sys 0.45.0",
9775]9815]
9816
9817[[package]]
9818name = "rustix"
9819version = "0.37.3"
9820source = "registry+https://github.com/rust-lang/crates.io-index"
9821checksum = "62b24138615de35e32031d041a09032ef3487a616d901ca4db224e7d557efae2"
9822dependencies = [
9823 "bitflags",
9824 "errno 0.3.0",
9825 "io-lifetimes",
9826 "libc",
9827 "linux-raw-sys 0.3.0",
9828 "windows-sys 0.45.0",
9829]
97769830
9777[[package]]9831[[package]]
9778name = "rustls"9832name = "rustls"
9961 "proc-macro-crate",10015 "proc-macro-crate",
9962 "proc-macro2",10016 "proc-macro2",
9963 "quote",10017 "quote",
9964 "syn",10018 "syn 1.0.109",
9965]10019]
996610020
9967[[package]]10021[[package]]
10301 "libc",10355 "libc",
10302 "log",10356 "log",
10303 "once_cell",10357 "once_cell",
10304 "rustix",10358 "rustix 0.36.11",
10305 "sc-allocator",10359 "sc-allocator",
10306 "sc-executor-common",10360 "sc-executor-common",
10307 "sp-runtime-interface",10361 "sp-runtime-interface",
10908 "proc-macro-crate",10962 "proc-macro-crate",
10909 "proc-macro2",10963 "proc-macro2",
10910 "quote",10964 "quote",
10911 "syn",10965 "syn 1.0.109",
10912]10966]
1091310967
10914[[package]]10968[[package]]
1096811022
10969[[package]]11023[[package]]
10970name = "scale-info"11024name = "scale-info"
10971version = "2.3.1"11025version = "2.4.0"
10972source = "registry+https://github.com/rust-lang/crates.io-index"11026source = "registry+https://github.com/rust-lang/crates.io-index"
10973checksum = "001cf62ece89779fd16105b5f515ad0e5cedcd5440d3dd806bb067978e7c3608"11027checksum = "61471dff9096de1d8b2319efed7162081e96793f5ebb147e50db10d50d648a4d"
10974dependencies = [11028dependencies = [
10975 "bitvec",11029 "bitvec",
10976 "cfg-if",11030 "cfg-if",
1098211036
10983[[package]]11037[[package]]
10984name = "scale-info-derive"11038name = "scale-info-derive"
10985version = "2.3.1"11039version = "2.4.0"
10986source = "registry+https://github.com/rust-lang/crates.io-index"11040source = "registry+https://github.com/rust-lang/crates.io-index"
10987checksum = "303959cf613a6f6efd19ed4b4ad5bf79966a13352716299ad532cfb115f4205c"11041checksum = "219580e803a66b3f05761fd06f1f879a872444e49ce23f73694d26e5a954c7e6"
10988dependencies = [11042dependencies = [
10989 "proc-macro-crate",11043 "proc-macro-crate",
10990 "proc-macro2",11044 "proc-macro2",
10991 "quote",11045 "quote",
10992 "syn",11046 "syn 1.0.109",
10993]11047]
1099411048
10995[[package]]11049[[package]]
1114911203
11150[[package]]11204[[package]]
11151name = "semver"11205name = "semver"
11152version = "1.0.16"11206version = "1.0.17"
11153source = "registry+https://github.com/rust-lang/crates.io-index"11207source = "registry+https://github.com/rust-lang/crates.io-index"
11154checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"11208checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
11155dependencies = [11209dependencies = [
11156 "serde",11210 "serde",
11157]11211]
1116411218
11165[[package]]11219[[package]]
11166name = "serde"11220name = "serde"
11167version = "1.0.154"11221version = "1.0.158"
11168source = "registry+https://github.com/rust-lang/crates.io-index"11222source = "registry+https://github.com/rust-lang/crates.io-index"
11169checksum = "8cdd151213925e7f1ab45a9bbfb129316bd00799784b174b7cc7bcd16961c49e"11223checksum = "771d4d9c4163ee138805e12c710dd365e4f44be8be0503cb1bb9eb989425d9c9"
11170dependencies = [11224dependencies = [
11171 "serde_derive",11225 "serde_derive",
11172]11226]
1117311227
11174[[package]]11228[[package]]
11175name = "serde_derive"11229name = "serde_derive"
11176version = "1.0.154"11230version = "1.0.158"
11177source = "registry+https://github.com/rust-lang/crates.io-index"11231source = "registry+https://github.com/rust-lang/crates.io-index"
11178checksum = "4fc80d722935453bcafdc2c9a73cd6fac4dc1938f0346035d84bf99fa9e33217"11232checksum = "e801c1712f48475582b7696ac71e0ca34ebb30e09338425384269d9717c62cad"
11179dependencies = [11233dependencies = [
11180 "proc-macro2",11234 "proc-macro2",
11181 "quote",11235 "quote",
11182 "syn",11236 "syn 2.0.8",
11183]11237]
1118411238
11185[[package]]11239[[package]]
11353[[package]]11407[[package]]
11354name = "slot-range-helper"11408name = "slot-range-helper"
11355version = "0.9.39-1"11409version = "0.9.39-1"
11356source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"11410source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
11357dependencies = [11411dependencies = [
11358 "enumn",11412 "enumn",
11359 "parity-scale-codec",11413 "parity-scale-codec",
1138511439
11386[[package]]11440[[package]]
11387name = "snow"11441name = "snow"
11388version = "0.9.1"11442version = "0.9.2"
11389source = "registry+https://github.com/rust-lang/crates.io-index"11443source = "registry+https://github.com/rust-lang/crates.io-index"
11390checksum = "12ba5f4d4ff12bdb6a169ed51b7c48c0e0ac4b0b4b31012b2571e97d78d3201d"11444checksum = "5ccba027ba85743e09d15c03296797cad56395089b832b48b5a5217880f57733"
11391dependencies = [11445dependencies = [
11392 "aes-gcm 0.9.4",11446 "aes-gcm 0.9.4",
11393 "blake2",11447 "blake2",
11394 "chacha20poly1305",11448 "chacha20poly1305",
11395 "curve25519-dalek 4.0.0-rc.0",11449 "curve25519-dalek 4.0.0-rc.1",
11396 "rand_core 0.6.4",11450 "rand_core 0.6.4",
11397 "ring",11451 "ring",
11398 "rustc_version",11452 "rustc_version",
11454 "proc-macro-crate",11508 "proc-macro-crate",
11455 "proc-macro2",11509 "proc-macro2",
11456 "quote",11510 "quote",
11457 "syn",11511 "syn 1.0.109",
11458]11512]
1145911513
11460[[package]]11514[[package]]
11695 "proc-macro2",11749 "proc-macro2",
11696 "quote",11750 "quote",
11697 "sp-core-hashing",11751 "sp-core-hashing",
11698 "syn",11752 "syn 1.0.109",
11699]11753]
1170011754
11701[[package]]11755[[package]]
11714dependencies = [11768dependencies = [
11715 "proc-macro2",11769 "proc-macro2",
11716 "quote",11770 "quote",
11717 "syn",11771 "syn 1.0.109",
11718]11772]
1171911773
11720[[package]]11774[[package]]
11934 "proc-macro-crate",11988 "proc-macro-crate",
11935 "proc-macro2",11989 "proc-macro2",
11936 "quote",11990 "quote",
11937 "syn",11991 "syn 1.0.109",
11938]11992]
1193911993
11940[[package]]11994[[package]]
12101 "parity-scale-codec",12155 "parity-scale-codec",
12102 "proc-macro2",12156 "proc-macro2",
12103 "quote",12157 "quote",
12104 "syn",12158 "syn 1.0.109",
12105]12159]
1210612160
12107[[package]]12161[[package]]
12152 "proc-macro-hack",12206 "proc-macro-hack",
12153 "proc-macro2",12207 "proc-macro2",
12154 "quote",12208 "quote",
12155 "syn",12209 "syn 1.0.109",
12156]12210]
1215712211
12158[[package]]12212[[package]]
12235 "memchr",12289 "memchr",
12236 "proc-macro2",12290 "proc-macro2",
12237 "quote",12291 "quote",
12238 "syn",12292 "syn 1.0.109",
12239]12293]
1224012294
12241[[package]]12295[[package]]
12248 "memchr",12302 "memchr",
12249 "proc-macro2",12303 "proc-macro2",
12250 "quote",12304 "quote",
12251 "syn",12305 "syn 1.0.109",
12252]12306]
1225312307
12254[[package]]12308[[package]]
12262version = "0.1.0"12316version = "0.1.0"
12263dependencies = [12317dependencies = [
12264 "quote",12318 "quote",
12265 "syn",12319 "syn 1.0.109",
12266]12320]
1226712321
12268[[package]]12322[[package]]
12284 "proc-macro2",12338 "proc-macro2",
12285 "quote",12339 "quote",
12286 "rustversion",12340 "rustversion",
12287 "syn",12341 "syn 1.0.109",
12288]12342]
1228912343
12290[[package]]12344[[package]]
12408 "proc-macro-crate",12462 "proc-macro-crate",
12409 "proc-macro2",12463 "proc-macro2",
12410 "quote",12464 "quote",
12411 "syn",12465 "syn 1.0.109",
12412]12466]
1241312467
12414[[package]]12468[[package]]
12454 "unicode-ident",12508 "unicode-ident",
12455]12509]
12510
12511[[package]]
12512name = "syn"
12513version = "2.0.8"
12514source = "registry+https://github.com/rust-lang/crates.io-index"
12515checksum = "bcc02725fd69ab9f26eab07fad303e2497fad6fb9eba4f96c4d1687bdf704ad9"
12516dependencies = [
12517 "proc-macro2",
12518 "quote",
12519 "unicode-ident",
12520]
1245612521
12457[[package]]12522[[package]]
12458name = "synstructure"12523name = "synstructure"
12462dependencies = [12527dependencies = [
12463 "proc-macro2",12528 "proc-macro2",
12464 "quote",12529 "quote",
12465 "syn",12530 "syn 1.0.109",
12466 "unicode-xid",12531 "unicode-xid",
12467]12532]
1246812533
12508 "cfg-if",12573 "cfg-if",
12509 "fastrand",12574 "fastrand",
12510 "redox_syscall",12575 "redox_syscall",
12511 "rustix",12576 "rustix 0.36.11",
12512 "windows-sys 0.42.0",12577 "windows-sys 0.42.0",
12513]12578]
1251412579
1252312588
12524[[package]]12589[[package]]
12525name = "termtree"12590name = "termtree"
12526version = "0.4.0"12591version = "0.4.1"
12527source = "registry+https://github.com/rust-lang/crates.io-index"12592source = "registry+https://github.com/rust-lang/crates.io-index"
12528checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8"12593checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
1252912594
12530[[package]]12595[[package]]
12531name = "tests"12596name = "tests"
1256112626
12562[[package]]12627[[package]]
12563name = "thiserror"12628name = "thiserror"
12564version = "1.0.39"12629version = "1.0.40"
12565source = "registry+https://github.com/rust-lang/crates.io-index"12630source = "registry+https://github.com/rust-lang/crates.io-index"
12566checksum = "a5ab016db510546d856297882807df8da66a16fb8c4101cb8b30054b0d5b2d9c"12631checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
12567dependencies = [12632dependencies = [
12568 "thiserror-impl",12633 "thiserror-impl",
12569]12634]
1257012635
12571[[package]]12636[[package]]
12572name = "thiserror-impl"12637name = "thiserror-impl"
12573version = "1.0.39"12638version = "1.0.40"
12574source = "registry+https://github.com/rust-lang/crates.io-index"12639source = "registry+https://github.com/rust-lang/crates.io-index"
12575checksum = "5420d42e90af0c38c3290abcca25b9b3bdf379fc9f55c528f53a269d9c9a267e"12640checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
12576dependencies = [12641dependencies = [
12577 "proc-macro2",12642 "proc-macro2",
12578 "quote",12643 "quote",
12579 "syn",12644 "syn 2.0.8",
12580]12645]
1258112646
12582[[package]]12647[[package]]
12757dependencies = [12822dependencies = [
12758 "proc-macro2",12823 "proc-macro2",
12759 "quote",12824 "quote",
12760 "syn",12825 "syn 1.0.109",
12761]12826]
1276212827
12763[[package]]12828[[package]]
1281512880
12816[[package]]12881[[package]]
12817name = "toml_edit"12882name = "toml_edit"
12818version = "0.19.4"12883version = "0.19.8"
12819source = "registry+https://github.com/rust-lang/crates.io-index"12884source = "registry+https://github.com/rust-lang/crates.io-index"
12820checksum = "9a1eb0622d28f4b9c90adc4ea4b2b46b47663fde9ac5fafcb14a1369d5508825"12885checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13"
12821dependencies = [12886dependencies = [
12822 "indexmap",12887 "indexmap",
12823 "toml_datetime",12888 "toml_datetime",
12886dependencies = [12951dependencies = [
12887 "proc-macro2",12952 "proc-macro2",
12888 "quote",12953 "quote",
12889 "syn",12954 "syn 1.0.109",
12890]12955]
1289112956
12892[[package]]12957[[package]]
12912[[package]]12977[[package]]
12913name = "tracing-gum"12978name = "tracing-gum"
12914version = "0.9.39-1"12979version = "0.9.39-1"
12915source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"12980source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
12916dependencies = [12981dependencies = [
12917 "polkadot-node-jaeger",12982 "polkadot-node-jaeger",
12918 "polkadot-primitives",12983 "polkadot-primitives",
12923[[package]]12988[[package]]
12924name = "tracing-gum-proc-macro"12989name = "tracing-gum-proc-macro"
12925version = "0.9.39-1"12990version = "0.9.39-1"
12926source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"12991source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
12927dependencies = [12992dependencies = [
12928 "expander 0.0.6",12993 "expander 0.0.6",
12929 "proc-macro-crate",12994 "proc-macro-crate",
12930 "proc-macro2",12995 "proc-macro2",
12931 "quote",12996 "quote",
12932 "syn",12997 "syn 1.0.109",
12933]12998]
1293412999
12935[[package]]13000[[package]]
1320513270
13206[[package]]13271[[package]]
13207name = "unicode-bidi"13272name = "unicode-bidi"
13208version = "0.3.11"13273version = "0.3.13"
13209source = "registry+https://github.com/rust-lang/crates.io-index"13274source = "registry+https://github.com/rust-lang/crates.io-index"
13210checksum = "524b68aca1d05e03fdf03fcdce2c6c94b6daf6d16861ddaa7e4f2b6638a9052c"13275checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
1321113276
13212[[package]]13277[[package]]
13213name = "unicode-ident"13278name = "unicode-ident"
1361713682
13618[[package]]13683[[package]]
13619name = "walkdir"13684name = "walkdir"
13620version = "2.3.2"13685version = "2.3.3"
13621source = "registry+https://github.com/rust-lang/crates.io-index"13686source = "registry+https://github.com/rust-lang/crates.io-index"
13622checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"13687checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
13623dependencies = [13688dependencies = [
13624 "same-file",13689 "same-file",
13625 "winapi",
13626 "winapi-util",13690 "winapi-util",
13627]13691]
1362813692
13675 "once_cell",13739 "once_cell",
13676 "proc-macro2",13740 "proc-macro2",
13677 "quote",13741 "quote",
13678 "syn",13742 "syn 1.0.109",
13679 "wasm-bindgen-shared",13743 "wasm-bindgen-shared",
13680]13744]
1368113745
13709dependencies = [13773dependencies = [
13710 "proc-macro2",13774 "proc-macro2",
13711 "quote",13775 "quote",
13712 "syn",13776 "syn 1.0.109",
13713 "wasm-bindgen-backend",13777 "wasm-bindgen-backend",
13714 "wasm-bindgen-shared",13778 "wasm-bindgen-shared",
13715]13779]
13878 "directories-next",13942 "directories-next",
13879 "file-per-thread-logger",13943 "file-per-thread-logger",
13880 "log",13944 "log",
13881 "rustix",13945 "rustix 0.36.11",
13882 "serde",13946 "serde",
13883 "sha2 0.10.6",13947 "sha2 0.10.6",
13884 "toml",13948 "toml",
13958dependencies = [14022dependencies = [
13959 "object 0.29.0",14023 "object 0.29.0",
13960 "once_cell",14024 "once_cell",
13961 "rustix",14025 "rustix 0.36.11",
13962]14026]
1396314027
13964[[package]]14028[[package]]
13989 "memoffset 0.6.5",14053 "memoffset 0.6.5",
13990 "paste",14054 "paste",
13991 "rand 0.8.5",14055 "rand 0.8.5",
13992 "rustix",14056 "rustix 0.36.11",
13993 "wasmtime-asm-macros",14057 "wasmtime-asm-macros",
13994 "wasmtime-environ",14058 "wasmtime-environ",
13995 "wasmtime-jit-debug",14059 "wasmtime-jit-debug",
14262[[package]]14326[[package]]
14263name = "westend-runtime"14327name = "westend-runtime"
14264version = "0.9.39-1"14328version = "0.9.39-1"
14265source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"14329source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
14266dependencies = [14330dependencies = [
14267 "bitvec",14331 "bitvec",
14268 "frame-benchmarking",14332 "frame-benchmarking",
14354[[package]]14418[[package]]
14355name = "westend-runtime-constants"14419name = "westend-runtime-constants"
14356version = "0.9.39-1"14420version = "0.9.39-1"
14357source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"14421source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
14358dependencies = [14422dependencies = [
14359 "frame-support",14423 "frame-support",
14360 "polkadot-primitives",14424 "polkadot-primitives",
14436 "windows_x86_64_msvc 0.34.0",14500 "windows_x86_64_msvc 0.34.0",
14437]14501]
14502
14503[[package]]
14504name = "windows"
14505version = "0.46.0"
14506source = "registry+https://github.com/rust-lang/crates.io-index"
14507checksum = "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25"
14508dependencies = [
14509 "windows-targets",
14510]
1443814511
14439[[package]]14512[[package]]
14440name = "windows-sys"14513name = "windows-sys"
14443checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"14516checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
14444dependencies = [14517dependencies = [
14445 "windows_aarch64_gnullvm",14518 "windows_aarch64_gnullvm",
14446 "windows_aarch64_msvc 0.42.1",14519 "windows_aarch64_msvc 0.42.2",
14447 "windows_i686_gnu 0.42.1",14520 "windows_i686_gnu 0.42.2",
14448 "windows_i686_msvc 0.42.1",14521 "windows_i686_msvc 0.42.2",
14449 "windows_x86_64_gnu 0.42.1",14522 "windows_x86_64_gnu 0.42.2",
14450 "windows_x86_64_gnullvm",14523 "windows_x86_64_gnullvm",
14451 "windows_x86_64_msvc 0.42.1",14524 "windows_x86_64_msvc 0.42.2",
14452]14525]
1445314526
14454[[package]]14527[[package]]
1446214535
14463[[package]]14536[[package]]
14464name = "windows-targets"14537name = "windows-targets"
14465version = "0.42.1"14538version = "0.42.2"
14466source = "registry+https://github.com/rust-lang/crates.io-index"14539source = "registry+https://github.com/rust-lang/crates.io-index"
14467checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"14540checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
14468dependencies = [14541dependencies = [
14469 "windows_aarch64_gnullvm",14542 "windows_aarch64_gnullvm",
14470 "windows_aarch64_msvc 0.42.1",14543 "windows_aarch64_msvc 0.42.2",
14471 "windows_i686_gnu 0.42.1",14544 "windows_i686_gnu 0.42.2",
14472 "windows_i686_msvc 0.42.1",14545 "windows_i686_msvc 0.42.2",
14473 "windows_x86_64_gnu 0.42.1",14546 "windows_x86_64_gnu 0.42.2",
14474 "windows_x86_64_gnullvm",14547 "windows_x86_64_gnullvm",
14475 "windows_x86_64_msvc 0.42.1",14548 "windows_x86_64_msvc 0.42.2",
14476]14549]
1447714550
14478[[package]]14551[[package]]
14479name = "windows_aarch64_gnullvm"14552name = "windows_aarch64_gnullvm"
14480version = "0.42.1"14553version = "0.42.2"
14481source = "registry+https://github.com/rust-lang/crates.io-index"14554source = "registry+https://github.com/rust-lang/crates.io-index"
14482checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"14555checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
1448314556
14484[[package]]14557[[package]]
14485name = "windows_aarch64_msvc"14558name = "windows_aarch64_msvc"
1448914562
14490[[package]]14563[[package]]
14491name = "windows_aarch64_msvc"14564name = "windows_aarch64_msvc"
14492version = "0.42.1"14565version = "0.42.2"
14493source = "registry+https://github.com/rust-lang/crates.io-index"14566source = "registry+https://github.com/rust-lang/crates.io-index"
14494checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"14567checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
1449514568
14496[[package]]14569[[package]]
14497name = "windows_i686_gnu"14570name = "windows_i686_gnu"
1450114574
14502[[package]]14575[[package]]
14503name = "windows_i686_gnu"14576name = "windows_i686_gnu"
14504version = "0.42.1"14577version = "0.42.2"
14505source = "registry+https://github.com/rust-lang/crates.io-index"14578source = "registry+https://github.com/rust-lang/crates.io-index"
14506checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"14579checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
1450714580
14508[[package]]14581[[package]]
14509name = "windows_i686_msvc"14582name = "windows_i686_msvc"
1451314586
14514[[package]]14587[[package]]
14515name = "windows_i686_msvc"14588name = "windows_i686_msvc"
14516version = "0.42.1"14589version = "0.42.2"
14517source = "registry+https://github.com/rust-lang/crates.io-index"14590source = "registry+https://github.com/rust-lang/crates.io-index"
14518checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"14591checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
1451914592
14520[[package]]14593[[package]]
14521name = "windows_x86_64_gnu"14594name = "windows_x86_64_gnu"
1452514598
14526[[package]]14599[[package]]
14527name = "windows_x86_64_gnu"14600name = "windows_x86_64_gnu"
14528version = "0.42.1"14601version = "0.42.2"
14529source = "registry+https://github.com/rust-lang/crates.io-index"14602source = "registry+https://github.com/rust-lang/crates.io-index"
14530checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"14603checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
1453114604
14532[[package]]14605[[package]]
14533name = "windows_x86_64_gnullvm"14606name = "windows_x86_64_gnullvm"
14534version = "0.42.1"14607version = "0.42.2"
14535source = "registry+https://github.com/rust-lang/crates.io-index"14608source = "registry+https://github.com/rust-lang/crates.io-index"
14536checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"14609checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
1453714610
14538[[package]]14611[[package]]
14539name = "windows_x86_64_msvc"14612name = "windows_x86_64_msvc"
1454314616
14544[[package]]14617[[package]]
14545name = "windows_x86_64_msvc"14618name = "windows_x86_64_msvc"
14546version = "0.42.1"14619version = "0.42.2"
14547source = "registry+https://github.com/rust-lang/crates.io-index"14620source = "registry+https://github.com/rust-lang/crates.io-index"
14548checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"14621checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
1454914622
14550[[package]]14623[[package]]
14551name = "winnow"14624name = "winnow"
14552version = "0.3.5"14625version = "0.4.0"
14553source = "registry+https://github.com/rust-lang/crates.io-index"14626source = "registry+https://github.com/rust-lang/crates.io-index"
14554checksum = "ee7b2c67f962bf5042bfd8b6a916178df33a26eec343ae064cb8e069f638fa6f"14627checksum = "deac0939bd6e4f24ab5919fbf751c97a8cfc8543bb083a305ed5c0c10bb241d1"
14555dependencies = [14628dependencies = [
14556 "memchr",14629 "memchr",
14557]14630]
14636[[package]]14709[[package]]
14637name = "xcm"14710name = "xcm"
14638version = "0.9.39-1"14711version = "0.9.39-1"
14639source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"14712source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
14640dependencies = [14713dependencies = [
14641 "bounded-collections",14714 "bounded-collections",
14642 "derivative",14715 "derivative",
14652[[package]]14725[[package]]
14653name = "xcm-builder"14726name = "xcm-builder"
14654version = "0.9.39-1"14727version = "0.9.39-1"
14655source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"14728source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
14656dependencies = [14729dependencies = [
14657 "frame-support",14730 "frame-support",
14658 "frame-system",14731 "frame-system",
14673[[package]]14746[[package]]
14674name = "xcm-executor"14747name = "xcm-executor"
14675version = "0.9.39-1"14748version = "0.9.39-1"
14676source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"14749source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
14677dependencies = [14750dependencies = [
14678 "environmental",14751 "environmental",
14679 "frame-benchmarking",14752 "frame-benchmarking",
14693[[package]]14766[[package]]
14694name = "xcm-procedural"14767name = "xcm-procedural"
14695version = "0.9.39-1"14768version = "0.9.39-1"
14696source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#298b4aefe1b07b864b6ef7ede041d73f6a0a7f93"14769source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.39#c22e1c4173bf6966f5d1980f4299f7abe836f0c1"
14697dependencies = [14770dependencies = [
14698 "Inflector",14771 "Inflector",
14699 "proc-macro2",14772 "proc-macro2",
14700 "quote",14773 "quote",
14701 "syn",14774 "syn 1.0.109",
14702]14775]
1470314776
14704[[package]]14777[[package]]
14741dependencies = [14814dependencies = [
14742 "proc-macro2",14815 "proc-macro2",
14743 "quote",14816 "quote",
14744 "syn",14817 "syn 1.0.109",
14745 "synstructure",14818 "synstructure",
14746]14819]
1474714820
modifiedCargo.tomldiffbeforeafterboth
8181
82# Parity82# Parity
83codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.2.2" }83codec = { default-features = false, features = ['derive'], package = 'parity-scale-codec', version = "3.2.2" }
84cumulus-client-cli = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }84cumulus-client-cli = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.39" }
85cumulus-client-consensus-aura = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }85cumulus-client-consensus-aura = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.39" }
86cumulus-client-consensus-common = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }86cumulus-client-consensus-common = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.39" }
87cumulus-client-network = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }87cumulus-client-network = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.39" }
88cumulus-client-service = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }88cumulus-client-service = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.39" }
89cumulus-pallet-aura-ext = { default-features = false , git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }89cumulus-pallet-aura-ext = { default-features = false , git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.39" }
90cumulus-pallet-dmp-queue = { default-features = false , git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }90cumulus-pallet-dmp-queue = { default-features = false , git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.39" }
91cumulus-pallet-parachain-system = { default-features = false , git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }91cumulus-pallet-parachain-system = { default-features = false , git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.39" }
92cumulus-pallet-xcm = { default-features = false , git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }92cumulus-pallet-xcm = { default-features = false , git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.39" }
93cumulus-pallet-xcmp-queue = { default-features = false , git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }93cumulus-pallet-xcmp-queue = { default-features = false , git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.39" }
94cumulus-primitives-core = { default-features = false , git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }94cumulus-primitives-core = { default-features = false , git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.39" }
95cumulus-primitives-parachain-inherent = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }95cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.39" }
96cumulus-primitives-timestamp = { default-features = false , git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }96cumulus-primitives-timestamp = { default-features = false , git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.39" }
97cumulus-primitives-utility = { default-features = false , git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }97cumulus-primitives-utility = { default-features = false , git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.39" }
98cumulus-relay-chain-inprocess-interface = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }98cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.39" }
99cumulus-relay-chain-interface = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }99cumulus-relay-chain-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.39" }
100cumulus-relay-chain-minimal-node = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }100cumulus-relay-chain-minimal-node = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.39" }
101frame-executive = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }101frame-executive = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
102frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }102frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
103frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }103frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
114pallet-transaction-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }114pallet-transaction-payment-rpc-runtime-api = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
115pallet-treasury = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }115pallet-treasury = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
116pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.39", default-features = false }116pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.39", default-features = false }
117parachain-info = { default-features = false, git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }117parachain-info = { default-features = false, git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.39" }
118polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.39" }118polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.39" }
119polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.39", default-features = false }119polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.39", default-features = false }
120polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.39" }120polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.39" }
177try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }177try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
178178
179# ORML179# ORML
180orml-tokens = { default-features = false , git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "unique-polkadot-v0.9.39" }180orml-tokens = { default-features = false , git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.39" }
181orml-traits = { default-features = false , git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "unique-polkadot-v0.9.39" }181orml-traits = { default-features = false , git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.39" }
182orml-vesting = { default-features = false , git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "unique-polkadot-v0.9.39" }182orml-vesting = { default-features = false , git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.39" }
183orml-xtokens = { default-features = false , git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "unique-polkadot-v0.9.39" }183orml-xtokens = { default-features = false , git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.39" }
184184
185# Other185# Other
186derivative = { version = "2.2.0", features = ["use_core"] }186derivative = { version = "2.2.0", features = ["use_core"] }
196serde = { default-features = false, features = ['derive'], version = "1.0.136" }196serde = { default-features = false, features = ['derive'], version = "1.0.136" }
197smallvec = "1.6.1"197smallvec = "1.6.1"
198
199[workspace.metadata.deppatcher.originals.workspace.dependencies]
200orml-tokens = { git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "unique-polkadot-v0.9.39" }
201orml-traits = { git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "unique-polkadot-v0.9.39" }
202orml-vesting = { git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "unique-polkadot-v0.9.39" }
203orml-xtokens = { git = "https://github.com/uniquenetwork/open-runtime-module-library", branch = "unique-polkadot-v0.9.39" }
204cumulus-client-cli = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
205cumulus-client-consensus-aura = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
206cumulus-client-consensus-common = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
207cumulus-client-network = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
208cumulus-client-service = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
209cumulus-pallet-aura-ext = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
210cumulus-pallet-dmp-queue = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
211cumulus-pallet-parachain-system = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
212cumulus-pallet-xcm = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
213cumulus-pallet-xcmp-queue = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
214cumulus-primitives-core = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
215cumulus-primitives-parachain-inherent = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
216cumulus-primitives-timestamp = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
217cumulus-primitives-utility = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
218cumulus-relay-chain-inprocess-interface = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
219cumulus-relay-chain-interface = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
220cumulus-relay-chain-minimal-node = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
221parachain-info = { git = "https://github.com/uniquenetwork/cumulus", branch = "polkadot-v0.9.39" }
198222
223
modifiedclient/rpc/Cargo.tomldiffbeforeafterboth
2121
22pallet-evm = { workspace = true }22pallet-evm = { workspace = true }
23sc-client-api = { workspace = true }23sc-client-api = { workspace = true }
24sc-rpc-api = { default-features = false, workspace = true }24sc-rpc-api = { workspace = true }
25sc-service = { workspace = true }25sc-service = { workspace = true }
26sp-api = { default-features = false, workspace = true }26sp-api = { workspace = true }
27sp-blockchain = { default-features = false, workspace = true }27sp-blockchain = { workspace = true }
28sp-core = { default-features = false, workspace = true }28sp-core = { workspace = true }
29sp-externalities = { workspace = true }29sp-externalities = { workspace = true }
30sp-keystore = { default-features = false, workspace = true }30sp-keystore = { workspace = true }
31sp-runtime = { default-features = false, workspace = true }31sp-runtime = { workspace = true }
32sp-state-machine = { workspace = true }32sp-state-machine = { workspace = true }
33sp-trie = { default-features = false, workspace = true }33sp-trie = { workspace = true }
3434
35frame-benchmarking = { workspace = true }35frame-benchmarking = { workspace = true }
3636