diff options
-rw-r--r-- | Cargo.lock | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/Cargo.lock b/Cargo.lock index 843183d18..5a5edc3e2 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -53,7 +53,7 @@ dependencies = [ | |||
53 | "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", | 53 | "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
54 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 54 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
55 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 55 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
56 | "rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", | 56 | "rustc-demangle 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
57 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 57 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
58 | ] | 58 | ] |
59 | 59 | ||
@@ -62,7 +62,7 @@ name = "backtrace-sys" | |||
62 | version = "0.1.28" | 62 | version = "0.1.28" |
63 | source = "registry+https://github.com/rust-lang/crates.io-index" | 63 | source = "registry+https://github.com/rust-lang/crates.io-index" |
64 | dependencies = [ | 64 | dependencies = [ |
65 | "cc 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", | 65 | "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)", |
66 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 66 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
67 | ] | 67 | ] |
68 | 68 | ||
@@ -130,7 +130,7 @@ dependencies = [ | |||
130 | 130 | ||
131 | [[package]] | 131 | [[package]] |
132 | name = "cc" | 132 | name = "cc" |
133 | version = "1.0.34" | 133 | version = "1.0.35" |
134 | source = "registry+https://github.com/rust-lang/crates.io-index" | 134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
135 | 135 | ||
136 | [[package]] | 136 | [[package]] |
@@ -156,14 +156,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
156 | 156 | ||
157 | [[package]] | 157 | [[package]] |
158 | name = "clap" | 158 | name = "clap" |
159 | version = "2.32.0" | 159 | version = "2.33.0" |
160 | source = "registry+https://github.com/rust-lang/crates.io-index" | 160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
161 | dependencies = [ | 161 | dependencies = [ |
162 | "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 162 | "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
163 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | 163 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
164 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 164 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
165 | "strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 165 | "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
166 | "textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | 166 | "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
167 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 167 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
168 | "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | 168 | "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
169 | ] | 169 | ] |
@@ -264,7 +264,7 @@ version = "0.5.6" | |||
264 | source = "registry+https://github.com/rust-lang/crates.io-index" | 264 | source = "registry+https://github.com/rust-lang/crates.io-index" |
265 | dependencies = [ | 265 | dependencies = [ |
266 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | 266 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
267 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | 267 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
268 | "syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)", | 268 | "syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)", |
269 | ] | 269 | ] |
270 | 270 | ||
@@ -337,7 +337,7 @@ version = "0.1.5" | |||
337 | source = "registry+https://github.com/rust-lang/crates.io-index" | 337 | source = "registry+https://github.com/rust-lang/crates.io-index" |
338 | dependencies = [ | 338 | dependencies = [ |
339 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | 339 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
340 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | 340 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
341 | "syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)", | 341 | "syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)", |
342 | "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | 342 | "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
343 | ] | 343 | ] |
@@ -354,7 +354,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
354 | dependencies = [ | 354 | dependencies = [ |
355 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 355 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
356 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 356 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
357 | "redox_syscall 0.1.52 (registry+https://github.com/rust-lang/crates.io-index)", | 357 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
358 | ] | 358 | ] |
359 | 359 | ||
360 | [[package]] | 360 | [[package]] |
@@ -562,7 +562,7 @@ name = "jemalloc-sys" | |||
562 | version = "0.1.8" | 562 | version = "0.1.8" |
563 | source = "registry+https://github.com/rust-lang/crates.io-index" | 563 | source = "registry+https://github.com/rust-lang/crates.io-index" |
564 | dependencies = [ | 564 | dependencies = [ |
565 | "cc 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", | 565 | "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)", |
566 | "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 566 | "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
567 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 567 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
568 | ] | 568 | ] |
@@ -741,7 +741,7 @@ version = "0.2.4" | |||
741 | source = "registry+https://github.com/rust-lang/crates.io-index" | 741 | source = "registry+https://github.com/rust-lang/crates.io-index" |
742 | dependencies = [ | 742 | dependencies = [ |
743 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | 743 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
744 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | 744 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
745 | "syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)", | 745 | "syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)", |
746 | ] | 746 | ] |
747 | 747 | ||
@@ -833,7 +833,7 @@ dependencies = [ | |||
833 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 833 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
834 | "pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 834 | "pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
835 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | 835 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
836 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | 836 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
837 | "syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)", | 837 | "syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)", |
838 | ] | 838 | ] |
839 | 839 | ||
@@ -879,7 +879,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
879 | 879 | ||
880 | [[package]] | 880 | [[package]] |
881 | name = "quote" | 881 | name = "quote" |
882 | version = "0.6.11" | 882 | version = "0.6.12" |
883 | source = "registry+https://github.com/rust-lang/crates.io-index" | 883 | source = "registry+https://github.com/rust-lang/crates.io-index" |
884 | dependencies = [ | 884 | dependencies = [ |
885 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | 885 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -913,7 +913,7 @@ dependencies = [ | |||
913 | "ra_hir 0.1.0", | 913 | "ra_hir 0.1.0", |
914 | "ra_project_model 0.1.0", | 914 | "ra_project_model 0.1.0", |
915 | "ra_syntax 0.1.0", | 915 | "ra_syntax 0.1.0", |
916 | "ra_vfs 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 916 | "ra_vfs 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
917 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 917 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
918 | "test_utils 0.1.0", | 918 | "test_utils 0.1.0", |
919 | ] | 919 | ] |
@@ -922,7 +922,7 @@ dependencies = [ | |||
922 | name = "ra_cli" | 922 | name = "ra_cli" |
923 | version = "0.1.0" | 923 | version = "0.1.0" |
924 | dependencies = [ | 924 | dependencies = [ |
925 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", | 925 | "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", |
926 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 926 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
927 | "flexi_logger 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", | 927 | "flexi_logger 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", |
928 | "indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 928 | "indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1024,7 +1024,7 @@ dependencies = [ | |||
1024 | "ra_project_model 0.1.0", | 1024 | "ra_project_model 0.1.0", |
1025 | "ra_syntax 0.1.0", | 1025 | "ra_syntax 0.1.0", |
1026 | "ra_text_edit 0.1.0", | 1026 | "ra_text_edit 0.1.0", |
1027 | "ra_vfs 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1027 | "ra_vfs 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1028 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1028 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1029 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1029 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1030 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", | 1030 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1114,7 +1114,7 @@ dependencies = [ | |||
1114 | 1114 | ||
1115 | [[package]] | 1115 | [[package]] |
1116 | name = "ra_vfs" | 1116 | name = "ra_vfs" |
1117 | version = "0.2.1" | 1117 | version = "0.2.2" |
1118 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1118 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1119 | dependencies = [ | 1119 | dependencies = [ |
1120 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1120 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1253,7 +1253,7 @@ dependencies = [ | |||
1253 | 1253 | ||
1254 | [[package]] | 1254 | [[package]] |
1255 | name = "redox_syscall" | 1255 | name = "redox_syscall" |
1256 | version = "0.1.52" | 1256 | version = "0.1.54" |
1257 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1257 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1258 | 1258 | ||
1259 | [[package]] | 1259 | [[package]] |
@@ -1261,7 +1261,7 @@ name = "redox_termios" | |||
1261 | version = "0.1.1" | 1261 | version = "0.1.1" |
1262 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1262 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1263 | dependencies = [ | 1263 | dependencies = [ |
1264 | "redox_syscall 0.1.52 (registry+https://github.com/rust-lang/crates.io-index)", | 1264 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
1265 | ] | 1265 | ] |
1266 | 1266 | ||
1267 | [[package]] | 1267 | [[package]] |
@@ -1320,7 +1320,7 @@ dependencies = [ | |||
1320 | 1320 | ||
1321 | [[package]] | 1321 | [[package]] |
1322 | name = "rustc-demangle" | 1322 | name = "rustc-demangle" |
1323 | version = "0.1.13" | 1323 | version = "0.1.14" |
1324 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1324 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1325 | 1325 | ||
1326 | [[package]] | 1326 | [[package]] |
@@ -1366,7 +1366,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1366 | dependencies = [ | 1366 | dependencies = [ |
1367 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1367 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1368 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | 1368 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
1369 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | 1369 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1370 | "syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)", | 1370 | "syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1371 | ] | 1371 | ] |
1372 | 1372 | ||
@@ -1411,7 +1411,7 @@ version = "1.0.90" | |||
1411 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1411 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1412 | dependencies = [ | 1412 | dependencies = [ |
1413 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | 1413 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
1414 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | 1414 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1415 | "syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)", | 1415 | "syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1416 | ] | 1416 | ] |
1417 | 1417 | ||
@@ -1480,7 +1480,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1480 | 1480 | ||
1481 | [[package]] | 1481 | [[package]] |
1482 | name = "strsim" | 1482 | name = "strsim" |
1483 | version = "0.7.0" | 1483 | version = "0.8.0" |
1484 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1484 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1485 | 1485 | ||
1486 | [[package]] | 1486 | [[package]] |
@@ -1494,7 +1494,7 @@ version = "0.15.30" | |||
1494 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1494 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1495 | dependencies = [ | 1495 | dependencies = [ |
1496 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | 1496 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
1497 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | 1497 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1498 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1498 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1499 | ] | 1499 | ] |
1500 | 1500 | ||
@@ -1504,7 +1504,7 @@ version = "0.10.1" | |||
1504 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1504 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1505 | dependencies = [ | 1505 | dependencies = [ |
1506 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | 1506 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
1507 | "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | 1507 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1508 | "syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)", | 1508 | "syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1509 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1509 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1510 | ] | 1510 | ] |
@@ -1517,7 +1517,7 @@ dependencies = [ | |||
1517 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1517 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1518 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 1518 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
1519 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1519 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1520 | "redox_syscall 0.1.52 (registry+https://github.com/rust-lang/crates.io-index)", | 1520 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
1521 | "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1521 | "remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1522 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1522 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1523 | ] | 1523 | ] |
@@ -1559,7 +1559,7 @@ version = "1.5.1" | |||
1559 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1559 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1560 | dependencies = [ | 1560 | dependencies = [ |
1561 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 1561 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
1562 | "redox_syscall 0.1.52 (registry+https://github.com/rust-lang/crates.io-index)", | 1562 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
1563 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1563 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1564 | ] | 1564 | ] |
1565 | 1565 | ||
@@ -1591,7 +1591,7 @@ dependencies = [ | |||
1591 | 1591 | ||
1592 | [[package]] | 1592 | [[package]] |
1593 | name = "textwrap" | 1593 | name = "textwrap" |
1594 | version = "0.10.0" | 1594 | version = "0.11.0" |
1595 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1595 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1596 | dependencies = [ | 1596 | dependencies = [ |
1597 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1597 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1627,7 +1627,7 @@ version = "0.1.42" | |||
1627 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1627 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1628 | dependencies = [ | 1628 | dependencies = [ |
1629 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", | 1629 | "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
1630 | "redox_syscall 0.1.52 (registry+https://github.com/rust-lang/crates.io-index)", | 1630 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
1631 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1631 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1632 | ] | 1632 | ] |
1633 | 1633 | ||
@@ -1635,7 +1635,7 @@ dependencies = [ | |||
1635 | name = "tools" | 1635 | name = "tools" |
1636 | version = "0.1.0" | 1636 | version = "0.1.0" |
1637 | dependencies = [ | 1637 | dependencies = [ |
1638 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1638 | "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1639 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1639 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1640 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1640 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1641 | "teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1641 | "teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1865,11 +1865,11 @@ dependencies = [ | |||
1865 | "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" |
1866 | "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" |
1867 | "checksum cargo_metadata 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "178d62b240c34223f265a4c1e275e37d62da163d421fc8d7f7e3ee340f803c57" | 1867 | "checksum cargo_metadata 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "178d62b240c34223f265a4c1e275e37d62da163d421fc8d7f7e3ee340f803c57" |
1868 | "checksum cc 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)" = "30f813bf45048a18eda9190fd3c6b78644146056740c43172a5a3699118588fd" | 1868 | "checksum cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" = "5e5f3fee5eeb60324c2781f1e41286bdee933850fff9b3c672587fed5ec58c83" |
1869 | "checksum cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4" | 1869 | "checksum cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4" |
1870 | "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" |
1871 | "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" |
1872 | "checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e" | 1872 | "checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" |
1873 | "checksum clicolors-control 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "73abfd4c73d003a674ce5d2933fca6ce6c42480ea84a5ffe0a2dc39ed56300f9" | 1873 | "checksum clicolors-control 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "73abfd4c73d003a674ce5d2933fca6ce6c42480ea84a5ffe0a2dc39ed56300f9" |
1874 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" | 1874 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
1875 | "checksum colosseum 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "370c83b49aedf022ee27942e8ae1d9de1cf40dc9653ee6550e4455d08f6406f9" | 1875 | "checksum colosseum 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "370c83b49aedf022ee27942e8ae1d9de1cf40dc9653ee6550e4455d08f6406f9" |
@@ -1953,8 +1953,8 @@ dependencies = [ | |||
1953 | "checksum proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)" = "4d317f9caece796be1980837fd5cb3dfec5613ebdb04ad0956deea83ce168915" | 1953 | "checksum proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)" = "4d317f9caece796be1980837fd5cb3dfec5613ebdb04ad0956deea83ce168915" |
1954 | "checksum proptest 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "24f5844db2f839e97e3021980975f6ebf8691d9b9b2ca67ed3feb38dc3edb52c" | 1954 | "checksum proptest 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "24f5844db2f839e97e3021980975f6ebf8691d9b9b2ca67ed3feb38dc3edb52c" |
1955 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" | 1955 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
1956 | "checksum quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "cdd8e04bd9c52e0342b406469d494fcb033be4bdbe5c606016defbb1681411e1" | 1956 | "checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db" |
1957 | "checksum ra_vfs 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d75d08da053ec832676686c72dfe509fdd1e807191a50ac79087466ffefccb1c" | 1957 | "checksum ra_vfs 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "411d8ce8abf262b08421e6446c4fd5b420206cf221cd21fcfc793445fb3825b2" |
1958 | "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" | 1958 | "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" |
1959 | "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" | 1959 | "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" |
1960 | "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" | 1960 | "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" |
@@ -1968,7 +1968,7 @@ dependencies = [ | |||
1968 | "checksum rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "373814f27745b2686b350dd261bfd24576a6fb0e2c5919b3a2b6005f820b0473" | 1968 | "checksum rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "373814f27745b2686b350dd261bfd24576a6fb0e2c5919b3a2b6005f820b0473" |
1969 | "checksum rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b055d1e92aba6877574d8fe604a63c8b5df60f60e5982bf7ccbb1338ea527356" | 1969 | "checksum rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b055d1e92aba6877574d8fe604a63c8b5df60f60e5982bf7ccbb1338ea527356" |
1970 | "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" | 1970 | "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" |
1971 | "checksum redox_syscall 0.1.52 (registry+https://github.com/rust-lang/crates.io-index)" = "d32b3053e5ced86e4bc0411fec997389532bf56b000e66cb4884eeeb41413d69" | 1971 | "checksum redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)" = "12229c14a0f65c4f1cb046a3b52047cdd9da1f4b30f8a39c5063c8bae515e252" |
1972 | "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" | 1972 | "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" |
1973 | "checksum regex 1.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "559008764a17de49a3146b234641644ed37d118d1ef641a0bb573d146edc6ce0" | 1973 | "checksum regex 1.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "559008764a17de49a3146b234641644ed37d118d1ef641a0bb573d146edc6ce0" |
1974 | "checksum regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "dcfd8681eebe297b81d98498869d4aae052137651ad7b96822f09ceb690d0a96" | 1974 | "checksum regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "dcfd8681eebe297b81d98498869d4aae052137651ad7b96822f09ceb690d0a96" |
@@ -1976,7 +1976,7 @@ dependencies = [ | |||
1976 | "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" | 1976 | "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" |
1977 | "checksum ron 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "17f52a24414403f81528b67488cf8edc4eda977d3af1646bb6b106a600ead78f" | 1977 | "checksum ron 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "17f52a24414403f81528b67488cf8edc4eda977d3af1646bb6b106a600ead78f" |
1978 | "checksum rowan 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "91237e0f16ac1073139acd696d9d386c3225ba1d6eafc09b105984905994068d" | 1978 | "checksum rowan 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "91237e0f16ac1073139acd696d9d386c3225ba1d6eafc09b105984905994068d" |
1979 | "checksum rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "adacaae16d02b6ec37fdc7acfcddf365978de76d1983d3ee22afc260e1ca9619" | 1979 | "checksum rustc-demangle 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "ccc78bfd5acd7bf3e89cffcf899e5cb1a52d6fafa8dec2739ad70c9577a57288" |
1980 | "checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" | 1980 | "checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" |
1981 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" | 1981 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
1982 | "checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7" | 1982 | "checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7" |
@@ -1996,7 +1996,7 @@ dependencies = [ | |||
1996 | "checksum smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c4488ae950c49d403731982257768f48fada354a5203fe81f9bb6f43ca9002be" | 1996 | "checksum smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c4488ae950c49d403731982257768f48fada354a5203fe81f9bb6f43ca9002be" |
1997 | "checksum smol_str 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d077b3367211e9c6e2e012fb804c444e0d80ab5a51ae4137739b58e6446dcaef" | 1997 | "checksum smol_str 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d077b3367211e9c6e2e012fb804c444e0d80ab5a51ae4137739b58e6446dcaef" |
1998 | "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" | 1998 | "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
1999 | "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" | 1999 | "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
2000 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" | 2000 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" |
2001 | "checksum syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)" = "66c8865bf5a7cbb662d8b011950060b3c8743dca141b054bf7195b20d314d8e2" | 2001 | "checksum syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)" = "66c8865bf5a7cbb662d8b011950060b3c8743dca141b054bf7195b20d314d8e2" |
2002 | "checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" | 2002 | "checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" |
@@ -2006,7 +2006,7 @@ dependencies = [ | |||
2006 | "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" | 2006 | "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" |
2007 | "checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" | 2007 | "checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" |
2008 | "checksum text_unit 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "158bb1c22b638b1da3c95a8ad9f061ea40d4d39fd0301be3a520f92efeeb189e" | 2008 | "checksum text_unit 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "158bb1c22b638b1da3c95a8ad9f061ea40d4d39fd0301be3a520f92efeeb189e" |
2009 | "checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6" | 2009 | "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
2010 | "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" | 2010 | "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" |
2011 | "checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" | 2011 | "checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" |
2012 | "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" | 2012 | "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" |