diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 123 |
1 files changed, 46 insertions, 77 deletions
diff --git a/Cargo.lock b/Cargo.lock index 266b88f19..39bfcde41 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.6.9" | 5 | version = "0.6.10" |
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)", |
@@ -123,8 +123,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
123 | dependencies = [ | 123 | dependencies = [ |
124 | "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | 124 | "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
125 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 125 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
126 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", | 126 | "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", |
127 | "serde_derive 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", | 127 | "serde_derive 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", |
128 | "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", | 128 | "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", |
129 | ] | 129 | ] |
130 | 130 | ||
@@ -145,7 +145,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
145 | dependencies = [ | 145 | dependencies = [ |
146 | "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", | 146 | "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", |
147 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 147 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
148 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", | 148 | "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", |
149 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | 149 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
150 | ] | 150 | ] |
151 | 151 | ||
@@ -215,7 +215,7 @@ version = "0.3.8" | |||
215 | source = "registry+https://github.com/rust-lang/crates.io-index" | 215 | source = "registry+https://github.com/rust-lang/crates.io-index" |
216 | dependencies = [ | 216 | dependencies = [ |
217 | "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 217 | "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
218 | "smallvec 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", | 218 | "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", |
219 | ] | 219 | ] |
220 | 220 | ||
221 | [[package]] | 221 | [[package]] |
@@ -431,8 +431,8 @@ dependencies = [ | |||
431 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 431 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
432 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 432 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
433 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 433 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
434 | "lsp-types 0.55.3 (registry+https://github.com/rust-lang/crates.io-index)", | 434 | "lsp-types 0.55.4 (registry+https://github.com/rust-lang/crates.io-index)", |
435 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", | 435 | "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", |
436 | "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", | 436 | "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", |
437 | ] | 437 | ] |
438 | 438 | ||
@@ -473,15 +473,6 @@ dependencies = [ | |||
473 | ] | 473 | ] |
474 | 474 | ||
475 | [[package]] | 475 | [[package]] |
476 | name = "im" | ||
477 | version = "12.3.0" | ||
478 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
479 | dependencies = [ | ||
480 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
481 | "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
482 | ] | ||
483 | |||
484 | [[package]] | ||
485 | name = "indexmap" | 476 | name = "indexmap" |
486 | version = "1.0.2" | 477 | version = "1.0.2" |
487 | source = "registry+https://github.com/rust-lang/crates.io-index" | 478 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -518,7 +509,7 @@ dependencies = [ | |||
518 | 509 | ||
519 | [[package]] | 510 | [[package]] |
520 | name = "insta" | 511 | name = "insta" |
521 | version = "0.6.2" | 512 | version = "0.6.3" |
522 | source = "registry+https://github.com/rust-lang/crates.io-index" | 513 | source = "registry+https://github.com/rust-lang/crates.io-index" |
523 | dependencies = [ | 514 | dependencies = [ |
524 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 515 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -530,7 +521,7 @@ dependencies = [ | |||
530 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 521 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
531 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 522 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
532 | "ron 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | 523 | "ron 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
533 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", | 524 | "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", |
534 | "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", | 525 | "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", |
535 | "serde_yaml 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)", | 526 | "serde_yaml 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)", |
536 | "uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 527 | "uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -642,14 +633,14 @@ dependencies = [ | |||
642 | 633 | ||
643 | [[package]] | 634 | [[package]] |
644 | name = "lsp-types" | 635 | name = "lsp-types" |
645 | version = "0.55.3" | 636 | version = "0.55.4" |
646 | source = "registry+https://github.com/rust-lang/crates.io-index" | 637 | source = "registry+https://github.com/rust-lang/crates.io-index" |
647 | dependencies = [ | 638 | dependencies = [ |
648 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 639 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
649 | "num-derive 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | 640 | "num-derive 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
650 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 641 | "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
651 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", | 642 | "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", |
652 | "serde_derive 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", | 643 | "serde_derive 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", |
653 | "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", | 644 | "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", |
654 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 645 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
655 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 646 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -821,7 +812,7 @@ dependencies = [ | |||
821 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", | 812 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", |
822 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 813 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
823 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 814 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
824 | "smallvec 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", | 815 | "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", |
825 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 816 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
826 | ] | 817 | ] |
827 | 818 | ||
@@ -893,7 +884,7 @@ dependencies = [ | |||
893 | "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 884 | "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
894 | "regex-syntax 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 885 | "regex-syntax 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
895 | "rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 886 | "rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
896 | "tempfile 3.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 887 | "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
897 | ] | 888 | ] |
898 | 889 | ||
899 | [[package]] | 890 | [[package]] |
@@ -987,7 +978,7 @@ dependencies = [ | |||
987 | "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", | 978 | "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
988 | "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 979 | "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
989 | "flexi_logger 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", | 980 | "flexi_logger 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", |
990 | "insta 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | 981 | "insta 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
991 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 982 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
992 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 983 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
993 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 984 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1006,7 +997,7 @@ name = "ra_ide_api" | |||
1006 | version = "0.1.0" | 997 | version = "0.1.0" |
1007 | dependencies = [ | 998 | dependencies = [ |
1008 | "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 999 | "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1009 | "insta 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1000 | "insta 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1010 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1001 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1011 | "jemalloc-ctl 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1002 | "jemalloc-ctl 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1012 | "jemallocator 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1003 | "jemallocator 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1030,7 +1021,7 @@ dependencies = [ | |||
1030 | name = "ra_ide_api_light" | 1021 | name = "ra_ide_api_light" |
1031 | version = "0.1.0" | 1022 | version = "0.1.0" |
1032 | dependencies = [ | 1023 | dependencies = [ |
1033 | "insta 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1024 | "insta 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1034 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1025 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1035 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1026 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1036 | "proptest 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1027 | "proptest 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1047,14 +1038,12 @@ name = "ra_lsp_server" | |||
1047 | version = "0.1.0" | 1038 | version = "0.1.0" |
1048 | dependencies = [ | 1039 | dependencies = [ |
1049 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1040 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1050 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1051 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1041 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1052 | "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1042 | "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1053 | "flexi_logger 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1043 | "flexi_logger 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1054 | "gen_lsp_server 0.1.0", | 1044 | "gen_lsp_server 0.1.0", |
1055 | "im 12.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1056 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1045 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1057 | "lsp-types 0.55.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1046 | "lsp-types 0.55.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1058 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1047 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1059 | "ra_arena 0.1.0", | 1048 | "ra_arena 0.1.0", |
1060 | "ra_ide_api 0.1.0", | 1049 | "ra_ide_api 0.1.0", |
@@ -1064,14 +1053,13 @@ dependencies = [ | |||
1064 | "ra_vfs 0.1.0", | 1053 | "ra_vfs 0.1.0", |
1065 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1054 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1066 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1055 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1067 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", | 1056 | "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", |
1068 | "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", | 1057 | "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", |
1069 | "tempfile 3.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1058 | "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1070 | "test_utils 0.1.0", | 1059 | "test_utils 0.1.0", |
1071 | "thread_worker 0.1.0", | 1060 | "thread_worker 0.1.0", |
1072 | "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1061 | "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1073 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1062 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1074 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1075 | ] | 1063 | ] |
1076 | 1064 | ||
1077 | [[package]] | 1065 | [[package]] |
@@ -1143,7 +1131,7 @@ dependencies = [ | |||
1143 | "ra_arena 0.1.0", | 1131 | "ra_arena 0.1.0", |
1144 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1132 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1145 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1133 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1146 | "tempfile 3.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1134 | "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1147 | "thread_worker 0.1.0", | 1135 | "thread_worker 0.1.0", |
1148 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1136 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1149 | ] | 1137 | ] |
@@ -1291,7 +1279,7 @@ name = "regex" | |||
1291 | version = "1.1.0" | 1279 | version = "1.1.0" |
1292 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1280 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1293 | dependencies = [ | 1281 | dependencies = [ |
1294 | "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1282 | "aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1295 | "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1283 | "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1296 | "regex-syntax 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1284 | "regex-syntax 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1297 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1285 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1326,7 +1314,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1326 | dependencies = [ | 1314 | dependencies = [ |
1327 | "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1315 | "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1328 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1316 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1329 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", | 1317 | "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", |
1330 | ] | 1318 | ] |
1331 | 1319 | ||
1332 | [[package]] | 1320 | [[package]] |
@@ -1368,7 +1356,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1368 | dependencies = [ | 1356 | dependencies = [ |
1369 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1357 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1370 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1358 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1371 | "tempfile 3.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1359 | "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1372 | "wait-timeout 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1360 | "wait-timeout 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1373 | ] | 1361 | ] |
1374 | 1362 | ||
@@ -1389,7 +1377,7 @@ dependencies = [ | |||
1389 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1377 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1390 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1378 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1391 | "salsa-macros 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1379 | "salsa-macros 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1392 | "smallvec 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1380 | "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1393 | ] | 1381 | ] |
1394 | 1382 | ||
1395 | [[package]] | 1383 | [[package]] |
@@ -1422,7 +1410,7 @@ version = "0.9.0" | |||
1422 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1410 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1423 | dependencies = [ | 1411 | dependencies = [ |
1424 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1412 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1425 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", | 1413 | "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", |
1426 | ] | 1414 | ] |
1427 | 1415 | ||
1428 | [[package]] | 1416 | [[package]] |
@@ -1432,15 +1420,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1432 | 1420 | ||
1433 | [[package]] | 1421 | [[package]] |
1434 | name = "serde" | 1422 | name = "serde" |
1435 | version = "1.0.87" | 1423 | version = "1.0.88" |
1436 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1424 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1437 | dependencies = [ | 1425 | dependencies = [ |
1438 | "serde_derive 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", | 1426 | "serde_derive 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", |
1439 | ] | 1427 | ] |
1440 | 1428 | ||
1441 | [[package]] | 1429 | [[package]] |
1442 | name = "serde_derive" | 1430 | name = "serde_derive" |
1443 | version = "1.0.87" | 1431 | version = "1.0.88" |
1444 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1432 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1445 | dependencies = [ | 1433 | dependencies = [ |
1446 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | 1434 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1455,7 +1443,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1455 | dependencies = [ | 1443 | dependencies = [ |
1456 | "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1444 | "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1457 | "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1445 | "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1458 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", | 1446 | "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", |
1459 | ] | 1447 | ] |
1460 | 1448 | ||
1461 | [[package]] | 1449 | [[package]] |
@@ -1465,7 +1453,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1465 | dependencies = [ | 1453 | dependencies = [ |
1466 | "dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1454 | "dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1467 | "linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1455 | "linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1468 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", | 1456 | "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", |
1469 | "yaml-rust 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1457 | "yaml-rust 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1470 | ] | 1458 | ] |
1471 | 1459 | ||
@@ -1495,18 +1483,15 @@ dependencies = [ | |||
1495 | 1483 | ||
1496 | [[package]] | 1484 | [[package]] |
1497 | name = "smallvec" | 1485 | name = "smallvec" |
1498 | version = "0.6.8" | 1486 | version = "0.6.9" |
1499 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1487 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1500 | dependencies = [ | ||
1501 | "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1502 | ] | ||
1503 | 1488 | ||
1504 | [[package]] | 1489 | [[package]] |
1505 | name = "smol_str" | 1490 | name = "smol_str" |
1506 | version = "0.1.9" | 1491 | version = "0.1.9" |
1507 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1492 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1508 | dependencies = [ | 1493 | dependencies = [ |
1509 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", | 1494 | "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", |
1510 | ] | 1495 | ] |
1511 | 1496 | ||
1512 | [[package]] | 1497 | [[package]] |
@@ -1552,7 +1537,7 @@ dependencies = [ | |||
1552 | 1537 | ||
1553 | [[package]] | 1538 | [[package]] |
1554 | name = "tempfile" | 1539 | name = "tempfile" |
1555 | version = "3.0.6" | 1540 | version = "3.0.7" |
1556 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1541 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1557 | dependencies = [ | 1542 | dependencies = [ |
1558 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1543 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1576,7 +1561,7 @@ dependencies = [ | |||
1576 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1561 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1577 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1562 | "pest_derive 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1578 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1563 | "regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1579 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", | 1564 | "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", |
1580 | "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", | 1565 | "serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)", |
1581 | "slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1566 | "slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1582 | "unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1567 | "unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1627,7 +1612,7 @@ name = "text_unit" | |||
1627 | version = "0.1.6" | 1612 | version = "0.1.6" |
1628 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1613 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1629 | dependencies = [ | 1614 | dependencies = [ |
1630 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", | 1615 | "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", |
1631 | ] | 1616 | ] |
1632 | 1617 | ||
1633 | [[package]] | 1618 | [[package]] |
@@ -1763,7 +1748,7 @@ name = "unicode-normalization" | |||
1763 | version = "0.1.8" | 1748 | version = "0.1.8" |
1764 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1749 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1765 | dependencies = [ | 1750 | dependencies = [ |
1766 | "smallvec 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1751 | "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1767 | ] | 1752 | ] |
1768 | 1753 | ||
1769 | [[package]] | 1754 | [[package]] |
@@ -1782,14 +1767,6 @@ version = "0.1.0" | |||
1782 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1767 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1783 | 1768 | ||
1784 | [[package]] | 1769 | [[package]] |
1785 | name = "unreachable" | ||
1786 | version = "1.0.0" | ||
1787 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1788 | dependencies = [ | ||
1789 | "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1790 | ] | ||
1791 | |||
1792 | [[package]] | ||
1793 | name = "url" | 1770 | name = "url" |
1794 | version = "1.7.2" | 1771 | version = "1.7.2" |
1795 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1772 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1804,7 +1781,7 @@ name = "url_serde" | |||
1804 | version = "0.2.0" | 1781 | version = "0.2.0" |
1805 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1782 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1806 | dependencies = [ | 1783 | dependencies = [ |
1807 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", | 1784 | "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", |
1808 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1785 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1809 | ] | 1786 | ] |
1810 | 1787 | ||
@@ -1819,7 +1796,7 @@ version = "0.7.2" | |||
1819 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1796 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1820 | dependencies = [ | 1797 | dependencies = [ |
1821 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1798 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1822 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", | 1799 | "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", |
1823 | ] | 1800 | ] |
1824 | 1801 | ||
1825 | [[package]] | 1802 | [[package]] |
@@ -1833,11 +1810,6 @@ version = "0.1.5" | |||
1833 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1810 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1834 | 1811 | ||
1835 | [[package]] | 1812 | [[package]] |
1836 | name = "void" | ||
1837 | version = "1.0.2" | ||
1838 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1839 | |||
1840 | [[package]] | ||
1841 | name = "wait-timeout" | 1813 | name = "wait-timeout" |
1842 | version = "0.1.5" | 1814 | version = "0.1.5" |
1843 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1815 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1910,7 +1882,7 @@ dependencies = [ | |||
1910 | ] | 1882 | ] |
1911 | 1883 | ||
1912 | [metadata] | 1884 | [metadata] |
1913 | "checksum aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e" | 1885 | "checksum aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5" |
1914 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" | 1886 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
1915 | "checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee" | 1887 | "checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee" |
1916 | "checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71" | 1888 | "checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71" |
@@ -1969,12 +1941,11 @@ dependencies = [ | |||
1969 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" | 1941 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
1970 | "checksum humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e" | 1942 | "checksum humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e" |
1971 | "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" | 1943 | "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" |
1972 | "checksum im 12.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0627d417829c1d763d602687634869f254fc79f7e22dea6c824dab993db857e4" | ||
1973 | "checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" | 1944 | "checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" |
1974 | "checksum indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2c60da1c9abea75996b70a931bba6c750730399005b61ccd853cee50ef3d0d0c" | 1945 | "checksum indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2c60da1c9abea75996b70a931bba6c750730399005b61ccd853cee50ef3d0d0c" |
1975 | "checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" | 1946 | "checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" |
1976 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" | 1947 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" |
1977 | "checksum insta 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8185295986ba10e9c317b2d00b450c088902b35a57096911e4653a25ec3c25d6" | 1948 | "checksum insta 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bcc3ee8d49a583b9c4ecb1b50777b65eec0a568e49dddfac37109ef320175533" |
1978 | "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" | 1949 | "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" |
1979 | "checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" | 1950 | "checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" |
1980 | "checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" | 1951 | "checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" |
@@ -1989,7 +1960,7 @@ dependencies = [ | |||
1989 | "checksum linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e" | 1960 | "checksum linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e" |
1990 | "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" | 1961 | "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" |
1991 | "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" | 1962 | "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" |
1992 | "checksum lsp-types 0.55.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9092adbc87fcf30f9d371ecea86dafee55e56f282ee19ca282384e3a04926ba9" | 1963 | "checksum lsp-types 0.55.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6392b5843615b8a2adeebe87b83fdd29567c0870baba3407a67e6dbfee4712f8" |
1993 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" | 1964 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" |
1994 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" | 1965 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
1995 | "checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39" | 1966 | "checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39" |
@@ -2050,14 +2021,14 @@ dependencies = [ | |||
2050 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" | 2021 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
2051 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | 2022 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
2052 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | 2023 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
2053 | "checksum serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)" = "2e20fde37801e83c891a2dc4ebd3b81f0da4d1fb67a9e0a2a3b921e2536a58ee" | 2024 | "checksum serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)" = "9f301d728f2b94c9a7691c90f07b0b4e8a4517181d9461be94c04bddeb4bd850" |
2054 | "checksum serde_derive 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)" = "633e97856567e518b59ffb2ad7c7a4fd4c5d91d9c7f32dd38a27b2bf7e8114ea" | 2025 | "checksum serde_derive 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)" = "beed18e6f5175aef3ba670e57c60ef3b1b74d250d962a26604bff4c80e970dd4" |
2055 | "checksum serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)" = "27dce848e7467aa0e2fcaf0a413641499c0b745452aaca1194d24dedde9e13c9" | 2026 | "checksum serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)" = "27dce848e7467aa0e2fcaf0a413641499c0b745452aaca1194d24dedde9e13c9" |
2056 | "checksum serde_yaml 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0887a8e097a69559b56aa2526bf7aff7c3048cf627dff781f0b56a6001534593" | 2027 | "checksum serde_yaml 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0887a8e097a69559b56aa2526bf7aff7c3048cf627dff781f0b56a6001534593" |
2057 | "checksum sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded" | 2028 | "checksum sha-1 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "51b9d1f3b5de8a167ab06834a7c883bd197f2191e1dda1a22d9ccfeedbf9aded" |
2058 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" | 2029 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
2059 | "checksum slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" | 2030 | "checksum slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" |
2060 | "checksum smallvec 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "88aea073965ab29f6edb5493faf96ad662fb18aa9eeb186a3b7057951605ed15" | 2031 | "checksum smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c4488ae950c49d403731982257768f48fada354a5203fe81f9bb6f43ca9002be" |
2061 | "checksum smol_str 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9af1035bc5d742ab6b7ab16713e41cc2ffe78cb474f6f43cd696b2d16052007e" | 2032 | "checksum smol_str 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9af1035bc5d742ab6b7ab16713e41cc2ffe78cb474f6f43cd696b2d16052007e" |
2062 | "checksum spin 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ceac490aa12c567115b40b7b7fceca03a6c9d53d5defea066123debc83c5dc1f" | 2033 | "checksum spin 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ceac490aa12c567115b40b7b7fceca03a6c9d53d5defea066123debc83c5dc1f" |
2063 | "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" | 2034 | "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
@@ -2065,7 +2036,7 @@ dependencies = [ | |||
2065 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" | 2036 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" |
2066 | "checksum syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)" = "f92e629aa1d9c827b2bb8297046c1ccffc57c99b947a680d3ccff1f136a3bee9" | 2037 | "checksum syn 0.15.26 (registry+https://github.com/rust-lang/crates.io-index)" = "f92e629aa1d9c827b2bb8297046c1ccffc57c99b947a680d3ccff1f136a3bee9" |
2067 | "checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" | 2038 | "checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" |
2068 | "checksum tempfile 3.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "37daa55a7240c4931c84559f03b3cad7d19535840d1c4a0cc4e9b2fb0dcf70ff" | 2039 | "checksum tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b86c784c88d98c801132806dadd3819ed29d8600836c4088e855cdf3e178ed8a" |
2069 | "checksum tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)" = "4b505279e19d8f7d24b1a9dc58327c9c36174b1a2c7ebdeac70792d017cb64f3" | 2040 | "checksum tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)" = "4b505279e19d8f7d24b1a9dc58327c9c36174b1a2c7ebdeac70792d017cb64f3" |
2070 | "checksum teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0d89ad4617d1dec55331067fadaa041e813479e1779616f3d3ce9308bf46184e" | 2041 | "checksum teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0d89ad4617d1dec55331067fadaa041e813479e1779616f3d3ce9308bf46184e" |
2071 | "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" | 2042 | "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" |
@@ -2090,14 +2061,12 @@ dependencies = [ | |||
2090 | "checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1" | 2061 | "checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1" |
2091 | "checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526" | 2062 | "checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526" |
2092 | "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" | 2063 | "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
2093 | "checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56" | ||
2094 | "checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" | 2064 | "checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" |
2095 | "checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea" | 2065 | "checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea" |
2096 | "checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737" | 2066 | "checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737" |
2097 | "checksum uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" | 2067 | "checksum uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" |
2098 | "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" | 2068 | "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" |
2099 | "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" | 2069 | "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" |
2100 | "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" | ||
2101 | "checksum wait-timeout 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b9f3bf741a801531993db6478b95682117471f76916f5e690dd8d45395b09349" | 2070 | "checksum wait-timeout 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b9f3bf741a801531993db6478b95682117471f76916f5e690dd8d45395b09349" |
2102 | "checksum walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9d9d7ed3431229a144296213105a390676cc49c9b6a72bd19f3176c98e129fa1" | 2071 | "checksum walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9d9d7ed3431229a144296213105a390676cc49c9b6a72bd19f3176c98e129fa1" |
2103 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" | 2072 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |