Commit
+502 -496 +/-1 browse
1 | diff --git a/Cargo.lock b/Cargo.lock |
2 | index be9955f..2b9b987 100644 |
3 | --- a/Cargo.lock |
4 | +++ b/Cargo.lock |
5 | @@ -2,7 +2,7 @@ |
6 | # It is not intended for manual editing. |
7 | [[package]] |
8 | name = "aho-corasick" |
9 | - version = "0.7.4" |
10 | + version = "0.7.6" |
11 | source = "registry+https://github.com/rust-lang/crates.io-index" |
12 | dependencies = [ |
13 | "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
14 | @@ -13,22 +13,13 @@ name = "ansi_term" |
15 | version = "0.11.0" |
16 | source = "registry+https://github.com/rust-lang/crates.io-index" |
17 | dependencies = [ |
18 | - "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
19 | + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
20 | ] |
21 | |
22 | [[package]] |
23 | name = "arc-swap" |
24 | - version = "0.3.11" |
25 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
26 | - |
27 | - [[package]] |
28 | - name = "argon2rs" |
29 | - version = "0.2.5" |
30 | + version = "0.4.4" |
31 | source = "registry+https://github.com/rust-lang/crates.io-index" |
32 | - dependencies = [ |
33 | - "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", |
34 | - "scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
35 | - ] |
36 | |
37 | [[package]] |
38 | name = "arrayref" |
39 | @@ -37,11 +28,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
40 | |
41 | [[package]] |
42 | name = "arrayvec" |
43 | - version = "0.4.10" |
44 | + version = "0.5.1" |
45 | source = "registry+https://github.com/rust-lang/crates.io-index" |
46 | - dependencies = [ |
47 | - "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
48 | - ] |
49 | |
50 | [[package]] |
51 | name = "askama" |
52 | @@ -61,8 +49,8 @@ dependencies = [ |
53 | "askama_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
54 | "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
55 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
56 | - "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
57 | - "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)", |
58 | + "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
59 | + "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", |
60 | ] |
61 | |
62 | [[package]] |
63 | @@ -77,45 +65,44 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
64 | dependencies = [ |
65 | "askama_escape 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
66 | "humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
67 | - "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
68 | - "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
69 | - "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
70 | + "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
71 | + "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
72 | + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
73 | "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
74 | ] |
75 | |
76 | [[package]] |
77 | name = "atty" |
78 | - version = "0.2.11" |
79 | + version = "0.2.13" |
80 | source = "registry+https://github.com/rust-lang/crates.io-index" |
81 | dependencies = [ |
82 | - "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
83 | - "termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
84 | - "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
85 | + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
86 | + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
87 | ] |
88 | |
89 | [[package]] |
90 | name = "autocfg" |
91 | - version = "0.1.4" |
92 | + version = "0.1.7" |
93 | source = "registry+https://github.com/rust-lang/crates.io-index" |
94 | |
95 | [[package]] |
96 | name = "backtrace" |
97 | - version = "0.3.32" |
98 | + version = "0.3.40" |
99 | source = "registry+https://github.com/rust-lang/crates.io-index" |
100 | dependencies = [ |
101 | - "backtrace-sys 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", |
102 | - "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
103 | - "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
104 | - "rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
105 | + "backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", |
106 | + "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
107 | + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
108 | + "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
109 | ] |
110 | |
111 | [[package]] |
112 | name = "backtrace-sys" |
113 | - version = "0.1.30" |
114 | + version = "0.1.32" |
115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
116 | dependencies = [ |
117 | - "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", |
118 | - "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
119 | + "cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", |
120 | + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
121 | ] |
122 | |
123 | [[package]] |
124 | @@ -124,7 +111,7 @@ version = "0.9.3" |
125 | source = "registry+https://github.com/rust-lang/crates.io-index" |
126 | dependencies = [ |
127 | "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
128 | - "safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
129 | + "safemem 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
130 | ] |
131 | |
132 | [[package]] |
133 | @@ -137,16 +124,17 @@ dependencies = [ |
134 | |
135 | [[package]] |
136 | name = "bitflags" |
137 | - version = "1.1.0" |
138 | + version = "1.2.1" |
139 | source = "registry+https://github.com/rust-lang/crates.io-index" |
140 | |
141 | [[package]] |
142 | - name = "blake2-rfc" |
143 | - version = "0.2.18" |
144 | + name = "blake2b_simd" |
145 | + version = "0.5.9" |
146 | source = "registry+https://github.com/rust-lang/crates.io-index" |
147 | dependencies = [ |
148 | - "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
149 | - "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
150 | + "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
151 | + "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
152 | + "constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
153 | ] |
154 | |
155 | [[package]] |
156 | @@ -163,7 +151,7 @@ name = "block-buffer" |
157 | version = "0.7.3" |
158 | source = "registry+https://github.com/rust-lang/crates.io-index" |
159 | dependencies = [ |
160 | - "block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
161 | + "block-padding 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
162 | "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
163 | "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
164 | "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", |
165 | @@ -171,7 +159,7 @@ dependencies = [ |
166 | |
167 | [[package]] |
168 | name = "block-padding" |
169 | - version = "0.1.4" |
170 | + version = "0.1.5" |
171 | source = "registry+https://github.com/rust-lang/crates.io-index" |
172 | dependencies = [ |
173 | "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
174 | @@ -198,18 +186,18 @@ version = "0.4.12" |
175 | source = "registry+https://github.com/rust-lang/crates.io-index" |
176 | dependencies = [ |
177 | "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
178 | - "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
179 | - "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
180 | + "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
181 | + "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
182 | ] |
183 | |
184 | [[package]] |
185 | name = "cc" |
186 | - version = "1.0.37" |
187 | + version = "1.0.48" |
188 | source = "registry+https://github.com/rust-lang/crates.io-index" |
189 | |
190 | [[package]] |
191 | name = "cfg-if" |
192 | - version = "0.1.9" |
193 | + version = "0.1.10" |
194 | source = "registry+https://github.com/rust-lang/crates.io-index" |
195 | |
196 | [[package]] |
197 | @@ -223,13 +211,12 @@ dependencies = [ |
198 | |
199 | [[package]] |
200 | name = "chrono" |
201 | - version = "0.4.7" |
202 | + version = "0.4.10" |
203 | source = "registry+https://github.com/rust-lang/crates.io-index" |
204 | dependencies = [ |
205 | - "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
206 | "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", |
207 | - "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
208 | - "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
209 | + "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
210 | + "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
211 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
212 | ] |
213 | |
214 | @@ -239,11 +226,11 @@ version = "2.33.0" |
215 | source = "registry+https://github.com/rust-lang/crates.io-index" |
216 | dependencies = [ |
217 | "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
218 | - "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
219 | - "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
220 | + "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", |
221 | + "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
222 | "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
223 | "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
224 | - "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
225 | + "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
226 | "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
227 | ] |
228 | |
229 | @@ -252,34 +239,34 @@ name = "cloudabi" |
230 | version = "0.0.3" |
231 | source = "registry+https://github.com/rust-lang/crates.io-index" |
232 | dependencies = [ |
233 | - "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
234 | + "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
235 | ] |
236 | |
237 | [[package]] |
238 | name = "constant_time_eq" |
239 | - version = "0.1.3" |
240 | + version = "0.1.4" |
241 | source = "registry+https://github.com/rust-lang/crates.io-index" |
242 | |
243 | [[package]] |
244 | name = "crossbeam-deque" |
245 | - version = "0.7.1" |
246 | + version = "0.7.2" |
247 | source = "registry+https://github.com/rust-lang/crates.io-index" |
248 | dependencies = [ |
249 | - "crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
250 | - "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
251 | + "crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
252 | + "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
253 | ] |
254 | |
255 | [[package]] |
256 | name = "crossbeam-epoch" |
257 | - version = "0.7.1" |
258 | + version = "0.8.0" |
259 | source = "registry+https://github.com/rust-lang/crates.io-index" |
260 | dependencies = [ |
261 | - "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
262 | - "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
263 | - "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
264 | - "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
265 | - "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
266 | - "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
267 | + "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
268 | + "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
269 | + "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
270 | + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
271 | + "memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
272 | + "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
273 | ] |
274 | |
275 | [[package]] |
276 | @@ -287,16 +274,26 @@ name = "crossbeam-queue" |
277 | version = "0.1.2" |
278 | source = "registry+https://github.com/rust-lang/crates.io-index" |
279 | dependencies = [ |
280 | - "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
281 | + "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
282 | ] |
283 | |
284 | [[package]] |
285 | name = "crossbeam-utils" |
286 | - version = "0.6.5" |
287 | + version = "0.6.6" |
288 | source = "registry+https://github.com/rust-lang/crates.io-index" |
289 | dependencies = [ |
290 | - "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
291 | - "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
292 | + "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
293 | + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
294 | + ] |
295 | + |
296 | + [[package]] |
297 | + name = "crossbeam-utils" |
298 | + version = "0.7.0" |
299 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
300 | + dependencies = [ |
301 | + "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
302 | + "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
303 | + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
304 | ] |
305 | |
306 | [[package]] |
307 | @@ -304,7 +301,7 @@ name = "crypto-mac" |
308 | version = "0.5.2" |
309 | source = "registry+https://github.com/rust-lang/crates.io-index" |
310 | dependencies = [ |
311 | - "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
312 | + "constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
313 | "generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
314 | ] |
315 | |
316 | @@ -322,9 +319,9 @@ version = "0.14.1" |
317 | source = "registry+https://github.com/rust-lang/crates.io-index" |
318 | dependencies = [ |
319 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
320 | - "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
321 | + "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
322 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
323 | - "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)", |
324 | + "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", |
325 | ] |
326 | |
327 | [[package]] |
328 | @@ -348,14 +345,14 @@ name = "dirs" |
329 | version = "1.0.5" |
330 | source = "registry+https://github.com/rust-lang/crates.io-index" |
331 | dependencies = [ |
332 | - "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
333 | - "redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
334 | - "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
335 | + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
336 | + "redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
337 | + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
338 | ] |
339 | |
340 | [[package]] |
341 | name = "either" |
342 | - version = "1.5.2" |
343 | + version = "1.5.3" |
344 | source = "registry+https://github.com/rust-lang/crates.io-index" |
345 | |
346 | [[package]] |
347 | @@ -363,31 +360,31 @@ name = "env_logger" |
348 | version = "0.6.2" |
349 | source = "registry+https://github.com/rust-lang/crates.io-index" |
350 | dependencies = [ |
351 | - "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
352 | - "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
353 | - "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
354 | - "regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
355 | + "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", |
356 | + "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
357 | + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
358 | + "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
359 | "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
360 | ] |
361 | |
362 | [[package]] |
363 | name = "failure" |
364 | - version = "0.1.5" |
365 | + version = "0.1.6" |
366 | source = "registry+https://github.com/rust-lang/crates.io-index" |
367 | dependencies = [ |
368 | - "backtrace 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)", |
369 | - "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
370 | + "backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)", |
371 | + "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
372 | ] |
373 | |
374 | [[package]] |
375 | name = "failure_derive" |
376 | - version = "0.1.5" |
377 | + version = "0.1.6" |
378 | source = "registry+https://github.com/rust-lang/crates.io-index" |
379 | dependencies = [ |
380 | - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
381 | - "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
382 | - "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)", |
383 | - "synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", |
384 | + "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
385 | + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
386 | + "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", |
387 | + "synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", |
388 | ] |
389 | |
390 | [[package]] |
391 | @@ -410,7 +407,7 @@ name = "fuchsia-zircon" |
392 | version = "0.3.3" |
393 | source = "registry+https://github.com/rust-lang/crates.io-index" |
394 | dependencies = [ |
395 | - "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
396 | + "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
397 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
398 | ] |
399 | |
400 | @@ -421,7 +418,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
401 | |
402 | [[package]] |
403 | name = "futures" |
404 | - version = "0.1.28" |
405 | + version = "0.1.29" |
406 | source = "registry+https://github.com/rust-lang/crates.io-index" |
407 | |
408 | [[package]] |
409 | @@ -429,7 +426,7 @@ name = "futures-backoff" |
410 | version = "0.1.0" |
411 | source = "registry+https://github.com/rust-lang/crates.io-index" |
412 | dependencies = [ |
413 | - "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
414 | + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
415 | "futures-timer 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
416 | "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
417 | ] |
418 | @@ -439,8 +436,8 @@ name = "futures-cpupool" |
419 | version = "0.1.8" |
420 | source = "registry+https://github.com/rust-lang/crates.io-index" |
421 | dependencies = [ |
422 | - "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
423 | - "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
424 | + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
425 | + "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", |
426 | ] |
427 | |
428 | [[package]] |
429 | @@ -448,7 +445,7 @@ name = "futures-timer" |
430 | version = "0.1.1" |
431 | source = "registry+https://github.com/rust-lang/crates.io-index" |
432 | dependencies = [ |
433 | - "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
434 | + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
435 | ] |
436 | |
437 | [[package]] |
438 | @@ -456,7 +453,7 @@ name = "generic-array" |
439 | version = "0.9.0" |
440 | source = "registry+https://github.com/rust-lang/crates.io-index" |
441 | dependencies = [ |
442 | - "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
443 | + "typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)", |
444 | ] |
445 | |
446 | [[package]] |
447 | @@ -464,21 +461,21 @@ name = "generic-array" |
448 | version = "0.12.3" |
449 | source = "registry+https://github.com/rust-lang/crates.io-index" |
450 | dependencies = [ |
451 | - "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
452 | + "typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)", |
453 | ] |
454 | |
455 | [[package]] |
456 | name = "h2" |
457 | - version = "0.1.25" |
458 | + version = "0.1.26" |
459 | source = "registry+https://github.com/rust-lang/crates.io-index" |
460 | dependencies = [ |
461 | "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
462 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
463 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
464 | - "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
465 | - "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
466 | - "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
467 | - "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
468 | + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
469 | + "http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
470 | + "indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
471 | + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
472 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
473 | "string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
474 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
475 | @@ -489,7 +486,15 @@ name = "heck" |
476 | version = "0.3.1" |
477 | source = "registry+https://github.com/rust-lang/crates.io-index" |
478 | dependencies = [ |
479 | - "unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
480 | + "unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
481 | + ] |
482 | + |
483 | + [[package]] |
484 | + name = "hermit-abi" |
485 | + version = "0.1.3" |
486 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
487 | + dependencies = [ |
488 | + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
489 | ] |
490 | |
491 | [[package]] |
492 | @@ -508,7 +513,7 @@ dependencies = [ |
493 | |
494 | [[package]] |
495 | name = "http" |
496 | - version = "0.1.17" |
497 | + version = "0.1.21" |
498 | source = "registry+https://github.com/rust-lang/crates.io-index" |
499 | dependencies = [ |
500 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
501 | @@ -522,8 +527,8 @@ version = "0.1.0" |
502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
503 | dependencies = [ |
504 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
505 | - "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
506 | - "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
507 | + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
508 | + "http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
509 | "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
510 | ] |
511 | |
512 | @@ -544,7 +549,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
513 | |
514 | [[package]] |
515 | name = "humantime" |
516 | - version = "1.2.0" |
517 | + version = "1.3.0" |
518 | source = "registry+https://github.com/rust-lang/crates.io-index" |
519 | dependencies = [ |
520 | "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
521 | @@ -552,30 +557,30 @@ dependencies = [ |
522 | |
523 | [[package]] |
524 | name = "hyper" |
525 | - version = "0.12.31" |
526 | + version = "0.12.35" |
527 | source = "registry+https://github.com/rust-lang/crates.io-index" |
528 | dependencies = [ |
529 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
530 | - "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
531 | + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
532 | "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
533 | - "h2 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", |
534 | - "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
535 | + "h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
536 | + "http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
537 | "http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
538 | "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
539 | - "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
540 | + "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
541 | "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
542 | - "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
543 | + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
544 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
545 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
546 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
547 | "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
548 | "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
549 | - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
550 | + "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
551 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
552 | - "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
553 | + "tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
554 | "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
555 | - "tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
556 | - "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
557 | + "tokio-threadpool 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
558 | + "tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
559 | "want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
560 | ] |
561 | |
562 | @@ -586,11 +591,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
563 | dependencies = [ |
564 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
565 | "ct-logs 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
566 | - "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
567 | - "hyper 0.12.31 (registry+https://github.com/rust-lang/crates.io-index)", |
568 | + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
569 | + "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", |
570 | "rustls 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", |
571 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
572 | - "tokio-rustls 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", |
573 | + "tokio-rustls 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", |
574 | "webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)", |
575 | "webpki-roots 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", |
576 | ] |
577 | @@ -602,21 +607,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
578 | dependencies = [ |
579 | "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
580 | "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
581 | - "unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
582 | + "unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
583 | ] |
584 | |
585 | [[package]] |
586 | name = "indexmap" |
587 | - version = "1.0.2" |
588 | + version = "1.3.0" |
589 | source = "registry+https://github.com/rust-lang/crates.io-index" |
590 | + dependencies = [ |
591 | + "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
592 | + ] |
593 | |
594 | [[package]] |
595 | name = "iovec" |
596 | - version = "0.1.2" |
597 | + version = "0.1.4" |
598 | source = "registry+https://github.com/rust-lang/crates.io-index" |
599 | dependencies = [ |
600 | - "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
601 | - "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
602 | + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
603 | ] |
604 | |
605 | [[package]] |
606 | @@ -640,12 +647,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
607 | |
608 | [[package]] |
609 | name = "lazy_static" |
610 | - version = "1.3.0" |
611 | + version = "1.4.0" |
612 | source = "registry+https://github.com/rust-lang/crates.io-index" |
613 | |
614 | [[package]] |
615 | name = "libc" |
616 | - version = "0.2.59" |
617 | + version = "0.2.66" |
618 | source = "registry+https://github.com/rust-lang/crates.io-index" |
619 | |
620 | [[package]] |
621 | @@ -653,25 +660,24 @@ name = "linked-hash-map" |
622 | version = "0.5.2" |
623 | source = "registry+https://github.com/rust-lang/crates.io-index" |
624 | dependencies = [ |
625 | - "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
626 | - "serde_test 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
627 | + "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
628 | + "serde_test 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
629 | ] |
630 | |
631 | [[package]] |
632 | name = "lock_api" |
633 | - version = "0.1.5" |
634 | + version = "0.3.2" |
635 | source = "registry+https://github.com/rust-lang/crates.io-index" |
636 | dependencies = [ |
637 | - "owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
638 | - "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
639 | + "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
640 | ] |
641 | |
642 | [[package]] |
643 | name = "log" |
644 | - version = "0.4.6" |
645 | + version = "0.4.8" |
646 | source = "registry+https://github.com/rust-lang/crates.io-index" |
647 | dependencies = [ |
648 | - "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
649 | + "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
650 | ] |
651 | |
652 | [[package]] |
653 | @@ -680,6 +686,11 @@ version = "0.1.8" |
654 | source = "registry+https://github.com/rust-lang/crates.io-index" |
655 | |
656 | [[package]] |
657 | + name = "maybe-uninit" |
658 | + version = "2.0.0" |
659 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
660 | + |
661 | + [[package]] |
662 | name = "md5" |
663 | version = "0.3.8" |
664 | source = "registry+https://github.com/rust-lang/crates.io-index" |
665 | @@ -691,20 +702,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
666 | |
667 | [[package]] |
668 | name = "memoffset" |
669 | - version = "0.2.1" |
670 | + version = "0.5.3" |
671 | source = "registry+https://github.com/rust-lang/crates.io-index" |
672 | + dependencies = [ |
673 | + "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
674 | + ] |
675 | |
676 | [[package]] |
677 | name = "mio" |
678 | - version = "0.6.19" |
679 | + version = "0.6.21" |
680 | source = "registry+https://github.com/rust-lang/crates.io-index" |
681 | dependencies = [ |
682 | + "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
683 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
684 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
685 | - "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
686 | + "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
687 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
688 | - "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
689 | - "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
690 | + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
691 | + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
692 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
693 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
694 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
695 | @@ -716,10 +731,10 @@ name = "mio-named-pipes" |
696 | version = "0.1.6" |
697 | source = "registry+https://github.com/rust-lang/crates.io-index" |
698 | dependencies = [ |
699 | - "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
700 | - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
701 | + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
702 | + "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
703 | "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
704 | - "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
705 | + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
706 | ] |
707 | |
708 | [[package]] |
709 | @@ -727,9 +742,9 @@ name = "mio-uds" |
710 | version = "0.6.7" |
711 | source = "registry+https://github.com/rust-lang/crates.io-index" |
712 | dependencies = [ |
713 | - "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
714 | - "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
715 | - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
716 | + "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
717 | + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
718 | + "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
719 | ] |
720 | |
721 | [[package]] |
722 | @@ -748,8 +763,8 @@ name = "miow" |
723 | version = "0.3.3" |
724 | source = "registry+https://github.com/rust-lang/crates.io-index" |
725 | dependencies = [ |
726 | - "socket2 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
727 | - "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
728 | + "socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", |
729 | + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
730 | ] |
731 | |
732 | [[package]] |
733 | @@ -757,17 +772,12 @@ name = "net2" |
734 | version = "0.2.33" |
735 | source = "registry+https://github.com/rust-lang/crates.io-index" |
736 | dependencies = [ |
737 | - "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
738 | - "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
739 | - "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
740 | + "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
741 | + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
742 | + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
743 | ] |
744 | |
745 | [[package]] |
746 | - name = "nodrop" |
747 | - version = "0.1.13" |
748 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
749 | - |
750 | - [[package]] |
751 | name = "nom" |
752 | version = "4.2.3" |
753 | source = "registry+https://github.com/rust-lang/crates.io-index" |
754 | @@ -781,63 +791,54 @@ name = "num-integer" |
755 | version = "0.1.41" |
756 | source = "registry+https://github.com/rust-lang/crates.io-index" |
757 | dependencies = [ |
758 | - "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
759 | - "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
760 | + "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
761 | + "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
762 | ] |
763 | |
764 | [[package]] |
765 | name = "num-traits" |
766 | - version = "0.2.8" |
767 | + version = "0.2.10" |
768 | source = "registry+https://github.com/rust-lang/crates.io-index" |
769 | dependencies = [ |
770 | - "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
771 | + "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
772 | ] |
773 | |
774 | [[package]] |
775 | name = "num_cpus" |
776 | - version = "1.10.1" |
777 | + version = "1.11.1" |
778 | source = "registry+https://github.com/rust-lang/crates.io-index" |
779 | dependencies = [ |
780 | - "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
781 | + "hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
782 | + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
783 | ] |
784 | |
785 | [[package]] |
786 | - name = "numtoa" |
787 | - version = "0.1.0" |
788 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
789 | - |
790 | - [[package]] |
791 | name = "opaque-debug" |
792 | - version = "0.2.2" |
793 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
794 | - |
795 | - [[package]] |
796 | - name = "owning_ref" |
797 | - version = "0.4.0" |
798 | + version = "0.2.3" |
799 | source = "registry+https://github.com/rust-lang/crates.io-index" |
800 | - dependencies = [ |
801 | - "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
802 | - ] |
803 | |
804 | [[package]] |
805 | name = "parking_lot" |
806 | - version = "0.7.1" |
807 | + version = "0.9.0" |
808 | source = "registry+https://github.com/rust-lang/crates.io-index" |
809 | dependencies = [ |
810 | - "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
811 | - "parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
812 | + "lock_api 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
813 | + "parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
814 | + "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
815 | ] |
816 | |
817 | [[package]] |
818 | name = "parking_lot_core" |
819 | - version = "0.4.0" |
820 | + version = "0.6.2" |
821 | source = "registry+https://github.com/rust-lang/crates.io-index" |
822 | dependencies = [ |
823 | - "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
824 | - "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
825 | + "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
826 | + "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
827 | + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
828 | + "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
829 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
830 | - "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
831 | - "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
832 | + "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
833 | + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
834 | ] |
835 | |
836 | [[package]] |
837 | @@ -847,12 +848,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
838 | |
839 | [[package]] |
840 | name = "pretty_env_logger" |
841 | - version = "0.3.0" |
842 | + version = "0.3.1" |
843 | source = "registry+https://github.com/rust-lang/crates.io-index" |
844 | dependencies = [ |
845 | - "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
846 | + "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
847 | "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
848 | - "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
849 | + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
850 | ] |
851 | |
852 | [[package]] |
853 | @@ -864,28 +865,44 @@ dependencies = [ |
854 | ] |
855 | |
856 | [[package]] |
857 | + name = "proc-macro2" |
858 | + version = "1.0.6" |
859 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
860 | + dependencies = [ |
861 | + "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
862 | + ] |
863 | + |
864 | + [[package]] |
865 | name = "quick-error" |
866 | version = "1.2.2" |
867 | source = "registry+https://github.com/rust-lang/crates.io-index" |
868 | |
869 | [[package]] |
870 | name = "quote" |
871 | - version = "0.6.12" |
872 | + version = "0.6.13" |
873 | source = "registry+https://github.com/rust-lang/crates.io-index" |
874 | dependencies = [ |
875 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
876 | ] |
877 | |
878 | [[package]] |
879 | + name = "quote" |
880 | + version = "1.0.2" |
881 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
882 | + dependencies = [ |
883 | + "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
884 | + ] |
885 | + |
886 | + [[package]] |
887 | name = "rand" |
888 | version = "0.4.6" |
889 | source = "registry+https://github.com/rust-lang/crates.io-index" |
890 | dependencies = [ |
891 | "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
892 | - "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
893 | + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
894 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
895 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
896 | - "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
897 | + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
898 | ] |
899 | |
900 | [[package]] |
901 | @@ -893,17 +910,17 @@ name = "rand" |
902 | version = "0.6.5" |
903 | source = "registry+https://github.com/rust-lang/crates.io-index" |
904 | dependencies = [ |
905 | - "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
906 | - "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
907 | + "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
908 | + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
909 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
910 | - "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
911 | + "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
912 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
913 | "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
914 | "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
915 | "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
916 | "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
917 | "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
918 | - "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
919 | + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
920 | ] |
921 | |
922 | [[package]] |
923 | @@ -911,7 +928,7 @@ name = "rand_chacha" |
924 | version = "0.1.1" |
925 | source = "registry+https://github.com/rust-lang/crates.io-index" |
926 | dependencies = [ |
927 | - "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
928 | + "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
929 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
930 | ] |
931 | |
932 | @@ -920,12 +937,12 @@ name = "rand_core" |
933 | version = "0.3.1" |
934 | source = "registry+https://github.com/rust-lang/crates.io-index" |
935 | dependencies = [ |
936 | - "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
937 | + "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
938 | ] |
939 | |
940 | [[package]] |
941 | name = "rand_core" |
942 | - version = "0.4.0" |
943 | + version = "0.4.2" |
944 | source = "registry+https://github.com/rust-lang/crates.io-index" |
945 | |
946 | [[package]] |
947 | @@ -949,9 +966,9 @@ name = "rand_jitter" |
948 | version = "0.1.4" |
949 | source = "registry+https://github.com/rust-lang/crates.io-index" |
950 | dependencies = [ |
951 | - "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
952 | - "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
953 | - "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
954 | + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
955 | + "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
956 | + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
957 | ] |
958 | |
959 | [[package]] |
960 | @@ -961,10 +978,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
961 | dependencies = [ |
962 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
963 | "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
964 | - "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
965 | - "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
966 | + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
967 | + "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
968 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
969 | - "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
970 | + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
971 | ] |
972 | |
973 | [[package]] |
974 | @@ -972,8 +989,8 @@ name = "rand_pcg" |
975 | version = "0.1.2" |
976 | source = "registry+https://github.com/rust-lang/crates.io-index" |
977 | dependencies = [ |
978 | - "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
979 | - "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
980 | + "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
981 | + "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
982 | ] |
983 | |
984 | [[package]] |
985 | @@ -998,55 +1015,43 @@ version = "0.1.56" |
986 | source = "registry+https://github.com/rust-lang/crates.io-index" |
987 | |
988 | [[package]] |
989 | - name = "redox_termios" |
990 | - version = "0.1.1" |
991 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
992 | - dependencies = [ |
993 | - "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
994 | - ] |
995 | - |
996 | - [[package]] |
997 | name = "redox_users" |
998 | - version = "0.3.0" |
999 | + version = "0.3.1" |
1000 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1001 | dependencies = [ |
1002 | - "argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1003 | - "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1004 | + "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1005 | "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1006 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
1007 | + "rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1008 | ] |
1009 | |
1010 | [[package]] |
1011 | name = "regex" |
1012 | - version = "1.1.9" |
1013 | + version = "1.3.1" |
1014 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1015 | dependencies = [ |
1016 | - "aho-corasick 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1017 | + "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1018 | "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1019 | - "regex-syntax 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1020 | + "regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1021 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1022 | - "utf8-ranges 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1023 | ] |
1024 | |
1025 | [[package]] |
1026 | name = "regex-syntax" |
1027 | - version = "0.6.8" |
1028 | + version = "0.6.12" |
1029 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1030 | - dependencies = [ |
1031 | - "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1032 | - ] |
1033 | |
1034 | [[package]] |
1035 | name = "ring" |
1036 | version = "0.14.6" |
1037 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1038 | dependencies = [ |
1039 | - "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", |
1040 | - "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1041 | - "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
1042 | - "spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1043 | + "cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", |
1044 | + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1045 | + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
1046 | + "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1047 | "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1048 | - "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1049 | + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1050 | ] |
1051 | |
1052 | [[package]] |
1053 | @@ -1057,22 +1062,22 @@ dependencies = [ |
1054 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1055 | "chacha 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1056 | "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1057 | - "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1058 | + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1059 | "futures-backoff 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1060 | "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1061 | "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1062 | - "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
1063 | + "http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
1064 | "human-size 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1065 | - "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1066 | - "hyper 0.12.31 (registry+https://github.com/rust-lang/crates.io-index)", |
1067 | + "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1068 | + "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", |
1069 | "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1070 | - "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1071 | - "pretty_env_logger 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1072 | + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1073 | + "pretty_env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1074 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1075 | "rusoto_core 0.40.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1076 | "rusoto_s3 0.40.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1077 | - "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
1078 | - "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
1079 | + "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
1080 | + "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", |
1081 | "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1082 | "structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", |
1083 | "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
1084 | @@ -1087,24 +1092,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
1085 | dependencies = [ |
1086 | "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1087 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1088 | - "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1089 | + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1090 | "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1091 | "hmac 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1092 | - "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
1093 | - "hyper 0.12.31 (registry+https://github.com/rust-lang/crates.io-index)", |
1094 | + "http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
1095 | + "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", |
1096 | "hyper-rustls 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1097 | - "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1098 | - "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1099 | + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1100 | + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1101 | "md5 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1102 | "rusoto_credential 0.40.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1103 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1104 | - "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
1105 | - "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
1106 | - "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
1107 | + "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
1108 | + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
1109 | + "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", |
1110 | "sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1111 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
1112 | "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
1113 | - "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1114 | + "tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1115 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1116 | "xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1117 | ] |
1118 | @@ -1114,17 +1119,17 @@ name = "rusoto_credential" |
1119 | version = "0.40.0" |
1120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1121 | dependencies = [ |
1122 | - "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1123 | + "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1124 | "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1125 | - "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1126 | - "hyper 0.12.31 (registry+https://github.com/rust-lang/crates.io-index)", |
1127 | - "regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1128 | - "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
1129 | - "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
1130 | - "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
1131 | + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1132 | + "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", |
1133 | + "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1134 | + "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
1135 | + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
1136 | + "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", |
1137 | "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1138 | "tokio-process 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1139 | - "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1140 | + "tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1141 | ] |
1142 | |
1143 | [[package]] |
1144 | @@ -1133,14 +1138,24 @@ version = "0.40.0" |
1145 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1146 | dependencies = [ |
1147 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1148 | - "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1149 | + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1150 | "rusoto_core 0.40.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1151 | "xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1152 | ] |
1153 | |
1154 | [[package]] |
1155 | + name = "rust-argon2" |
1156 | + version = "0.5.1" |
1157 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
1158 | + dependencies = [ |
1159 | + "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1160 | + "blake2b_simd 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1161 | + "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1162 | + ] |
1163 | + |
1164 | + [[package]] |
1165 | name = "rustc-demangle" |
1166 | - version = "0.1.15" |
1167 | + version = "0.1.16" |
1168 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1169 | |
1170 | [[package]] |
1171 | @@ -1157,7 +1172,7 @@ version = "0.15.2" |
1172 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1173 | dependencies = [ |
1174 | "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1175 | - "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1176 | + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1177 | "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1178 | "sct 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1179 | "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1180 | @@ -1166,22 +1181,17 @@ dependencies = [ |
1181 | |
1182 | [[package]] |
1183 | name = "ryu" |
1184 | - version = "1.0.0" |
1185 | + version = "1.0.2" |
1186 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1187 | |
1188 | [[package]] |
1189 | name = "safemem" |
1190 | - version = "0.3.0" |
1191 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
1192 | - |
1193 | - [[package]] |
1194 | - name = "scoped_threadpool" |
1195 | - version = "0.1.9" |
1196 | + version = "0.3.3" |
1197 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1198 | |
1199 | [[package]] |
1200 | name = "scopeguard" |
1201 | - version = "0.3.3" |
1202 | + version = "1.0.0" |
1203 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1204 | |
1205 | [[package]] |
1206 | @@ -1208,38 +1218,38 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
1207 | |
1208 | [[package]] |
1209 | name = "serde" |
1210 | - version = "1.0.94" |
1211 | + version = "1.0.103" |
1212 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1213 | dependencies = [ |
1214 | - "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
1215 | + "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
1216 | ] |
1217 | |
1218 | [[package]] |
1219 | name = "serde_derive" |
1220 | - version = "1.0.94" |
1221 | + version = "1.0.103" |
1222 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1223 | dependencies = [ |
1224 | - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1225 | - "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1226 | - "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)", |
1227 | + "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1228 | + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1229 | + "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1230 | ] |
1231 | |
1232 | [[package]] |
1233 | name = "serde_json" |
1234 | - version = "1.0.40" |
1235 | + version = "1.0.44" |
1236 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1237 | dependencies = [ |
1238 | "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1239 | - "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1240 | - "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
1241 | + "ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1242 | + "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
1243 | ] |
1244 | |
1245 | [[package]] |
1246 | name = "serde_test" |
1247 | - version = "1.0.94" |
1248 | + version = "1.0.103" |
1249 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1250 | dependencies = [ |
1251 | - "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
1252 | + "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
1253 | ] |
1254 | |
1255 | [[package]] |
1256 | @@ -1261,7 +1271,7 @@ dependencies = [ |
1257 | "block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1258 | "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1259 | "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1260 | - "opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1261 | + "opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1262 | ] |
1263 | |
1264 | [[package]] |
1265 | @@ -1271,20 +1281,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
1266 | |
1267 | [[package]] |
1268 | name = "signal-hook" |
1269 | - version = "0.1.9" |
1270 | + version = "0.1.12" |
1271 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1272 | dependencies = [ |
1273 | - "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
1274 | - "signal-hook-registry 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1275 | + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
1276 | + "signal-hook-registry 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1277 | ] |
1278 | |
1279 | [[package]] |
1280 | name = "signal-hook-registry" |
1281 | - version = "1.0.1" |
1282 | + version = "1.2.0" |
1283 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1284 | dependencies = [ |
1285 | - "arc-swap 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1286 | - "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
1287 | + "arc-swap 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1288 | + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
1289 | ] |
1290 | |
1291 | [[package]] |
1292 | @@ -1294,28 +1304,31 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
1293 | |
1294 | [[package]] |
1295 | name = "smallvec" |
1296 | - version = "0.6.10" |
1297 | + version = "0.6.13" |
1298 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
1299 | + dependencies = [ |
1300 | + "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1301 | + ] |
1302 | + |
1303 | + [[package]] |
1304 | + name = "smallvec" |
1305 | + version = "1.0.0" |
1306 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1307 | |
1308 | [[package]] |
1309 | name = "socket2" |
1310 | - version = "0.3.9" |
1311 | + version = "0.3.11" |
1312 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1313 | dependencies = [ |
1314 | - "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1315 | - "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
1316 | + "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1317 | + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
1318 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
1319 | - "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1320 | + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1321 | ] |
1322 | |
1323 | [[package]] |
1324 | name = "spin" |
1325 | - version = "0.5.0" |
1326 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
1327 | - |
1328 | - [[package]] |
1329 | - name = "stable_deref_trait" |
1330 | - version = "1.1.1" |
1331 | + version = "0.5.2" |
1332 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1333 | |
1334 | [[package]] |
1335 | @@ -1347,48 +1360,47 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
1336 | dependencies = [ |
1337 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1338 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1339 | - "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1340 | - "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)", |
1341 | + "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
1342 | + "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", |
1343 | ] |
1344 | |
1345 | [[package]] |
1346 | name = "syn" |
1347 | - version = "0.15.39" |
1348 | + version = "0.15.44" |
1349 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1350 | dependencies = [ |
1351 | "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1352 | - "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1353 | + "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
1354 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1355 | ] |
1356 | |
1357 | [[package]] |
1358 | - name = "synstructure" |
1359 | - version = "0.10.2" |
1360 | + name = "syn" |
1361 | + version = "1.0.11" |
1362 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1363 | dependencies = [ |
1364 | - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1365 | - "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1366 | - "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)", |
1367 | - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1368 | + "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1369 | + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1370 | + "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1371 | ] |
1372 | |
1373 | [[package]] |
1374 | - name = "termcolor" |
1375 | - version = "1.0.5" |
1376 | + name = "synstructure" |
1377 | + version = "0.12.3" |
1378 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1379 | dependencies = [ |
1380 | - "wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1381 | + "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1382 | + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1383 | + "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1384 | + "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1385 | ] |
1386 | |
1387 | [[package]] |
1388 | - name = "termion" |
1389 | - version = "1.5.3" |
1390 | + name = "termcolor" |
1391 | + version = "1.0.5" |
1392 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1393 | dependencies = [ |
1394 | - "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
1395 | - "numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1396 | - "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
1397 | - "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1398 | + "wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1399 | ] |
1400 | |
1401 | [[package]] |
1402 | @@ -1396,7 +1408,7 @@ name = "textwrap" |
1403 | version = "0.11.0" |
1404 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1405 | dependencies = [ |
1406 | - "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1407 | + "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1408 | ] |
1409 | |
1410 | [[package]] |
1411 | @@ -1404,7 +1416,7 @@ name = "thread_local" |
1412 | version = "0.3.6" |
1413 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1414 | dependencies = [ |
1415 | - "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1416 | + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1417 | ] |
1418 | |
1419 | [[package]] |
1420 | @@ -1412,9 +1424,9 @@ name = "time" |
1421 | version = "0.1.42" |
1422 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1423 | dependencies = [ |
1424 | - "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
1425 | + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
1426 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
1427 | - "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1428 | + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1429 | ] |
1430 | |
1431 | [[package]] |
1432 | @@ -1423,20 +1435,20 @@ version = "0.1.22" |
1433 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1434 | dependencies = [ |
1435 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1436 | - "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1437 | - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
1438 | - "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1439 | + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1440 | + "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
1441 | + "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1442 | "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1443 | "tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1444 | - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1445 | + "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1446 | "tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1447 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1448 | - "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1449 | - "tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1450 | + "tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1451 | + "tokio-sync 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1452 | "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1453 | - "tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
1454 | - "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1455 | - "tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1456 | + "tokio-threadpool 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
1457 | + "tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1458 | + "tokio-udp 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1459 | "tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1460 | ] |
1461 | |
1462 | @@ -1446,8 +1458,8 @@ version = "0.1.1" |
1463 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1464 | dependencies = [ |
1465 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1466 | - "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1467 | - "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1468 | + "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1469 | + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1470 | ] |
1471 | |
1472 | [[package]] |
1473 | @@ -1456,7 +1468,7 @@ version = "0.1.1" |
1474 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1475 | dependencies = [ |
1476 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1477 | - "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1478 | + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1479 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1480 | ] |
1481 | |
1482 | @@ -1465,17 +1477,17 @@ name = "tokio-current-thread" |
1483 | version = "0.1.6" |
1484 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1485 | dependencies = [ |
1486 | - "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1487 | - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1488 | + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1489 | + "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1490 | ] |
1491 | |
1492 | [[package]] |
1493 | name = "tokio-executor" |
1494 | - version = "0.1.8" |
1495 | + version = "0.1.9" |
1496 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1497 | dependencies = [ |
1498 | - "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1499 | - "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1500 | + "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1501 | + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1502 | ] |
1503 | |
1504 | [[package]] |
1505 | @@ -1483,9 +1495,9 @@ name = "tokio-fs" |
1506 | version = "0.1.6" |
1507 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1508 | dependencies = [ |
1509 | - "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1510 | + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1511 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1512 | - "tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
1513 | + "tokio-threadpool 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
1514 | ] |
1515 | |
1516 | [[package]] |
1517 | @@ -1494,8 +1506,8 @@ version = "0.1.12" |
1518 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1519 | dependencies = [ |
1520 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1521 | - "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1522 | - "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1523 | + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1524 | + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1525 | ] |
1526 | |
1527 | [[package]] |
1528 | @@ -1504,42 +1516,42 @@ version = "0.2.4" |
1529 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1530 | dependencies = [ |
1531 | "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1532 | - "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1533 | - "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1534 | - "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
1535 | - "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1536 | - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
1537 | + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1538 | + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1539 | + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
1540 | + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1541 | + "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
1542 | "mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1543 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1544 | - "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1545 | + "tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1546 | "tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1547 | - "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1548 | + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1549 | ] |
1550 | |
1551 | [[package]] |
1552 | name = "tokio-reactor" |
1553 | - version = "0.1.9" |
1554 | + version = "0.1.11" |
1555 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1556 | dependencies = [ |
1557 | - "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1558 | - "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1559 | - "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1560 | - "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1561 | - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
1562 | - "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1563 | - "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1564 | + "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1565 | + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1566 | + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1567 | + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1568 | + "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
1569 | + "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1570 | + "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1571 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1572 | - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1573 | + "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1574 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1575 | - "tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1576 | + "tokio-sync 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1577 | ] |
1578 | |
1579 | [[package]] |
1580 | name = "tokio-rustls" |
1581 | - version = "0.9.3" |
1582 | + version = "0.9.4" |
1583 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1584 | dependencies = [ |
1585 | - "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1586 | + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1587 | "rustls 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1588 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1589 | "webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1590 | @@ -1550,24 +1562,24 @@ name = "tokio-signal" |
1591 | version = "0.2.7" |
1592 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1593 | dependencies = [ |
1594 | - "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1595 | - "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
1596 | - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
1597 | + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1598 | + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
1599 | + "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
1600 | "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1601 | - "signal-hook 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1602 | - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1603 | + "signal-hook 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1604 | + "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1605 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1606 | - "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1607 | - "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1608 | + "tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1609 | + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1610 | ] |
1611 | |
1612 | [[package]] |
1613 | name = "tokio-sync" |
1614 | - version = "0.1.6" |
1615 | + version = "0.1.7" |
1616 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1617 | dependencies = [ |
1618 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1619 | - "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1620 | + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1621 | ] |
1622 | |
1623 | [[package]] |
1624 | @@ -1576,52 +1588,52 @@ version = "0.1.3" |
1625 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1626 | dependencies = [ |
1627 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1628 | - "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1629 | - "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1630 | - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
1631 | + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1632 | + "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1633 | + "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
1634 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1635 | - "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1636 | + "tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1637 | ] |
1638 | |
1639 | [[package]] |
1640 | name = "tokio-threadpool" |
1641 | - version = "0.1.15" |
1642 | + version = "0.1.17" |
1643 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1644 | dependencies = [ |
1645 | - "crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1646 | + "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1647 | "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1648 | - "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1649 | - "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1650 | - "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1651 | - "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1652 | - "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1653 | + "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1654 | + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1655 | + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1656 | + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1657 | + "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1658 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1659 | - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1660 | + "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1661 | ] |
1662 | |
1663 | [[package]] |
1664 | name = "tokio-timer" |
1665 | - version = "0.2.11" |
1666 | + version = "0.2.12" |
1667 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1668 | dependencies = [ |
1669 | - "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1670 | - "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1671 | + "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1672 | + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1673 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1674 | - "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1675 | + "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1676 | ] |
1677 | |
1678 | [[package]] |
1679 | name = "tokio-udp" |
1680 | - version = "0.1.3" |
1681 | + version = "0.1.5" |
1682 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1683 | dependencies = [ |
1684 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1685 | - "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1686 | - "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1687 | - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
1688 | + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1689 | + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1690 | + "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
1691 | "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1692 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1693 | - "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1694 | + "tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1695 | ] |
1696 | |
1697 | [[package]] |
1698 | @@ -1630,15 +1642,15 @@ version = "0.2.5" |
1699 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1700 | dependencies = [ |
1701 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1702 | - "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1703 | - "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1704 | - "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
1705 | - "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1706 | - "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
1707 | + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1708 | + "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1709 | + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
1710 | + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1711 | + "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
1712 | "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1713 | "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1714 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1715 | - "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1716 | + "tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1717 | ] |
1718 | |
1719 | [[package]] |
1720 | @@ -1646,7 +1658,7 @@ name = "toml" |
1721 | version = "0.4.10" |
1722 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1723 | dependencies = [ |
1724 | - "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
1725 | + "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", |
1726 | ] |
1727 | |
1728 | [[package]] |
1729 | @@ -1656,12 +1668,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
1730 | |
1731 | [[package]] |
1732 | name = "typenum" |
1733 | - version = "1.10.0" |
1734 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
1735 | - |
1736 | - [[package]] |
1737 | - name = "ucd-util" |
1738 | - version = "0.1.3" |
1739 | + version = "1.11.2" |
1740 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1741 | |
1742 | [[package]] |
1743 | @@ -1674,20 +1681,20 @@ dependencies = [ |
1744 | |
1745 | [[package]] |
1746 | name = "unicode-normalization" |
1747 | - version = "0.1.8" |
1748 | + version = "0.1.11" |
1749 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1750 | dependencies = [ |
1751 | - "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1752 | + "smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1753 | ] |
1754 | |
1755 | [[package]] |
1756 | name = "unicode-segmentation" |
1757 | - version = "1.3.0" |
1758 | + version = "1.6.0" |
1759 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1760 | |
1761 | [[package]] |
1762 | name = "unicode-width" |
1763 | - version = "0.1.5" |
1764 | + version = "0.1.7" |
1765 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1766 | |
1767 | [[package]] |
1768 | @@ -1696,6 +1703,11 @@ version = "0.1.0" |
1769 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1770 | |
1771 | [[package]] |
1772 | + name = "unicode-xid" |
1773 | + version = "0.2.0" |
1774 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
1775 | + |
1776 | + [[package]] |
1777 | name = "untrusted" |
1778 | version = "0.6.2" |
1779 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1780 | @@ -1711,11 +1723,6 @@ dependencies = [ |
1781 | ] |
1782 | |
1783 | [[package]] |
1784 | - name = "utf8-ranges" |
1785 | - version = "1.0.3" |
1786 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
1787 | - |
1788 | - [[package]] |
1789 | name = "uuid" |
1790 | version = "0.7.4" |
1791 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1792 | @@ -1738,8 +1745,8 @@ name = "want" |
1793 | version = "0.2.0" |
1794 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1795 | dependencies = [ |
1796 | - "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1797 | - "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1798 | + "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1799 | + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1800 | "try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1801 | ] |
1802 | |
1803 | @@ -1768,7 +1775,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
1804 | |
1805 | [[package]] |
1806 | name = "winapi" |
1807 | - version = "0.3.7" |
1808 | + version = "0.3.8" |
1809 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1810 | dependencies = [ |
1811 | "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1812 | @@ -1790,7 +1797,7 @@ name = "winapi-util" |
1813 | version = "0.1.2" |
1814 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1815 | dependencies = [ |
1816 | - "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1817 | + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1818 | ] |
1819 | |
1820 | [[package]] |
1821 | @@ -1800,10 +1807,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
1822 | |
1823 | [[package]] |
1824 | name = "wincolor" |
1825 | - version = "1.0.1" |
1826 | + version = "1.0.2" |
1827 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1828 | dependencies = [ |
1829 | - "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1830 | + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1831 | "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1832 | ] |
1833 | |
1834 | @@ -1821,120 +1828,121 @@ name = "xml-rs" |
1835 | version = "0.7.0" |
1836 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1837 | dependencies = [ |
1838 | - "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1839 | + "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1840 | ] |
1841 | |
1842 | [metadata] |
1843 | - "checksum aho-corasick 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "36b7aa1ccb7d7ea3f437cf025a2ab1c47cc6c1bc9fc84918ff449def12f5e282" |
1844 | + "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" |
1845 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
1846 | - "checksum arc-swap 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "bc4662175ead9cd84451d5c35070517777949a2ed84551764129cedb88384841" |
1847 | - "checksum argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392" |
1848 | + "checksum arc-swap 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d7b8a9123b8027467bce0099fe556c628a53c8d83df0507084c31e9ba2e39aff" |
1849 | "checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee" |
1850 | - "checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71" |
1851 | + "checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" |
1852 | "checksum askama 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3dc2a4b6d7f812d2b13d251ae792caecebd635d6401761162d4b71d5ebe1a010" |
1853 | "checksum askama_derive 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23ee2fff0f22ad5d215cace1227cd036c28e81e26206763bb837b6d0e766c87d" |
1854 | "checksum askama_escape 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0de942230b5beedaa9e1d64df5b76fa1c97002e4c7982897be899cccf40621d" |
1855 | "checksum askama_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a6dfa6b6d254fd066a8bbed9a8f913123e3f701db89216ad4f0aff04ad87718c" |
1856 | - "checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" |
1857 | - "checksum autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0e49efa51329a5fd37e7c79db4621af617cd4e3e5bc224939808d076077077bf" |
1858 | - "checksum backtrace 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)" = "18b50f5258d1a9ad8396d2d345827875de4261b158124d4c819d9b351454fae5" |
1859 | - "checksum backtrace-sys 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" = "5b3a000b9c543553af61bc01cbfc403b04b5caa9e421033866f2e98061eb3e61" |
1860 | + "checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" |
1861 | + "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" |
1862 | + "checksum backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)" = "924c76597f0d9ca25d762c25a4d369d51267536465dc5064bdf0eb073ed477ea" |
1863 | + "checksum backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491" |
1864 | "checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" |
1865 | "checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" |
1866 | - "checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd" |
1867 | - "checksum blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400" |
1868 | + "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
1869 | + "checksum blake2b_simd 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b83b7baab1e671718d78204225800d6b170e648188ac7dc992e9d6bddf87d0c0" |
1870 | "checksum block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab" |
1871 | "checksum block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" |
1872 | - "checksum block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6d4dc3af3ee2e12f3e5d224e5e1e3d73668abbeb69e566d361f7d5563a4fdf09" |
1873 | + "checksum block-padding 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5" |
1874 | "checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40" |
1875 | "checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" |
1876 | "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" |
1877 | "checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" |
1878 | - "checksum cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" = "39f75544d7bbaf57560d2168f28fd649ff9c76153874db88bdbdfd839b1a7e7d" |
1879 | - "checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33" |
1880 | + "checksum cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)" = "f52a465a666ca3d838ebbf08b241383421412fe7ebb463527bba275526d89f76" |
1881 | + "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
1882 | "checksum chacha 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ddf3c081b5fba1e5615640aae998e0fbd10c24cbd897ee39ed754a77601a4862" |
1883 | - "checksum chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "77d81f58b7301084de3b958691458a53c3f7e0b1d702f77e550b6a88e3a88abe" |
1884 | + "checksum chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "31850b4a4d6bae316f7a09e691c944c28299298837edc0a03f755618c23cbc01" |
1885 | "checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" |
1886 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
1887 | - "checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e" |
1888 | - "checksum crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71" |
1889 | - "checksum crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "04c9e3102cc2d69cd681412141b390abd55a362afc1540965dad0ad4d34280b4" |
1890 | + "checksum constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "995a44c877f9212528ccc74b21a232f66ad69001e40ede5bcee2ac9ef2657120" |
1891 | + "checksum crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3aa945d63861bfe624b55d153a39684da1e8c0bc8fba932f7ee3a3c16cea3ca" |
1892 | + "checksum crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5064ebdbf05ce3cb95e45c8b086f72263f4166b29b97f6baff7ef7fe047b55ac" |
1893 | "checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b" |
1894 | - "checksum crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c" |
1895 | + "checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" |
1896 | + "checksum crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4" |
1897 | "checksum crypto-mac 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0999b4ff4d3446d4ddb19a63e9e00c1876e75cd7000d20e57a693b4b3f08d958" |
1898 | "checksum ct-logs 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1b4660f8b07a560a88c02d76286edb9f0d5d64e495d2b0f233186155aa51be1f" |
1899 | "checksum derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6d944ac6003ed268757ef1ee686753b57efc5fcf0ebe7b64c9fc81e7e32ff839" |
1900 | "checksum digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "03b072242a8cbaf9c145665af9d250c59af3b958f83ed6824e13533cf76d5b90" |
1901 | "checksum digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" |
1902 | "checksum dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901" |
1903 | - "checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b" |
1904 | + "checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" |
1905 | "checksum env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3" |
1906 | - "checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" |
1907 | - "checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1" |
1908 | + "checksum failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f8273f13c977665c5db7eb2b99ae520952fe5ac831ae4cd09d80c4c7042b5ed9" |
1909 | + "checksum failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0bc225b78e0391e4b8683440bf2e63c2deeeb2ce5189eab46e2b68c6d3725d08" |
1910 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" |
1911 | "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" |
1912 | "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" |
1913 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
1914 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
1915 | - "checksum futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "45dc39533a6cae6da2b56da48edae506bb767ec07370f86f70fc062e9d435869" |
1916 | + "checksum futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)" = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef" |
1917 | "checksum futures-backoff 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "79f590345ee8cedf1f36068db74ca81c7e7bf753a3e59ea58b0826243a13971b" |
1918 | "checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" |
1919 | "checksum futures-timer 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a5cedfe9b6dc756220782cc1ba5bcb1fa091cdcba155e40d3556159c3db58043" |
1920 | "checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" |
1921 | "checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d" |
1922 | - "checksum h2 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)" = "a539b63339fbbb00e081e84b6e11bd1d9634a82d91da2984a18ac74a8823f392" |
1923 | + "checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462" |
1924 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
1925 | + "checksum hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "307c3c9f937f38e3534b1d6447ecf090cafcc9744e4a6360e8b037b2cf5af120" |
1926 | "checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" |
1927 | "checksum hmac 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44f3bdb08579d99d7dc761c0e266f13b5f2ab8c8c703b9fc9ef333cd8f48f55e" |
1928 | - "checksum http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "eed324f0f0daf6ec10c474f150505af2c143f251722bf9dbd1261bd1f2ee2c1a" |
1929 | + "checksum http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0" |
1930 | "checksum http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d" |
1931 | "checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9" |
1932 | "checksum human-size 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5bec6e801ef7367625bd94ad7e2965e6027189f3e9deef422388d993af2814a0" |
1933 | "checksum humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e" |
1934 | - "checksum humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114" |
1935 | - "checksum hyper 0.12.31 (registry+https://github.com/rust-lang/crates.io-index)" = "6481fff8269772d4463253ca83c788104a7305cb3fb9136bc651a6211e46e03f" |
1936 | + "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" |
1937 | + "checksum hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)" = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6" |
1938 | "checksum hyper-rustls 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)" = "15b66d1bd4864ef036adf2363409caa3acd63ebb4725957b66e621c8a36631a3" |
1939 | "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" |
1940 | - "checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" |
1941 | - "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" |
1942 | + "checksum indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712d7b3ea5827fcb9d4fda14bf4da5f136f0db2ae9c8f4bd4e2d1c6fde4e6db2" |
1943 | + "checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" |
1944 | "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" |
1945 | "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
1946 | "checksum keystream 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c33070833c9ee02266356de0c43f723152bd38bd96ddf52c82b3af10c9138b28" |
1947 | - "checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14" |
1948 | - "checksum libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)" = "3262021842bf00fe07dbd6cf34ff25c99d7a7ebef8deea84db72be3ea3bb0aff" |
1949 | + "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
1950 | + "checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558" |
1951 | "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" |
1952 | - "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" |
1953 | - "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" |
1954 | + "checksum lock_api 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e57b3997725d2b60dbec1297f6c2e2957cc383db1cebd6be812163f969c7d586" |
1955 | + "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
1956 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
1957 | + "checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" |
1958 | "checksum md5 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "79c56d6a0b07f9e19282511c83fc5b086364cbae4ba8c7d5f190c3d9b0425a48" |
1959 | "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" |
1960 | - "checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3" |
1961 | - "checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23" |
1962 | + "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" |
1963 | + "checksum mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f" |
1964 | "checksum mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3" |
1965 | "checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125" |
1966 | "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
1967 | "checksum miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226" |
1968 | "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" |
1969 | - "checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945" |
1970 | "checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6" |
1971 | "checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09" |
1972 | - "checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32" |
1973 | - "checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273" |
1974 | - "checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef" |
1975 | - "checksum opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "93f5bb2e8e8dec81642920ccff6b61f1eb94fa3020c5a325c9851ff604152409" |
1976 | - "checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" |
1977 | - "checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337" |
1978 | - "checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" |
1979 | + "checksum num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c81ffc11c212fa327657cb19dd85eb7419e163b5b076bede2bdb5c974c07e4" |
1980 | + "checksum num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72" |
1981 | + "checksum opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" |
1982 | + "checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" |
1983 | + "checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b" |
1984 | "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" |
1985 | - "checksum pretty_env_logger 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df8b3f4e0475def7d9c2e5de8e5a1306949849761e107b360d03e98eafaffd61" |
1986 | + "checksum pretty_env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "717ee476b1690853d222af4634056d830b5197ffd747726a9a1eee6da9f49074" |
1987 | "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" |
1988 | + "checksum proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27" |
1989 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
1990 | - "checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db" |
1991 | + "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" |
1992 | + "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" |
1993 | "checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" |
1994 | "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" |
1995 | "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" |
1996 | "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" |
1997 | - "checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0" |
1998 | + "checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" |
1999 | "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" |
2000 | "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" |
2001 | "checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" |
2002 | @@ -1943,46 +1951,45 @@ dependencies = [ |
2003 | "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" |
2004 | "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" |
2005 | "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" |
2006 | - "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" |
2007 | - "checksum redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe5204c3a17e97dde73f285d49be585df59ed84b50a872baf416e73b62c3828" |
2008 | - "checksum regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "d9d8297cc20bbb6184f8b45ff61c8ee6a9ac56c156cec8e38c3e5084773c44ad" |
2009 | - "checksum regex-syntax 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "9b01330cce219c1c6b2e209e5ed64ccd587ae5c67bed91c0b49eecf02ae40e21" |
2010 | + "checksum redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecedbca3bf205f8d8f5c2b44d83cd0690e39ee84b951ed649e9f1841132b66d" |
2011 | + "checksum regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd" |
2012 | + "checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716" |
2013 | "checksum ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)" = "426bc186e3e95cac1e4a4be125a4aca7e84c2d616ffc02244eef36e2a60a093c" |
2014 | "checksum rusoto_core 0.40.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dd1a1069ba04874a485528d1602fab4569f2434a5547614428e2cc22b91bfb71" |
2015 | "checksum rusoto_credential 0.40.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0d6cc3a602f01b9c5a04c8ed4ee281b789c5b2692d93202367c9b99ebc022ed" |
2016 | "checksum rusoto_s3 0.40.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4da6eac54781d2aac517a99f1d85d0d6a78674543f8d122d884628c1ff21b495" |
2017 | - "checksum rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f4dccf6f4891ebcc0c39f9b6eb1a83b9bf5d747cb439ec6fba4f3b977038af" |
2018 | + "checksum rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ca4eaef519b494d1f2848fc602d18816fed808a981aedf4f1f00ceb7c9d32cf" |
2019 | + "checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" |
2020 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
2021 | "checksum rustls 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f271e3552cd835fa28c541c34a7e8fdd8cdff09d77fe4eb8f6c42e87a11b096e" |
2022 | - "checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997" |
2023 | - "checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9" |
2024 | - "checksum scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8" |
2025 | - "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
2026 | + "checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8" |
2027 | + "checksum safemem 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" |
2028 | + "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" |
2029 | "checksum sct 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f5adf8fbd58e1b1b52699dc8bed2630faecb6d8c7bee77d009d6bbe4af569b9" |
2030 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
2031 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
2032 | - "checksum serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)" = "076a696fdea89c19d3baed462576b8f6d663064414b5c793642da8dfeb99475b" |
2033 | - "checksum serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)" = "ef45eb79d6463b22f5f9e16d283798b7c0175ba6050bc25c1a946c122727fe7b" |
2034 | - "checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704" |
2035 | - "checksum serde_test 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)" = "6e5889093c6aa447d971c1f152c1127eb96ef0a53c4a3e3082158fe6670b28c6" |
2036 | + "checksum serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)" = "1217f97ab8e8904b57dd22eb61cde455fa7446a9c1cf43966066da047c1f3702" |
2037 | + "checksum serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)" = "a8c6faef9a2e64b0064f48570289b4bf8823b7581f1d6157c1b52152306651d0" |
2038 | + "checksum serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)" = "48c575e0cc52bdd09b47f330f646cf59afc586e9c4e3ccd6fc1f625b8ea1dad7" |
2039 | + "checksum serde_test 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)" = "c52f24dbb54cfb71ab54c48177354e7ae8cdbfb125fc5b126d0653be34e9e31b" |
2040 | "checksum sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9eb6be24e4c23a84d7184280d2722f7f2731fcdd4a9d886efbfe4413e4847ea0" |
2041 | "checksum sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b4d8bfd0e469f417657573d8451fb33d16cfe0989359b93baf3a1ffc639543d" |
2042 | "checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" |
2043 | - "checksum signal-hook 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "72ab58f1fda436857e6337dcb6a5aaa34f16c5ddc87b3a8b6ef7a212f90b9c5a" |
2044 | - "checksum signal-hook-registry 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cded4ffa32146722ec54ab1f16320568465aa922aa9ab4708129599740da85d7" |
2045 | + "checksum signal-hook 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "7a9c17dd3ba2d36023a5c9472ecddeda07e27fd0b05436e8c1e0c8f178185652" |
2046 | + "checksum signal-hook-registry 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41" |
2047 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
2048 | - "checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7" |
2049 | - "checksum socket2 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "4e626972d3593207547f14bf5fc9efa4d0e7283deb73fef1dff313dae9ab8878" |
2050 | - "checksum spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44363f6f51401c34e7be73db0db371c04705d35efbe9f7d6082e03a921a32c55" |
2051 | - "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
2052 | + "checksum smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6" |
2053 | + "checksum smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecf3b85f68e8abaa7555aa5abdb1153079387e60b718283d732f03897fcfc86" |
2054 | + "checksum socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "e8b74de517221a2cb01a53349cf54182acdc31a074727d3079068448c0676d85" |
2055 | + "checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
2056 | "checksum string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d" |
2057 | "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
2058 | "checksum structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "16c2cdbf9cc375f15d1b4141bc48aeef444806655cd0e904207edc8d68d86ed7" |
2059 | "checksum structopt-derive 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "53010261a84b37689f9ed7d395165029f9cc7abb9f56bbfe86bee2597ed25107" |
2060 | - "checksum syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d960b829a55e56db167e861ddb43602c003c7be0bee1d345021703fac2fb7c" |
2061 | - "checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f" |
2062 | + "checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" |
2063 | + "checksum syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "dff0acdb207ae2fe6d5976617f887eb1e35a2ba52c13c7234c790960cdad9238" |
2064 | + "checksum synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545" |
2065 | "checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e" |
2066 | - "checksum termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a8fb22f7cde82c8220e5aeacb3258ed7ce996142c77cba193f203515e26c330" |
2067 | "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
2068 | "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" |
2069 | "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" |
2070 | @@ -1990,31 +1997,30 @@ dependencies = [ |
2071 | "checksum tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46" |
2072 | "checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f" |
2073 | "checksum tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443" |
2074 | - "checksum tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0f27ee0e6db01c5f0b2973824547ce7e637b2ed79b891a9677b0de9bd532b6ac" |
2075 | + "checksum tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "ca6df436c42b0c3330a82d855d2ef017cd793090ad550a6bc2184f4b933532ab" |
2076 | "checksum tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe6dc22b08d6993916647d108a1a7d15b9cd29c4f4496c62b92c45b5041b7af" |
2077 | "checksum tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926" |
2078 | "checksum tokio-process 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "afbd6ef1b8cc2bd2c2b580d882774d443ebb1c6ceefe35ba9ea4ab586c89dbe8" |
2079 | - "checksum tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6af16bfac7e112bea8b0442542161bfc41cbfa4466b580bdda7d18cb88b911ce" |
2080 | - "checksum tokio-rustls 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1600e90b2602df28ff54ae842519b408fbb25378c3c5aee1b795593e9263dc80" |
2081 | + "checksum tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "6732fe6b53c8d11178dcb77ac6d9682af27fc6d4cb87789449152e5377377146" |
2082 | + "checksum tokio-rustls 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "95a199832a67452c60bed18ed951d28d5755ff57b02b3d2d535d9f13a81ea6c9" |
2083 | "checksum tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "dd6dc5276ea05ce379a16de90083ec80836440d5ef8a6a39545a3207373b8296" |
2084 | - "checksum tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2162248ff317e2bc713b261f242b69dbb838b85248ed20bb21df56d60ea4cae7" |
2085 | + "checksum tokio-sync 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "d06554cce1ae4a50f42fba8023918afa931413aded705b560e29600ccf7c6d76" |
2086 | "checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119" |
2087 | - "checksum tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "90ca01319dea1e376a001e8dc192d42ebde6dd532532a5bad988ac37db365b19" |
2088 | - "checksum tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "f2106812d500ed25a4f38235b9cae8f78a09edf43203e16e59c3b769a342a60e" |
2089 | - "checksum tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "66268575b80f4a4a710ef83d087fdfeeabdce9b74c797535fbac18a2cb906e92" |
2090 | + "checksum tokio-threadpool 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "f0c32ffea4827978e9aa392d2f743d973c1dfa3730a2ed3f22ce1e6984da848c" |
2091 | + "checksum tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)" = "1739638e364e558128461fc1ad84d997702c8e31c2e6b18fb99842268199e827" |
2092 | + "checksum tokio-udp 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f02298505547f73e60f568359ef0d016d5acd6e830ab9bc7c4a5b3403440121b" |
2093 | "checksum tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445" |
2094 | "checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f" |
2095 | "checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" |
2096 | - "checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169" |
2097 | - "checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86" |
2098 | + "checksum typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6d2783fe2d6b8c1101136184eb41be8b1ad379e4657050b8aaff0c79ee7575f9" |
2099 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" |
2100 | - "checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426" |
2101 | - "checksum unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9" |
2102 | - "checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526" |
2103 | + "checksum unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b561e267b2326bb4cebfc0ef9e68355c7abe6c6f522aeac2f5bf95d56c59bdcf" |
2104 | + "checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" |
2105 | + "checksum unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479" |
2106 | "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
2107 | + "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |
2108 | "checksum untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "55cd1f4b4e96b46aeb8d4855db4a7a9bd96eeeb5c6a1ab54593328761642ce2f" |
2109 | "checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" |
2110 | - "checksum utf8-ranges 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9d50aa7650df78abf942826607c62468ce18d9019673d4a2ebe1865dbb96ffde" |
2111 | "checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a" |
2112 | "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" |
2113 | "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" |
2114 | @@ -2022,11 +2028,11 @@ dependencies = [ |
2115 | "checksum webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4f7e1cd7900a3a6b65a3e8780c51a3e6b59c0e2c55c6dc69578c288d69f7d082" |
2116 | "checksum webpki-roots 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c10fa4212003ba19a564f25cd8ab572c6791f99a03cc219c13ed35ccab00de0e" |
2117 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
2118 | - "checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770" |
2119 | + "checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" |
2120 | "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
2121 | "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
2122 | "checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9" |
2123 | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
2124 | - "checksum wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba" |
2125 | + "checksum wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "96f5016b18804d24db43cebf3c77269e7569b8954a8464501c216cc5e070eaa9" |
2126 | "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |
2127 | "checksum xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c1cb601d29fe2c2ac60a2b2e5e293994d87a1f6fa9687a31a15270f909be9c2" |