diff options
author | Jeremy Kolb <[email protected]> | 2019-11-25 13:12:28 +0000 |
---|---|---|
committer | Jeremy Kolb <[email protected]> | 2019-11-25 13:12:28 +0000 |
commit | 711c1a3e46b008e43249edfafb5f22cc23daaced (patch) | |
tree | 3b45c78aaea3d63ce07bf994a36fc17f8bb9b7d6 | |
parent | aa20740944b7466a2f77781115ce948c3bf1866a (diff) |
Update crates
-rw-r--r-- | Cargo.lock | 118 |
1 files changed, 62 insertions, 56 deletions
diff --git a/Cargo.lock b/Cargo.lock index 8f7783deb..8c8111286 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -10,7 +10,7 @@ dependencies = [ | |||
10 | 10 | ||
11 | [[package]] | 11 | [[package]] |
12 | name = "anyhow" | 12 | name = "anyhow" |
13 | version = "1.0.22" | 13 | version = "1.0.23" |
14 | source = "registry+https://github.com/rust-lang/crates.io-index" | 14 | source = "registry+https://github.com/rust-lang/crates.io-index" |
15 | 15 | ||
16 | [[package]] | 16 | [[package]] |
@@ -105,9 +105,9 @@ version = "0.9.0" | |||
105 | source = "registry+https://github.com/rust-lang/crates.io-index" | 105 | source = "registry+https://github.com/rust-lang/crates.io-index" |
106 | dependencies = [ | 106 | dependencies = [ |
107 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 107 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
108 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", | 108 | "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
109 | "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", | 109 | "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
110 | "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", | 110 | "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
111 | ] | 111 | ] |
112 | 112 | ||
113 | [[package]] | 113 | [[package]] |
@@ -181,19 +181,18 @@ dependencies = [ | |||
181 | "chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478)", | 181 | "chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478)", |
182 | "chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478)", | 182 | "chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478)", |
183 | "ena 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", | 183 | "ena 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", |
184 | "itertools 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | 184 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
185 | "petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", | 185 | "petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", |
186 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 186 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
187 | ] | 187 | ] |
188 | 188 | ||
189 | [[package]] | 189 | [[package]] |
190 | name = "chrono" | 190 | name = "chrono" |
191 | version = "0.4.9" | 191 | version = "0.4.10" |
192 | source = "registry+https://github.com/rust-lang/crates.io-index" | 192 | source = "registry+https://github.com/rust-lang/crates.io-index" |
193 | dependencies = [ | 193 | dependencies = [ |
194 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | ||
195 | "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", | 194 | "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", |
196 | "num-traits 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", | 195 | "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
197 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | 196 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
198 | ] | 197 | ] |
199 | 198 | ||
@@ -356,7 +355,7 @@ name = "flexi_logger" | |||
356 | version = "0.14.5" | 355 | version = "0.14.5" |
357 | source = "registry+https://github.com/rust-lang/crates.io-index" | 356 | source = "registry+https://github.com/rust-lang/crates.io-index" |
358 | dependencies = [ | 357 | dependencies = [ |
359 | "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", | 358 | "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
360 | "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 359 | "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
361 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 360 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
362 | "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 361 | "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -472,7 +471,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
472 | dependencies = [ | 471 | dependencies = [ |
473 | "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 472 | "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
474 | "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | 473 | "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
475 | "unicode-normalization 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 474 | "unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
476 | ] | 475 | ] |
477 | 476 | ||
478 | [[package]] | 477 | [[package]] |
@@ -520,8 +519,8 @@ dependencies = [ | |||
520 | "console 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", | 519 | "console 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
521 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 520 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
522 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 521 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
523 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", | 522 | "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
524 | "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", | 523 | "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
525 | "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", | 524 | "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", |
526 | "uuid 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | 525 | "uuid 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
527 | ] | 526 | ] |
@@ -536,7 +535,7 @@ dependencies = [ | |||
536 | 535 | ||
537 | [[package]] | 536 | [[package]] |
538 | name = "itertools" | 537 | name = "itertools" |
539 | version = "0.8.1" | 538 | version = "0.8.2" |
540 | source = "registry+https://github.com/rust-lang/crates.io-index" | 539 | source = "registry+https://github.com/rust-lang/crates.io-index" |
541 | dependencies = [ | 540 | dependencies = [ |
542 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | 541 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -643,8 +642,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
643 | dependencies = [ | 642 | dependencies = [ |
644 | "crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 643 | "crossbeam-channel 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
645 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 644 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
646 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", | 645 | "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
647 | "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", | 646 | "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
648 | ] | 647 | ] |
649 | 648 | ||
650 | [[package]] | 649 | [[package]] |
@@ -653,8 +652,8 @@ version = "0.61.0" | |||
653 | source = "registry+https://github.com/rust-lang/crates.io-index" | 652 | source = "registry+https://github.com/rust-lang/crates.io-index" |
654 | dependencies = [ | 653 | dependencies = [ |
655 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 654 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
656 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", | 655 | "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
657 | "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", | 656 | "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
658 | "serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 657 | "serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
659 | "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 658 | "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
660 | ] | 659 | ] |
@@ -755,12 +754,12 @@ version = "0.1.41" | |||
755 | source = "registry+https://github.com/rust-lang/crates.io-index" | 754 | source = "registry+https://github.com/rust-lang/crates.io-index" |
756 | dependencies = [ | 755 | dependencies = [ |
757 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 756 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
758 | "num-traits 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", | 757 | "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
759 | ] | 758 | ] |
760 | 759 | ||
761 | [[package]] | 760 | [[package]] |
762 | name = "num-traits" | 761 | name = "num-traits" |
763 | version = "0.2.9" | 762 | version = "0.2.10" |
764 | source = "registry+https://github.com/rust-lang/crates.io-index" | 763 | source = "registry+https://github.com/rust-lang/crates.io-index" |
765 | dependencies = [ | 764 | dependencies = [ |
766 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 765 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -885,7 +884,7 @@ dependencies = [ | |||
885 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 884 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
886 | "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 885 | "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
887 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 886 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
888 | "num-traits 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", | 887 | "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
889 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 888 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
890 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 889 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
891 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 890 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -923,7 +922,7 @@ name = "ra_assists" | |||
923 | version = "0.1.0" | 922 | version = "0.1.0" |
924 | dependencies = [ | 923 | dependencies = [ |
925 | "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 924 | "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
926 | "itertools 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | 925 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
927 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 926 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
928 | "ra_db 0.1.0", | 927 | "ra_db 0.1.0", |
929 | "ra_fmt 0.1.0", | 928 | "ra_fmt 0.1.0", |
@@ -990,7 +989,7 @@ dependencies = [ | |||
990 | name = "ra_fmt" | 989 | name = "ra_fmt" |
991 | version = "0.1.0" | 990 | version = "0.1.0" |
992 | dependencies = [ | 991 | dependencies = [ |
993 | "itertools 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | 992 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
994 | "ra_syntax 0.1.0", | 993 | "ra_syntax 0.1.0", |
995 | ] | 994 | ] |
996 | 995 | ||
@@ -1061,7 +1060,7 @@ dependencies = [ | |||
1061 | "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1060 | "format-buf 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1062 | "fst 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1061 | "fst 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1063 | "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1062 | "insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1064 | "itertools 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1063 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1065 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1064 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1066 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1065 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1067 | "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1066 | "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1102,8 +1101,8 @@ dependencies = [ | |||
1102 | "ra_vfs_glob 0.1.0", | 1101 | "ra_vfs_glob 0.1.0", |
1103 | "relative-path 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1102 | "relative-path 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1104 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1103 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1105 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", | 1104 | "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
1106 | "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", | 1105 | "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
1107 | "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1106 | "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1108 | "test_utils 0.1.0", | 1107 | "test_utils 0.1.0", |
1109 | "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1108 | "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1134,7 +1133,7 @@ name = "ra_prof" | |||
1134 | version = "0.1.0" | 1133 | version = "0.1.0" |
1135 | dependencies = [ | 1134 | dependencies = [ |
1136 | "backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)", | 1135 | "backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)", |
1137 | "itertools 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1136 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1138 | "jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1137 | "jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1139 | "jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1138 | "jemallocator 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1140 | "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1139 | "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1150,8 +1149,8 @@ dependencies = [ | |||
1150 | "ra_cfg 0.1.0", | 1149 | "ra_cfg 0.1.0", |
1151 | "ra_db 0.1.0", | 1150 | "ra_db 0.1.0", |
1152 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1151 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1153 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", | 1152 | "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
1154 | "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", | 1153 | "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
1155 | ] | 1154 | ] |
1156 | 1155 | ||
1157 | [[package]] | 1156 | [[package]] |
@@ -1159,11 +1158,11 @@ name = "ra_syntax" | |||
1159 | version = "0.1.0" | 1158 | version = "0.1.0" |
1160 | dependencies = [ | 1159 | dependencies = [ |
1161 | "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1160 | "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1162 | "itertools 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1161 | "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1163 | "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1162 | "once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1164 | "ra_parser 0.1.0", | 1163 | "ra_parser 0.1.0", |
1165 | "ra_text_edit 0.1.0", | 1164 | "ra_text_edit 0.1.0", |
1166 | "rowan 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1165 | "rowan 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1167 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1166 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1168 | "rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1167 | "rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1169 | "smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", | 1168 | "smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1423,17 +1422,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1423 | dependencies = [ | 1422 | dependencies = [ |
1424 | "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1423 | "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1425 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1424 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1426 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", | 1425 | "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
1427 | ] | 1426 | ] |
1428 | 1427 | ||
1429 | [[package]] | 1428 | [[package]] |
1430 | name = "rowan" | 1429 | name = "rowan" |
1431 | version = "0.7.0" | 1430 | version = "0.7.1" |
1432 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1431 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1433 | dependencies = [ | 1432 | dependencies = [ |
1434 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1433 | "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1435 | "smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", | 1434 | "smol_str 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
1436 | "text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1435 | "text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1436 | "thin-dst 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1437 | ] | 1437 | ] |
1438 | 1438 | ||
1439 | [[package]] | 1439 | [[package]] |
@@ -1516,7 +1516,7 @@ version = "0.9.0" | |||
1516 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1516 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1517 | dependencies = [ | 1517 | dependencies = [ |
1518 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1518 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1519 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", | 1519 | "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
1520 | ] | 1520 | ] |
1521 | 1521 | ||
1522 | [[package]] | 1522 | [[package]] |
@@ -1526,15 +1526,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1526 | 1526 | ||
1527 | [[package]] | 1527 | [[package]] |
1528 | name = "serde" | 1528 | name = "serde" |
1529 | version = "1.0.102" | 1529 | version = "1.0.103" |
1530 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1530 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1531 | dependencies = [ | 1531 | dependencies = [ |
1532 | "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", | 1532 | "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
1533 | ] | 1533 | ] |
1534 | 1534 | ||
1535 | [[package]] | 1535 | [[package]] |
1536 | name = "serde_derive" | 1536 | name = "serde_derive" |
1537 | version = "1.0.102" | 1537 | version = "1.0.103" |
1538 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1538 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1539 | dependencies = [ | 1539 | dependencies = [ |
1540 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1540 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1544,12 +1544,12 @@ dependencies = [ | |||
1544 | 1544 | ||
1545 | [[package]] | 1545 | [[package]] |
1546 | name = "serde_json" | 1546 | name = "serde_json" |
1547 | version = "1.0.41" | 1547 | version = "1.0.42" |
1548 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1548 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1549 | dependencies = [ | 1549 | dependencies = [ |
1550 | "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1550 | "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1551 | "ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1551 | "ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1552 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", | 1552 | "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
1553 | ] | 1553 | ] |
1554 | 1554 | ||
1555 | [[package]] | 1555 | [[package]] |
@@ -1569,7 +1569,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1569 | dependencies = [ | 1569 | dependencies = [ |
1570 | "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1570 | "dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1571 | "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1571 | "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1572 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", | 1572 | "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
1573 | "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1573 | "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1574 | ] | 1574 | ] |
1575 | 1575 | ||
@@ -1596,7 +1596,7 @@ name = "smol_str" | |||
1596 | version = "0.1.15" | 1596 | version = "0.1.15" |
1597 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1597 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1598 | dependencies = [ | 1598 | dependencies = [ |
1599 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", | 1599 | "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
1600 | ] | 1600 | ] |
1601 | 1601 | ||
1602 | [[package]] | 1602 | [[package]] |
@@ -1652,7 +1652,7 @@ name = "test_utils" | |||
1652 | version = "0.1.0" | 1652 | version = "0.1.0" |
1653 | dependencies = [ | 1653 | dependencies = [ |
1654 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1654 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1655 | "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", | 1655 | "serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
1656 | "text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1656 | "text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1657 | ] | 1657 | ] |
1658 | 1658 | ||
@@ -1662,6 +1662,11 @@ version = "0.1.9" | |||
1662 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1662 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1663 | 1663 | ||
1664 | [[package]] | 1664 | [[package]] |
1665 | name = "thin-dst" | ||
1666 | version = "1.0.0" | ||
1667 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1668 | |||
1669 | [[package]] | ||
1665 | name = "thread_local" | 1670 | name = "thread_local" |
1666 | version = "0.3.6" | 1671 | version = "0.3.6" |
1667 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1672 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1705,10 +1710,10 @@ dependencies = [ | |||
1705 | 1710 | ||
1706 | [[package]] | 1711 | [[package]] |
1707 | name = "unicode-normalization" | 1712 | name = "unicode-normalization" |
1708 | version = "0.1.9" | 1713 | version = "0.1.11" |
1709 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1714 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1710 | dependencies = [ | 1715 | dependencies = [ |
1711 | "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", | 1716 | "smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1712 | ] | 1717 | ] |
1713 | 1718 | ||
1714 | [[package]] | 1719 | [[package]] |
@@ -1734,7 +1739,7 @@ dependencies = [ | |||
1734 | "idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1739 | "idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1735 | "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1740 | "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1736 | "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1741 | "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1737 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", | 1742 | "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
1738 | ] | 1743 | ] |
1739 | 1744 | ||
1740 | [[package]] | 1745 | [[package]] |
@@ -1743,7 +1748,7 @@ version = "0.8.1" | |||
1743 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1748 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1744 | dependencies = [ | 1749 | dependencies = [ |
1745 | "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1750 | "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1746 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", | 1751 | "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
1747 | ] | 1752 | ] |
1748 | 1753 | ||
1749 | [[package]] | 1754 | [[package]] |
@@ -1816,12 +1821,12 @@ dependencies = [ | |||
1816 | name = "xtask" | 1821 | name = "xtask" |
1817 | version = "0.1.0" | 1822 | version = "0.1.0" |
1818 | dependencies = [ | 1823 | dependencies = [ |
1819 | "anyhow 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)", | 1824 | "anyhow 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", |
1820 | "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1825 | "pico-args 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1821 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1826 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1822 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1827 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1823 | "ron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1828 | "ron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1824 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", | 1829 | "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
1825 | "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1830 | "walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1826 | ] | 1831 | ] |
1827 | 1832 | ||
@@ -1840,7 +1845,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1840 | 1845 | ||
1841 | [metadata] | 1846 | [metadata] |
1842 | "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" | 1847 | "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" |
1843 | "checksum anyhow 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)" = "e19f23ab207147bbdbcdfa7f7e4ca5e84963d79bae3937074682177ab9150968" | 1848 | "checksum anyhow 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)" = "6f1072d8f55592084072d2d3cb23a4b680a8543c00f10d446118e85ad3718142" |
1844 | "checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" | 1849 | "checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" |
1845 | "checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" | 1850 | "checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" |
1846 | "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" | 1851 | "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" |
@@ -1862,7 +1867,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1862 | "checksum chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478)" = "<none>" | 1867 | "checksum chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478)" = "<none>" |
1863 | "checksum chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478)" = "<none>" | 1868 | "checksum chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478)" = "<none>" |
1864 | "checksum chalk-solve 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478)" = "<none>" | 1869 | "checksum chalk-solve 0.1.0 (git+https://github.com/rust-lang/chalk.git?rev=a88cad7f0a69e05ba8f40b74c58a1c229c1b2478)" = "<none>" |
1865 | "checksum chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e8493056968583b0193c1bb04d6f7684586f3726992d6c573261941a895dbd68" | 1870 | "checksum chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "31850b4a4d6bae316f7a09e691c944c28299298837edc0a03f755618c23cbc01" |
1866 | "checksum clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e" | 1871 | "checksum clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e" |
1867 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" | 1872 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
1868 | "checksum console 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f5d540c2d34ac9dd0deb5f3b5f54c36c79efa78f6b3ad19106a554d07a7b5d9f" | 1873 | "checksum console 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f5d540c2d34ac9dd0deb5f3b5f54c36c79efa78f6b3ad19106a554d07a7b5d9f" |
@@ -1903,7 +1908,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1903 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" | 1908 | "checksum inotify-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0" |
1904 | "checksum insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0d499dc062e841590a67230d853bce62d0abeb91304927871670b7c55c461349" | 1909 | "checksum insta 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0d499dc062e841590a67230d853bce62d0abeb91304927871670b7c55c461349" |
1905 | "checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" | 1910 | "checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" |
1906 | "checksum itertools 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "87fa75c9dea7b07be3138c49abbb83fd4bea199b5cdc76f9804458edc5da0d6e" | 1911 | "checksum itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484" |
1907 | "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" | 1912 | "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" |
1908 | "checksum jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c502a5ff9dd2924f1ed32ba96e3b65735d837b4bfd978d3161b1702e66aca4b7" | 1913 | "checksum jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c502a5ff9dd2924f1ed32ba96e3b65735d837b4bfd978d3161b1702e66aca4b7" |
1909 | "checksum jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45" | 1914 | "checksum jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45" |
@@ -1930,7 +1935,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1930 | "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" | 1935 | "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" |
1931 | "checksum notify 4.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "199628fc33b21bc767baa057490b00b382ecbae030803a7b36292422d15b778b" | 1936 | "checksum notify 4.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "199628fc33b21bc767baa057490b00b382ecbae030803a7b36292422d15b778b" |
1932 | "checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09" | 1937 | "checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09" |
1933 | "checksum num-traits 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "443c53b3c3531dfcbfa499d8893944db78474ad7a1d87fa2d94d1a2231693ac6" | 1938 | "checksum num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c81ffc11c212fa327657cb19dd85eb7419e163b5b076bede2bdb5c974c07e4" |
1934 | "checksum num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72" | 1939 | "checksum num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72" |
1935 | "checksum number_prefix 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a" | 1940 | "checksum number_prefix 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a" |
1936 | "checksum once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "891f486f630e5c5a4916c7e16c4b24a53e78c860b646e9f8e005e4f16847bfed" | 1941 | "checksum once_cell 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "891f486f630e5c5a4916c7e16c4b24a53e78c860b646e9f8e005e4f16847bfed" |
@@ -1974,7 +1979,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1974 | "checksum relative-path 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bedde000f40f2921ce439ea165c9c53fd629bfa115140c72e22aceacb4a21954" | 1979 | "checksum relative-path 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bedde000f40f2921ce439ea165c9c53fd629bfa115140c72e22aceacb4a21954" |
1975 | "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" | 1980 | "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" |
1976 | "checksum ron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2ece421e0c4129b90e4a35b6f625e472e96c552136f5093a2f4fa2bbb75a62d5" | 1981 | "checksum ron 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2ece421e0c4129b90e4a35b6f625e472e96c552136f5093a2f4fa2bbb75a62d5" |
1977 | "checksum rowan 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d3a241900475bf2ba302061550ff50c82b45095ca95d23d1872345793fd42407" | 1982 | "checksum rowan 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ca620bbf9c48c92b5cef19f96354a309ac36b7d8ef7c591e66117335c8b1988b" |
1978 | "checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" | 1983 | "checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" |
1979 | "checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" | 1984 | "checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8" |
1980 | "checksum rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c86aae0c77166108c01305ee1a36a1e77289d7dc6ca0a3cd91ff4992de2d16a5" | 1985 | "checksum rustc_lexer 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c86aae0c77166108c01305ee1a36a1e77289d7dc6ca0a3cd91ff4992de2d16a5" |
@@ -1986,9 +1991,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1986 | "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" | 1991 | "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" |
1987 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | 1992 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
1988 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | 1993 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
1989 | "checksum serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4b39bd9b0b087684013a792c59e3e07a46a01d2322518d8a1104641a0b1be0" | 1994 | "checksum serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)" = "1217f97ab8e8904b57dd22eb61cde455fa7446a9c1cf43966066da047c1f3702" |
1990 | "checksum serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)" = "ca13fc1a832f793322228923fbb3aba9f3f44444898f835d31ad1b74fa0a2bf8" | 1995 | "checksum serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)" = "a8c6faef9a2e64b0064f48570289b4bf8823b7581f1d6157c1b52152306651d0" |
1991 | "checksum serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "2f72eb2a68a7dc3f9a691bfda9305a1c017a6215e5a4545c258500d2099a37c2" | 1996 | "checksum serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)" = "1a3351dcbc1f067e2c92ab7c3c1f288ad1a4cffc470b5aaddb4c2e0a3ae80043" |
1992 | "checksum serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573" | 1997 | "checksum serde_repr 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "cd02c7587ec314570041b2754829f84d873ced14a96d1fd1823531e11db40573" |
1993 | "checksum serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)" = "691b17f19fc1ec9d94ec0b5864859290dff279dbd7b03f017afda54eb36c3c35" | 1998 | "checksum serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)" = "691b17f19fc1ec9d94ec0b5864859290dff279dbd7b03f017afda54eb36c3c35" |
1994 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" | 1999 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
@@ -2001,12 +2006,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2001 | "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" | 2006 | "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" |
2002 | "checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" | 2007 | "checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" |
2003 | "checksum text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e08bbcb7a3adbda0eb23431206b653bdad3d8dea311e72d36bf2215e27a42579" | 2008 | "checksum text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e08bbcb7a3adbda0eb23431206b653bdad3d8dea311e72d36bf2215e27a42579" |
2009 | "checksum thin-dst 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c52fd98a9e4913c466d83381a59245691875d2f3e04611fca57f964bd8aa96e1" | ||
2004 | "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" | 2010 | "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" |
2005 | "checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" | 2011 | "checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" |
2006 | "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" | 2012 | "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" |
2007 | "checksum unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" | 2013 | "checksum unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" |
2008 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" | 2014 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" |
2009 | "checksum unicode-normalization 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "09c8070a9942f5e7cfccd93f490fdebd230ee3c3c9f107cb25bad5351ef671cf" | 2015 | "checksum unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b561e267b2326bb4cebfc0ef9e68355c7abe6c6f522aeac2f5bf95d56c59bdcf" |
2010 | "checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" | 2016 | "checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" |
2011 | "checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20" | 2017 | "checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20" |
2012 | "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" | 2018 | "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |