diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 110 |
1 files changed, 46 insertions, 64 deletions
diff --git a/Cargo.lock b/Cargo.lock index 266b88f19..7aeed1295 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 | ||
@@ -518,7 +518,7 @@ dependencies = [ | |||
518 | 518 | ||
519 | [[package]] | 519 | [[package]] |
520 | name = "insta" | 520 | name = "insta" |
521 | version = "0.6.2" | 521 | version = "0.6.3" |
522 | source = "registry+https://github.com/rust-lang/crates.io-index" | 522 | source = "registry+https://github.com/rust-lang/crates.io-index" |
523 | dependencies = [ | 523 | dependencies = [ |
524 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 524 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -530,7 +530,7 @@ dependencies = [ | |||
530 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 530 | "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)", | 531 | "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)", | 532 | "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)", | 533 | "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)", | 534 | "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)", | 535 | "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)", | 536 | "uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -642,14 +642,14 @@ dependencies = [ | |||
642 | 642 | ||
643 | [[package]] | 643 | [[package]] |
644 | name = "lsp-types" | 644 | name = "lsp-types" |
645 | version = "0.55.3" | 645 | version = "0.55.4" |
646 | source = "registry+https://github.com/rust-lang/crates.io-index" | 646 | source = "registry+https://github.com/rust-lang/crates.io-index" |
647 | dependencies = [ | 647 | dependencies = [ |
648 | "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 648 | "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)", | 649 | "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)", | 650 | "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)", | 651 | "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)", | 652 | "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)", | 653 | "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)", | 654 | "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)", | 655 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -821,7 +821,7 @@ dependencies = [ | |||
821 | "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", | 821 | "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)", | 822 | "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)", | 823 | "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)", | 824 | "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)", | 825 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
826 | ] | 826 | ] |
827 | 827 | ||
@@ -893,7 +893,7 @@ dependencies = [ | |||
893 | "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 893 | "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)", | 894 | "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)", | 895 | "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)", | 896 | "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
897 | ] | 897 | ] |
898 | 898 | ||
899 | [[package]] | 899 | [[package]] |
@@ -987,7 +987,7 @@ dependencies = [ | |||
987 | "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", | 987 | "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)", | 988 | "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)", | 989 | "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)", | 990 | "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)", | 991 | "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)", | 992 | "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)", | 993 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1006,7 +1006,7 @@ name = "ra_ide_api" | |||
1006 | version = "0.1.0" | 1006 | version = "0.1.0" |
1007 | dependencies = [ | 1007 | dependencies = [ |
1008 | "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1008 | "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)", | 1009 | "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)", | 1010 | "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)", | 1011 | "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)", | 1012 | "jemallocator 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1030,7 +1030,7 @@ dependencies = [ | |||
1030 | name = "ra_ide_api_light" | 1030 | name = "ra_ide_api_light" |
1031 | version = "0.1.0" | 1031 | version = "0.1.0" |
1032 | dependencies = [ | 1032 | dependencies = [ |
1033 | "insta 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1033 | "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)", | 1034 | "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)", | 1035 | "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)", | 1036 | "proptest 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1054,7 +1054,7 @@ dependencies = [ | |||
1054 | "gen_lsp_server 0.1.0", | 1054 | "gen_lsp_server 0.1.0", |
1055 | "im 12.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 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)", | 1056 | "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)", | 1057 | "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)", | 1058 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1059 | "ra_arena 0.1.0", | 1059 | "ra_arena 0.1.0", |
1060 | "ra_ide_api 0.1.0", | 1060 | "ra_ide_api 0.1.0", |
@@ -1064,9 +1064,9 @@ dependencies = [ | |||
1064 | "ra_vfs 0.1.0", | 1064 | "ra_vfs 0.1.0", |
1065 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1065 | "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)", | 1066 | "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)", | 1067 | "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)", | 1068 | "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)", | 1069 | "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1070 | "test_utils 0.1.0", | 1070 | "test_utils 0.1.0", |
1071 | "thread_worker 0.1.0", | 1071 | "thread_worker 0.1.0", |
1072 | "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1072 | "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1143,7 +1143,7 @@ dependencies = [ | |||
1143 | "ra_arena 0.1.0", | 1143 | "ra_arena 0.1.0", |
1144 | "relative-path 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1144 | "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)", | 1145 | "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)", | 1146 | "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1147 | "thread_worker 0.1.0", | 1147 | "thread_worker 0.1.0", |
1148 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1148 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1149 | ] | 1149 | ] |
@@ -1291,7 +1291,7 @@ name = "regex" | |||
1291 | version = "1.1.0" | 1291 | version = "1.1.0" |
1292 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1292 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1293 | dependencies = [ | 1293 | dependencies = [ |
1294 | "aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1294 | "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)", | 1295 | "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)", | 1296 | "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)", | 1297 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1326,7 +1326,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1326 | dependencies = [ | 1326 | dependencies = [ |
1327 | "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1327 | "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)", | 1328 | "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)", | 1329 | "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", |
1330 | ] | 1330 | ] |
1331 | 1331 | ||
1332 | [[package]] | 1332 | [[package]] |
@@ -1368,7 +1368,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1368 | dependencies = [ | 1368 | dependencies = [ |
1369 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1369 | "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)", | 1370 | "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)", | 1371 | "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)", | 1372 | "wait-timeout 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1373 | ] | 1373 | ] |
1374 | 1374 | ||
@@ -1389,7 +1389,7 @@ dependencies = [ | |||
1389 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1389 | "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)", | 1390 | "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)", | 1391 | "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)", | 1392 | "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1393 | ] | 1393 | ] |
1394 | 1394 | ||
1395 | [[package]] | 1395 | [[package]] |
@@ -1422,7 +1422,7 @@ version = "0.9.0" | |||
1422 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1422 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1423 | dependencies = [ | 1423 | dependencies = [ |
1424 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1424 | "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)", | 1425 | "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", |
1426 | ] | 1426 | ] |
1427 | 1427 | ||
1428 | [[package]] | 1428 | [[package]] |
@@ -1432,15 +1432,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1432 | 1432 | ||
1433 | [[package]] | 1433 | [[package]] |
1434 | name = "serde" | 1434 | name = "serde" |
1435 | version = "1.0.87" | 1435 | version = "1.0.88" |
1436 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1436 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1437 | dependencies = [ | 1437 | dependencies = [ |
1438 | "serde_derive 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", | 1438 | "serde_derive 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", |
1439 | ] | 1439 | ] |
1440 | 1440 | ||
1441 | [[package]] | 1441 | [[package]] |
1442 | name = "serde_derive" | 1442 | name = "serde_derive" |
1443 | version = "1.0.87" | 1443 | version = "1.0.88" |
1444 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1444 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1445 | dependencies = [ | 1445 | dependencies = [ |
1446 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", | 1446 | "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1455,7 +1455,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1455 | dependencies = [ | 1455 | dependencies = [ |
1456 | "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1456 | "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)", | 1457 | "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)", | 1458 | "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", |
1459 | ] | 1459 | ] |
1460 | 1460 | ||
1461 | [[package]] | 1461 | [[package]] |
@@ -1465,7 +1465,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1465 | dependencies = [ | 1465 | dependencies = [ |
1466 | "dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1466 | "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)", | 1467 | "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)", | 1468 | "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)", | 1469 | "yaml-rust 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1470 | ] | 1470 | ] |
1471 | 1471 | ||
@@ -1495,18 +1495,15 @@ dependencies = [ | |||
1495 | 1495 | ||
1496 | [[package]] | 1496 | [[package]] |
1497 | name = "smallvec" | 1497 | name = "smallvec" |
1498 | version = "0.6.8" | 1498 | version = "0.6.9" |
1499 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1499 | 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 | 1500 | ||
1504 | [[package]] | 1501 | [[package]] |
1505 | name = "smol_str" | 1502 | name = "smol_str" |
1506 | version = "0.1.9" | 1503 | version = "0.1.9" |
1507 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1504 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1508 | dependencies = [ | 1505 | dependencies = [ |
1509 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", | 1506 | "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", |
1510 | ] | 1507 | ] |
1511 | 1508 | ||
1512 | [[package]] | 1509 | [[package]] |
@@ -1552,7 +1549,7 @@ dependencies = [ | |||
1552 | 1549 | ||
1553 | [[package]] | 1550 | [[package]] |
1554 | name = "tempfile" | 1551 | name = "tempfile" |
1555 | version = "3.0.6" | 1552 | version = "3.0.7" |
1556 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1553 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1557 | dependencies = [ | 1554 | dependencies = [ |
1558 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1555 | "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1576,7 +1573,7 @@ dependencies = [ | |||
1576 | "pest 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1573 | "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)", | 1574 | "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)", | 1575 | "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)", | 1576 | "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)", | 1577 | "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)", | 1578 | "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)", | 1579 | "unic-segment 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1627,7 +1624,7 @@ name = "text_unit" | |||
1627 | version = "0.1.6" | 1624 | version = "0.1.6" |
1628 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1625 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1629 | dependencies = [ | 1626 | dependencies = [ |
1630 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", | 1627 | "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", |
1631 | ] | 1628 | ] |
1632 | 1629 | ||
1633 | [[package]] | 1630 | [[package]] |
@@ -1763,7 +1760,7 @@ name = "unicode-normalization" | |||
1763 | version = "0.1.8" | 1760 | version = "0.1.8" |
1764 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1761 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1765 | dependencies = [ | 1762 | dependencies = [ |
1766 | "smallvec 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1763 | "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1767 | ] | 1764 | ] |
1768 | 1765 | ||
1769 | [[package]] | 1766 | [[package]] |
@@ -1782,14 +1779,6 @@ version = "0.1.0" | |||
1782 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1779 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1783 | 1780 | ||
1784 | [[package]] | 1781 | [[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" | 1782 | name = "url" |
1794 | version = "1.7.2" | 1783 | version = "1.7.2" |
1795 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1784 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1804,7 +1793,7 @@ name = "url_serde" | |||
1804 | version = "0.2.0" | 1793 | version = "0.2.0" |
1805 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1794 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1806 | dependencies = [ | 1795 | dependencies = [ |
1807 | "serde 1.0.87 (registry+https://github.com/rust-lang/crates.io-index)", | 1796 | "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)", | 1797 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1809 | ] | 1798 | ] |
1810 | 1799 | ||
@@ -1819,7 +1808,7 @@ version = "0.7.2" | |||
1819 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1808 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1820 | dependencies = [ | 1809 | dependencies = [ |
1821 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1810 | "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)", | 1811 | "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", |
1823 | ] | 1812 | ] |
1824 | 1813 | ||
1825 | [[package]] | 1814 | [[package]] |
@@ -1833,11 +1822,6 @@ version = "0.1.5" | |||
1833 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1822 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1834 | 1823 | ||
1835 | [[package]] | 1824 | [[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" | 1825 | name = "wait-timeout" |
1842 | version = "0.1.5" | 1826 | version = "0.1.5" |
1843 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1827 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1910,7 +1894,7 @@ dependencies = [ | |||
1910 | ] | 1894 | ] |
1911 | 1895 | ||
1912 | [metadata] | 1896 | [metadata] |
1913 | "checksum aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e" | 1897 | "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" | 1898 | "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" | 1899 | "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" | 1900 | "checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71" |
@@ -1974,7 +1958,7 @@ dependencies = [ | |||
1974 | "checksum indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2c60da1c9abea75996b70a931bba6c750730399005b61ccd853cee50ef3d0d0c" | 1958 | "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" | 1959 | "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" | 1960 | "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" | 1961 | "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" | 1962 | "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" | 1963 | "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" | 1964 | "checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" |
@@ -1989,7 +1973,7 @@ dependencies = [ | |||
1989 | "checksum linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e" | 1973 | "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" | 1974 | "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" | 1975 | "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" | 1976 | "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" | 1977 | "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" | 1978 | "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" | 1979 | "checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39" |
@@ -2050,14 +2034,14 @@ dependencies = [ | |||
2050 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" | 2034 | "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" | 2035 | "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" | 2036 | "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" | 2037 | "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" | 2038 | "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" | 2039 | "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" | 2040 | "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" | 2041 | "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" | 2042 | "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" | 2043 | "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" | 2044 | "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" | 2045 | "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" | 2046 | "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" | 2047 | "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
@@ -2065,7 +2049,7 @@ dependencies = [ | |||
2065 | "checksum superslice 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f" | 2049 | "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" | 2050 | "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" | 2051 | "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" | 2052 | "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" | 2053 | "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" | 2054 | "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" | 2055 | "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" |
@@ -2090,14 +2074,12 @@ dependencies = [ | |||
2090 | "checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1" | 2074 | "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" | 2075 | "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" | 2076 | "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" | 2077 | "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" | 2078 | "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" | 2079 | "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" | 2080 | "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" | 2081 | "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" | 2082 | "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" | 2083 | "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" | 2084 | "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" | 2085 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |