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.1 |
|
|
10 | version = "0.7.15" | |
|
11 | 11 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
12 | 12 | dependencies = [ |
|
13 |
"memchr 2.3. |
|
|
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.1 |
|
|
30 |
"libc 0.2. |
|
|
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.6 |
|
|
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. |
|
|
90 |
"num-traits 0.2.1 |
|
|
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. |
|
|
107 | version = "1.2.1" | |
|
98 | 108 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
99 | 109 | dependencies = [ |
|
100 |
"cfg-if 0. |
|
|
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- |
|
|
114 |
version = "0. |
|
|
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 |
"c |
|
|
118 |
"crossbeam-utils 0. |
|
|
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. |
|
|
143 | version = "0.9.1" | |
|
125 | 144 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
126 | 145 | dependencies = [ |
|
127 |
" |
|
|
128 |
"c |
|
|
129 |
"crossbeam-utils 0. |
|
|
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 |
"m |
|
|
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.4 |
|
|
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. |
|
|
174 |
"termcolor 1.1. |
|
|
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.1 |
|
|
207 | version = "1.0.19" | |
|
180 | 208 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
181 | 209 | dependencies = [ |
|
182 |
"cfg-if 0. |
|
|
183 |
"crc32fast 1.2. |
|
|
184 |
"libc 0.2. |
|
|
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. |
|
|
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.2 |
|
|
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.4 |
|
|
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. |
|
|
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.1 |
|
|
264 | version = "0.1.17" | |
|
237 | 265 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
238 | 266 | dependencies = [ |
|
239 |
"libc 0.2. |
|
|
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.1 |
|
|
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. |
|
|
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. |
|
|
267 |
"regex 1. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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.6 |
|
|
339 |
"pkg-config 0.3.1 |
|
|
340 |
"vcpkg 0.2.1 |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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.2 |
|
|
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.4 |
|
|
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. |
|
|
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.1 |
|
|
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.1 |
|
|
421 |
"libc 0.2. |
|
|
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.1 |
|
|
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. |
|
|
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.2 |
|
|
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. |
|
|
472 |
"regex 1. |
|
|
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. |
|
|
481 |
"regex 1. |
|
|
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.2 |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
634 | version = "1.9.0" | |
|
606 | 635 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
607 | 636 | dependencies = [ |
|
608 |
"crossbeam-channel 0. |
|
|
609 |
"crossbeam-deque 0. |
|
|
610 |
"crossbeam-utils 0. |
|
|
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. |
|
|
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.1 |
|
|
634 |
"memchr 2.3. |
|
|
635 |
"regex-syntax 0.6.1 |
|
|
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.1 |
|
|
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. |
|
|
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.4 |
|
|
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.2 |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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.1 |
|
|
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. |
|
|
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. |
|
|
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.6 |
|
|
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. |
|
|
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.1 |
|
|
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.6 |
|
|
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. |
|
|
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- |
|
|
884 |
"checksum crossbeam- |
|
|
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.1 |
|
|
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.1 |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
914 |
"checksum num-traits 0.2.1 |
|
|
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.1 |
|
|
918 |
"checksum ppv-lite86 0.2. |
|
|
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.2 |
|
|
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. |
|
|
938 |
"checksum rayon-core 1. |
|
|
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. |
|
|
942 |
"checksum regex-syntax 0.6.1 |
|
|
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.4 |
|
|
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. |
|
|
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. |
|
|
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.1 |
|
|
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. |
|
|
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" |
General Comments 0
You need to be logged in to leave comments.
Login now