diff options
author | kjeremy <[email protected]> | 2019-10-31 14:31:59 +0000 |
---|---|---|
committer | kjeremy <[email protected]> | 2019-10-31 14:31:59 +0000 |
commit | 35f907fc21097020d073ac8715960e915a61f524 (patch) | |
tree | 5dfc1e3f4fa58dca9cdb35d9a13adae5d558e592 | |
parent | 9421e5be357e1f8604a2353a6809c7aa923a3de8 (diff) |
updates
-rw-r--r-- | Cargo.lock | 42 |
1 files changed, 26 insertions, 16 deletions
diff --git a/Cargo.lock b/Cargo.lock index fdacd82a7..10f51403a 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -272,7 +272,7 @@ dependencies = [ | |||
272 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 272 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
273 | "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", | 273 | "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
274 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 274 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
275 | "memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 275 | "memoffset 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
276 | "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 276 | "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
277 | ] | 277 | ] |
278 | 278 | ||
@@ -455,7 +455,15 @@ name = "heck" | |||
455 | version = "0.3.1" | 455 | version = "0.3.1" |
456 | source = "registry+https://github.com/rust-lang/crates.io-index" | 456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
457 | dependencies = [ | 457 | dependencies = [ |
458 | "unicode-segmentation 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 458 | "unicode-segmentation 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
459 | ] | ||
460 | |||
461 | [[package]] | ||
462 | name = "hermit-abi" | ||
463 | version = "0.1.3" | ||
464 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
465 | dependencies = [ | ||
466 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | ||
459 | ] | 467 | ] |
460 | 468 | ||
461 | [[package]] | 469 | [[package]] |
@@ -664,7 +672,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
664 | 672 | ||
665 | [[package]] | 673 | [[package]] |
666 | name = "memoffset" | 674 | name = "memoffset" |
667 | version = "0.5.1" | 675 | version = "0.5.2" |
668 | source = "registry+https://github.com/rust-lang/crates.io-index" | 676 | source = "registry+https://github.com/rust-lang/crates.io-index" |
669 | dependencies = [ | 677 | dependencies = [ |
670 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 678 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -761,9 +769,10 @@ dependencies = [ | |||
761 | 769 | ||
762 | [[package]] | 770 | [[package]] |
763 | name = "num_cpus" | 771 | name = "num_cpus" |
764 | version = "1.10.1" | 772 | version = "1.11.0" |
765 | source = "registry+https://github.com/rust-lang/crates.io-index" | 773 | source = "registry+https://github.com/rust-lang/crates.io-index" |
766 | dependencies = [ | 774 | dependencies = [ |
775 | "hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
767 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 776 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
768 | ] | 777 | ] |
769 | 778 | ||
@@ -802,7 +811,7 @@ dependencies = [ | |||
802 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | 811 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
803 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | 812 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
804 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 813 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
805 | "smallvec 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | 814 | "smallvec 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
806 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 815 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
807 | ] | 816 | ] |
808 | 817 | ||
@@ -1111,7 +1120,7 @@ dependencies = [ | |||
1111 | "ra_syntax 0.1.0", | 1120 | "ra_syntax 0.1.0", |
1112 | "ra_tt 0.1.0", | 1121 | "ra_tt 0.1.0", |
1113 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1122 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1114 | "smallvec 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | 1123 | "smallvec 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1115 | "test_utils 0.1.0", | 1124 | "test_utils 0.1.0", |
1116 | ] | 1125 | ] |
1117 | 1126 | ||
@@ -1364,7 +1373,7 @@ dependencies = [ | |||
1364 | "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1373 | "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1365 | "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1374 | "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1366 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1375 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1367 | "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1376 | "num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1368 | ] | 1377 | ] |
1369 | 1378 | ||
1370 | [[package]] | 1379 | [[package]] |
@@ -1476,7 +1485,7 @@ dependencies = [ | |||
1476 | "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1485 | "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1477 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1486 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1478 | "salsa-macros 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1487 | "salsa-macros 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1479 | "smallvec 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | 1488 | "smallvec 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1480 | ] | 1489 | ] |
1481 | 1490 | ||
1482 | [[package]] | 1491 | [[package]] |
@@ -1573,7 +1582,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1573 | 1582 | ||
1574 | [[package]] | 1583 | [[package]] |
1575 | name = "smallvec" | 1584 | name = "smallvec" |
1576 | version = "0.6.11" | 1585 | version = "0.6.12" |
1577 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1586 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1578 | 1587 | ||
1579 | [[package]] | 1588 | [[package]] |
@@ -1659,7 +1668,7 @@ name = "threadpool" | |||
1659 | version = "1.7.1" | 1668 | version = "1.7.1" |
1660 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1669 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1661 | dependencies = [ | 1670 | dependencies = [ |
1662 | "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1671 | "num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1663 | ] | 1672 | ] |
1664 | 1673 | ||
1665 | [[package]] | 1674 | [[package]] |
@@ -1693,12 +1702,12 @@ name = "unicode-normalization" | |||
1693 | version = "0.1.8" | 1702 | version = "0.1.8" |
1694 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1703 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1695 | dependencies = [ | 1704 | dependencies = [ |
1696 | "smallvec 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | 1705 | "smallvec 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1697 | ] | 1706 | ] |
1698 | 1707 | ||
1699 | [[package]] | 1708 | [[package]] |
1700 | name = "unicode-segmentation" | 1709 | name = "unicode-segmentation" |
1701 | version = "1.4.0" | 1710 | version = "1.5.0" |
1702 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1711 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1703 | 1712 | ||
1704 | [[package]] | 1713 | [[package]] |
@@ -1879,6 +1888,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1879 | "checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" | 1888 | "checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" |
1880 | "checksum globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2" | 1889 | "checksum globset 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "925aa2cac82d8834e2b2a4415b6f6879757fb5c0928fc445ae76461a12eed8f2" |
1881 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" | 1890 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
1891 | "checksum hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "307c3c9f937f38e3534b1d6447ecf090cafcc9744e4a6360e8b037b2cf5af120" | ||
1882 | "checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" | 1892 | "checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" |
1883 | "checksum indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712d7b3ea5827fcb9d4fda14bf4da5f136f0db2ae9c8f4bd4e2d1c6fde4e6db2" | 1893 | "checksum indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712d7b3ea5827fcb9d4fda14bf4da5f136f0db2ae9c8f4bd4e2d1c6fde4e6db2" |
1884 | "checksum indicatif 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a8d596a9576eaa1446996092642d72bfef35cf47243129b7ab883baf5faec31e" | 1894 | "checksum indicatif 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a8d596a9576eaa1446996092642d72bfef35cf47243129b7ab883baf5faec31e" |
@@ -1905,7 +1915,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1905 | "checksum lsp-types 0.61.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fa3268fbe8beb2795c2fb327bf44f4f3d24f5fe9ebc18d7e2980afd444d72bcf" | 1915 | "checksum lsp-types 0.61.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fa3268fbe8beb2795c2fb327bf44f4f3d24f5fe9ebc18d7e2980afd444d72bcf" |
1906 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" | 1916 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
1907 | "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" | 1917 | "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" |
1908 | "checksum memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f" | 1918 | "checksum memoffset 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a85c1a8c329f11437034d7313dca647c79096523533a1c79e86f1d0f657c7cc" |
1909 | "checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23" | 1919 | "checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23" |
1910 | "checksum mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40" | 1920 | "checksum mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40" |
1911 | "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" | 1921 | "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
@@ -1914,7 +1924,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1914 | "checksum notify 4.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "199628fc33b21bc767baa057490b00b382ecbae030803a7b36292422d15b778b" | 1924 | "checksum notify 4.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "199628fc33b21bc767baa057490b00b382ecbae030803a7b36292422d15b778b" |
1915 | "checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09" | 1925 | "checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09" |
1916 | "checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32" | 1926 | "checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32" |
1917 | "checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273" | 1927 | "checksum num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "155394f924cdddf08149da25bfb932d226b4a593ca7468b08191ff6335941af5" |
1918 | "checksum number_prefix 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a" | 1928 | "checksum number_prefix 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a" |
1919 | "checksum once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "891f486f630e5c5a4916c7e16c4b24a53e78c860b646e9f8e005e4f16847bfed" | 1929 | "checksum once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "891f486f630e5c5a4916c7e16c4b24a53e78c860b646e9f8e005e4f16847bfed" |
1920 | "checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" | 1930 | "checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" |
@@ -1975,7 +1985,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1975 | "checksum serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573" | 1985 | "checksum serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573" |
1976 | "checksum serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)" = "691b17f19fc1ec9d94ec0b5864859290dff279dbd7b03f017afda54eb36c3c35" | 1986 | "checksum serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)" = "691b17f19fc1ec9d94ec0b5864859290dff279dbd7b03f017afda54eb36c3c35" |
1977 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" | 1987 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
1978 | "checksum smallvec 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "cefaa50e76a6f10b86f36e640eb1739eafbd4084865067778463913e43a77ff3" | 1988 | "checksum smallvec 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "533e29e15d0748f28afbaf4ff7cab44d73e483a8e50b38c40bd13b7f3d48f542" |
1979 | "checksum smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34836c9a295c62c2ce3514471117c5cb269891e8421b2aafdd910050576c4d8b" | 1989 | "checksum smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34836c9a295c62c2ce3514471117c5cb269891e8421b2aafdd910050576c4d8b" |
1980 | "checksum stacker 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d96fc4f13a0ac088e9a3cd9af1cc8c5cc1ab5deb2145cef661267dfc9c542f8a" | 1990 | "checksum stacker 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d96fc4f13a0ac088e9a3cd9af1cc8c5cc1ab5deb2145cef661267dfc9c542f8a" |
1981 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" | 1991 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" |
@@ -1989,7 +1999,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1989 | "checksum unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2e2e6bd1e59e56598518beb94fd6db628ded570326f0a98c679a304bd9f00150" | 1999 | "checksum unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2e2e6bd1e59e56598518beb94fd6db628ded570326f0a98c679a304bd9f00150" |
1990 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" | 2000 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" |
1991 | "checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426" | 2001 | "checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426" |
1992 | "checksum unicode-segmentation 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dc5415c074426c7c65db13bd647c23d78c0fb2e10dca0b8fb0f40058a59bccdf" | 2002 | "checksum unicode-segmentation 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49f5526225fd8b77342d5986ab5f6055552e9c0776193b5b63fd53b46debfad7" |
1993 | "checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20" | 2003 | "checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20" |
1994 | "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" | 2004 | "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |
1995 | "checksum url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61" | 2005 | "checksum url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61" |