##// END OF EJS Templates
hg-core: add format-bytes dependency...
Raphaël Gomès -
r46797:3aec2620 default
parent child Browse files
Show More
@@ -7,10 +7,10 b' source = "registry+https://github.com/ru'
7 7
8 8 [[package]]
9 9 name = "aho-corasick"
10 version = "0.7.13"
10 version = "0.7.15"
11 11 source = "registry+https://github.com/rust-lang/crates.io-index"
12 12 dependencies = [
13 "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
13 "memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
14 14 ]
15 15
16 16 [[package]]
@@ -26,8 +26,8 b' name = "atty"'
26 26 version = "0.2.14"
27 27 source = "registry+https://github.com/rust-lang/crates.io-index"
28 28 dependencies = [
29 "hermit-abi 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
30 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
29 "hermit-abi 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
30 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
31 31 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
32 32 ]
33 33
@@ -56,7 +56,7 b' source = "registry+https://github.com/ru'
56 56
57 57 [[package]]
58 58 name = "cc"
59 version = "1.0.60"
59 version = "1.0.66"
60 60 source = "registry+https://github.com/rust-lang/crates.io-index"
61 61 dependencies = [
62 62 "jobserver 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -68,6 +68,11 b' version = "0.1.10"'
68 68 source = "registry+https://github.com/rust-lang/crates.io-index"
69 69
70 70 [[package]]
71 name = "cfg-if"
72 version = "1.0.0"
73 source = "registry+https://github.com/rust-lang/crates.io-index"
74
75 [[package]]
71 76 name = "clap"
72 77 version = "2.33.3"
73 78 source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -82,22 +87,27 b' dependencies = ['
82 87 ]
83 88
84 89 [[package]]
90 name = "const_fn"
91 version = "0.4.4"
92 source = "registry+https://github.com/rust-lang/crates.io-index"
93
94 [[package]]
85 95 name = "cpython"
86 96 version = "0.4.1"
87 97 source = "registry+https://github.com/rust-lang/crates.io-index"
88 98 dependencies = [
89 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
90 "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
99 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
100 "num-traits 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
91 101 "python27-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
92 102 "python3-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
93 103 ]
94 104
95 105 [[package]]
96 106 name = "crc32fast"
97 version = "1.2.0"
107 version = "1.2.1"
98 108 source = "registry+https://github.com/rust-lang/crates.io-index"
99 109 dependencies = [
100 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
110 "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
101 111 ]
102 112
103 113 [[package]]
@@ -110,26 +120,34 b' dependencies = ['
110 120 ]
111 121
112 122 [[package]]
113 name = "crossbeam-deque"
114 version = "0.7.3"
123 name = "crossbeam-channel"
124 version = "0.5.0"
115 125 source = "registry+https://github.com/rust-lang/crates.io-index"
116 126 dependencies = [
117 "crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
118 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
119 "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
127 "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
128 "crossbeam-utils 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
129 ]
130
131 [[package]]
132 name = "crossbeam-deque"
133 version = "0.8.0"
134 source = "registry+https://github.com/rust-lang/crates.io-index"
135 dependencies = [
136 "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
137 "crossbeam-epoch 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
138 "crossbeam-utils 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
120 139 ]
121 140
122 141 [[package]]
123 142 name = "crossbeam-epoch"
124 version = "0.8.2"
143 version = "0.9.1"
125 144 source = "registry+https://github.com/rust-lang/crates.io-index"
126 145 dependencies = [
127 "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
128 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
129 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
146 "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
147 "const_fn 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
148 "crossbeam-utils 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
130 149 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
131 "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
132 "memoffset 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
150 "memoffset 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
133 151 "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
134 152 ]
135 153
@@ -144,12 +162,22 b' dependencies = ['
144 162 ]
145 163
146 164 [[package]]
165 name = "crossbeam-utils"
166 version = "0.8.1"
167 source = "registry+https://github.com/rust-lang/crates.io-index"
168 dependencies = [
169 "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
170 "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
171 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
172 ]
173
174 [[package]]
147 175 name = "ctor"
148 176 version = "0.1.16"
149 177 source = "registry+https://github.com/rust-lang/crates.io-index"
150 178 dependencies = [
151 179 "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
152 "syn 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
180 "syn 1.0.54 (registry+https://github.com/rust-lang/crates.io-index)",
153 181 ]
154 182
155 183 [[package]]
@@ -170,20 +198,20 b' dependencies = ['
170 198 "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
171 199 "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
172 200 "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
173 "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
174 "termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
201 "regex 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
202 "termcolor 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
175 203 ]
176 204
177 205 [[package]]
178 206 name = "flate2"
179 version = "1.0.17"
207 version = "1.0.19"
180 208 source = "registry+https://github.com/rust-lang/crates.io-index"
181 209 dependencies = [
182 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
183 "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
184 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
210 "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
211 "crc32fast 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
212 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
185 213 "libz-sys 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
186 "miniz_oxide 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
214 "miniz_oxide 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
187 215 ]
188 216
189 217 [[package]]
@@ -201,9 +229,9 b' version = "0.1.2"'
201 229 source = "registry+https://github.com/rust-lang/crates.io-index"
202 230 dependencies = [
203 231 "proc-macro-hack 0.5.19 (registry+https://github.com/rust-lang/crates.io-index)",
204 "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
232 "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
205 233 "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
206 "syn 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
234 "syn 1.0.54 (registry+https://github.com/rust-lang/crates.io-index)",
207 235 ]
208 236
209 237 [[package]]
@@ -222,7 +250,7 b' version = "0.1.15"'
222 250 source = "registry+https://github.com/rust-lang/crates.io-index"
223 251 dependencies = [
224 252 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
225 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
253 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
226 254 "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)",
227 255 ]
228 256
@@ -233,10 +261,10 b' source = "registry+https://github.com/ru'
233 261
234 262 [[package]]
235 263 name = "hermit-abi"
236 version = "0.1.16"
264 version = "0.1.17"
237 265 source = "registry+https://github.com/rust-lang/crates.io-index"
238 266 dependencies = [
239 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
267 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
240 268 ]
241 269
242 270 [[package]]
@@ -251,24 +279,25 b' dependencies = ['
251 279 "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
252 280 "clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)",
253 281 "crossbeam-channel 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
254 "flate2 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
282 "flate2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
283 "format-bytes 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
255 284 "hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
256 285 "im-rc 15.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
257 286 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
258 287 "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
259 "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
288 "memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
260 289 "memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
261 290 "micro-timer 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
262 291 "pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
263 292 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
264 293 "rand_distr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
265 294 "rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
266 "rayon 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
267 "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
295 "rayon 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
296 "regex 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
268 297 "rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
269 298 "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
270 299 "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
271 "twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
300 "twox-hash 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
272 301 "zstd 0.5.3+zstd.1.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
273 302 ]
274 303
@@ -279,7 +308,7 b' dependencies = ['
279 308 "cpython 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
280 309 "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
281 310 "hg-core 0.1.0",
282 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
311 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
283 312 "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
284 313 ]
285 314
@@ -301,7 +330,7 b' dependencies = ['
301 330 "rand_xoshiro 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
302 331 "sized-chunks 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
303 332 "typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
304 "version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
333 "version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
305 334 ]
306 335
307 336 [[package]]
@@ -317,7 +346,7 b' name = "jobserver"'
317 346 version = "0.1.21"
318 347 source = "registry+https://github.com/rust-lang/crates.io-index"
319 348 dependencies = [
320 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
349 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
321 350 ]
322 351
323 352 [[package]]
@@ -327,7 +356,7 b' source = "registry+https://github.com/ru'
327 356
328 357 [[package]]
329 358 name = "libc"
330 version = "0.2.77"
359 version = "0.2.81"
331 360 source = "registry+https://github.com/rust-lang/crates.io-index"
332 361
333 362 [[package]]
@@ -335,9 +364,9 b' name = "libz-sys"'
335 364 version = "1.1.2"
336 365 source = "registry+https://github.com/rust-lang/crates.io-index"
337 366 dependencies = [
338 "cc 1.0.60 (registry+https://github.com/rust-lang/crates.io-index)",
339 "pkg-config 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
340 "vcpkg 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
367 "cc 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)",
368 "pkg-config 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
369 "vcpkg 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
341 370 ]
342 371
343 372 [[package]]
@@ -355,7 +384,7 b' source = "registry+https://github.com/ru'
355 384
356 385 [[package]]
357 386 name = "memchr"
358 version = "2.3.3"
387 version = "2.3.4"
359 388 source = "registry+https://github.com/rust-lang/crates.io-index"
360 389
361 390 [[package]]
@@ -363,13 +392,13 b' name = "memmap"'
363 392 version = "0.7.0"
364 393 source = "registry+https://github.com/rust-lang/crates.io-index"
365 394 dependencies = [
366 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
395 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
367 396 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
368 397 ]
369 398
370 399 [[package]]
371 400 name = "memoffset"
372 version = "0.5.6"
401 version = "0.6.1"
373 402 source = "registry+https://github.com/rust-lang/crates.io-index"
374 403 dependencies = [
375 404 "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -389,15 +418,15 b' name = "micro-timer-macros"'
389 418 version = "0.3.1"
390 419 source = "registry+https://github.com/rust-lang/crates.io-index"
391 420 dependencies = [
392 "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
421 "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
393 422 "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
394 423 "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
395 "syn 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
424 "syn 1.0.54 (registry+https://github.com/rust-lang/crates.io-index)",
396 425 ]
397 426
398 427 [[package]]
399 428 name = "miniz_oxide"
400 version = "0.4.2"
429 version = "0.4.3"
401 430 source = "registry+https://github.com/rust-lang/crates.io-index"
402 431 dependencies = [
403 432 "adler 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -406,7 +435,7 b' dependencies = ['
406 435
407 436 [[package]]
408 437 name = "num-traits"
409 version = "0.2.12"
438 version = "0.2.14"
410 439 source = "registry+https://github.com/rust-lang/crates.io-index"
411 440 dependencies = [
412 441 "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -417,8 +446,8 b' name = "num_cpus"'
417 446 version = "1.13.0"
418 447 source = "registry+https://github.com/rust-lang/crates.io-index"
419 448 dependencies = [
420 "hermit-abi 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
421 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
449 "hermit-abi 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
450 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
422 451 ]
423 452
424 453 [[package]]
@@ -431,12 +460,12 b' dependencies = ['
431 460
432 461 [[package]]
433 462 name = "pkg-config"
434 version = "0.3.18"
463 version = "0.3.19"
435 464 source = "registry+https://github.com/rust-lang/crates.io-index"
436 465
437 466 [[package]]
438 467 name = "ppv-lite86"
439 version = "0.2.9"
468 version = "0.2.10"
440 469 source = "registry+https://github.com/rust-lang/crates.io-index"
441 470
442 471 [[package]]
@@ -457,7 +486,7 b' source = "registry+https://github.com/ru'
457 486
458 487 [[package]]
459 488 name = "proc-macro2"
460 version = "1.0.21"
489 version = "1.0.24"
461 490 source = "registry+https://github.com/rust-lang/crates.io-index"
462 491 dependencies = [
463 492 "unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -468,8 +497,8 b' name = "python27-sys"'
468 497 version = "0.4.1"
469 498 source = "registry+https://github.com/rust-lang/crates.io-index"
470 499 dependencies = [
471 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
472 "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
500 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
501 "regex 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
473 502 ]
474 503
475 504 [[package]]
@@ -477,8 +506,8 b' name = "python3-sys"'
477 506 version = "0.4.1"
478 507 source = "registry+https://github.com/rust-lang/crates.io-index"
479 508 dependencies = [
480 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
481 "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
509 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
510 "regex 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
482 511 ]
483 512
484 513 [[package]]
@@ -491,7 +520,7 b' name = "quote"'
491 520 version = "1.0.7"
492 521 source = "registry+https://github.com/rust-lang/crates.io-index"
493 522 dependencies = [
494 "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
523 "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
495 524 ]
496 525
497 526 [[package]]
@@ -499,7 +528,7 b' name = "rand"'
499 528 version = "0.3.23"
500 529 source = "registry+https://github.com/rust-lang/crates.io-index"
501 530 dependencies = [
502 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
531 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
503 532 "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
504 533 ]
505 534
@@ -509,7 +538,7 b' version = "0.4.6"'
509 538 source = "registry+https://github.com/rust-lang/crates.io-index"
510 539 dependencies = [
511 540 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
512 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
541 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
513 542 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
514 543 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
515 544 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -521,7 +550,7 b' version = "0.7.3"'
521 550 source = "registry+https://github.com/rust-lang/crates.io-index"
522 551 dependencies = [
523 552 "getrandom 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
524 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
553 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
525 554 "rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
526 555 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
527 556 "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -532,7 +561,7 b' name = "rand_chacha"'
532 561 version = "0.2.2"
533 562 source = "registry+https://github.com/rust-lang/crates.io-index"
534 563 dependencies = [
535 "ppv-lite86 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
564 "ppv-lite86 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
536 565 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
537 566 ]
538 567
@@ -591,23 +620,23 b' dependencies = ['
591 620
592 621 [[package]]
593 622 name = "rayon"
594 version = "1.4.0"
623 version = "1.5.0"
595 624 source = "registry+https://github.com/rust-lang/crates.io-index"
596 625 dependencies = [
597 626 "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
598 "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
627 "crossbeam-deque 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
599 628 "either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
600 "rayon-core 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
629 "rayon-core 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
601 630 ]
602 631
603 632 [[package]]
604 633 name = "rayon-core"
605 version = "1.8.1"
634 version = "1.9.0"
606 635 source = "registry+https://github.com/rust-lang/crates.io-index"
607 636 dependencies = [
608 "crossbeam-channel 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
609 "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
610 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
637 "crossbeam-channel 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
638 "crossbeam-deque 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
639 "crossbeam-utils 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
611 640 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
612 641 "num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
613 642 ]
@@ -627,18 +656,18 b' source = "registry+https://github.com/ru'
627 656
628 657 [[package]]
629 658 name = "regex"
630 version = "1.3.9"
659 version = "1.4.2"
631 660 source = "registry+https://github.com/rust-lang/crates.io-index"
632 661 dependencies = [
633 "aho-corasick 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
634 "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
635 "regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)",
662 "aho-corasick 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)",
663 "memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
664 "regex-syntax 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
636 665 "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
637 666 ]
638 667
639 668 [[package]]
640 669 name = "regex-syntax"
641 version = "0.6.18"
670 version = "0.6.21"
642 671 source = "registry+https://github.com/rust-lang/crates.io-index"
643 672
644 673 [[package]]
@@ -667,7 +696,7 b' version = "0.2.36"'
667 696 source = "registry+https://github.com/rust-lang/crates.io-index"
668 697 dependencies = [
669 698 "gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)",
670 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
699 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
671 700 "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
672 701 "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
673 702 "time 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -701,16 +730,21 b' dependencies = ['
701 730 ]
702 731
703 732 [[package]]
733 name = "static_assertions"
734 version = "1.1.0"
735 source = "registry+https://github.com/rust-lang/crates.io-index"
736
737 [[package]]
704 738 name = "strsim"
705 739 version = "0.8.0"
706 740 source = "registry+https://github.com/rust-lang/crates.io-index"
707 741
708 742 [[package]]
709 743 name = "syn"
710 version = "1.0.41"
744 version = "1.0.54"
711 745 source = "registry+https://github.com/rust-lang/crates.io-index"
712 746 dependencies = [
713 "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
747 "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
714 748 "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
715 749 "unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
716 750 ]
@@ -721,7 +755,7 b' version = "3.1.0"'
721 755 source = "registry+https://github.com/rust-lang/crates.io-index"
722 756 dependencies = [
723 757 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
724 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
758 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
725 759 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
726 760 "redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)",
727 761 "remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -730,7 +764,7 b' dependencies = ['
730 764
731 765 [[package]]
732 766 name = "termcolor"
733 version = "1.1.0"
767 version = "1.1.2"
734 768 source = "registry+https://github.com/rust-lang/crates.io-index"
735 769 dependencies = [
736 770 "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -757,17 +791,19 b' name = "time"'
757 791 version = "0.1.44"
758 792 source = "registry+https://github.com/rust-lang/crates.io-index"
759 793 dependencies = [
760 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
794 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
761 795 "wasi 0.10.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)",
762 796 "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
763 797 ]
764 798
765 799 [[package]]
766 800 name = "twox-hash"
767 version = "1.5.0"
801 version = "1.6.0"
768 802 source = "registry+https://github.com/rust-lang/crates.io-index"
769 803 dependencies = [
804 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
770 805 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
806 "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
771 807 ]
772 808
773 809 [[package]]
@@ -787,7 +823,7 b' source = "registry+https://github.com/ru'
787 823
788 824 [[package]]
789 825 name = "vcpkg"
790 version = "0.2.10"
826 version = "0.2.11"
791 827 source = "registry+https://github.com/rust-lang/crates.io-index"
792 828
793 829 [[package]]
@@ -797,7 +833,7 b' source = "registry+https://github.com/ru'
797 833
798 834 [[package]]
799 835 name = "version_check"
800 version = "0.9.1"
836 version = "0.9.2"
801 837 source = "registry+https://github.com/rust-lang/crates.io-index"
802 838
803 839 [[package]]
@@ -850,7 +886,7 b' name = "zstd-safe"'
850 886 version = "2.0.5+zstd.1.4.5"
851 887 source = "registry+https://github.com/rust-lang/crates.io-index"
852 888 dependencies = [
853 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
889 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
854 890 "zstd-sys 1.4.17+zstd.1.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
855 891 ]
856 892
@@ -859,66 +895,70 b' name = "zstd-sys"'
859 895 version = "1.4.17+zstd.1.4.5"
860 896 source = "registry+https://github.com/rust-lang/crates.io-index"
861 897 dependencies = [
862 "cc 1.0.60 (registry+https://github.com/rust-lang/crates.io-index)",
898 "cc 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)",
863 899 "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
864 900 "itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
865 "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)",
901 "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)",
866 902 ]
867 903
868 904 [metadata]
869 905 "checksum adler 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
870 "checksum aho-corasick 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)" = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86"
906 "checksum aho-corasick 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
871 907 "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
872 908 "checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
873 909 "checksum autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
874 910 "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
875 911 "checksum bitmaps 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
876 912 "checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
877 "checksum cc 1.0.60 (registry+https://github.com/rust-lang/crates.io-index)" = "ef611cc68ff783f18535d77ddd080185275713d852c4f5cbb6122c462a7a825c"
913 "checksum cc 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)" = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
878 914 "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
915 "checksum cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
879 916 "checksum clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)" = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
917 "checksum const_fn 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd51eab21ab4fd6a3bf889e2d0958c0a6e3a61ad04260325e919e652a2a62826"
880 918 "checksum cpython 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bfaf3847ab963e40c4f6dd8d6be279bdf74007ae2413786a0dcbb28c52139a95"
881 "checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
919 "checksum crc32fast 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
882 920 "checksum crossbeam-channel 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
883 "checksum crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
884 "checksum crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
921 "checksum crossbeam-channel 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
922 "checksum crossbeam-deque 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
923 "checksum crossbeam-epoch 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d"
885 924 "checksum crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
925 "checksum crossbeam-utils 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
886 926 "checksum ctor 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484"
887 927 "checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
888 928 "checksum either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
889 929 "checksum env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
890 "checksum flate2 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)" = "766d0e77a2c1502169d4a93ff3b8c15a71fd946cd0126309752104e5f3c46d94"
930 "checksum flate2 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)" = "7411863d55df97a419aa64cb4d2f167103ea9d767e2c54a1868b7ac3f6b47129"
891 931 "checksum format-bytes 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1a7374eb574cd29ae45878554298091c554c3286a17b3afa440a3e2710ae0790"
892 932 "checksum format-bytes-macros 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4edcc04201cea17a0e6b937adebd46b93fba09924c7e6ed8c515a35ce8432cbc"
893 933 "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
894 934 "checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
895 935 "checksum getrandom 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
896 936 "checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
897 "checksum hermit-abi 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c30f6d0bc6b00693347368a67d41b58f2fb851215ff1da49e90fe2c5c667151"
937 "checksum hermit-abi 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
898 938 "checksum hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
899 939 "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
900 940 "checksum im-rc 15.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
901 941 "checksum itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
902 942 "checksum jobserver 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
903 943 "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
904 "checksum libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235"
944 "checksum libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)" = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
905 945 "checksum libz-sys 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
906 946 "checksum log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
907 947 "checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
908 "checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
948 "checksum memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
909 949 "checksum memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
910 "checksum memoffset 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
950 "checksum memoffset 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
911 951 "checksum micro-timer 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2620153e1d903d26b72b89f0e9c48d8c4756cba941c185461dddc234980c298c"
912 952 "checksum micro-timer-macros 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e28a3473e6abd6e9aab36aaeef32ad22ae0bd34e79f376643594c2b152ec1c5d"
913 "checksum miniz_oxide 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c60c0dfe32c10b43a144bad8fc83538c52f58302c92300ea7ec7bf7b38d5a7b9"
914 "checksum num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
953 "checksum miniz_oxide 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
954 "checksum num-traits 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
915 955 "checksum num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
916 956 "checksum output_vt100 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
917 "checksum pkg-config 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)" = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
918 "checksum ppv-lite86 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20"
957 "checksum pkg-config 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)" = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
958 "checksum ppv-lite86 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
919 959 "checksum pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
920 960 "checksum proc-macro-hack 0.5.19 (registry+https://github.com/rust-lang/crates.io-index)" = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
921 "checksum proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)" = "36e28516df94f3dd551a587da5357459d9b36d945a7c37c3557928c1c2ff2a2c"
961 "checksum proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)" = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
922 962 "checksum python27-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "67cb041de8615111bf224dd75667af5f25c6e032118251426fed7f1b70ce4c8c"
923 963 "checksum python3-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90af11779515a1e530af60782d273b59ac79d33b0e253c071a728563957c76d4"
924 964 "checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
@@ -934,32 +974,33 b' dependencies = ['
934 974 "checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
935 975 "checksum rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
936 976 "checksum rand_xoshiro 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004"
937 "checksum rayon 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cfd016f0c045ad38b5251be2c9c0ab806917f82da4d36b2a327e5166adad9270"
938 "checksum rayon-core 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e8c4fec834fb6e6d2dd5eece3c7b432a52f0ba887cf40e595190c4107edc08bf"
977 "checksum rayon 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
978 "checksum rayon-core 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
939 979 "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
940 980 "checksum redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)" = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
941 "checksum regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
942 "checksum regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)" = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
981 "checksum regex 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
982 "checksum regex-syntax 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
943 983 "checksum remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
944 984 "checksum rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)" = "f76d05d3993fd5f4af9434e8e436db163a12a9d40e1a58a726f27a01dfd12a2a"
945 985 "checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
946 986 "checksum same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
947 987 "checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
948 988 "checksum sized-chunks 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1ec31ceca5644fa6d444cc77548b88b67f46db6f7c71683b0f9336e671830d2f"
989 "checksum static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
949 990 "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
950 "checksum syn 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "6690e3e9f692504b941dc6c3b188fd28df054f7fb8469ab40680df52fdcc842b"
991 "checksum syn 1.0.54 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44"
951 992 "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
952 "checksum termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
993 "checksum termcolor 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
953 994 "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
954 995 "checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
955 996 "checksum time 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)" = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
956 "checksum twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3bfd5b7557925ce778ff9b9ef90e3ade34c524b5ff10e239c69a42d546d2af56"
997 "checksum twox-hash 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"
957 998 "checksum typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
958 999 "checksum unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
959 1000 "checksum unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
960 "checksum vcpkg 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
1001 "checksum vcpkg 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"
961 1002 "checksum vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
962 "checksum version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
1003 "checksum version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
963 1004 "checksum wasi 0.10.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
964 1005 "checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
965 1006 "checksum winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
@@ -27,6 +27,7 b' log = "0.4.8"'
27 27 memmap = "0.7.0"
28 28 zstd = "0.5.3"
29 29 rust-crypto = "0.2.36"
30 format-bytes = "0.1.2"
30 31
31 32 # We don't use the `miniz-oxide` backend to not change rhg benchmarks and until
32 33 # we have a clearer view of which backend is the fastest.
General Comments 0
You need to be logged in to leave comments. Login now