Show More
@@ -7,10 +7,10 b' source = "registry+https://github.com/ru' | |||||
7 |
|
7 | |||
8 | [[package]] |
|
8 | [[package]] | |
9 | name = "aho-corasick" |
|
9 | name = "aho-corasick" | |
10 |
version = "0.7.1 |
|
10 | version = "0.7.15" | |
11 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
11 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
12 | dependencies = [ |
|
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 | [[package]] |
|
16 | [[package]] | |
@@ -26,8 +26,8 b' name = "atty"' | |||||
26 | version = "0.2.14" |
|
26 | version = "0.2.14" | |
27 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
27 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
28 | dependencies = [ |
|
28 | dependencies = [ | |
29 |
"hermit-abi 0.1.1 |
|
29 | "hermit-abi 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", | |
30 |
"libc 0.2. |
|
30 | "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)", | |
31 | "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
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 | [[package]] |
|
57 | [[package]] | |
58 | name = "cc" |
|
58 | name = "cc" | |
59 |
version = "1.0.6 |
|
59 | version = "1.0.66" | |
60 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
60 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
61 | dependencies = [ |
|
61 | dependencies = [ | |
62 | "jobserver 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
|
62 | "jobserver 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", | |
@@ -68,6 +68,11 b' version = "0.1.10"' | |||||
68 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
68 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
69 |
|
69 | |||
70 | [[package]] |
|
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 | name = "clap" |
|
76 | name = "clap" | |
72 | version = "2.33.3" |
|
77 | version = "2.33.3" | |
73 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
78 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
@@ -82,22 +87,27 b' dependencies = [' | |||||
82 | ] |
|
87 | ] | |
83 |
|
88 | |||
84 | [[package]] |
|
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 | name = "cpython" |
|
95 | name = "cpython" | |
86 | version = "0.4.1" |
|
96 | version = "0.4.1" | |
87 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
97 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
88 | dependencies = [ |
|
98 | dependencies = [ | |
89 |
"libc 0.2. |
|
99 | "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)", | |
90 |
"num-traits 0.2.1 |
|
100 | "num-traits 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
91 | "python27-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
101 | "python27-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
92 | "python3-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
102 | "python3-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
93 | ] |
|
103 | ] | |
94 |
|
104 | |||
95 | [[package]] |
|
105 | [[package]] | |
96 | name = "crc32fast" |
|
106 | name = "crc32fast" | |
97 |
version = "1.2. |
|
107 | version = "1.2.1" | |
98 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
108 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
99 | dependencies = [ |
|
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 | [[package]] |
|
113 | [[package]] | |
@@ -110,26 +120,34 b' dependencies = [' | |||||
110 | ] |
|
120 | ] | |
111 |
|
121 | |||
112 | [[package]] |
|
122 | [[package]] | |
113 |
name = "crossbeam- |
|
123 | name = "crossbeam-channel" | |
114 |
version = "0. |
|
124 | version = "0.5.0" | |
115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
125 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
116 | dependencies = [ |
|
126 | dependencies = [ | |
117 |
"c |
|
127 | "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
118 |
"crossbeam-utils 0. |
|
128 | "crossbeam-utils 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
119 | "maybe-uninit 2.0.0 (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 | [[package]] |
|
141 | [[package]] | |
123 | name = "crossbeam-epoch" |
|
142 | name = "crossbeam-epoch" | |
124 |
version = "0. |
|
143 | version = "0.9.1" | |
125 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
144 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
126 | dependencies = [ |
|
145 | dependencies = [ | |
127 |
" |
|
146 | "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
128 |
"c |
|
147 | "const_fn 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
129 |
"crossbeam-utils 0. |
|
148 | "crossbeam-utils 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
130 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
149 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
131 |
"m |
|
150 | "memoffset 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
132 | "memoffset 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|||
133 | "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
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 | [[package]] |
|
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 | name = "ctor" |
|
175 | name = "ctor" | |
148 | version = "0.1.16" |
|
176 | version = "0.1.16" | |
149 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
177 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
150 | dependencies = [ |
|
178 | dependencies = [ | |
151 | "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
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 | [[package]] |
|
183 | [[package]] | |
@@ -170,20 +198,20 b' dependencies = [' | |||||
170 | "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
|
198 | "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
171 | "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
199 | "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
172 | "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
200 | "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
173 |
"regex 1. |
|
201 | "regex 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
174 |
"termcolor 1.1. |
|
202 | "termcolor 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
175 | ] |
|
203 | ] | |
176 |
|
204 | |||
177 | [[package]] |
|
205 | [[package]] | |
178 | name = "flate2" |
|
206 | name = "flate2" | |
179 |
version = "1.0.1 |
|
207 | version = "1.0.19" | |
180 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
208 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
181 | dependencies = [ |
|
209 | dependencies = [ | |
182 |
"cfg-if 0. |
|
210 | "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
183 |
"crc32fast 1.2. |
|
211 | "crc32fast 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
184 |
"libc 0.2. |
|
212 | "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)", | |
185 | "libz-sys 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
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 | [[package]] |
|
217 | [[package]] | |
@@ -201,9 +229,9 b' version = "0.1.2"' | |||||
201 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
229 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
202 | dependencies = [ |
|
230 | dependencies = [ | |
203 | "proc-macro-hack 0.5.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
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 | "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
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 | [[package]] |
|
237 | [[package]] | |
@@ -222,7 +250,7 b' version = "0.1.15"' | |||||
222 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
250 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
223 | dependencies = [ |
|
251 | dependencies = [ | |
224 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
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 | "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
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 | [[package]] |
|
262 | [[package]] | |
235 | name = "hermit-abi" |
|
263 | name = "hermit-abi" | |
236 |
version = "0.1.1 |
|
264 | version = "0.1.17" | |
237 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
265 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
238 | dependencies = [ |
|
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 | [[package]] |
|
270 | [[package]] | |
@@ -251,24 +279,25 b' dependencies = [' | |||||
251 | "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
279 | "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
252 | "clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
280 | "clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
253 | "crossbeam-channel 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
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 | "hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
284 | "hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
256 | "im-rc 15.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
285 | "im-rc 15.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
257 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
286 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
258 | "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
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 | "memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
289 | "memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
261 | "micro-timer 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
290 | "micro-timer 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
262 | "pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
291 | "pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
263 | "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
292 | "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
264 | "rand_distr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
293 | "rand_distr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
265 | "rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
294 | "rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
266 |
"rayon 1. |
|
295 | "rayon 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
267 |
"regex 1. |
|
296 | "regex 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
268 | "rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)", |
|
297 | "rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)", | |
269 | "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
298 | "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
270 | "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
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 | "zstd 0.5.3+zstd.1.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
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 | "cpython 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
308 | "cpython 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
280 | "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
309 | "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
281 | "hg-core 0.1.0", |
|
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 | "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
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 | "rand_xoshiro 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
330 | "rand_xoshiro 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
302 | "sized-chunks 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
331 | "sized-chunks 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
303 | "typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
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 | [[package]] |
|
336 | [[package]] | |
@@ -317,7 +346,7 b' name = "jobserver"' | |||||
317 | version = "0.1.21" |
|
346 | version = "0.1.21" | |
318 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
347 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
319 | dependencies = [ |
|
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 | [[package]] |
|
352 | [[package]] | |
@@ -327,7 +356,7 b' source = "registry+https://github.com/ru' | |||||
327 |
|
356 | |||
328 | [[package]] |
|
357 | [[package]] | |
329 | name = "libc" |
|
358 | name = "libc" | |
330 |
version = "0.2. |
|
359 | version = "0.2.81" | |
331 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
360 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
332 |
|
361 | |||
333 | [[package]] |
|
362 | [[package]] | |
@@ -335,9 +364,9 b' name = "libz-sys"' | |||||
335 | version = "1.1.2" |
|
364 | version = "1.1.2" | |
336 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
365 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
337 | dependencies = [ |
|
366 | dependencies = [ | |
338 |
"cc 1.0.6 |
|
367 | "cc 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", | |
339 |
"pkg-config 0.3.1 |
|
368 | "pkg-config 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)", | |
340 |
"vcpkg 0.2.1 |
|
369 | "vcpkg 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
341 | ] |
|
370 | ] | |
342 |
|
371 | |||
343 | [[package]] |
|
372 | [[package]] | |
@@ -355,7 +384,7 b' source = "registry+https://github.com/ru' | |||||
355 |
|
384 | |||
356 | [[package]] |
|
385 | [[package]] | |
357 | name = "memchr" |
|
386 | name = "memchr" | |
358 |
version = "2.3. |
|
387 | version = "2.3.4" | |
359 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
388 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
360 |
|
389 | |||
361 | [[package]] |
|
390 | [[package]] | |
@@ -363,13 +392,13 b' name = "memmap"' | |||||
363 | version = "0.7.0" |
|
392 | version = "0.7.0" | |
364 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
393 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
365 | dependencies = [ |
|
394 | dependencies = [ | |
366 |
"libc 0.2. |
|
395 | "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)", | |
367 | "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
396 | "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
368 | ] |
|
397 | ] | |
369 |
|
398 | |||
370 | [[package]] |
|
399 | [[package]] | |
371 | name = "memoffset" |
|
400 | name = "memoffset" | |
372 |
version = "0. |
|
401 | version = "0.6.1" | |
373 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
402 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
374 | dependencies = [ |
|
403 | dependencies = [ | |
375 | "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
404 | "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
@@ -389,15 +418,15 b' name = "micro-timer-macros"' | |||||
389 | version = "0.3.1" |
|
418 | version = "0.3.1" | |
390 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
419 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
391 | dependencies = [ |
|
420 | dependencies = [ | |
392 |
"proc-macro2 1.0.2 |
|
421 | "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
393 | "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
422 | "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
394 | "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
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 | [[package]] |
|
427 | [[package]] | |
399 | name = "miniz_oxide" |
|
428 | name = "miniz_oxide" | |
400 |
version = "0.4. |
|
429 | version = "0.4.3" | |
401 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
430 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
402 | dependencies = [ |
|
431 | dependencies = [ | |
403 | "adler 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
432 | "adler 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
@@ -406,7 +435,7 b' dependencies = [' | |||||
406 |
|
435 | |||
407 | [[package]] |
|
436 | [[package]] | |
408 | name = "num-traits" |
|
437 | name = "num-traits" | |
409 |
version = "0.2.1 |
|
438 | version = "0.2.14" | |
410 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
439 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
411 | dependencies = [ |
|
440 | dependencies = [ | |
412 | "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
441 | "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
@@ -417,8 +446,8 b' name = "num_cpus"' | |||||
417 | version = "1.13.0" |
|
446 | version = "1.13.0" | |
418 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
447 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
419 | dependencies = [ |
|
448 | dependencies = [ | |
420 |
"hermit-abi 0.1.1 |
|
449 | "hermit-abi 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", | |
421 |
"libc 0.2. |
|
450 | "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)", | |
422 | ] |
|
451 | ] | |
423 |
|
452 | |||
424 | [[package]] |
|
453 | [[package]] | |
@@ -431,12 +460,12 b' dependencies = [' | |||||
431 |
|
460 | |||
432 | [[package]] |
|
461 | [[package]] | |
433 | name = "pkg-config" |
|
462 | name = "pkg-config" | |
434 |
version = "0.3.1 |
|
463 | version = "0.3.19" | |
435 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
464 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
436 |
|
465 | |||
437 | [[package]] |
|
466 | [[package]] | |
438 | name = "ppv-lite86" |
|
467 | name = "ppv-lite86" | |
439 |
version = "0.2. |
|
468 | version = "0.2.10" | |
440 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
469 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
441 |
|
470 | |||
442 | [[package]] |
|
471 | [[package]] | |
@@ -457,7 +486,7 b' source = "registry+https://github.com/ru' | |||||
457 |
|
486 | |||
458 | [[package]] |
|
487 | [[package]] | |
459 | name = "proc-macro2" |
|
488 | name = "proc-macro2" | |
460 |
version = "1.0.2 |
|
489 | version = "1.0.24" | |
461 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
490 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
462 | dependencies = [ |
|
491 | dependencies = [ | |
463 | "unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
492 | "unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
@@ -468,8 +497,8 b' name = "python27-sys"' | |||||
468 | version = "0.4.1" |
|
497 | version = "0.4.1" | |
469 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
498 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
470 | dependencies = [ |
|
499 | dependencies = [ | |
471 |
"libc 0.2. |
|
500 | "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)", | |
472 |
"regex 1. |
|
501 | "regex 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
473 | ] |
|
502 | ] | |
474 |
|
503 | |||
475 | [[package]] |
|
504 | [[package]] | |
@@ -477,8 +506,8 b' name = "python3-sys"' | |||||
477 | version = "0.4.1" |
|
506 | version = "0.4.1" | |
478 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
507 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
479 | dependencies = [ |
|
508 | dependencies = [ | |
480 |
"libc 0.2. |
|
509 | "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)", | |
481 |
"regex 1. |
|
510 | "regex 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
482 | ] |
|
511 | ] | |
483 |
|
512 | |||
484 | [[package]] |
|
513 | [[package]] | |
@@ -491,7 +520,7 b' name = "quote"' | |||||
491 | version = "1.0.7" |
|
520 | version = "1.0.7" | |
492 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
521 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
493 | dependencies = [ |
|
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 | [[package]] |
|
526 | [[package]] | |
@@ -499,7 +528,7 b' name = "rand"' | |||||
499 | version = "0.3.23" |
|
528 | version = "0.3.23" | |
500 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
529 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
501 | dependencies = [ |
|
530 | dependencies = [ | |
502 |
"libc 0.2. |
|
531 | "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)", | |
503 | "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
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 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
538 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
510 | dependencies = [ |
|
539 | dependencies = [ | |
511 | "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
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 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
542 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
514 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
543 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
515 | "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
544 | "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
@@ -521,7 +550,7 b' version = "0.7.3"' | |||||
521 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
550 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
522 | dependencies = [ |
|
551 | dependencies = [ | |
523 | "getrandom 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
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 | "rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
554 | "rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
526 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
555 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
527 | "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
556 | "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
@@ -532,7 +561,7 b' name = "rand_chacha"' | |||||
532 | version = "0.2.2" |
|
561 | version = "0.2.2" | |
533 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
562 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
534 | dependencies = [ |
|
563 | dependencies = [ | |
535 |
"ppv-lite86 0.2. |
|
564 | "ppv-lite86 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
536 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
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 | [[package]] |
|
621 | [[package]] | |
593 | name = "rayon" |
|
622 | name = "rayon" | |
594 |
version = "1. |
|
623 | version = "1.5.0" | |
595 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
624 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
596 | dependencies = [ |
|
625 | dependencies = [ | |
597 | "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
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 | "either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
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 | [[package]] |
|
632 | [[package]] | |
604 | name = "rayon-core" |
|
633 | name = "rayon-core" | |
605 |
version = "1. |
|
634 | version = "1.9.0" | |
606 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
635 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
607 | dependencies = [ |
|
636 | dependencies = [ | |
608 |
"crossbeam-channel 0. |
|
637 | "crossbeam-channel 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
609 |
"crossbeam-deque 0. |
|
638 | "crossbeam-deque 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
610 |
"crossbeam-utils 0. |
|
639 | "crossbeam-utils 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
611 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
640 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
612 | "num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
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 | [[package]] |
|
657 | [[package]] | |
629 | name = "regex" |
|
658 | name = "regex" | |
630 |
version = "1. |
|
659 | version = "1.4.2" | |
631 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
660 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
632 | dependencies = [ |
|
661 | dependencies = [ | |
633 |
"aho-corasick 0.7.1 |
|
662 | "aho-corasick 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)", | |
634 |
"memchr 2.3. |
|
663 | "memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
635 |
"regex-syntax 0.6.1 |
|
664 | "regex-syntax 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", | |
636 | "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
665 | "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
637 | ] |
|
666 | ] | |
638 |
|
667 | |||
639 | [[package]] |
|
668 | [[package]] | |
640 | name = "regex-syntax" |
|
669 | name = "regex-syntax" | |
641 |
version = "0.6.1 |
|
670 | version = "0.6.21" | |
642 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
671 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
643 |
|
672 | |||
644 | [[package]] |
|
673 | [[package]] | |
@@ -667,7 +696,7 b' version = "0.2.36"' | |||||
667 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
696 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
668 | dependencies = [ |
|
697 | dependencies = [ | |
669 | "gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)", |
|
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 | "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
700 | "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)", | |
672 | "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
701 | "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
673 | "time 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)", |
|
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 | [[package]] |
|
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 | name = "strsim" |
|
738 | name = "strsim" | |
705 | version = "0.8.0" |
|
739 | version = "0.8.0" | |
706 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
740 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
707 |
|
741 | |||
708 | [[package]] |
|
742 | [[package]] | |
709 | name = "syn" |
|
743 | name = "syn" | |
710 |
version = "1.0.4 |
|
744 | version = "1.0.54" | |
711 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
745 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
712 | dependencies = [ |
|
746 | dependencies = [ | |
713 |
"proc-macro2 1.0.2 |
|
747 | "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
714 | "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
748 | "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
715 | "unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
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 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
755 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
722 | dependencies = [ |
|
756 | dependencies = [ | |
723 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
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 | "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
759 | "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
726 | "redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)", |
|
760 | "redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)", | |
727 | "remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
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 | [[package]] |
|
765 | [[package]] | |
732 | name = "termcolor" |
|
766 | name = "termcolor" | |
733 |
version = "1.1. |
|
767 | version = "1.1.2" | |
734 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
768 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
735 | dependencies = [ |
|
769 | dependencies = [ | |
736 | "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
770 | "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
@@ -757,17 +791,19 b' name = "time"' | |||||
757 | version = "0.1.44" |
|
791 | version = "0.1.44" | |
758 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
792 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
759 | dependencies = [ |
|
793 | dependencies = [ | |
760 |
"libc 0.2. |
|
794 | "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)", | |
761 | "wasi 0.10.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
795 | "wasi 0.10.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", | |
762 | "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
796 | "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
763 | ] |
|
797 | ] | |
764 |
|
798 | |||
765 | [[package]] |
|
799 | [[package]] | |
766 | name = "twox-hash" |
|
800 | name = "twox-hash" | |
767 |
version = "1. |
|
801 | version = "1.6.0" | |
768 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
802 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
769 | dependencies = [ |
|
803 | dependencies = [ | |
|
804 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |||
770 | "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
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 | [[package]] |
|
809 | [[package]] | |
@@ -787,7 +823,7 b' source = "registry+https://github.com/ru' | |||||
787 |
|
823 | |||
788 | [[package]] |
|
824 | [[package]] | |
789 | name = "vcpkg" |
|
825 | name = "vcpkg" | |
790 |
version = "0.2.1 |
|
826 | version = "0.2.11" | |
791 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
827 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
792 |
|
828 | |||
793 | [[package]] |
|
829 | [[package]] | |
@@ -797,7 +833,7 b' source = "registry+https://github.com/ru' | |||||
797 |
|
833 | |||
798 | [[package]] |
|
834 | [[package]] | |
799 | name = "version_check" |
|
835 | name = "version_check" | |
800 |
version = "0.9. |
|
836 | version = "0.9.2" | |
801 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
837 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
802 |
|
838 | |||
803 | [[package]] |
|
839 | [[package]] | |
@@ -850,7 +886,7 b' name = "zstd-safe"' | |||||
850 | version = "2.0.5+zstd.1.4.5" |
|
886 | version = "2.0.5+zstd.1.4.5" | |
851 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
887 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
852 | dependencies = [ |
|
888 | dependencies = [ | |
853 |
"libc 0.2. |
|
889 | "libc 0.2.81 (registry+https://github.com/rust-lang/crates.io-index)", | |
854 | "zstd-sys 1.4.17+zstd.1.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
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 | version = "1.4.17+zstd.1.4.5" |
|
895 | version = "1.4.17+zstd.1.4.5" | |
860 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
896 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
861 | dependencies = [ |
|
897 | dependencies = [ | |
862 |
"cc 1.0.6 |
|
898 | "cc 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", | |
863 | "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
899 | "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
864 | "itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
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 | [metadata] |
|
904 | [metadata] | |
869 | "checksum adler 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e" |
|
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 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
|
907 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" | |
872 | "checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
|
908 | "checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" | |
873 | "checksum autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" |
|
909 | "checksum autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" | |
874 | "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
|
910 | "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" | |
875 | "checksum bitmaps 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2" |
|
911 | "checksum bitmaps 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2" | |
876 | "checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" |
|
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 | "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
|
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 | "checksum clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)" = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002" |
|
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 | "checksum cpython 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bfaf3847ab963e40c4f6dd8d6be279bdf74007ae2413786a0dcbb28c52139a95" |
|
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 | "checksum crossbeam-channel 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87" |
|
920 | "checksum crossbeam-channel 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87" | |
883 |
"checksum crossbeam- |
|
921 | "checksum crossbeam-channel 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775" | |
884 |
"checksum crossbeam- |
|
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 | "checksum crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" |
|
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 | "checksum ctor 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484" |
|
926 | "checksum ctor 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484" | |
887 | "checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" |
|
927 | "checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" | |
888 | "checksum either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" |
|
928 | "checksum either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" | |
889 | "checksum env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" |
|
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 | "checksum format-bytes 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1a7374eb574cd29ae45878554298091c554c3286a17b3afa440a3e2710ae0790" |
|
931 | "checksum format-bytes 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1a7374eb574cd29ae45878554298091c554c3286a17b3afa440a3e2710ae0790" | |
892 | "checksum format-bytes-macros 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4edcc04201cea17a0e6b937adebd46b93fba09924c7e6ed8c515a35ce8432cbc" |
|
932 | "checksum format-bytes-macros 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4edcc04201cea17a0e6b937adebd46b93fba09924c7e6ed8c515a35ce8432cbc" | |
893 | "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" |
|
933 | "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" | |
894 | "checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" |
|
934 | "checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" | |
895 | "checksum getrandom 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6" |
|
935 | "checksum getrandom 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6" | |
896 | "checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" |
|
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 | "checksum hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35" |
|
938 | "checksum hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35" | |
899 | "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" |
|
939 | "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" | |
900 | "checksum im-rc 15.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f" |
|
940 | "checksum im-rc 15.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f" | |
901 | "checksum itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" |
|
941 | "checksum itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" | |
902 | "checksum jobserver 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2" |
|
942 | "checksum jobserver 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2" | |
903 | "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
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 | "checksum libz-sys 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655" |
|
945 | "checksum libz-sys 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655" | |
906 | "checksum log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b" |
|
946 | "checksum log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b" | |
907 | "checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" |
|
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 | "checksum memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b" |
|
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 | "checksum micro-timer 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2620153e1d903d26b72b89f0e9c48d8c4756cba941c185461dddc234980c298c" |
|
951 | "checksum micro-timer 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2620153e1d903d26b72b89f0e9c48d8c4756cba941c185461dddc234980c298c" | |
912 | "checksum micro-timer-macros 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e28a3473e6abd6e9aab36aaeef32ad22ae0bd34e79f376643594c2b152ec1c5d" |
|
952 | "checksum micro-timer-macros 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e28a3473e6abd6e9aab36aaeef32ad22ae0bd34e79f376643594c2b152ec1c5d" | |
913 |
"checksum miniz_oxide 0.4. |
|
953 | "checksum miniz_oxide 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d" | |
914 |
"checksum num-traits 0.2.1 |
|
954 | "checksum num-traits 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" | |
915 | "checksum num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" |
|
955 | "checksum num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" | |
916 | "checksum output_vt100 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9" |
|
956 | "checksum output_vt100 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9" | |
917 |
"checksum pkg-config 0.3.1 |
|
957 | "checksum pkg-config 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)" = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" | |
918 |
"checksum ppv-lite86 0.2. |
|
958 | "checksum ppv-lite86 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" | |
919 | "checksum pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427" |
|
959 | "checksum pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427" | |
920 | "checksum proc-macro-hack 0.5.19 (registry+https://github.com/rust-lang/crates.io-index)" = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" |
|
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 | "checksum python27-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "67cb041de8615111bf224dd75667af5f25c6e032118251426fed7f1b70ce4c8c" |
|
962 | "checksum python27-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "67cb041de8615111bf224dd75667af5f25c6e032118251426fed7f1b70ce4c8c" | |
923 | "checksum python3-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90af11779515a1e530af60782d273b59ac79d33b0e253c071a728563957c76d4" |
|
963 | "checksum python3-sys 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90af11779515a1e530af60782d273b59ac79d33b0e253c071a728563957c76d4" | |
924 | "checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" |
|
964 | "checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" | |
@@ -934,32 +974,33 b' dependencies = [' | |||||
934 | "checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
|
974 | "checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" | |
935 | "checksum rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" |
|
975 | "checksum rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" | |
936 | "checksum rand_xoshiro 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004" |
|
976 | "checksum rand_xoshiro 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004" | |
937 |
"checksum rayon 1. |
|
977 | "checksum rayon 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674" | |
938 |
"checksum rayon-core 1. |
|
978 | "checksum rayon-core 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a" | |
939 | "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" |
|
979 | "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" | |
940 | "checksum redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)" = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" |
|
980 | "checksum redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)" = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" | |
941 |
"checksum regex 1. |
|
981 | "checksum regex 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c" | |
942 |
"checksum regex-syntax 0.6.1 |
|
982 | "checksum regex-syntax 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189" | |
943 | "checksum remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" |
|
983 | "checksum remove_dir_all 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" | |
944 | "checksum rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)" = "f76d05d3993fd5f4af9434e8e436db163a12a9d40e1a58a726f27a01dfd12a2a" |
|
984 | "checksum rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)" = "f76d05d3993fd5f4af9434e8e436db163a12a9d40e1a58a726f27a01dfd12a2a" | |
945 | "checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda" |
|
985 | "checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda" | |
946 | "checksum same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
|
986 | "checksum same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" | |
947 | "checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
|
987 | "checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" | |
948 | "checksum sized-chunks 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1ec31ceca5644fa6d444cc77548b88b67f46db6f7c71683b0f9336e671830d2f" |
|
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 | "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
|
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 | "checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" |
|
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 | "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
|
994 | "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" | |
954 | "checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" |
|
995 | "checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" | |
955 | "checksum time 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)" = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" |
|
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 | "checksum typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33" |
|
998 | "checksum typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33" | |
958 | "checksum unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" |
|
999 | "checksum unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" | |
959 | "checksum unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" |
|
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 | "checksum vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" |
|
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 | "checksum wasi 0.10.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" |
|
1004 | "checksum wasi 0.10.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" | |
964 | "checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" |
|
1005 | "checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" | |
965 | "checksum winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
|
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 | memmap = "0.7.0" |
|
27 | memmap = "0.7.0" | |
28 | zstd = "0.5.3" |
|
28 | zstd = "0.5.3" | |
29 | rust-crypto = "0.2.36" |
|
29 | rust-crypto = "0.2.36" | |
|
30 | format-bytes = "0.1.2" | |||
30 |
|
31 | |||
31 | # We don't use the `miniz-oxide` backend to not change rhg benchmarks and until |
|
32 | # We don't use the `miniz-oxide` backend to not change rhg benchmarks and until | |
32 | # we have a clearer view of which backend is the fastest. |
|
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