diff options
-rw-r--r-- | Cargo.lock | 146 |
1 files changed, 73 insertions, 73 deletions
diff --git a/Cargo.lock b/Cargo.lock index 45735af53..8fa417a8f 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -2,7 +2,7 @@ | |||
2 | # It is not intended for manual editing. | 2 | # It is not intended for manual editing. |
3 | [[package]] | 3 | [[package]] |
4 | name = "aho-corasick" | 4 | name = "aho-corasick" |
5 | version = "0.7.3" | 5 | version = "0.7.4" |
6 | source = "registry+https://github.com/rust-lang/crates.io-index" | 6 | source = "registry+https://github.com/rust-lang/crates.io-index" |
7 | dependencies = [ | 7 | dependencies = [ |
8 | "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 8 | "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -44,7 +44,7 @@ name = "backtrace" | |||
44 | version = "0.2.3" | 44 | version = "0.2.3" |
45 | source = "registry+https://github.com/rust-lang/crates.io-index" | 45 | source = "registry+https://github.com/rust-lang/crates.io-index" |
46 | dependencies = [ | 46 | dependencies = [ |
47 | "backtrace-sys 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", | 47 | "backtrace-sys 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", |
48 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 48 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
49 | "dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 49 | "dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
50 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 50 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -58,7 +58,7 @@ name = "backtrace" | |||
58 | version = "0.3.32" | 58 | version = "0.3.32" |
59 | source = "registry+https://github.com/rust-lang/crates.io-index" | 59 | source = "registry+https://github.com/rust-lang/crates.io-index" |
60 | dependencies = [ | 60 | dependencies = [ |
61 | "backtrace-sys 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", | 61 | "backtrace-sys 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", |
62 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 62 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
63 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", | 63 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
64 | "rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", | 64 | "rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -66,7 +66,7 @@ dependencies = [ | |||
66 | 66 | ||
67 | [[package]] | 67 | [[package]] |
68 | name = "backtrace-sys" | 68 | name = "backtrace-sys" |
69 | version = "0.1.29" | 69 | version = "0.1.30" |
70 | source = "registry+https://github.com/rust-lang/crates.io-index" | 70 | source = "registry+https://github.com/rust-lang/crates.io-index" |
71 | dependencies = [ | 71 | dependencies = [ |
72 | "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", | 72 | "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -144,9 +144,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
144 | dependencies = [ | 144 | dependencies = [ |
145 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 145 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
146 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 146 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
147 | "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", | 147 | "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
148 | "serde_derive 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", | 148 | "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
149 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", | 149 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
150 | ] | 150 | ] |
151 | 151 | ||
152 | [[package]] | 152 | [[package]] |
@@ -222,7 +222,7 @@ dependencies = [ | |||
222 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", | 222 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
223 | "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", | 223 | "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", |
224 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 224 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
225 | "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", | 225 | "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
226 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | 226 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
227 | ] | 227 | ] |
228 | 228 | ||
@@ -280,7 +280,7 @@ dependencies = [ | |||
280 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 280 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
281 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", | 281 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
282 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 282 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
283 | "regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 283 | "regex 1.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
284 | "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 284 | "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
285 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 285 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
286 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 286 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -359,7 +359,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
359 | dependencies = [ | 359 | dependencies = [ |
360 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 360 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
361 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | 361 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
362 | "syn 0.15.38 (registry+https://github.com/rust-lang/crates.io-index)", | 362 | "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)", |
363 | ] | 363 | ] |
364 | 364 | ||
365 | [[package]] | 365 | [[package]] |
@@ -374,7 +374,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
374 | 374 | ||
375 | [[package]] | 375 | [[package]] |
376 | name = "digest" | 376 | name = "digest" |
377 | version = "0.8.0" | 377 | version = "0.8.1" |
378 | source = "registry+https://github.com/rust-lang/crates.io-index" | 378 | source = "registry+https://github.com/rust-lang/crates.io-index" |
379 | dependencies = [ | 379 | dependencies = [ |
380 | "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", | 380 | "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -449,7 +449,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
449 | dependencies = [ | 449 | dependencies = [ |
450 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 450 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
451 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | 451 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
452 | "syn 0.15.38 (registry+https://github.com/rust-lang/crates.io-index)", | 452 | "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)", |
453 | "synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", | 453 | "synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", |
454 | ] | 454 | ] |
455 | 455 | ||
@@ -465,7 +465,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
465 | dependencies = [ | 465 | dependencies = [ |
466 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 466 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
467 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", | 467 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
468 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", | 468 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
469 | ] | 469 | ] |
470 | 470 | ||
471 | [[package]] | 471 | [[package]] |
@@ -481,7 +481,7 @@ dependencies = [ | |||
481 | "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", | 481 | "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
482 | "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 482 | "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
483 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 483 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
484 | "regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 484 | "regex 1.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
485 | "yansi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | 485 | "yansi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
486 | ] | 486 | ] |
487 | 487 | ||
@@ -542,8 +542,8 @@ dependencies = [ | |||
542 | "flexi_logger 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", | 542 | "flexi_logger 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", |
543 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 543 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
544 | "lsp-types 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)", | 544 | "lsp-types 0.58.0 (registry+https://github.com/rust-lang/crates.io-index)", |
545 | "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", | 545 | "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
546 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", | 546 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
547 | ] | 547 | ] |
548 | 548 | ||
549 | [[package]] | 549 | [[package]] |
@@ -610,7 +610,7 @@ dependencies = [ | |||
610 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 610 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
611 | "number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 611 | "number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
612 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 612 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
613 | "regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 613 | "regex 1.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
614 | ] | 614 | ] |
615 | 615 | ||
616 | [[package]] | 616 | [[package]] |
@@ -645,8 +645,8 @@ dependencies = [ | |||
645 | "pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 645 | "pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
646 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 646 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
647 | "ron 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 647 | "ron 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
648 | "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", | 648 | "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
649 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", | 649 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
650 | "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", | 650 | "serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)", |
651 | "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", | 651 | "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", |
652 | ] | 652 | ] |
@@ -780,9 +780,9 @@ dependencies = [ | |||
780 | "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 780 | "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
781 | "num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", | 781 | "num-derive 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
782 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 782 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
783 | "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", | 783 | "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
784 | "serde_derive 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", | 784 | "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
785 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", | 785 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
786 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 786 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
787 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 787 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
788 | ] | 788 | ] |
@@ -886,7 +886,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
886 | dependencies = [ | 886 | dependencies = [ |
887 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 887 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
888 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | 888 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
889 | "syn 0.15.38 (registry+https://github.com/rust-lang/crates.io-index)", | 889 | "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)", |
890 | ] | 890 | ] |
891 | 891 | ||
892 | [[package]] | 892 | [[package]] |
@@ -965,7 +965,7 @@ dependencies = [ | |||
965 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 965 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
966 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", | 966 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
967 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 967 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
968 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", | 968 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
969 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 969 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
970 | "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | 970 | "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
971 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 971 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1002,7 +1002,7 @@ dependencies = [ | |||
1002 | "pest_meta 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1002 | "pest_meta 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1003 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 1003 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1004 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1004 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1005 | "syn 0.15.38 (registry+https://github.com/rust-lang/crates.io-index)", | 1005 | "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)", |
1006 | ] | 1006 | ] |
1007 | 1007 | ||
1008 | [[package]] | 1008 | [[package]] |
@@ -1211,9 +1211,9 @@ dependencies = [ | |||
1211 | "ra_vfs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1211 | "ra_vfs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1212 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1212 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1213 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1213 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1214 | "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", | 1214 | "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
1215 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", | 1215 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
1216 | "tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1216 | "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1217 | "test_utils 0.1.0", | 1217 | "test_utils 0.1.0", |
1218 | "thread_worker 0.1.0", | 1218 | "thread_worker 0.1.0", |
1219 | "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1219 | "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1262,8 +1262,8 @@ dependencies = [ | |||
1262 | "ra_db 0.1.0", | 1262 | "ra_db 0.1.0", |
1263 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1263 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1264 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1264 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1265 | "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", | 1265 | "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
1266 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", | 1266 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
1267 | "test_utils 0.1.0", | 1267 | "test_utils 0.1.0", |
1268 | "walkdir 2.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1268 | "walkdir 2.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1269 | ] | 1269 | ] |
@@ -1501,7 +1501,7 @@ dependencies = [ | |||
1501 | 1501 | ||
1502 | [[package]] | 1502 | [[package]] |
1503 | name = "redox_syscall" | 1503 | name = "redox_syscall" |
1504 | version = "0.1.54" | 1504 | version = "0.1.56" |
1505 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1505 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1506 | 1506 | ||
1507 | [[package]] | 1507 | [[package]] |
@@ -1509,15 +1509,15 @@ name = "redox_termios" | |||
1509 | version = "0.1.1" | 1509 | version = "0.1.1" |
1510 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1510 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1511 | dependencies = [ | 1511 | dependencies = [ |
1512 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", | 1512 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
1513 | ] | 1513 | ] |
1514 | 1514 | ||
1515 | [[package]] | 1515 | [[package]] |
1516 | name = "regex" | 1516 | name = "regex" |
1517 | version = "1.1.7" | 1517 | version = "1.1.8" |
1518 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1518 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1519 | dependencies = [ | 1519 | dependencies = [ |
1520 | "aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1520 | "aho-corasick 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1521 | "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1521 | "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1522 | "regex-syntax 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1522 | "regex-syntax 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1523 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1523 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1552,7 +1552,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1552 | dependencies = [ | 1552 | dependencies = [ |
1553 | "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1553 | "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1554 | "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1554 | "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1555 | "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", | 1555 | "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
1556 | ] | 1556 | ] |
1557 | 1557 | ||
1558 | [[package]] | 1558 | [[package]] |
@@ -1590,7 +1590,7 @@ dependencies = [ | |||
1590 | 1590 | ||
1591 | [[package]] | 1591 | [[package]] |
1592 | name = "ryu" | 1592 | name = "ryu" |
1593 | version = "0.2.8" | 1593 | version = "1.0.0" |
1594 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1594 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1595 | 1595 | ||
1596 | [[package]] | 1596 | [[package]] |
@@ -1617,7 +1617,7 @@ dependencies = [ | |||
1617 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1617 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1618 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 1618 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1619 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1619 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1620 | "syn 0.15.38 (registry+https://github.com/rust-lang/crates.io-index)", | 1620 | "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)", |
1621 | ] | 1621 | ] |
1622 | 1622 | ||
1623 | [[package]] | 1623 | [[package]] |
@@ -1644,7 +1644,7 @@ version = "0.9.0" | |||
1644 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1644 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1645 | dependencies = [ | 1645 | dependencies = [ |
1646 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1646 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1647 | "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", | 1647 | "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
1648 | ] | 1648 | ] |
1649 | 1649 | ||
1650 | [[package]] | 1650 | [[package]] |
@@ -1654,30 +1654,30 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1654 | 1654 | ||
1655 | [[package]] | 1655 | [[package]] |
1656 | name = "serde" | 1656 | name = "serde" |
1657 | version = "1.0.93" | 1657 | version = "1.0.94" |
1658 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1658 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1659 | dependencies = [ | 1659 | dependencies = [ |
1660 | "serde_derive 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", | 1660 | "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
1661 | ] | 1661 | ] |
1662 | 1662 | ||
1663 | [[package]] | 1663 | [[package]] |
1664 | name = "serde_derive" | 1664 | name = "serde_derive" |
1665 | version = "1.0.93" | 1665 | version = "1.0.94" |
1666 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1666 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1667 | dependencies = [ | 1667 | dependencies = [ |
1668 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 1668 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1669 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1669 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1670 | "syn 0.15.38 (registry+https://github.com/rust-lang/crates.io-index)", | 1670 | "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)", |
1671 | ] | 1671 | ] |
1672 | 1672 | ||
1673 | [[package]] | 1673 | [[package]] |
1674 | name = "serde_json" | 1674 | name = "serde_json" |
1675 | version = "1.0.39" | 1675 | version = "1.0.40" |
1676 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1676 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1677 | dependencies = [ | 1677 | dependencies = [ |
1678 | "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1678 | "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1679 | "ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1679 | "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1680 | "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", | 1680 | "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
1681 | ] | 1681 | ] |
1682 | 1682 | ||
1683 | [[package]] | 1683 | [[package]] |
@@ -1687,7 +1687,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1687 | dependencies = [ | 1687 | dependencies = [ |
1688 | "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1688 | "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1689 | "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1689 | "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1690 | "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", | 1690 | "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
1691 | "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1691 | "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1692 | ] | 1692 | ] |
1693 | 1693 | ||
@@ -1697,7 +1697,7 @@ version = "0.8.1" | |||
1697 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1697 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1698 | dependencies = [ | 1698 | dependencies = [ |
1699 | "block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1699 | "block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1700 | "digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1700 | "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1701 | "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1701 | "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1702 | "opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1702 | "opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1703 | ] | 1703 | ] |
@@ -1725,7 +1725,7 @@ name = "smol_str" | |||
1725 | version = "0.1.11" | 1725 | version = "0.1.11" |
1726 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1726 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1727 | dependencies = [ | 1727 | dependencies = [ |
1728 | "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", | 1728 | "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
1729 | ] | 1729 | ] |
1730 | 1730 | ||
1731 | [[package]] | 1731 | [[package]] |
@@ -1756,7 +1756,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1756 | 1756 | ||
1757 | [[package]] | 1757 | [[package]] |
1758 | name = "syn" | 1758 | name = "syn" |
1759 | version = "0.15.38" | 1759 | version = "0.15.39" |
1760 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1760 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1761 | dependencies = [ | 1761 | dependencies = [ |
1762 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 1762 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1771,19 +1771,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1771 | dependencies = [ | 1771 | dependencies = [ |
1772 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", | 1772 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1773 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1773 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1774 | "syn 0.15.38 (registry+https://github.com/rust-lang/crates.io-index)", | 1774 | "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)", |
1775 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1775 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1776 | ] | 1776 | ] |
1777 | 1777 | ||
1778 | [[package]] | 1778 | [[package]] |
1779 | name = "tempfile" | 1779 | name = "tempfile" |
1780 | version = "3.0.8" | 1780 | version = "3.1.0" |
1781 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1781 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1782 | dependencies = [ | 1782 | dependencies = [ |
1783 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1783 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1784 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", | 1784 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
1785 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1785 | "rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1786 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", | 1786 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
1787 | "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1787 | "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1788 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1788 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1789 | ] | 1789 | ] |
@@ -1800,9 +1800,9 @@ dependencies = [ | |||
1800 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1800 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1801 | "pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1801 | "pest 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1802 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1802 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1803 | "regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1803 | "regex 1.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1804 | "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", | 1804 | "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
1805 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", | 1805 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
1806 | "slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1806 | "slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1807 | "unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1807 | "unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1808 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1808 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1825,7 +1825,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1825 | dependencies = [ | 1825 | dependencies = [ |
1826 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", | 1826 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
1827 | "numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1827 | "numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1828 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", | 1828 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
1829 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1829 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1830 | ] | 1830 | ] |
1831 | 1831 | ||
@@ -1843,7 +1843,7 @@ version = "0.1.0" | |||
1843 | dependencies = [ | 1843 | dependencies = [ |
1844 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1844 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1845 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1845 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1846 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", | 1846 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
1847 | "text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1847 | "text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1848 | ] | 1848 | ] |
1849 | 1849 | ||
@@ -1852,7 +1852,7 @@ name = "text_unit" | |||
1852 | version = "0.1.9" | 1852 | version = "0.1.9" |
1853 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1853 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1854 | dependencies = [ | 1854 | dependencies = [ |
1855 | "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", | 1855 | "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
1856 | ] | 1856 | ] |
1857 | 1857 | ||
1858 | [[package]] | 1858 | [[package]] |
@@ -1893,7 +1893,7 @@ version = "0.1.42" | |||
1893 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1893 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1894 | dependencies = [ | 1894 | dependencies = [ |
1895 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", | 1895 | "libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)", |
1896 | "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", | 1896 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
1897 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1897 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1898 | ] | 1898 | ] |
1899 | 1899 | ||
@@ -2010,7 +2010,7 @@ name = "url_serde" | |||
2010 | version = "0.2.0" | 2010 | version = "0.2.0" |
2011 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2011 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2012 | dependencies = [ | 2012 | dependencies = [ |
2013 | "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", | 2013 | "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
2014 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 2014 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
2015 | ] | 2015 | ] |
2016 | 2016 | ||
@@ -2025,7 +2025,7 @@ version = "0.7.4" | |||
2025 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2025 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2026 | dependencies = [ | 2026 | dependencies = [ |
2027 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 2027 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
2028 | "serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)", | 2028 | "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
2029 | ] | 2029 | ] |
2030 | 2030 | ||
2031 | [[package]] | 2031 | [[package]] |
@@ -2108,14 +2108,14 @@ version = "0.5.0" | |||
2108 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2108 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2109 | 2109 | ||
2110 | [metadata] | 2110 | [metadata] |
2111 | "checksum aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c" | 2111 | "checksum aho-corasick 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "36b7aa1ccb7d7ea3f437cf025a2ab1c47cc6c1bc9fc84918ff449def12f5e282" |
2112 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" | 2112 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
2113 | "checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71" | 2113 | "checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71" |
2114 | "checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" | 2114 | "checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" |
2115 | "checksum autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0e49efa51329a5fd37e7c79db4621af617cd4e3e5bc224939808d076077077bf" | 2115 | "checksum autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0e49efa51329a5fd37e7c79db4621af617cd4e3e5bc224939808d076077077bf" |
2116 | "checksum backtrace 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "346d7644f0b5f9bc73082d3b2236b69a05fd35cce0cfa3724e184e6a5c9e2a2f" | 2116 | "checksum backtrace 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "346d7644f0b5f9bc73082d3b2236b69a05fd35cce0cfa3724e184e6a5c9e2a2f" |
2117 | "checksum backtrace 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)" = "18b50f5258d1a9ad8396d2d345827875de4261b158124d4c819d9b351454fae5" | 2117 | "checksum backtrace 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)" = "18b50f5258d1a9ad8396d2d345827875de4261b158124d4c819d9b351454fae5" |
2118 | "checksum backtrace-sys 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)" = "12cb9f1eef1d1fc869ad5a26c9fa48516339a15e54a227a25460fc304815fdb3" | 2118 | "checksum backtrace-sys 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" = "5b3a000b9c543553af61bc01cbfc403b04b5caa9e421033866f2e98061eb3e61" |
2119 | "checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" | 2119 | "checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" |
2120 | "checksum bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80" | 2120 | "checksum bit-set 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80" |
2121 | "checksum bit-vec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f59bbe95d4e52a6398ec21238d31577f2b28a9d86807f06ca59d191d8440d0bb" | 2121 | "checksum bit-vec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f59bbe95d4e52a6398ec21238d31577f2b28a9d86807f06ca59d191d8440d0bb" |
@@ -2150,7 +2150,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2150 | "checksum derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "6ca414e896ae072546f4d789f452daaecf60ddee4c9df5dc6d5936d769e3d87c" | 2150 | "checksum derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "6ca414e896ae072546f4d789f452daaecf60ddee4c9df5dc6d5936d769e3d87c" |
2151 | "checksum deunicode 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690" | 2151 | "checksum deunicode 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690" |
2152 | "checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" | 2152 | "checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" |
2153 | "checksum digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05f47366984d3ad862010e22c7ce81a7dbcaebbdfb37241a620f8b6596ee135c" | 2153 | "checksum digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" |
2154 | "checksum drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "69b26e475fd29098530e709294e94e661974c851aed42512793f120fed4e199f" | 2154 | "checksum drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "69b26e475fd29098530e709294e94e661974c851aed42512793f120fed4e199f" |
2155 | "checksum dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e" | 2155 | "checksum dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e" |
2156 | "checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b" | 2156 | "checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b" |
@@ -2253,9 +2253,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2253 | "checksum rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a4b0186e22767d5b9738a05eab7c6ac90b15db17e5b5f9bd87976dd7d89a10a4" | 2253 | "checksum rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a4b0186e22767d5b9738a05eab7c6ac90b15db17e5b5f9bd87976dd7d89a10a4" |
2254 | "checksum rayon-core 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ebbe0df8435ac0c397d467b6cad6d25543d06e8a019ef3f6af3c384597515bd2" | 2254 | "checksum rayon-core 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ebbe0df8435ac0c397d467b6cad6d25543d06e8a019ef3f6af3c384597515bd2" |
2255 | "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" | 2255 | "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" |
2256 | "checksum redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)" = "12229c14a0f65c4f1cb046a3b52047cdd9da1f4b30f8a39c5063c8bae515e252" | 2256 | "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" |
2257 | "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" | 2257 | "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" |
2258 | "checksum regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0b2f0808e7d7e4fb1cb07feb6ff2f4bc827938f24f8c2e6a3beb7370af544bdd" | 2258 | "checksum regex 1.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1325e8a57b7da4cbcb38b3957112f729990bad0a18420e7e250ef6b1d9a15763" |
2259 | "checksum regex-syntax 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9d76410686f9e3a17f06128962e0ecc5755870bb890c34820c7af7f1db2e1d48" | 2259 | "checksum regex-syntax 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9d76410686f9e3a17f06128962e0ecc5755870bb890c34820c7af7f1db2e1d48" |
2260 | "checksum relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0e7790c7f1cc73d831d28dc5a7deb316a006e7848e6a7f467cdb10a0a9e0fb1c" | 2260 | "checksum relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0e7790c7f1cc73d831d28dc5a7deb316a006e7848e6a7f467cdb10a0a9e0fb1c" |
2261 | "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" | 2261 | "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" |
@@ -2264,7 +2264,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2264 | "checksum rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f4dccf6f4891ebcc0c39f9b6eb1a83b9bf5d747cb439ec6fba4f3b977038af" | 2264 | "checksum rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f4dccf6f4891ebcc0c39f9b6eb1a83b9bf5d747cb439ec6fba4f3b977038af" |
2265 | "checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" | 2265 | "checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" |
2266 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" | 2266 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
2267 | "checksum ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "b96a9549dc8d48f2c283938303c4b5a77aa29bfbc5b54b084fb1630408899a8f" | 2267 | "checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997" |
2268 | "checksum salsa 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2891cd628406e8a0ca714b827511de1bff76f796e3382cc72a3de732ccad5aea" | 2268 | "checksum salsa 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2891cd628406e8a0ca714b827511de1bff76f796e3382cc72a3de732ccad5aea" |
2269 | "checksum salsa-macros 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b7f1e25ca2b995bdf032946174929d62156ffd57abd7ff88dc6f9bdeb5ac0c59" | 2269 | "checksum salsa-macros 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b7f1e25ca2b995bdf032946174929d62156ffd57abd7ff88dc6f9bdeb5ac0c59" |
2270 | "checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267" | 2270 | "checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267" |
@@ -2272,9 +2272,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2272 | "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" | 2272 | "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" |
2273 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | 2273 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
2274 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | 2274 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
2275 | "checksum serde 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)" = "960e29cf7004b3b6e65fc5002981400eb3ccc017a08a2406940823e58e7179a9" | 2275 | "checksum serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)" = "076a696fdea89c19d3baed462576b8f6d663064414b5c793642da8dfeb99475b" |
2276 | "checksum serde_derive 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)" = "c4cce6663696bd38272e90bf34a0267e1226156c33f52d3f3915a2dd5d802085" | 2276 | "checksum serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)" = "ef45eb79d6463b22f5f9e16d283798b7c0175ba6050bc25c1a946c122727fe7b" |
2277 | "checksum serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d" | 2277 | "checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704" |
2278 | "checksum serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)" = "38b08a9a90e5260fe01c6480ec7c811606df6d3a660415808c3c3fa8ed95b582" | 2278 | "checksum serde_yaml 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)" = "38b08a9a90e5260fe01c6480ec7c811606df6d3a660415808c3c3fa8ed95b582" |
2279 | "checksum sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "23962131a91661d643c98940b20fcaffe62d776a823247be80a48fcb8b6fce68" | 2279 | "checksum sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "23962131a91661d643c98940b20fcaffe62d776a823247be80a48fcb8b6fce68" |
2280 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" | 2280 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
@@ -2285,9 +2285,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2285 | "checksum stacker 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb79482f57cf598af52094ec4cc3b3c42499d3ce5bd426f2ac41515b7e57404b" | 2285 | "checksum stacker 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb79482f57cf598af52094ec4cc3b3c42499d3ce5bd426f2ac41515b7e57404b" |
2286 | "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" | 2286 | "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
2287 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" | 2287 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" |
2288 | "checksum syn 0.15.38 (registry+https://github.com/rust-lang/crates.io-index)" = "37ea458a750f59ab679b47fef9b6722c586c5742f4cfe18a120bbc807e5e01fd" | 2288 | "checksum syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d960b829a55e56db167e861ddb43602c003c7be0bee1d345021703fac2fb7c" |
2289 | "checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f" | 2289 | "checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f" |
2290 | "checksum tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7dc4738f2e68ed2855de5ac9cdbe05c9216773ecde4739b2f095002ab03a13ef" | 2290 | "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" |
2291 | "checksum tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)" = "4b505279e19d8f7d24b1a9dc58327c9c36174b1a2c7ebdeac70792d017cb64f3" | 2291 | "checksum tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)" = "4b505279e19d8f7d24b1a9dc58327c9c36174b1a2c7ebdeac70792d017cb64f3" |
2292 | "checksum teraron 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9a447d012fef5c222f4b11a98fcef2a7e347a57f28be9957c5c390ac9a0e41e0" | 2292 | "checksum teraron 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9a447d012fef5c222f4b11a98fcef2a7e347a57f28be9957c5c390ac9a0e41e0" |
2293 | "checksum termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a8fb22f7cde82c8220e5aeacb3258ed7ce996142c77cba193f203515e26c330" | 2293 | "checksum termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a8fb22f7cde82c8220e5aeacb3258ed7ce996142c77cba193f203515e26c330" |