diff options
-rw-r--r-- | Cargo.lock | 87 |
1 files changed, 14 insertions, 73 deletions
diff --git a/Cargo.lock b/Cargo.lock index 15cd4386c..c330115b8 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -60,7 +60,7 @@ name = "backtrace-sys" | |||
60 | version = "0.1.28" | 60 | version = "0.1.28" |
61 | source = "registry+https://github.com/rust-lang/crates.io-index" | 61 | source = "registry+https://github.com/rust-lang/crates.io-index" |
62 | dependencies = [ | 62 | dependencies = [ |
63 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", | 63 | "cc 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)", |
64 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", | 64 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
65 | ] | 65 | ] |
66 | 66 | ||
@@ -115,15 +115,6 @@ version = "1.3.1" | |||
115 | source = "registry+https://github.com/rust-lang/crates.io-index" | 115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
116 | 116 | ||
117 | [[package]] | 117 | [[package]] |
118 | name = "bytes" | ||
119 | version = "0.4.11" | ||
120 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
121 | dependencies = [ | ||
122 | "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
123 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
124 | ] | ||
125 | |||
126 | [[package]] | ||
127 | name = "cargo_metadata" | 118 | name = "cargo_metadata" |
128 | version = "0.7.1" | 119 | version = "0.7.1" |
129 | source = "registry+https://github.com/rust-lang/crates.io-index" | 120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -137,7 +128,7 @@ dependencies = [ | |||
137 | 128 | ||
138 | [[package]] | 129 | [[package]] |
139 | name = "cc" | 130 | name = "cc" |
140 | version = "1.0.28" | 131 | version = "1.0.29" |
141 | source = "registry+https://github.com/rust-lang/crates.io-index" | 132 | source = "registry+https://github.com/rust-lang/crates.io-index" |
142 | 133 | ||
143 | [[package]] | 134 | [[package]] |
@@ -414,7 +405,7 @@ dependencies = [ | |||
414 | 405 | ||
415 | [[package]] | 406 | [[package]] |
416 | name = "fuchsia-cprng" | 407 | name = "fuchsia-cprng" |
417 | version = "0.1.0" | 408 | version = "0.1.1" |
418 | source = "registry+https://github.com/rust-lang/crates.io-index" | 409 | source = "registry+https://github.com/rust-lang/crates.io-index" |
419 | 410 | ||
420 | [[package]] | 411 | [[package]] |
@@ -432,18 +423,13 @@ version = "0.3.3" | |||
432 | source = "registry+https://github.com/rust-lang/crates.io-index" | 423 | source = "registry+https://github.com/rust-lang/crates.io-index" |
433 | 424 | ||
434 | [[package]] | 425 | [[package]] |
435 | name = "futures" | ||
436 | version = "0.1.25" | ||
437 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
438 | |||
439 | [[package]] | ||
440 | name = "gen_lsp_server" | 426 | name = "gen_lsp_server" |
441 | version = "0.1.0" | 427 | version = "0.1.0" |
442 | dependencies = [ | 428 | dependencies = [ |
443 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 429 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
444 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 430 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
445 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 431 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
446 | "lsp-types 0.55.1 (registry+https://github.com/rust-lang/crates.io-index)", | 432 | "lsp-types 0.55.2 (registry+https://github.com/rust-lang/crates.io-index)", |
447 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", | 433 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", |
448 | "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", | 434 | "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", |
449 | ] | 435 | ] |
@@ -504,12 +490,8 @@ version = "0.6.1" | |||
504 | source = "registry+https://github.com/rust-lang/crates.io-index" | 490 | source = "registry+https://github.com/rust-lang/crates.io-index" |
505 | dependencies = [ | 491 | dependencies = [ |
506 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 492 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
507 | "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||
508 | "inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 493 | "inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
509 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", | 494 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
510 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", | ||
511 | "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||
512 | "tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||
513 | ] | 495 | ] |
514 | 496 | ||
515 | [[package]] | 497 | [[package]] |
@@ -576,7 +558,7 @@ name = "jemalloc-sys" | |||
576 | version = "0.1.8" | 558 | version = "0.1.8" |
577 | source = "registry+https://github.com/rust-lang/crates.io-index" | 559 | source = "registry+https://github.com/rust-lang/crates.io-index" |
578 | dependencies = [ | 560 | dependencies = [ |
579 | "cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", | 561 | "cc 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)", |
580 | "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 562 | "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
581 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", | 563 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
582 | ] | 564 | ] |
@@ -646,7 +628,7 @@ dependencies = [ | |||
646 | 628 | ||
647 | [[package]] | 629 | [[package]] |
648 | name = "lsp-types" | 630 | name = "lsp-types" |
649 | version = "0.55.1" | 631 | version = "0.55.2" |
650 | source = "registry+https://github.com/rust-lang/crates.io-index" | 632 | source = "registry+https://github.com/rust-lang/crates.io-index" |
651 | dependencies = [ | 633 | dependencies = [ |
652 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 634 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -749,7 +731,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
749 | 731 | ||
750 | [[package]] | 732 | [[package]] |
751 | name = "notify" | 733 | name = "notify" |
752 | version = "4.0.7" | 734 | version = "4.0.8" |
753 | source = "registry+https://github.com/rust-lang/crates.io-index" | 735 | source = "registry+https://github.com/rust-lang/crates.io-index" |
754 | dependencies = [ | 736 | dependencies = [ |
755 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 737 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1024,7 +1006,7 @@ dependencies = [ | |||
1024 | "gen_lsp_server 0.1.0", | 1006 | "gen_lsp_server 0.1.0", |
1025 | "im 12.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1007 | "im 12.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1026 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1008 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1027 | "lsp-types 0.55.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1009 | "lsp-types 0.55.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1028 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1010 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1029 | "ra_arena 0.1.0", | 1011 | "ra_arena 0.1.0", |
1030 | "ra_ide_api 0.1.0", | 1012 | "ra_ide_api 0.1.0", |
@@ -1093,7 +1075,7 @@ dependencies = [ | |||
1093 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1075 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1094 | "flexi_logger 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1076 | "flexi_logger 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1095 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1077 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1096 | "notify 4.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1078 | "notify 4.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1097 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1079 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1098 | "ra_arena 0.1.0", | 1080 | "ra_arena 0.1.0", |
1099 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1081 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1175,7 +1157,7 @@ version = "0.1.2" | |||
1175 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1157 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1176 | dependencies = [ | 1158 | dependencies = [ |
1177 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1159 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1178 | "fuchsia-cprng 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1160 | "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1179 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", | 1161 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
1180 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1162 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1181 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1163 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1629,42 +1611,6 @@ dependencies = [ | |||
1629 | ] | 1611 | ] |
1630 | 1612 | ||
1631 | [[package]] | 1613 | [[package]] |
1632 | name = "tokio-executor" | ||
1633 | version = "0.1.6" | ||
1634 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1635 | dependencies = [ | ||
1636 | "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1637 | "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1638 | ] | ||
1639 | |||
1640 | [[package]] | ||
1641 | name = "tokio-io" | ||
1642 | version = "0.1.11" | ||
1643 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1644 | dependencies = [ | ||
1645 | "bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1646 | "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1647 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1648 | ] | ||
1649 | |||
1650 | [[package]] | ||
1651 | name = "tokio-reactor" | ||
1652 | version = "0.1.8" | ||
1653 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1654 | dependencies = [ | ||
1655 | "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1656 | "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1657 | "lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1658 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1659 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1660 | "num_cpus 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1661 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1662 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1663 | "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1664 | "tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1665 | ] | ||
1666 | |||
1667 | [[package]] | ||
1668 | name = "tools" | 1614 | name = "tools" |
1669 | version = "0.1.0" | 1615 | version = "0.1.0" |
1670 | dependencies = [ | 1616 | dependencies = [ |
@@ -1918,9 +1864,8 @@ dependencies = [ | |||
1918 | "checksum block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab" | 1864 | "checksum block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab" |
1919 | "checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40" | 1865 | "checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40" |
1920 | "checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb" | 1866 | "checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb" |
1921 | "checksum bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "40ade3d27603c2cb345eb0912aec461a6dec7e06a4ae48589904e808335c7afa" | ||
1922 | "checksum cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "585784cac9b05c93a53b17a0b24a5cdd1dfdda5256f030e089b549d2390cc720" | 1867 | "checksum cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "585784cac9b05c93a53b17a0b24a5cdd1dfdda5256f030e089b549d2390cc720" |
1923 | "checksum cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4a8b715cb4597106ea87c7c84b2f1d452c7492033765df7f32651e66fcf749" | 1868 | "checksum cc 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)" = "4390a3b5f4f6bce9c1d0c00128379df433e53777fdd30e92f16a529332baec4e" |
1924 | "checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4" | 1869 | "checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4" |
1925 | "checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878" | 1870 | "checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878" |
1926 | "checksum ci_info 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e5e881307a989a3a5e20d52a32cc05950e3c2178cccfcc9428271a6cde09f902" | 1871 | "checksum ci_info 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e5e881307a989a3a5e20d52a32cc05950e3c2178cccfcc9428271a6cde09f902" |
@@ -1954,10 +1899,9 @@ dependencies = [ | |||
1954 | "checksum fsevent 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "c4bbbf71584aeed076100b5665ac14e3d85eeb31fdbb45fbd41ef9a682b5ec05" | 1899 | "checksum fsevent 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "c4bbbf71584aeed076100b5665ac14e3d85eeb31fdbb45fbd41ef9a682b5ec05" |
1955 | "checksum fsevent-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1a772d36c338d07a032d5375a36f15f9a7043bf0cb8ce7cee658e037c6032874" | 1900 | "checksum fsevent-sys 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1a772d36c338d07a032d5375a36f15f9a7043bf0cb8ce7cee658e037c6032874" |
1956 | "checksum fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "db72126ca7dff566cdbbdd54af44668c544897d9d3862b198141f176f1238bdf" | 1901 | "checksum fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "db72126ca7dff566cdbbdd54af44668c544897d9d3862b198141f176f1238bdf" |
1957 | "checksum fuchsia-cprng 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "81f7f8eb465745ea9b02e2704612a9946a59fa40572086c6fd49d6ddcf30bf31" | 1902 | "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" |
1958 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" | 1903 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
1959 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" | 1904 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
1960 | "checksum futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)" = "49e7653e374fe0d0c12de4250f0bdb60680b8c80eed558c5c7538eec9c89e21b" | ||
1961 | "checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d" | 1905 | "checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d" |
1962 | "checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" | 1906 | "checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" |
1963 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" | 1907 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
@@ -1982,7 +1926,7 @@ dependencies = [ | |||
1982 | "checksum linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e" | 1926 | "checksum linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e" |
1983 | "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" | 1927 | "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" |
1984 | "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" | 1928 | "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" |
1985 | "checksum lsp-types 0.55.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca49aeb430780992121d582520170411658b1e41bf968b917d85fd0fb6da3c5" | 1929 | "checksum lsp-types 0.55.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b3e3de0d744113a9b480a19282913ac0b65e3565f33d68ab74fa16d8454edf38" |
1986 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" | 1930 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" |
1987 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" | 1931 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
1988 | "checksum memchr 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e1dd4eaac298c32ce07eb6ed9242eda7d82955b9170b7d6db59b2e02cc63fcb8" | 1932 | "checksum memchr 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e1dd4eaac298c32ce07eb6ed9242eda7d82955b9170b7d6db59b2e02cc63fcb8" |
@@ -1993,7 +1937,7 @@ dependencies = [ | |||
1993 | "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" | 1937 | "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
1994 | "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" | 1938 | "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" |
1995 | "checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945" | 1939 | "checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945" |
1996 | "checksum notify 4.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c968cf37cf949114b00d51b0b23536d1c3a4a3963767cf4c969c65a6af78dc7d" | 1940 | "checksum notify 4.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c9b605e417814e88bb051c88a84f83655d6ad4fa32fc36d9a96296d86087692d" |
1997 | "checksum num-derive 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d9fe8fcafd1b86a37ce8a1cfa15ae504817e0c8c2e7ad42767371461ac1d316d" | 1941 | "checksum num-derive 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d9fe8fcafd1b86a37ce8a1cfa15ae504817e0c8c2e7ad42767371461ac1d316d" |
1998 | "checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea" | 1942 | "checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea" |
1999 | "checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1" | 1943 | "checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1" |
@@ -2067,9 +2011,6 @@ dependencies = [ | |||
2067 | "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" | 2011 | "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" |
2068 | "checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" | 2012 | "checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" |
2069 | "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" | 2013 | "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" |
2070 | "checksum tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "30c6dbf2d1ad1de300b393910e8a3aa272b724a400b6531da03eed99e329fbf0" | ||
2071 | "checksum tokio-io 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b53aeb9d3f5ccf2ebb29e19788f96987fa1355f8fe45ea193928eaaaf3ae820f" | ||
2072 | "checksum tokio-reactor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "afbcdb0f0d2a1e4c440af82d7bbf0bf91a8a8c0575bcd20c05d15be7e9d3a02f" | ||
2073 | "checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169" | 2014 | "checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169" |
2074 | "checksum ucd-trie 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "71a9c5b1fe77426cf144cc30e49e955270f5086e31a6441dfa8b32efc09b9d77" | 2015 | "checksum ucd-trie 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "71a9c5b1fe77426cf144cc30e49e955270f5086e31a6441dfa8b32efc09b9d77" |
2075 | "checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86" | 2016 | "checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86" |