diff options
author | Minijackson <minijackson@riseup.net> | 2020-02-23 19:08:01 +0100 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2020-02-23 19:08:01 +0100 |
commit | 8df02a08efefa78f6e72ecf8b823e4fa343c8c73 (patch) | |
tree | fa62150085f7079b5d3539e3881ef2f1ad17bd55 | |
parent | 375284fff09f8548e5bf733850743110276e8957 (diff) | |
download | poseidoc-8df02a08efefa78f6e72ecf8b823e4fa343c8c73.tar.gz poseidoc-8df02a08efefa78f6e72ecf8b823e4fa343c8c73.zip |
cargo update
-rw-r--r-- | Cargo.lock | 233 |
1 files changed, 118 insertions, 115 deletions
@@ -2,10 +2,10 @@ | |||
2 | # It is not intended for manual editing. | 2 | # It is not intended for manual editing. |
3 | [[package]] | 3 | [[package]] |
4 | name = "aho-corasick" | 4 | name = "aho-corasick" |
5 | version = "0.7.6" | 5 | version = "0.7.8" |
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.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 8 | "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
9 | ] | 9 | ] |
10 | 10 | ||
11 | [[package]] | 11 | [[package]] |
@@ -26,18 +26,13 @@ name = "atty" | |||
26 | version = "0.2.14" | 26 | version = "0.2.14" |
27 | source = "registry+https://github.com/rust-lang/crates.io-index" | 27 | source = "registry+https://github.com/rust-lang/crates.io-index" |
28 | dependencies = [ | 28 | dependencies = [ |
29 | "hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 29 | "hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
30 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", | 30 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
31 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 31 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
32 | ] | 32 | ] |
33 | 33 | ||
34 | [[package]] | 34 | [[package]] |
35 | name = "autocfg" | 35 | name = "autocfg" |
36 | version = "0.1.7" | ||
37 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
38 | |||
39 | [[package]] | ||
40 | name = "autocfg" | ||
41 | version = "1.0.0" | 36 | version = "1.0.0" |
42 | source = "registry+https://github.com/rust-lang/crates.io-index" | 37 | source = "registry+https://github.com/rust-lang/crates.io-index" |
43 | 38 | ||
@@ -75,7 +70,7 @@ version = "0.23.0" | |||
75 | source = "registry+https://github.com/rust-lang/crates.io-index" | 70 | source = "registry+https://github.com/rust-lang/crates.io-index" |
76 | dependencies = [ | 71 | dependencies = [ |
77 | "clang-sys 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)", | 72 | "clang-sys 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)", |
78 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", | 73 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
79 | ] | 74 | ] |
80 | 75 | ||
81 | [[package]] | 76 | [[package]] |
@@ -84,7 +79,7 @@ version = "0.28.1" | |||
84 | source = "registry+https://github.com/rust-lang/crates.io-index" | 79 | source = "registry+https://github.com/rust-lang/crates.io-index" |
85 | dependencies = [ | 80 | dependencies = [ |
86 | "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 81 | "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
87 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", | 82 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
88 | ] | 83 | ] |
89 | 84 | ||
90 | [[package]] | 85 | [[package]] |
@@ -118,24 +113,26 @@ dependencies = [ | |||
118 | 113 | ||
119 | [[package]] | 114 | [[package]] |
120 | name = "crossbeam-deque" | 115 | name = "crossbeam-deque" |
121 | version = "0.7.2" | 116 | version = "0.7.3" |
122 | source = "registry+https://github.com/rust-lang/crates.io-index" | 117 | source = "registry+https://github.com/rust-lang/crates.io-index" |
123 | dependencies = [ | 118 | dependencies = [ |
124 | "crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 119 | "crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
125 | "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 120 | "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
121 | "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
126 | ] | 122 | ] |
127 | 123 | ||
128 | [[package]] | 124 | [[package]] |
129 | name = "crossbeam-epoch" | 125 | name = "crossbeam-epoch" |
130 | version = "0.8.0" | 126 | version = "0.8.2" |
131 | source = "registry+https://github.com/rust-lang/crates.io-index" | 127 | source = "registry+https://github.com/rust-lang/crates.io-index" |
132 | dependencies = [ | 128 | dependencies = [ |
133 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 129 | "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
134 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 130 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
135 | "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 131 | "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
136 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 132 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
133 | "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
137 | "memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | 134 | "memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
138 | "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 135 | "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
139 | ] | 136 | ] |
140 | 137 | ||
141 | [[package]] | 138 | [[package]] |
@@ -144,15 +141,15 @@ version = "0.2.1" | |||
144 | source = "registry+https://github.com/rust-lang/crates.io-index" | 141 | source = "registry+https://github.com/rust-lang/crates.io-index" |
145 | dependencies = [ | 142 | dependencies = [ |
146 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 143 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
147 | "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 144 | "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
148 | ] | 145 | ] |
149 | 146 | ||
150 | [[package]] | 147 | [[package]] |
151 | name = "crossbeam-utils" | 148 | name = "crossbeam-utils" |
152 | version = "0.7.0" | 149 | version = "0.7.2" |
153 | source = "registry+https://github.com/rust-lang/crates.io-index" | 150 | source = "registry+https://github.com/rust-lang/crates.io-index" |
154 | dependencies = [ | 151 | dependencies = [ |
155 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 152 | "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
156 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 153 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
157 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 154 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
158 | ] | 155 | ] |
@@ -170,7 +167,7 @@ dependencies = [ | |||
170 | "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", | 167 | "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
171 | "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 168 | "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
172 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 169 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
173 | "regex 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 170 | "regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
174 | "termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 171 | "termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
175 | ] | 172 | ] |
176 | 173 | ||
@@ -180,7 +177,7 @@ version = "0.1.14" | |||
180 | source = "registry+https://github.com/rust-lang/crates.io-index" | 177 | source = "registry+https://github.com/rust-lang/crates.io-index" |
181 | dependencies = [ | 178 | dependencies = [ |
182 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 179 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
183 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", | 180 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
184 | "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", | 181 | "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", |
185 | ] | 182 | ] |
186 | 183 | ||
@@ -199,10 +196,10 @@ dependencies = [ | |||
199 | 196 | ||
200 | [[package]] | 197 | [[package]] |
201 | name = "hermit-abi" | 198 | name = "hermit-abi" |
202 | version = "0.1.6" | 199 | version = "0.1.8" |
203 | source = "registry+https://github.com/rust-lang/crates.io-index" | 200 | source = "registry+https://github.com/rust-lang/crates.io-index" |
204 | dependencies = [ | 201 | dependencies = [ |
205 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", | 202 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
206 | ] | 203 | ] |
207 | 204 | ||
208 | [[package]] | 205 | [[package]] |
@@ -215,15 +212,15 @@ dependencies = [ | |||
215 | 212 | ||
216 | [[package]] | 213 | [[package]] |
217 | name = "indexmap" | 214 | name = "indexmap" |
218 | version = "1.3.0" | 215 | version = "1.3.2" |
219 | source = "registry+https://github.com/rust-lang/crates.io-index" | 216 | source = "registry+https://github.com/rust-lang/crates.io-index" |
220 | dependencies = [ | 217 | dependencies = [ |
221 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 218 | "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
222 | ] | 219 | ] |
223 | 220 | ||
224 | [[package]] | 221 | [[package]] |
225 | name = "itoa" | 222 | name = "itoa" |
226 | version = "0.4.4" | 223 | version = "0.4.5" |
227 | source = "registry+https://github.com/rust-lang/crates.io-index" | 224 | source = "registry+https://github.com/rust-lang/crates.io-index" |
228 | 225 | ||
229 | [[package]] | 226 | [[package]] |
@@ -233,7 +230,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
233 | 230 | ||
234 | [[package]] | 231 | [[package]] |
235 | name = "libc" | 232 | name = "libc" |
236 | version = "0.2.66" | 233 | version = "0.2.67" |
237 | source = "registry+https://github.com/rust-lang/crates.io-index" | 234 | source = "registry+https://github.com/rust-lang/crates.io-index" |
238 | 235 | ||
239 | [[package]] | 236 | [[package]] |
@@ -245,8 +242,13 @@ dependencies = [ | |||
245 | ] | 242 | ] |
246 | 243 | ||
247 | [[package]] | 244 | [[package]] |
245 | name = "maybe-uninit" | ||
246 | version = "2.0.0" | ||
247 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
248 | |||
249 | [[package]] | ||
248 | name = "memchr" | 250 | name = "memchr" |
249 | version = "2.3.0" | 251 | version = "2.3.3" |
250 | source = "registry+https://github.com/rust-lang/crates.io-index" | 252 | source = "registry+https://github.com/rust-lang/crates.io-index" |
251 | 253 | ||
252 | [[package]] | 254 | [[package]] |
@@ -276,11 +278,11 @@ dependencies = [ | |||
276 | 278 | ||
277 | [[package]] | 279 | [[package]] |
278 | name = "num_cpus" | 280 | name = "num_cpus" |
279 | version = "1.11.1" | 281 | version = "1.12.0" |
280 | source = "registry+https://github.com/rust-lang/crates.io-index" | 282 | source = "registry+https://github.com/rust-lang/crates.io-index" |
281 | dependencies = [ | 283 | dependencies = [ |
282 | "hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 284 | "hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
283 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", | 285 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
284 | ] | 286 | ] |
285 | 287 | ||
286 | [[package]] | 288 | [[package]] |
@@ -290,7 +292,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
290 | dependencies = [ | 292 | dependencies = [ |
291 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", | 293 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
292 | "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", | 294 | "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
293 | "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", | 295 | "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", |
294 | ] | 296 | ] |
295 | 297 | ||
296 | [[package]] | 298 | [[package]] |
@@ -308,19 +310,19 @@ dependencies = [ | |||
308 | "codemap-diagnostic 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 310 | "codemap-diagnostic 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
309 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 311 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
310 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 312 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
311 | "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", | 313 | "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
312 | "pandoc_types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 314 | "pandoc_types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
313 | "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 315 | "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
314 | "pretty_env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 316 | "pretty_env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
315 | "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 317 | "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
316 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", | 318 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
317 | "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", | 319 | "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
318 | "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", | 320 | "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", |
319 | "shell-words 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 321 | "shell-words 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
320 | "structopt 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 322 | "structopt 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
321 | "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 323 | "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
322 | "thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", | 324 | "thiserror 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", |
323 | "toml 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", | 325 | "toml 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
324 | "xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 326 | "xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
325 | ] | 327 | ] |
326 | 328 | ||
@@ -341,31 +343,31 @@ dependencies = [ | |||
341 | 343 | ||
342 | [[package]] | 344 | [[package]] |
343 | name = "proc-macro-error" | 345 | name = "proc-macro-error" |
344 | version = "0.4.4" | 346 | version = "0.4.9" |
345 | source = "registry+https://github.com/rust-lang/crates.io-index" | 347 | source = "registry+https://github.com/rust-lang/crates.io-index" |
346 | dependencies = [ | 348 | dependencies = [ |
347 | "proc-macro-error-attr 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 349 | "proc-macro-error-attr 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", |
348 | "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 350 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
349 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 351 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
350 | "rustversion 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 352 | "rustversion 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
351 | "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", | 353 | "syn 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", |
352 | ] | 354 | ] |
353 | 355 | ||
354 | [[package]] | 356 | [[package]] |
355 | name = "proc-macro-error-attr" | 357 | name = "proc-macro-error-attr" |
356 | version = "0.4.3" | 358 | version = "0.4.9" |
357 | source = "registry+https://github.com/rust-lang/crates.io-index" | 359 | source = "registry+https://github.com/rust-lang/crates.io-index" |
358 | dependencies = [ | 360 | dependencies = [ |
359 | "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 361 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
360 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 362 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
361 | "rustversion 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 363 | "rustversion 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
362 | "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", | 364 | "syn 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", |
363 | "syn-mid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 365 | "syn-mid 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
364 | ] | 366 | ] |
365 | 367 | ||
366 | [[package]] | 368 | [[package]] |
367 | name = "proc-macro2" | 369 | name = "proc-macro2" |
368 | version = "1.0.7" | 370 | version = "1.0.8" |
369 | source = "registry+https://github.com/rust-lang/crates.io-index" | 371 | source = "registry+https://github.com/rust-lang/crates.io-index" |
370 | dependencies = [ | 372 | dependencies = [ |
371 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 373 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -381,7 +383,7 @@ name = "quote" | |||
381 | version = "1.0.2" | 383 | version = "1.0.2" |
382 | source = "registry+https://github.com/rust-lang/crates.io-index" | 384 | source = "registry+https://github.com/rust-lang/crates.io-index" |
383 | dependencies = [ | 385 | dependencies = [ |
384 | "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 386 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
385 | ] | 387 | ] |
386 | 388 | ||
387 | [[package]] | 389 | [[package]] |
@@ -390,7 +392,7 @@ version = "0.7.3" | |||
390 | source = "registry+https://github.com/rust-lang/crates.io-index" | 392 | source = "registry+https://github.com/rust-lang/crates.io-index" |
391 | dependencies = [ | 393 | dependencies = [ |
392 | "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", | 394 | "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
393 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", | 395 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
394 | "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 396 | "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
395 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 397 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
396 | "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 398 | "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -426,7 +428,7 @@ name = "rayon" | |||
426 | version = "1.3.0" | 428 | version = "1.3.0" |
427 | source = "registry+https://github.com/rust-lang/crates.io-index" | 429 | source = "registry+https://github.com/rust-lang/crates.io-index" |
428 | dependencies = [ | 430 | dependencies = [ |
429 | "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 431 | "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
430 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | 432 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
431 | "rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 433 | "rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
432 | ] | 434 | ] |
@@ -436,11 +438,11 @@ name = "rayon-core" | |||
436 | version = "1.7.0" | 438 | version = "1.7.0" |
437 | source = "registry+https://github.com/rust-lang/crates.io-index" | 439 | source = "registry+https://github.com/rust-lang/crates.io-index" |
438 | dependencies = [ | 440 | dependencies = [ |
439 | "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 441 | "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
440 | "crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 442 | "crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
441 | "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 443 | "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
442 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 444 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
443 | "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", | 445 | "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
444 | ] | 446 | ] |
445 | 447 | ||
446 | [[package]] | 448 | [[package]] |
@@ -450,18 +452,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
450 | 452 | ||
451 | [[package]] | 453 | [[package]] |
452 | name = "regex" | 454 | name = "regex" |
453 | version = "1.3.3" | 455 | version = "1.3.4" |
454 | source = "registry+https://github.com/rust-lang/crates.io-index" | 456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
455 | dependencies = [ | 457 | dependencies = [ |
456 | "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", | 458 | "aho-corasick 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", |
457 | "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 459 | "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
458 | "regex-syntax 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", | 460 | "regex-syntax 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)", |
459 | "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 461 | "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
460 | ] | 462 | ] |
461 | 463 | ||
462 | [[package]] | 464 | [[package]] |
463 | name = "regex-syntax" | 465 | name = "regex-syntax" |
464 | version = "0.6.13" | 466 | version = "0.6.14" |
465 | source = "registry+https://github.com/rust-lang/crates.io-index" | 467 | source = "registry+https://github.com/rust-lang/crates.io-index" |
466 | 468 | ||
467 | [[package]] | 469 | [[package]] |
@@ -482,12 +484,12 @@ dependencies = [ | |||
482 | 484 | ||
483 | [[package]] | 485 | [[package]] |
484 | name = "rustversion" | 486 | name = "rustversion" |
485 | version = "1.0.1" | 487 | version = "1.0.2" |
486 | source = "registry+https://github.com/rust-lang/crates.io-index" | 488 | source = "registry+https://github.com/rust-lang/crates.io-index" |
487 | dependencies = [ | 489 | dependencies = [ |
488 | "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 490 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
489 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 491 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
490 | "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", | 492 | "syn 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", |
491 | ] | 493 | ] |
492 | 494 | ||
493 | [[package]] | 495 | [[package]] |
@@ -497,7 +499,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
497 | 499 | ||
498 | [[package]] | 500 | [[package]] |
499 | name = "scopeguard" | 501 | name = "scopeguard" |
500 | version = "1.0.0" | 502 | version = "1.1.0" |
501 | source = "registry+https://github.com/rust-lang/crates.io-index" | 503 | source = "registry+https://github.com/rust-lang/crates.io-index" |
502 | 504 | ||
503 | [[package]] | 505 | [[package]] |
@@ -523,18 +525,18 @@ name = "serde_derive" | |||
523 | version = "1.0.104" | 525 | version = "1.0.104" |
524 | source = "registry+https://github.com/rust-lang/crates.io-index" | 526 | source = "registry+https://github.com/rust-lang/crates.io-index" |
525 | dependencies = [ | 527 | dependencies = [ |
526 | "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 528 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
527 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 529 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
528 | "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", | 530 | "syn 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", |
529 | ] | 531 | ] |
530 | 532 | ||
531 | [[package]] | 533 | [[package]] |
532 | name = "serde_json" | 534 | name = "serde_json" |
533 | version = "1.0.44" | 535 | version = "1.0.48" |
534 | source = "registry+https://github.com/rust-lang/crates.io-index" | 536 | source = "registry+https://github.com/rust-lang/crates.io-index" |
535 | dependencies = [ | 537 | dependencies = [ |
536 | "indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 538 | "indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
537 | "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 539 | "itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
538 | "ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 540 | "ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
539 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", | 541 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
540 | ] | 542 | ] |
@@ -551,43 +553,44 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
551 | 553 | ||
552 | [[package]] | 554 | [[package]] |
553 | name = "structopt" | 555 | name = "structopt" |
554 | version = "0.3.7" | 556 | version = "0.3.9" |
555 | source = "registry+https://github.com/rust-lang/crates.io-index" | 557 | source = "registry+https://github.com/rust-lang/crates.io-index" |
556 | dependencies = [ | 558 | dependencies = [ |
557 | "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", | 559 | "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", |
558 | "structopt-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 560 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
561 | "structopt-derive 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
559 | ] | 562 | ] |
560 | 563 | ||
561 | [[package]] | 564 | [[package]] |
562 | name = "structopt-derive" | 565 | name = "structopt-derive" |
563 | version = "0.4.0" | 566 | version = "0.4.2" |
564 | source = "registry+https://github.com/rust-lang/crates.io-index" | 567 | source = "registry+https://github.com/rust-lang/crates.io-index" |
565 | dependencies = [ | 568 | dependencies = [ |
566 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 569 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
567 | "proc-macro-error 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 570 | "proc-macro-error 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", |
568 | "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 571 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
569 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 572 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
570 | "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", | 573 | "syn 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", |
571 | ] | 574 | ] |
572 | 575 | ||
573 | [[package]] | 576 | [[package]] |
574 | name = "syn" | 577 | name = "syn" |
575 | version = "1.0.13" | 578 | version = "1.0.15" |
576 | source = "registry+https://github.com/rust-lang/crates.io-index" | 579 | source = "registry+https://github.com/rust-lang/crates.io-index" |
577 | dependencies = [ | 580 | dependencies = [ |
578 | "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 581 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
579 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 582 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
580 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 583 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
581 | ] | 584 | ] |
582 | 585 | ||
583 | [[package]] | 586 | [[package]] |
584 | name = "syn-mid" | 587 | name = "syn-mid" |
585 | version = "0.4.0" | 588 | version = "0.5.0" |
586 | source = "registry+https://github.com/rust-lang/crates.io-index" | 589 | source = "registry+https://github.com/rust-lang/crates.io-index" |
587 | dependencies = [ | 590 | dependencies = [ |
588 | "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 591 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
589 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 592 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
590 | "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", | 593 | "syn 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", |
591 | ] | 594 | ] |
592 | 595 | ||
593 | [[package]] | 596 | [[package]] |
@@ -596,7 +599,7 @@ version = "3.1.0" | |||
596 | source = "registry+https://github.com/rust-lang/crates.io-index" | 599 | source = "registry+https://github.com/rust-lang/crates.io-index" |
597 | dependencies = [ | 600 | dependencies = [ |
598 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | 601 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
599 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", | 602 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
600 | "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | 603 | "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
601 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | 604 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
602 | "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 605 | "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -621,20 +624,20 @@ dependencies = [ | |||
621 | 624 | ||
622 | [[package]] | 625 | [[package]] |
623 | name = "thiserror" | 626 | name = "thiserror" |
624 | version = "1.0.9" | 627 | version = "1.0.11" |
625 | source = "registry+https://github.com/rust-lang/crates.io-index" | 628 | source = "registry+https://github.com/rust-lang/crates.io-index" |
626 | dependencies = [ | 629 | dependencies = [ |
627 | "thiserror-impl 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", | 630 | "thiserror-impl 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", |
628 | ] | 631 | ] |
629 | 632 | ||
630 | [[package]] | 633 | [[package]] |
631 | name = "thiserror-impl" | 634 | name = "thiserror-impl" |
632 | version = "1.0.9" | 635 | version = "1.0.11" |
633 | source = "registry+https://github.com/rust-lang/crates.io-index" | 636 | source = "registry+https://github.com/rust-lang/crates.io-index" |
634 | dependencies = [ | 637 | dependencies = [ |
635 | "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | 638 | "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
636 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 639 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
637 | "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", | 640 | "syn 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)", |
638 | ] | 641 | ] |
639 | 642 | ||
640 | [[package]] | 643 | [[package]] |
@@ -650,14 +653,14 @@ name = "time" | |||
650 | version = "0.1.42" | 653 | version = "0.1.42" |
651 | source = "registry+https://github.com/rust-lang/crates.io-index" | 654 | source = "registry+https://github.com/rust-lang/crates.io-index" |
652 | dependencies = [ | 655 | dependencies = [ |
653 | "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", | 656 | "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
654 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | 657 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
655 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 658 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
656 | ] | 659 | ] |
657 | 660 | ||
658 | [[package]] | 661 | [[package]] |
659 | name = "toml" | 662 | name = "toml" |
660 | version = "0.5.5" | 663 | version = "0.5.6" |
661 | source = "registry+https://github.com/rust-lang/crates.io-index" | 664 | source = "registry+https://github.com/rust-lang/crates.io-index" |
662 | dependencies = [ | 665 | dependencies = [ |
663 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", | 666 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -721,11 +724,10 @@ version = "0.8.0" | |||
721 | source = "registry+https://github.com/rust-lang/crates.io-index" | 724 | source = "registry+https://github.com/rust-lang/crates.io-index" |
722 | 725 | ||
723 | [metadata] | 726 | [metadata] |
724 | "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" | 727 | "checksum aho-corasick 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" = "743ad5a418686aad3b87fd14c43badd828cf26e214a00f92a384291cf22e1811" |
725 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" | 728 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
726 | "checksum anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)" = "7825f6833612eb2414095684fcf6c635becf3ce97fe48cf6421321e93bfbd53c" | 729 | "checksum anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)" = "7825f6833612eb2414095684fcf6c635becf3ce97fe48cf6421321e93bfbd53c" |
727 | "checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" | 730 | "checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
728 | "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" | ||
729 | "checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" | 731 | "checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" |
730 | "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" | 732 | "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
731 | "checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" | 733 | "checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" |
@@ -736,34 +738,35 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
736 | "checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" | 738 | "checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" |
737 | "checksum codemap 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa90095b7cbcca06055fed0e0bc0dcfc66a841bd9ea62bab2303a41e092ed72" | 739 | "checksum codemap 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa90095b7cbcca06055fed0e0bc0dcfc66a841bd9ea62bab2303a41e092ed72" |
738 | "checksum codemap-diagnostic 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ba0e6be8e2774e750f9e90625b490249715bece38a12f9d09e82477caba5028" | 740 | "checksum codemap-diagnostic 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ba0e6be8e2774e750f9e90625b490249715bece38a12f9d09e82477caba5028" |
739 | "checksum crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3aa945d63861bfe624b55d153a39684da1e8c0bc8fba932f7ee3a3c16cea3ca" | 741 | "checksum crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285" |
740 | "checksum crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5064ebdbf05ce3cb95e45c8b086f72263f4166b29b97f6baff7ef7fe047b55ac" | 742 | "checksum crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" |
741 | "checksum crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db" | 743 | "checksum crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db" |
742 | "checksum crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4" | 744 | "checksum crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" |
743 | "checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" | 745 | "checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" |
744 | "checksum env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3" | 746 | "checksum env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3" |
745 | "checksum getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" | 747 | "checksum getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" |
746 | "checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" | 748 | "checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" |
747 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" | 749 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
748 | "checksum hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eff2656d88f158ce120947499e971d743c05dbcbed62e5bd2f38f1698bbc3772" | 750 | "checksum hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1010591b26bbfe835e9faeabeb11866061cc7dcebffd56ad7d0942d0e61aefd8" |
749 | "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" | 751 | "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" |
750 | "checksum indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712d7b3ea5827fcb9d4fda14bf4da5f136f0db2ae9c8f4bd4e2d1c6fde4e6db2" | 752 | "checksum indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "076f042c5b7b98f31d205f1249267e12a6518c1481e9dae9764af19b707d2292" |
751 | "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" | 753 | "checksum itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e" |
752 | "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | 754 | "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
753 | "checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558" | 755 | "checksum libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)" = "eb147597cdf94ed43ab7a9038716637d2d1bf2bc571da995d0028dec06bd3018" |
754 | "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" | 756 | "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
755 | "checksum memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3197e20c7edb283f87c071ddfc7a2cca8f8e0b888c242959846a6fce03c72223" | 757 | "checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" |
758 | "checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" | ||
756 | "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" | 759 | "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" |
757 | "checksum num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba" | 760 | "checksum num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba" |
758 | "checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096" | 761 | "checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096" |
759 | "checksum num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72" | 762 | "checksum num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6" |
760 | "checksum pandoc_types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "29869c4f0ed84c2514105047415ff220679d7dbe566982c32f60a5c330cb77ed" | 763 | "checksum pandoc_types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "29869c4f0ed84c2514105047415ff220679d7dbe566982c32f60a5c330cb77ed" |
761 | "checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" | 764 | "checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" |
762 | "checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" | 765 | "checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" |
763 | "checksum pretty_env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "717ee476b1690853d222af4634056d830b5197ffd747726a9a1eee6da9f49074" | 766 | "checksum pretty_env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "717ee476b1690853d222af4634056d830b5197ffd747726a9a1eee6da9f49074" |
764 | "checksum proc-macro-error 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "53c98547ceaea14eeb26fcadf51dc70d01a2479a7839170eae133721105e4428" | 767 | "checksum proc-macro-error 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "052b3c9af39c7e5e94245f820530487d19eb285faedcb40e0c3275132293f242" |
765 | "checksum proc-macro-error-attr 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c2bf5d493cf5d3e296beccfd61794e445e830dfc8070a9c248ad3ee071392c6c" | 768 | "checksum proc-macro-error-attr 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "d175bef481c7902e63e3165627123fff3502f06ac043d3ef42d08c1246da9253" |
766 | "checksum proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0319972dcae462681daf4da1adeeaa066e3ebd29c69be96c6abb1259d2ee2bcc" | 769 | "checksum proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3acb317c6ff86a4e579dfa00fc5e6cca91ecbb4e7eb2df0468805b674eb88548" |
767 | "checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" | 770 | "checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" |
768 | "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" | 771 | "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" |
769 | "checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" | 772 | "checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" |
@@ -773,32 +776,32 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
773 | "checksum rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098" | 776 | "checksum rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098" |
774 | "checksum rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9" | 777 | "checksum rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9" |
775 | "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" | 778 | "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" |
776 | "checksum regex 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b5508c1941e4e7cb19965abef075d35a9a8b5cdf0846f30b4050e9b55dc55e87" | 779 | "checksum regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "322cf97724bea3ee221b78fe25ac9c46114ebb51747ad5babd51a2fc6a8235a8" |
777 | "checksum regex-syntax 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e734e891f5b408a29efbf8309e656876276f49ab6a6ac208600b4419bd893d90" | 780 | "checksum regex-syntax 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)" = "b28dfe3fe9badec5dbf0a79a9cccad2cfc2ab5484bdb3e44cbd1ae8b3ba2be06" |
778 | "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" | 781 | "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" |
779 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" | 782 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
780 | "checksum rustversion 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a0538bd897e17257b0128d2fd95c2ed6df939374073a36166051a79e2eb7986" | 783 | "checksum rustversion 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bba175698996010c4f6dce5e7f173b6eb781fce25d2cfc45e27091ce0b79f6" |
781 | "checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8" | 784 | "checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8" |
782 | "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" | 785 | "checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
783 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | 786 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
784 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | 787 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
785 | "checksum serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449" | 788 | "checksum serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449" |
786 | "checksum serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64" | 789 | "checksum serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64" |
787 | "checksum serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)" = "48c575e0cc52bdd09b47f330f646cf59afc586e9c4e3ccd6fc1f625b8ea1dad7" | 790 | "checksum serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)" = "9371ade75d4c2d6cb154141b9752cf3781ec9c05e0e5cf35060e1e70ee7b9c25" |
788 | "checksum shell-words 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "39acde55a154c4cd3ae048ac78cc21c25f3a0145e44111b523279113dce0d94a" | 791 | "checksum shell-words 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "39acde55a154c4cd3ae048ac78cc21c25f3a0145e44111b523279113dce0d94a" |
789 | "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" | 792 | "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
790 | "checksum structopt 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "884ae79d6aad1e738f4a70dff314203fd498490a63ebc4d03ea83323c40b7b72" | 793 | "checksum structopt 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "a1bcbed7d48956fcbb5d80c6b95aedb553513de0a1b451ea92679d999c010e98" |
791 | "checksum structopt-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0a97f829a34a0a9d5b353a881025a23b8c9fd09d46be6045df6b22920dbd7a93" | 794 | "checksum structopt-derive 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "095064aa1f5b94d14e635d0a5684cf140c43ae40a0fd990708d38f5d669e5f64" |
792 | "checksum syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1e4ff033220a41d1a57d8125eab57bf5263783dfdcc18688b1dacc6ce9651ef8" | 795 | "checksum syn 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a0294dc449adc58bb6592fff1a23d3e5e6e235afc6a0ffca2657d19e7bbffe5" |
793 | "checksum syn-mid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9fd3937748a7eccff61ba5b90af1a20dbf610858923a9192ea0ecb0cb77db1d0" | 796 | "checksum syn-mid 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7be3539f6c128a931cf19dcee741c1af532c7fd387baa739c03dd2e96479338a" |
794 | "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" | 797 | "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" |
795 | "checksum termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f" | 798 | "checksum termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f" |
796 | "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" | 799 | "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
797 | "checksum thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6f357d1814b33bc2dc221243f8424104bfe72dbe911d5b71b3816a2dff1c977e" | 800 | "checksum thiserror 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ee14bf8e6767ab4c687c9e8bc003879e042a96fd67a3ba5934eadb6536bef4db" |
798 | "checksum thiserror-impl 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "eb2e25d25307eb8436894f727aba8f65d07adf02e5b35a13cebed48bd282bfef" | 801 | "checksum thiserror-impl 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "a7b51e1fbc44b5a0840be594fbc0f960be09050f2617e61e6aa43bef97cd3ef4" |
799 | "checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" | 802 | "checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" |
800 | "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" | 803 | "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" |
801 | "checksum toml 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "01d1404644c8b12b16bfcffa4322403a91a451584daaaa7c28d3152e6cbc98cf" | 804 | "checksum toml 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a" |
802 | "checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" | 805 | "checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" |
803 | "checksum unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479" | 806 | "checksum unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479" |
804 | "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" | 807 | "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |