diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 178 |
1 files changed, 23 insertions, 155 deletions
diff --git a/Cargo.lock b/Cargo.lock index 1c16b281b..4ef0134d7 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -353,11 +353,6 @@ dependencies = [ | |||
353 | ] | 353 | ] |
354 | 354 | ||
355 | [[package]] | 355 | [[package]] |
356 | name = "deunicode" | ||
357 | version = "0.4.3" | ||
358 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
359 | |||
360 | [[package]] | ||
361 | name = "difference" | 356 | name = "difference" |
362 | version = "2.0.0" | 357 | version = "2.0.0" |
363 | source = "registry+https://github.com/rust-lang/crates.io-index" | 358 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -407,15 +402,6 @@ version = "0.3.5" | |||
407 | source = "registry+https://github.com/rust-lang/crates.io-index" | 402 | source = "registry+https://github.com/rust-lang/crates.io-index" |
408 | 403 | ||
409 | [[package]] | 404 | [[package]] |
410 | name = "error-chain" | ||
411 | version = "0.12.1" | ||
412 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
413 | dependencies = [ | ||
414 | "backtrace 0.3.34 (registry+https://github.com/rust-lang/crates.io-index)", | ||
415 | "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
416 | ] | ||
417 | |||
418 | [[package]] | ||
419 | name = "failure" | 405 | name = "failure" |
420 | version = "0.1.5" | 406 | version = "0.1.5" |
421 | source = "registry+https://github.com/rust-lang/crates.io-index" | 407 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -558,11 +544,6 @@ dependencies = [ | |||
558 | 544 | ||
559 | [[package]] | 545 | [[package]] |
560 | name = "glob" | 546 | name = "glob" |
561 | version = "0.2.11" | ||
562 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
563 | |||
564 | [[package]] | ||
565 | name = "glob" | ||
566 | version = "0.3.0" | 547 | version = "0.3.0" |
567 | source = "registry+https://github.com/rust-lang/crates.io-index" | 548 | source = "registry+https://github.com/rust-lang/crates.io-index" |
568 | 549 | ||
@@ -587,21 +568,6 @@ dependencies = [ | |||
587 | ] | 568 | ] |
588 | 569 | ||
589 | [[package]] | 570 | [[package]] |
590 | name = "humansize" | ||
591 | version = "1.1.0" | ||
592 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
593 | |||
594 | [[package]] | ||
595 | name = "idna" | ||
596 | version = "0.1.5" | ||
597 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
598 | dependencies = [ | ||
599 | "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||
600 | "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||
601 | "unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||
602 | ] | ||
603 | |||
604 | [[package]] | ||
605 | name = "idna" | 571 | name = "idna" |
606 | version = "0.2.0" | 572 | version = "0.2.0" |
607 | source = "registry+https://github.com/rust-lang/crates.io-index" | 573 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1003,17 +969,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1003 | dependencies = [ | 969 | dependencies = [ |
1004 | "proc-macro-hack 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)", | 970 | "proc-macro-hack 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1005 | "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 971 | "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1006 | "quote 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 972 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1007 | "syn 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 973 | "syn 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1008 | ] | 974 | ] |
1009 | 975 | ||
1010 | [[package]] | 976 | [[package]] |
1011 | name = "percent-encoding" | 977 | name = "percent-encoding" |
1012 | version = "1.0.1" | ||
1013 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1014 | |||
1015 | [[package]] | ||
1016 | name = "percent-encoding" | ||
1017 | version = "2.1.0" | 978 | version = "2.1.0" |
1018 | source = "registry+https://github.com/rust-lang/crates.io-index" | 979 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1019 | 980 | ||
@@ -1076,7 +1037,7 @@ version = "0.5.9" | |||
1076 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1037 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1077 | dependencies = [ | 1038 | dependencies = [ |
1078 | "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1039 | "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1079 | "quote 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1040 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1080 | "syn 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1041 | "syn 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1081 | ] | 1042 | ] |
1082 | 1043 | ||
@@ -1128,7 +1089,7 @@ dependencies = [ | |||
1128 | 1089 | ||
1129 | [[package]] | 1090 | [[package]] |
1130 | name = "quote" | 1091 | name = "quote" |
1131 | version = "1.0.1" | 1092 | version = "1.0.2" |
1132 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1093 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1133 | dependencies = [ | 1094 | dependencies = [ |
1134 | "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1095 | "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1362,8 +1323,12 @@ name = "ra_tools" | |||
1362 | version = "0.1.0" | 1323 | version = "0.1.0" |
1363 | dependencies = [ | 1324 | dependencies = [ |
1364 | "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1325 | "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1326 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1365 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1327 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1366 | "teraron 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1328 | "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1329 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1330 | "ron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1331 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1367 | "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1332 | "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1368 | ] | 1333 | ] |
1369 | 1334 | ||
@@ -1614,6 +1579,16 @@ dependencies = [ | |||
1614 | ] | 1579 | ] |
1615 | 1580 | ||
1616 | [[package]] | 1581 | [[package]] |
1582 | name = "ron" | ||
1583 | version = "0.5.1" | ||
1584 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1585 | dependencies = [ | ||
1586 | "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1587 | "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1588 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1589 | ] | ||
1590 | |||
1591 | [[package]] | ||
1617 | name = "rowan" | 1592 | name = "rowan" |
1618 | version = "0.6.2" | 1593 | version = "0.6.2" |
1619 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1594 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1717,7 +1692,7 @@ version = "1.0.99" | |||
1717 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1692 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1718 | dependencies = [ | 1693 | dependencies = [ |
1719 | "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1694 | "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1720 | "quote 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1695 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1721 | "syn 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1696 | "syn 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1722 | ] | 1697 | ] |
1723 | 1698 | ||
@@ -1737,7 +1712,7 @@ version = "0.1.5" | |||
1737 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1712 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1738 | dependencies = [ | 1713 | dependencies = [ |
1739 | "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1714 | "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1740 | "quote 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1715 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1741 | "syn 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1716 | "syn 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1742 | ] | 1717 | ] |
1743 | 1718 | ||
@@ -1769,14 +1744,6 @@ version = "0.4.2" | |||
1769 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1744 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1770 | 1745 | ||
1771 | [[package]] | 1746 | [[package]] |
1772 | name = "slug" | ||
1773 | version = "0.1.4" | ||
1774 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1775 | dependencies = [ | ||
1776 | "deunicode 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1777 | ] | ||
1778 | |||
1779 | [[package]] | ||
1780 | name = "smallvec" | 1747 | name = "smallvec" |
1781 | version = "0.6.10" | 1748 | version = "0.6.10" |
1782 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1749 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1826,7 +1793,7 @@ version = "1.0.2" | |||
1826 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1793 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1827 | dependencies = [ | 1794 | dependencies = [ |
1828 | "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1795 | "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1829 | "quote 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1796 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1830 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1797 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1831 | ] | 1798 | ] |
1832 | 1799 | ||
@@ -1855,36 +1822,6 @@ dependencies = [ | |||
1855 | ] | 1822 | ] |
1856 | 1823 | ||
1857 | [[package]] | 1824 | [[package]] |
1858 | name = "tera" | ||
1859 | version = "0.11.20" | ||
1860 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1861 | dependencies = [ | ||
1862 | "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1863 | "error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1864 | "glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1865 | "humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1866 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1867 | "pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1868 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1869 | "regex 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1870 | "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1871 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1872 | "slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1873 | "unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1874 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1875 | ] | ||
1876 | |||
1877 | [[package]] | ||
1878 | name = "teraron" | ||
1879 | version = "0.1.0" | ||
1880 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1881 | dependencies = [ | ||
1882 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1883 | "ron 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1884 | "tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1885 | ] | ||
1886 | |||
1887 | [[package]] | ||
1888 | name = "termios" | 1825 | name = "termios" |
1889 | version = "0.3.1" | 1826 | version = "0.3.1" |
1890 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1827 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1959,50 +1896,6 @@ version = "0.1.2" | |||
1959 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1896 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1960 | 1897 | ||
1961 | [[package]] | 1898 | [[package]] |
1962 | name = "unic-char-property" | ||
1963 | version = "0.7.0" | ||
1964 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1965 | dependencies = [ | ||
1966 | "unic-char-range 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1967 | ] | ||
1968 | |||
1969 | [[package]] | ||
1970 | name = "unic-char-range" | ||
1971 | version = "0.7.0" | ||
1972 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1973 | |||
1974 | [[package]] | ||
1975 | name = "unic-common" | ||
1976 | version = "0.7.0" | ||
1977 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1978 | |||
1979 | [[package]] | ||
1980 | name = "unic-segment" | ||
1981 | version = "0.7.0" | ||
1982 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1983 | dependencies = [ | ||
1984 | "unic-ucd-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1985 | ] | ||
1986 | |||
1987 | [[package]] | ||
1988 | name = "unic-ucd-segment" | ||
1989 | version = "0.7.0" | ||
1990 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1991 | dependencies = [ | ||
1992 | "unic-char-property 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1993 | "unic-char-range 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1994 | "unic-ucd-version 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1995 | ] | ||
1996 | |||
1997 | [[package]] | ||
1998 | name = "unic-ucd-version" | ||
1999 | version = "0.7.0" | ||
2000 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2001 | dependencies = [ | ||
2002 | "unic-common 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
2003 | ] | ||
2004 | |||
2005 | [[package]] | ||
2006 | name = "unicase" | 1899 | name = "unicase" |
2007 | version = "2.4.0" | 1900 | version = "2.4.0" |
2008 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1901 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -2048,16 +1941,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2048 | 1941 | ||
2049 | [[package]] | 1942 | [[package]] |
2050 | name = "url" | 1943 | name = "url" |
2051 | version = "1.7.2" | ||
2052 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2053 | dependencies = [ | ||
2054 | "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
2055 | "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||
2056 | "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
2057 | ] | ||
2058 | |||
2059 | [[package]] | ||
2060 | name = "url" | ||
2061 | version = "2.1.0" | 1944 | version = "2.1.0" |
2062 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1945 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2063 | dependencies = [ | 1946 | dependencies = [ |
@@ -2200,7 +2083,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2200 | "checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b" | 2083 | "checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b" |
2201 | "checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" | 2084 | "checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" |
2202 | "checksum derive-new 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c3fd04571b29c91cfbe1e7c9a228e069ac8635f180ffb4ccd6a6907617ee8bb0" | 2085 | "checksum derive-new 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c3fd04571b29c91cfbe1e7c9a228e069ac8635f180ffb4ccd6a6907617ee8bb0" |
2203 | "checksum deunicode 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690" | ||
2204 | "checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" | 2086 | "checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" |
2205 | "checksum digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" | 2087 | "checksum digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" |
2206 | "checksum drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "69b26e475fd29098530e709294e94e661974c851aed42512793f120fed4e199f" | 2088 | "checksum drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "69b26e475fd29098530e709294e94e661974c851aed42512793f120fed4e199f" |
@@ -2209,7 +2091,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2209 | "checksum ena 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "25b4e5febb25f08c49f1b07dc33a182729a6b21edfb562b5aef95f78e0dbe5bb" | 2091 | "checksum ena 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "25b4e5febb25f08c49f1b07dc33a182729a6b21edfb562b5aef95f78e0dbe5bb" |
2210 | "checksum ena 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3dc01d68e08ca384955a3aeba9217102ca1aa85b6e168639bf27739f1d749d87" | 2092 | "checksum ena 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3dc01d68e08ca384955a3aeba9217102ca1aa85b6e168639bf27739f1d749d87" |
2211 | "checksum encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "90b2c9496c001e8cb61827acdefad780795c42264c137744cae6f7d9e3450abd" | 2093 | "checksum encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "90b2c9496c001e8cb61827acdefad780795c42264c137744cae6f7d9e3450abd" |
2212 | "checksum error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3ab49e9dcb602294bc42f9a7dfc9bc6e936fca4418ea300dbfb84fe16de0b7d9" | ||
2213 | "checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" | 2094 | "checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" |
2214 | "checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1" | 2095 | "checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1" |
2215 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" | 2096 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" |
@@ -2227,12 +2108,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2227 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" | 2108 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
2228 | "checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" | 2109 | "checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" |
2229 | "checksum getrandom 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "2512b3191f22e2763a5db387f1c9409379772e2050841722eb4a8c4f497bf096" | 2110 | "checksum getrandom 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "2512b3191f22e2763a5db387f1c9409379772e2050841722eb4a8c4f497bf096" |
2230 | "checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" | ||
2231 | "checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" | 2111 | "checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" |
2232 | "checksum globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2" | 2112 | "checksum globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2" |
2233 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" | 2113 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
2234 | "checksum humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e" | ||
2235 | "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" | ||
2236 | "checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" | 2114 | "checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" |
2237 | "checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" | 2115 | "checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" |
2238 | "checksum indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2c60da1c9abea75996b70a931bba6c750730399005b61ccd853cee50ef3d0d0c" | 2116 | "checksum indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2c60da1c9abea75996b70a931bba6c750730399005b61ccd853cee50ef3d0d0c" |
@@ -2279,7 +2157,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2279 | "checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b" | 2157 | "checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b" |
2280 | "checksum paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "423a519e1c6e828f1e73b720f9d9ed2fa643dce8a7737fb43235ce0b41eeaa49" | 2158 | "checksum paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "423a519e1c6e828f1e73b720f9d9ed2fa643dce8a7737fb43235ce0b41eeaa49" |
2281 | "checksum paste-impl 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4214c9e912ef61bf42b81ba9a47e8aad1b2ffaf739ab162bf96d1e011f54e6c5" | 2159 | "checksum paste-impl 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4214c9e912ef61bf42b81ba9a47e8aad1b2ffaf739ab162bf96d1e011f54e6c5" |
2282 | "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" | ||
2283 | "checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" | 2160 | "checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" |
2284 | "checksum pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "933085deae3f32071f135d799d75667b63c8dc1f4537159756e3d4ceab41868c" | 2161 | "checksum pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "933085deae3f32071f135d799d75667b63c8dc1f4537159756e3d4ceab41868c" |
2285 | "checksum pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0" | 2162 | "checksum pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0" |
@@ -2293,7 +2170,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2293 | "checksum proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cf147e022eacf0c8a054ab864914a7602618adba841d800a9a9868a5237a529f" | 2170 | "checksum proptest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cf147e022eacf0c8a054ab864914a7602618adba841d800a9a9868a5237a529f" |
2294 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" | 2171 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
2295 | "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" | 2172 | "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" |
2296 | "checksum quote 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "49d77c41ca8767f2f41394c11a4eebccab83da25e7cc035387a3125f02be90a3" | 2173 | "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" |
2297 | "checksum ra_rustc_lexer 0.1.0-pre.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6baccda91574dfadd7f8a0bc8f9f110f874b6b484289b2536d3dbf4f0d5d97bb" | 2174 | "checksum ra_rustc_lexer 0.1.0-pre.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6baccda91574dfadd7f8a0bc8f9f110f874b6b484289b2536d3dbf4f0d5d97bb" |
2298 | "checksum ra_vfs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb7cd4e302032c5ab514f1c01c89727cd96fd950dd36f9ebee9252df45d9fb1a" | 2175 | "checksum ra_vfs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb7cd4e302032c5ab514f1c01c89727cd96fd950dd36f9ebee9252df45d9fb1a" |
2299 | "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" | 2176 | "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" |
@@ -2320,6 +2197,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2320 | "checksum relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0e7790c7f1cc73d831d28dc5a7deb316a006e7848e6a7f467cdb10a0a9e0fb1c" | 2197 | "checksum relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0e7790c7f1cc73d831d28dc5a7deb316a006e7848e6a7f467cdb10a0a9e0fb1c" |
2321 | "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" | 2198 | "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" |
2322 | "checksum ron 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "17f52a24414403f81528b67488cf8edc4eda977d3af1646bb6b106a600ead78f" | 2199 | "checksum ron 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "17f52a24414403f81528b67488cf8edc4eda977d3af1646bb6b106a600ead78f" |
2200 | "checksum ron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2ece421e0c4129b90e4a35b6f625e472e96c552136f5093a2f4fa2bbb75a62d5" | ||
2323 | "checksum rowan 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dc2b79612dedc9004083a61448eb669d336d56690aab29fbd7249e8c8ab41d8c" | 2201 | "checksum rowan 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dc2b79612dedc9004083a61448eb669d336d56690aab29fbd7249e8c8ab41d8c" |
2324 | "checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" | 2202 | "checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" |
2325 | "checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" | 2203 | "checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" |
@@ -2338,7 +2216,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2338 | "checksum serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)" = "38b08a9a90e5260fe01c6480ec7c811606df6d3a660415808c3c3fa8ed95b582" | 2216 | "checksum serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)" = "38b08a9a90e5260fe01c6480ec7c811606df6d3a660415808c3c3fa8ed95b582" |
2339 | "checksum sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "23962131a91661d643c98940b20fcaffe62d776a823247be80a48fcb8b6fce68" | 2217 | "checksum sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "23962131a91661d643c98940b20fcaffe62d776a823247be80a48fcb8b6fce68" |
2340 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" | 2218 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
2341 | "checksum slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" | ||
2342 | "checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7" | 2219 | "checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7" |
2343 | "checksum smol_str 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "590700be3630457c56f8c73c0ea39881476ad7076cd84057d44f4f38f79914fb" | 2220 | "checksum smol_str 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "590700be3630457c56f8c73c0ea39881476ad7076cd84057d44f4f38f79914fb" |
2344 | "checksum stacker 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb79482f57cf598af52094ec4cc3b3c42499d3ce5bd426f2ac41515b7e57404b" | 2221 | "checksum stacker 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb79482f57cf598af52094ec4cc3b3c42499d3ce5bd426f2ac41515b7e57404b" |
@@ -2348,8 +2225,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2348 | "checksum syn 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2ae5cd13590144ea968ba5d5520da7a4c08415861014399b5b349f74591c375f" | 2225 | "checksum syn 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2ae5cd13590144ea968ba5d5520da7a4c08415861014399b5b349f74591c375f" |
2349 | "checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f" | 2226 | "checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f" |
2350 | "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" | 2227 | "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" |
2351 | "checksum tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)" = "4b505279e19d8f7d24b1a9dc58327c9c36174b1a2c7ebdeac70792d017cb64f3" | ||
2352 | "checksum teraron 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9a447d012fef5c222f4b11a98fcef2a7e347a57f28be9957c5c390ac9a0e41e0" | ||
2353 | "checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" | 2228 | "checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" |
2354 | "checksum text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e08bbcb7a3adbda0eb23431206b653bdad3d8dea311e72d36bf2215e27a42579" | 2229 | "checksum text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e08bbcb7a3adbda0eb23431206b653bdad3d8dea311e72d36bf2215e27a42579" |
2355 | "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" | 2230 | "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
@@ -2358,12 +2233,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2358 | "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" | 2233 | "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" |
2359 | "checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169" | 2234 | "checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169" |
2360 | "checksum ucd-trie 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8f00ed7be0c1ff1e24f46c3d2af4859f7e863672ba3a6e92e7cff702bf9f06c2" | 2235 | "checksum ucd-trie 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8f00ed7be0c1ff1e24f46c3d2af4859f7e863672ba3a6e92e7cff702bf9f06c2" |
2361 | "checksum unic-char-property 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce36d3f7ce754afdbccccf8ff0dd0134e50fb44aaae579f96218856e9e5dbd1e" | ||
2362 | "checksum unic-char-range 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9ab85fab42ad1b26cafc03bf891f69cb4d6e15f491030e89a0122197baa8ae8" | ||
2363 | "checksum unic-common 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff8d4a7ade929ef7d971e16ced21a8cd56a63869aa6032dfb8cb083cf7d077bf" | ||
2364 | "checksum unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c9ca47cbb09fb5fcd066b5867d11dc528302fa465277882797d6a836e1ee6f9e" | ||
2365 | "checksum unic-ucd-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "48f1a08ce0409a9e391b88d1930118eec48af12742fc538bcec55f775865776e" | ||
2366 | "checksum unic-ucd-version 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1f5e6c6c53c2d0ece4a5964bc55fcff8602153063cb4fab20958ff32998ff6" | ||
2367 | "checksum unicase 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a84e5511b2a947f3ae965dcb29b13b7b1691b6e7332cf5dbc1744138d5acb7f6" | 2236 | "checksum unicase 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a84e5511b2a947f3ae965dcb29b13b7b1691b6e7332cf5dbc1744138d5acb7f6" |
2368 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" | 2237 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" |
2369 | "checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426" | 2238 | "checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426" |
@@ -2371,7 +2240,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2371 | "checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526" | 2240 | "checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526" |
2372 | "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" | 2241 | "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
2373 | "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" | 2242 | "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |
2374 | "checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" | ||
2375 | "checksum url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61" | 2243 | "checksum url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61" |
2376 | "checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a" | 2244 | "checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a" |
2377 | "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" | 2245 | "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" |