Author: Jason White [github@jasonwhite.io]
Hash: 252bd12cbc12d97e9de16a537cb35efe0d7d9423
Timestamp: Fri, 13 Mar 2020 16:49:44 +0000 (4 years ago)

+307 -347 +/-2 browse
v0.2.10
1diff --git a/Cargo.lock b/Cargo.lock
2index ec28a7c..e4853e9 100644
3--- a/Cargo.lock
4+++ b/Cargo.lock
5 @@ -2,10 +2,10 @@
6 # It is not intended for manual editing.
7 [[package]]
8 name = "aho-corasick"
9- version = "0.7.6"
10+ version = "0.7.10"
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+ "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
15 ]
16
17 [[package]]
18 @@ -23,7 +23,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
19
20 [[package]]
21 name = "arrayref"
22- version = "0.3.5"
23+ version = "0.3.6"
24 source = "registry+https://github.com/rust-lang/crates.io-index"
25
26 [[package]]
27 @@ -65,18 +65,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
28 dependencies = [
29 "askama_escape 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
30 "humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
31- "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
32- "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
33- "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
34+ "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
35+ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
36+ "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
37 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
38 ]
39
40 [[package]]
41 name = "atty"
42- version = "0.2.13"
43+ version = "0.2.14"
44 source = "registry+https://github.com/rust-lang/crates.io-index"
45 dependencies = [
46- "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
47+ "hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
48+ "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
49 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
50 ]
51
52 @@ -86,31 +87,16 @@ version = "0.1.7"
53 source = "registry+https://github.com/rust-lang/crates.io-index"
54
55 [[package]]
56- name = "backtrace"
57- version = "0.3.40"
58- source = "registry+https://github.com/rust-lang/crates.io-index"
59- dependencies = [
60- "backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
61- "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
62- "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
63- "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
64- ]
65-
66- [[package]]
67- name = "backtrace-sys"
68- version = "0.1.32"
69+ name = "autocfg"
70+ version = "1.0.0"
71 source = "registry+https://github.com/rust-lang/crates.io-index"
72- dependencies = [
73- "cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
74- "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
75- ]
76
77 [[package]]
78 name = "base64"
79 version = "0.9.3"
80 source = "registry+https://github.com/rust-lang/crates.io-index"
81 dependencies = [
82- "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
83+ "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
84 "safemem 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
85 ]
86
87 @@ -119,22 +105,27 @@ name = "base64"
88 version = "0.10.1"
89 source = "registry+https://github.com/rust-lang/crates.io-index"
90 dependencies = [
91- "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
92+ "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
93 ]
94
95 [[package]]
96+ name = "base64"
97+ version = "0.11.0"
98+ source = "registry+https://github.com/rust-lang/crates.io-index"
99+
100+ [[package]]
101 name = "bitflags"
102 version = "1.2.1"
103 source = "registry+https://github.com/rust-lang/crates.io-index"
104
105 [[package]]
106 name = "blake2b_simd"
107- version = "0.5.9"
108+ version = "0.5.10"
109 source = "registry+https://github.com/rust-lang/crates.io-index"
110 dependencies = [
111- "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
112+ "arrayref 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
113 "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
114- "constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
115+ "constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
116 ]
117
118 [[package]]
119 @@ -142,7 +133,7 @@ name = "block-buffer"
120 version = "0.3.3"
121 source = "registry+https://github.com/rust-lang/crates.io-index"
122 dependencies = [
123- "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
124+ "arrayref 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
125 "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
126 ]
127
128 @@ -153,7 +144,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
129 dependencies = [
130 "block-padding 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
131 "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
132- "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
133+ "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
134 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
135 ]
136
137 @@ -177,7 +168,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
138
139 [[package]]
140 name = "byteorder"
141- version = "1.3.2"
142+ version = "1.3.4"
143 source = "registry+https://github.com/rust-lang/crates.io-index"
144
145 [[package]]
146 @@ -185,14 +176,14 @@ name = "bytes"
147 version = "0.4.12"
148 source = "registry+https://github.com/rust-lang/crates.io-index"
149 dependencies = [
150- "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
151+ "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
152 "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
153 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
154 ]
155
156 [[package]]
157 name = "cc"
158- version = "1.0.48"
159+ version = "1.0.50"
160 source = "registry+https://github.com/rust-lang/crates.io-index"
161
162 [[package]]
163 @@ -205,18 +196,18 @@ name = "chacha"
164 version = "0.3.0"
165 source = "registry+https://github.com/rust-lang/crates.io-index"
166 dependencies = [
167- "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
168+ "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
169 "keystream 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
170 ]
171
172 [[package]]
173 name = "chrono"
174- version = "0.4.10"
175+ version = "0.4.11"
176 source = "registry+https://github.com/rust-lang/crates.io-index"
177 dependencies = [
178- "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
179- "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
180- "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
181+ "num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
182+ "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
183+ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
184 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
185 ]
186
187 @@ -226,7 +217,7 @@ version = "2.33.0"
188 source = "registry+https://github.com/rust-lang/crates.io-index"
189 dependencies = [
190 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
191- "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
192+ "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
193 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
194 "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
195 "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
196 @@ -244,29 +235,31 @@ dependencies = [
197
198 [[package]]
199 name = "constant_time_eq"
200- version = "0.1.4"
201+ version = "0.1.5"
202 source = "registry+https://github.com/rust-lang/crates.io-index"
203
204 [[package]]
205 name = "crossbeam-deque"
206- version = "0.7.2"
207+ version = "0.7.3"
208 source = "registry+https://github.com/rust-lang/crates.io-index"
209 dependencies = [
210- "crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
211- "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
212+ "crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
213+ "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
214+ "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
215 ]
216
217 [[package]]
218 name = "crossbeam-epoch"
219- version = "0.8.0"
220+ version = "0.8.2"
221 source = "registry+https://github.com/rust-lang/crates.io-index"
222 dependencies = [
223- "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
224+ "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
225 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
226- "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
227+ "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
228 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
229+ "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
230 "memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
231- "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
232+ "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
233 ]
234
235 [[package]]
236 @@ -278,6 +271,15 @@ dependencies = [
237 ]
238
239 [[package]]
240+ name = "crossbeam-queue"
241+ version = "0.2.1"
242+ source = "registry+https://github.com/rust-lang/crates.io-index"
243+ dependencies = [
244+ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
245+ "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
246+ ]
247+
248+ [[package]]
249 name = "crossbeam-utils"
250 version = "0.6.6"
251 source = "registry+https://github.com/rust-lang/crates.io-index"
252 @@ -288,10 +290,10 @@ dependencies = [
253
254 [[package]]
255 name = "crossbeam-utils"
256- version = "0.7.0"
257+ version = "0.7.2"
258 source = "registry+https://github.com/rust-lang/crates.io-index"
259 dependencies = [
260- "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
261+ "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
262 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
263 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
264 ]
265 @@ -301,7 +303,7 @@ name = "crypto-mac"
266 version = "0.5.2"
267 source = "registry+https://github.com/rust-lang/crates.io-index"
268 dependencies = [
269- "constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
270+ "constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
271 "generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
272 ]
273
274 @@ -345,8 +347,8 @@ name = "dirs"
275 version = "1.0.5"
276 source = "registry+https://github.com/rust-lang/crates.io-index"
277 dependencies = [
278- "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
279- "redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
280+ "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
281+ "redox_users 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
282 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
283 ]
284
285 @@ -360,31 +362,11 @@ name = "env_logger"
286 version = "0.6.2"
287 source = "registry+https://github.com/rust-lang/crates.io-index"
288 dependencies = [
289- "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
290+ "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
291 "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
292 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
293- "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
294- "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
295- ]
296-
297- [[package]]
298- name = "failure"
299- version = "0.1.6"
300- source = "registry+https://github.com/rust-lang/crates.io-index"
301- dependencies = [
302- "backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
303- "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
304- ]
305-
306- [[package]]
307- name = "failure_derive"
308- version = "0.1.6"
309- source = "registry+https://github.com/rust-lang/crates.io-index"
310- dependencies = [
311- "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
312- "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
313- "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
314- "synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
315+ "regex 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
316+ "termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
317 ]
318
319 [[package]]
320 @@ -437,7 +419,7 @@ version = "0.1.8"
321 source = "registry+https://github.com/rust-lang/crates.io-index"
322 dependencies = [
323 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
324- "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
325+ "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
326 ]
327
328 [[package]]
329 @@ -465,20 +447,30 @@ dependencies = [
330 ]
331
332 [[package]]
333+ name = "getrandom"
334+ version = "0.1.14"
335+ source = "registry+https://github.com/rust-lang/crates.io-index"
336+ dependencies = [
337+ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
338+ "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
339+ "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)",
340+ ]
341+
342+ [[package]]
343 name = "h2"
344 version = "0.1.26"
345 source = "registry+https://github.com/rust-lang/crates.io-index"
346 dependencies = [
347- "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
348+ "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
349 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
350 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
351 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
352 "http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
353- "indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
354+ "indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
355 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
356 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
357 "string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
358- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
359+ "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
360 ]
361
362 [[package]]
363 @@ -491,10 +483,10 @@ dependencies = [
364
365 [[package]]
366 name = "hermit-abi"
367- version = "0.1.3"
368+ version = "0.1.8"
369 source = "registry+https://github.com/rust-lang/crates.io-index"
370 dependencies = [
371- "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
372+ "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
373 ]
374
375 [[package]]
376 @@ -518,7 +510,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
377 dependencies = [
378 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
379 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
380- "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
381+ "itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
382 ]
383
384 [[package]]
385 @@ -552,7 +544,7 @@ name = "humantime"
386 version = "1.3.0"
387 source = "registry+https://github.com/rust-lang/crates.io-index"
388 dependencies = [
389- "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
390+ "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
391 ]
392
393 [[package]]
394 @@ -568,19 +560,19 @@ dependencies = [
395 "http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
396 "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
397 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
398- "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
399+ "itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
400 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
401 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
402 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
403 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
404 "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
405 "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
406- "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
407- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
408- "tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
409- "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
410- "tokio-threadpool 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
411- "tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
412+ "tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
413+ "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
414+ "tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
415+ "tokio-tcp 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
416+ "tokio-threadpool 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
417+ "tokio-timer 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
418 "want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
419 ]
420
421 @@ -594,7 +586,7 @@ dependencies = [
422 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
423 "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)",
424 "rustls 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
425- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
426+ "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
427 "tokio-rustls 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)",
428 "webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
429 "webpki-roots 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
430 @@ -607,15 +599,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
431 dependencies = [
432 "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
433 "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
434- "unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
435+ "unicode-normalization 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
436 ]
437
438 [[package]]
439 name = "indexmap"
440- version = "1.3.0"
441+ version = "1.3.2"
442 source = "registry+https://github.com/rust-lang/crates.io-index"
443 dependencies = [
444- "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
445+ "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
446 ]
447
448 [[package]]
449 @@ -623,12 +615,12 @@ name = "iovec"
450 version = "0.1.4"
451 source = "registry+https://github.com/rust-lang/crates.io-index"
452 dependencies = [
453- "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
454+ "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
455 ]
456
457 [[package]]
458 name = "itoa"
459- version = "0.4.4"
460+ version = "0.4.5"
461 source = "registry+https://github.com/rust-lang/crates.io-index"
462
463 [[package]]
464 @@ -652,7 +644,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
465
466 [[package]]
467 name = "libc"
468- version = "0.2.66"
469+ version = "0.2.67"
470 source = "registry+https://github.com/rust-lang/crates.io-index"
471
472 [[package]]
473 @@ -660,16 +652,16 @@ name = "linked-hash-map"
474 version = "0.5.2"
475 source = "registry+https://github.com/rust-lang/crates.io-index"
476 dependencies = [
477- "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
478- "serde_test 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
479+ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
480+ "serde_test 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
481 ]
482
483 [[package]]
484 name = "lock_api"
485- version = "0.3.2"
486+ version = "0.3.3"
487 source = "registry+https://github.com/rust-lang/crates.io-index"
488 dependencies = [
489- "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
490+ "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
491 ]
492
493 [[package]]
494 @@ -697,7 +689,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
495
496 [[package]]
497 name = "memchr"
498- version = "2.2.1"
499+ version = "2.3.3"
500 source = "registry+https://github.com/rust-lang/crates.io-index"
501
502 [[package]]
503 @@ -718,7 +710,7 @@ dependencies = [
504 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
505 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
506 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
507- "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
508+ "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
509 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
510 "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
511 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
512 @@ -743,7 +735,7 @@ version = "0.6.7"
513 source = "registry+https://github.com/rust-lang/crates.io-index"
514 dependencies = [
515 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
516- "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
517+ "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
518 "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
519 ]
520
521 @@ -773,7 +765,7 @@ version = "0.2.33"
522 source = "registry+https://github.com/rust-lang/crates.io-index"
523 dependencies = [
524 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
525- "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
526+ "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
527 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
528 ]
529
530 @@ -782,34 +774,34 @@ name = "nom"
531 version = "4.2.3"
532 source = "registry+https://github.com/rust-lang/crates.io-index"
533 dependencies = [
534- "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
535+ "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
536 "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
537 ]
538
539 [[package]]
540 name = "num-integer"
541- version = "0.1.41"
542+ version = "0.1.42"
543 source = "registry+https://github.com/rust-lang/crates.io-index"
544 dependencies = [
545- "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
546- "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
547+ "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
548+ "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
549 ]
550
551 [[package]]
552 name = "num-traits"
553- version = "0.2.10"
554+ version = "0.2.11"
555 source = "registry+https://github.com/rust-lang/crates.io-index"
556 dependencies = [
557- "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
558+ "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
559 ]
560
561 [[package]]
562 name = "num_cpus"
563- version = "1.11.1"
564+ version = "1.12.0"
565 source = "registry+https://github.com/rust-lang/crates.io-index"
566 dependencies = [
567- "hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
568- "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
569+ "hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
570+ "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
571 ]
572
573 [[package]]
574 @@ -822,7 +814,7 @@ name = "parking_lot"
575 version = "0.9.0"
576 source = "registry+https://github.com/rust-lang/crates.io-index"
577 dependencies = [
578- "lock_api 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
579+ "lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
580 "parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
581 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
582 ]
583 @@ -834,7 +826,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
584 dependencies = [
585 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
586 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
587- "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
588+ "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
589 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
590 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
591 "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
592 @@ -851,7 +843,7 @@ name = "pretty_env_logger"
593 version = "0.3.1"
594 source = "registry+https://github.com/rust-lang/crates.io-index"
595 dependencies = [
596- "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
597+ "chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
598 "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
599 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
600 ]
601 @@ -866,7 +858,7 @@ dependencies = [
602
603 [[package]]
604 name = "proc-macro2"
605- version = "1.0.6"
606+ version = "1.0.9"
607 source = "registry+https://github.com/rust-lang/crates.io-index"
608 dependencies = [
609 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
610 @@ -874,7 +866,7 @@ dependencies = [
611
612 [[package]]
613 name = "quick-error"
614- version = "1.2.2"
615+ version = "1.2.3"
616 source = "registry+https://github.com/rust-lang/crates.io-index"
617
618 [[package]]
619 @@ -887,10 +879,10 @@ dependencies = [
620
621 [[package]]
622 name = "quote"
623- version = "1.0.2"
624+ version = "1.0.3"
625 source = "registry+https://github.com/rust-lang/crates.io-index"
626 dependencies = [
627- "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
628+ "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
629 ]
630
631 [[package]]
632 @@ -899,7 +891,7 @@ version = "0.4.6"
633 source = "registry+https://github.com/rust-lang/crates.io-index"
634 dependencies = [
635 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
636- "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
637+ "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
638 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
639 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
640 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
641 @@ -911,7 +903,7 @@ version = "0.6.5"
642 source = "registry+https://github.com/rust-lang/crates.io-index"
643 dependencies = [
644 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
645- "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
646+ "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
647 "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
648 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
649 "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
650 @@ -966,7 +958,7 @@ name = "rand_jitter"
651 version = "0.1.4"
652 source = "registry+https://github.com/rust-lang/crates.io-index"
653 dependencies = [
654- "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
655+ "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
656 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
657 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
658 ]
659 @@ -978,7 +970,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
660 dependencies = [
661 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
662 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
663- "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
664+ "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
665 "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
666 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
667 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
668 @@ -1016,29 +1008,28 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
669
670 [[package]]
671 name = "redox_users"
672- version = "0.3.1"
673+ version = "0.3.4"
674 source = "registry+https://github.com/rust-lang/crates.io-index"
675 dependencies = [
676- "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
677- "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
678+ "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
679 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
680- "rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
681+ "rust-argon2 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
682 ]
683
684 [[package]]
685 name = "regex"
686- version = "1.3.1"
687+ version = "1.3.5"
688 source = "registry+https://github.com/rust-lang/crates.io-index"
689 dependencies = [
690- "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
691- "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
692- "regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
693- "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
694+ "aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)",
695+ "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
696+ "regex-syntax 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)",
697+ "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
698 ]
699
700 [[package]]
701 name = "regex-syntax"
702- version = "0.6.12"
703+ version = "0.6.17"
704 source = "registry+https://github.com/rust-lang/crates.io-index"
705
706 [[package]]
707 @@ -1046,9 +1037,9 @@ name = "ring"
708 version = "0.14.6"
709 source = "registry+https://github.com/rust-lang/crates.io-index"
710 dependencies = [
711- "cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
712+ "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
713 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
714- "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
715+ "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
716 "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
717 "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
718 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
719 @@ -1056,7 +1047,7 @@ dependencies = [
720
721 [[package]]
722 name = "rudolfs"
723- version = "0.2.9"
724+ version = "0.2.10"
725 dependencies = [
726 "askama 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
727 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
728 @@ -1076,9 +1067,9 @@ dependencies = [
729 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
730 "rusoto_core 0.40.0 (registry+https://github.com/rust-lang/crates.io-index)",
731 "rusoto_s3 0.40.0 (registry+https://github.com/rust-lang/crates.io-index)",
732- "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
733- "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
734- "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
735+ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
736+ "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
737+ "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
738 "structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
739 "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
740 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
741 @@ -1103,13 +1094,13 @@ dependencies = [
742 "md5 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
743 "rusoto_credential 0.40.0 (registry+https://github.com/rust-lang/crates.io-index)",
744 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
745- "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
746- "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
747- "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
748+ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
749+ "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
750+ "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
751 "sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
752 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
753 "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
754- "tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
755+ "tokio-timer 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
756 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
757 "xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
758 ]
759 @@ -1119,17 +1110,17 @@ name = "rusoto_credential"
760 version = "0.40.0"
761 source = "registry+https://github.com/rust-lang/crates.io-index"
762 dependencies = [
763- "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
764+ "chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
765 "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
766 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
767 "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)",
768- "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
769- "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
770- "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
771- "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
772+ "regex 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
773+ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
774+ "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
775+ "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
776 "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
777- "tokio-process 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
778- "tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
779+ "tokio-process 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
780+ "tokio-timer 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
781 ]
782
783 [[package]]
784 @@ -1145,20 +1136,16 @@ dependencies = [
785
786 [[package]]
787 name = "rust-argon2"
788- version = "0.5.1"
789+ version = "0.7.0"
790 source = "registry+https://github.com/rust-lang/crates.io-index"
791 dependencies = [
792- "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
793- "blake2b_simd 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)",
794- "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
795+ "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
796+ "blake2b_simd 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
797+ "constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
798+ "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
799 ]
800
801 [[package]]
802- name = "rustc-demangle"
803- version = "0.1.16"
804- source = "registry+https://github.com/rust-lang/crates.io-index"
805-
806- [[package]]
807 name = "rustc_version"
808 version = "0.2.3"
809 source = "registry+https://github.com/rust-lang/crates.io-index"
810 @@ -1181,7 +1168,7 @@ dependencies = [
811
812 [[package]]
813 name = "ryu"
814- version = "1.0.2"
815+ version = "1.0.3"
816 source = "registry+https://github.com/rust-lang/crates.io-index"
817
818 [[package]]
819 @@ -1191,7 +1178,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
820
821 [[package]]
822 name = "scopeguard"
823- version = "1.0.0"
824+ version = "1.1.0"
825 source = "registry+https://github.com/rust-lang/crates.io-index"
826
827 [[package]]
828 @@ -1218,38 +1205,38 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
829
830 [[package]]
831 name = "serde"
832- version = "1.0.103"
833+ version = "1.0.104"
834 source = "registry+https://github.com/rust-lang/crates.io-index"
835 dependencies = [
836- "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
837+ "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
838 ]
839
840 [[package]]
841 name = "serde_derive"
842- version = "1.0.103"
843+ version = "1.0.104"
844 source = "registry+https://github.com/rust-lang/crates.io-index"
845 dependencies = [
846- "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
847- "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
848- "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
849+ "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
850+ "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
851+ "syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
852 ]
853
854 [[package]]
855 name = "serde_json"
856- version = "1.0.44"
857+ version = "1.0.48"
858 source = "registry+https://github.com/rust-lang/crates.io-index"
859 dependencies = [
860- "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
861- "ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
862- "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
863+ "itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
864+ "ryu 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
865+ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
866 ]
867
868 [[package]]
869 name = "serde_test"
870- version = "1.0.103"
871+ version = "1.0.104"
872 source = "registry+https://github.com/rust-lang/crates.io-index"
873 dependencies = [
874- "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
875+ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
876 ]
877
878 [[package]]
879 @@ -1265,7 +1252,7 @@ dependencies = [
880
881 [[package]]
882 name = "sha2"
883- version = "0.8.0"
884+ version = "0.8.1"
885 source = "registry+https://github.com/rust-lang/crates.io-index"
886 dependencies = [
887 "block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
888 @@ -1280,21 +1267,12 @@ version = "0.1.1"
889 source = "registry+https://github.com/rust-lang/crates.io-index"
890
891 [[package]]
892- name = "signal-hook"
893- version = "0.1.12"
894- source = "registry+https://github.com/rust-lang/crates.io-index"
895- dependencies = [
896- "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
897- "signal-hook-registry 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
898- ]
899-
900- [[package]]
901 name = "signal-hook-registry"
902 version = "1.2.0"
903 source = "registry+https://github.com/rust-lang/crates.io-index"
904 dependencies = [
905 "arc-swap 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
906- "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
907+ "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
908 ]
909
910 [[package]]
911 @@ -1312,7 +1290,7 @@ dependencies = [
912
913 [[package]]
914 name = "smallvec"
915- version = "1.0.0"
916+ version = "1.2.0"
917 source = "registry+https://github.com/rust-lang/crates.io-index"
918
919 [[package]]
920 @@ -1321,7 +1299,7 @@ version = "0.3.11"
921 source = "registry+https://github.com/rust-lang/crates.io-index"
922 dependencies = [
923 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
924- "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
925+ "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
926 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
927 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
928 ]
929 @@ -1376,31 +1354,20 @@ dependencies = [
930
931 [[package]]
932 name = "syn"
933- version = "1.0.11"
934- source = "registry+https://github.com/rust-lang/crates.io-index"
935- dependencies = [
936- "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
937- "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
938- "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
939- ]
940-
941- [[package]]
942- name = "synstructure"
943- version = "0.12.3"
944+ version = "1.0.16"
945 source = "registry+https://github.com/rust-lang/crates.io-index"
946 dependencies = [
947- "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
948- "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
949- "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
950+ "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
951+ "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
952 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
953 ]
954
955 [[package]]
956 name = "termcolor"
957- version = "1.0.5"
958+ version = "1.1.0"
959 source = "registry+https://github.com/rust-lang/crates.io-index"
960 dependencies = [
961- "wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
962+ "winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
963 ]
964
965 [[package]]
966 @@ -1413,7 +1380,7 @@ dependencies = [
967
968 [[package]]
969 name = "thread_local"
970- version = "0.3.6"
971+ version = "1.0.1"
972 source = "registry+https://github.com/rust-lang/crates.io-index"
973 dependencies = [
974 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
975 @@ -1424,7 +1391,7 @@ name = "time"
976 version = "0.1.42"
977 source = "registry+https://github.com/rust-lang/crates.io-index"
978 dependencies = [
979- "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
980+ "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
981 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
982 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
983 ]
984 @@ -1437,19 +1404,19 @@ dependencies = [
985 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
986 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
987 "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
988- "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
989- "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
990- "tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
991- "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
992- "tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
993- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
994- "tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
995- "tokio-sync 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
996- "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
997- "tokio-threadpool 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
998- "tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
999- "tokio-udp 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1000- "tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
1001+ "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
1002+ "tokio-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1003+ "tokio-current-thread 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
1004+ "tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
1005+ "tokio-fs 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
1006+ "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
1007+ "tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
1008+ "tokio-sync 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
1009+ "tokio-tcp 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
1010+ "tokio-threadpool 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
1011+ "tokio-timer 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
1012+ "tokio-udp 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1013+ "tokio-uds 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
1014 ]
1015
1016 [[package]]
1017 @@ -1464,45 +1431,45 @@ dependencies = [
1018
1019 [[package]]
1020 name = "tokio-codec"
1021- version = "0.1.1"
1022+ version = "0.1.2"
1023 source = "registry+https://github.com/rust-lang/crates.io-index"
1024 dependencies = [
1025 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
1026 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
1027- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
1028+ "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
1029 ]
1030
1031 [[package]]
1032 name = "tokio-current-thread"
1033- version = "0.1.6"
1034+ version = "0.1.7"
1035 source = "registry+https://github.com/rust-lang/crates.io-index"
1036 dependencies = [
1037 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
1038- "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1039+ "tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
1040 ]
1041
1042 [[package]]
1043 name = "tokio-executor"
1044- version = "0.1.9"
1045+ version = "0.1.10"
1046 source = "registry+https://github.com/rust-lang/crates.io-index"
1047 dependencies = [
1048- "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
1049+ "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
1050 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
1051 ]
1052
1053 [[package]]
1054 name = "tokio-fs"
1055- version = "0.1.6"
1056+ version = "0.1.7"
1057 source = "registry+https://github.com/rust-lang/crates.io-index"
1058 dependencies = [
1059 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
1060- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
1061- "tokio-threadpool 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
1062+ "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
1063+ "tokio-threadpool 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
1064 ]
1065
1066 [[package]]
1067 name = "tokio-io"
1068- version = "0.1.12"
1069+ version = "0.1.13"
1070 source = "registry+https://github.com/rust-lang/crates.io-index"
1071 dependencies = [
1072 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
1073 @@ -1512,38 +1479,38 @@ dependencies = [
1074
1075 [[package]]
1076 name = "tokio-process"
1077- version = "0.2.4"
1078+ version = "0.2.5"
1079 source = "registry+https://github.com/rust-lang/crates.io-index"
1080 dependencies = [
1081 "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1082 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
1083 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1084- "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
1085+ "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
1086 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1087 "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
1088 "mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1089- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
1090- "tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
1091- "tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
1092+ "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
1093+ "tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
1094+ "tokio-signal 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
1095 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1096 ]
1097
1098 [[package]]
1099 name = "tokio-reactor"
1100- version = "0.1.11"
1101+ version = "0.1.12"
1102 source = "registry+https://github.com/rust-lang/crates.io-index"
1103 dependencies = [
1104- "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
1105+ "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
1106 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
1107 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1108 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1109 "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
1110- "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
1111+ "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
1112 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
1113 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
1114- "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1115- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
1116- "tokio-sync 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
1117+ "tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
1118+ "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
1119+ "tokio-sync 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
1120 ]
1121
1122 [[package]]
1123 @@ -1553,29 +1520,29 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1124 dependencies = [
1125 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
1126 "rustls 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
1127- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
1128+ "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
1129 "webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
1130 ]
1131
1132 [[package]]
1133 name = "tokio-signal"
1134- version = "0.2.7"
1135+ version = "0.2.9"
1136 source = "registry+https://github.com/rust-lang/crates.io-index"
1137 dependencies = [
1138 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
1139- "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
1140+ "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
1141 "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
1142 "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
1143- "signal-hook 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
1144- "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1145- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
1146- "tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
1147+ "signal-hook-registry 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1148+ "tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
1149+ "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
1150+ "tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
1151 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1152 ]
1153
1154 [[package]]
1155 name = "tokio-sync"
1156- version = "0.1.7"
1157+ version = "0.1.8"
1158 source = "registry+https://github.com/rust-lang/crates.io-index"
1159 dependencies = [
1160 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
1161 @@ -1584,73 +1551,73 @@ dependencies = [
1162
1163 [[package]]
1164 name = "tokio-tcp"
1165- version = "0.1.3"
1166+ version = "0.1.4"
1167 source = "registry+https://github.com/rust-lang/crates.io-index"
1168 dependencies = [
1169 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
1170 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
1171 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
1172 "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
1173- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
1174- "tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
1175+ "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
1176+ "tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
1177 ]
1178
1179 [[package]]
1180 name = "tokio-threadpool"
1181- version = "0.1.17"
1182+ version = "0.1.18"
1183 source = "registry+https://github.com/rust-lang/crates.io-index"
1184 dependencies = [
1185- "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
1186- "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1187- "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
1188+ "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
1189+ "crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
1190+ "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
1191 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
1192 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1193 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1194- "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
1195+ "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
1196 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
1197- "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1198+ "tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
1199 ]
1200
1201 [[package]]
1202 name = "tokio-timer"
1203- version = "0.2.12"
1204+ version = "0.2.13"
1205 source = "registry+https://github.com/rust-lang/crates.io-index"
1206 dependencies = [
1207- "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
1208+ "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
1209 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
1210 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
1211- "tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1212+ "tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
1213 ]
1214
1215 [[package]]
1216 name = "tokio-udp"
1217- version = "0.1.5"
1218+ version = "0.1.6"
1219 source = "registry+https://github.com/rust-lang/crates.io-index"
1220 dependencies = [
1221 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
1222 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
1223 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1224 "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
1225- "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1226- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
1227- "tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
1228+ "tokio-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1229+ "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
1230+ "tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
1231 ]
1232
1233 [[package]]
1234 name = "tokio-uds"
1235- version = "0.2.5"
1236+ version = "0.2.6"
1237 source = "registry+https://github.com/rust-lang/crates.io-index"
1238 dependencies = [
1239 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
1240 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
1241 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
1242- "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
1243+ "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
1244 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1245 "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
1246 "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
1247- "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1248- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
1249- "tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
1250+ "tokio-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1251+ "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
1252+ "tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
1253 ]
1254
1255 [[package]]
1256 @@ -1658,7 +1625,7 @@ name = "toml"
1257 version = "0.4.10"
1258 source = "registry+https://github.com/rust-lang/crates.io-index"
1259 dependencies = [
1260- "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
1261+ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
1262 ]
1263
1264 [[package]]
1265 @@ -1681,10 +1648,10 @@ dependencies = [
1266
1267 [[package]]
1268 name = "unicode-normalization"
1269- version = "0.1.11"
1270+ version = "0.1.12"
1271 source = "registry+https://github.com/rust-lang/crates.io-index"
1272 dependencies = [
1273- "smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1274+ "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1275 ]
1276
1277 [[package]]
1278 @@ -1751,6 +1718,11 @@ dependencies = [
1279 ]
1280
1281 [[package]]
1282+ name = "wasi"
1283+ version = "0.9.0+wasi-snapshot-preview1"
1284+ source = "registry+https://github.com/rust-lang/crates.io-index"
1285+
1286+ [[package]]
1287 name = "webpki"
1288 version = "0.19.1"
1289 source = "registry+https://github.com/rust-lang/crates.io-index"
1290 @@ -1794,7 +1766,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1291
1292 [[package]]
1293 name = "winapi-util"
1294- version = "0.1.2"
1295+ version = "0.1.3"
1296 source = "registry+https://github.com/rust-lang/crates.io-index"
1297 dependencies = [
1298 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1299 @@ -1806,15 +1778,6 @@ version = "0.4.0"
1300 source = "registry+https://github.com/rust-lang/crates.io-index"
1301
1302 [[package]]
1303- name = "wincolor"
1304- version = "1.0.2"
1305- source = "registry+https://github.com/rust-lang/crates.io-index"
1306- dependencies = [
1307- "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1308- "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1309- ]
1310-
1311- [[package]]
1312 name = "ws2_32-sys"
1313 version = "0.2.1"
1314 source = "registry+https://github.com/rust-lang/crates.io-index"
1315 @@ -1832,42 +1795,43 @@ dependencies = [
1316 ]
1317
1318 [metadata]
1319- "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d"
1320+ "checksum aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)" = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
1321 "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
1322 "checksum arc-swap 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d7b8a9123b8027467bce0099fe556c628a53c8d83df0507084c31e9ba2e39aff"
1323- "checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee"
1324+ "checksum arrayref 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
1325 "checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
1326 "checksum askama 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3dc2a4b6d7f812d2b13d251ae792caecebd635d6401761162d4b71d5ebe1a010"
1327 "checksum askama_derive 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23ee2fff0f22ad5d215cace1227cd036c28e81e26206763bb837b6d0e766c87d"
1328 "checksum askama_escape 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0de942230b5beedaa9e1d64df5b76fa1c97002e4c7982897be899cccf40621d"
1329 "checksum askama_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a6dfa6b6d254fd066a8bbed9a8f913123e3f701db89216ad4f0aff04ad87718c"
1330- "checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90"
1331+ "checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
1332 "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
1333- "checksum backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)" = "924c76597f0d9ca25d762c25a4d369d51267536465dc5064bdf0eb073ed477ea"
1334- "checksum backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491"
1335+ "checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
1336 "checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
1337+ "checksum base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
1338 "checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
1339 "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
1340- "checksum blake2b_simd 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b83b7baab1e671718d78204225800d6b170e648188ac7dc992e9d6bddf87d0c0"
1341+ "checksum blake2b_simd 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
1342 "checksum block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab"
1343 "checksum block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
1344 "checksum block-padding 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
1345 "checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40"
1346 "checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
1347- "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
1348+ "checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
1349 "checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
1350- "checksum cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)" = "f52a465a666ca3d838ebbf08b241383421412fe7ebb463527bba275526d89f76"
1351+ "checksum cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)" = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
1352 "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
1353 "checksum chacha 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ddf3c081b5fba1e5615640aae998e0fbd10c24cbd897ee39ed754a77601a4862"
1354- "checksum chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "31850b4a4d6bae316f7a09e691c944c28299298837edc0a03f755618c23cbc01"
1355+ "checksum chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2"
1356 "checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
1357 "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
1358- "checksum constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "995a44c877f9212528ccc74b21a232f66ad69001e40ede5bcee2ac9ef2657120"
1359- "checksum crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3aa945d63861bfe624b55d153a39684da1e8c0bc8fba932f7ee3a3c16cea3ca"
1360- "checksum crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5064ebdbf05ce3cb95e45c8b086f72263f4166b29b97f6baff7ef7fe047b55ac"
1361+ "checksum constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
1362+ "checksum crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
1363+ "checksum crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
1364 "checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
1365+ "checksum crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db"
1366 "checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
1367- "checksum crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4"
1368+ "checksum crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
1369 "checksum crypto-mac 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0999b4ff4d3446d4ddb19a63e9e00c1876e75cd7000d20e57a693b4b3f08d958"
1370 "checksum ct-logs 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1b4660f8b07a560a88c02d76286edb9f0d5d64e495d2b0f233186155aa51be1f"
1371 "checksum derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6d944ac6003ed268757ef1ee686753b57efc5fcf0ebe7b64c9fc81e7e32ff839"
1372 @@ -1876,8 +1840,6 @@ dependencies = [
1373 "checksum dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
1374 "checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
1375 "checksum env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
1376- "checksum failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f8273f13c977665c5db7eb2b99ae520952fe5ac831ae4cd09d80c4c7042b5ed9"
1377- "checksum failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0bc225b78e0391e4b8683440bf2e63c2deeeb2ce5189eab46e2b68c6d3725d08"
1378 "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
1379 "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
1380 "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
1381 @@ -1889,9 +1851,10 @@ dependencies = [
1382 "checksum futures-timer 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a5cedfe9b6dc756220782cc1ba5bcb1fa091cdcba155e40d3556159c3db58043"
1383 "checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
1384 "checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d"
1385+ "checksum getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
1386 "checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462"
1387 "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
1388- "checksum hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "307c3c9f937f38e3534b1d6447ecf090cafcc9744e4a6360e8b037b2cf5af120"
1389+ "checksum hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1010591b26bbfe835e9faeabeb11866061cc7dcebffd56ad7d0942d0e61aefd8"
1390 "checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
1391 "checksum hmac 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44f3bdb08579d99d7dc761c0e266f13b5f2ab8c8c703b9fc9ef333cd8f48f55e"
1392 "checksum http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0"
1393 @@ -1903,20 +1866,20 @@ dependencies = [
1394 "checksum hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)" = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6"
1395 "checksum hyper-rustls 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)" = "15b66d1bd4864ef036adf2363409caa3acd63ebb4725957b66e621c8a36631a3"
1396 "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
1397- "checksum indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712d7b3ea5827fcb9d4fda14bf4da5f136f0db2ae9c8f4bd4e2d1c6fde4e6db2"
1398+ "checksum indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "076f042c5b7b98f31d205f1249267e12a6518c1481e9dae9764af19b707d2292"
1399 "checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
1400- "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
1401+ "checksum itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
1402 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
1403 "checksum keystream 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c33070833c9ee02266356de0c43f723152bd38bd96ddf52c82b3af10c9138b28"
1404 "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1405- "checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
1406+ "checksum libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)" = "eb147597cdf94ed43ab7a9038716637d2d1bf2bc571da995d0028dec06bd3018"
1407 "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
1408- "checksum lock_api 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e57b3997725d2b60dbec1297f6c2e2957cc383db1cebd6be812163f969c7d586"
1409+ "checksum lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "79b2de95ecb4691949fea4716ca53cdbcfccb2c612e19644a8bad05edcf9f47b"
1410 "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
1411 "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
1412 "checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
1413 "checksum md5 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "79c56d6a0b07f9e19282511c83fc5b086364cbae4ba8c7d5f190c3d9b0425a48"
1414- "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
1415+ "checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
1416 "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9"
1417 "checksum mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f"
1418 "checksum mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3"
1419 @@ -1925,19 +1888,19 @@ dependencies = [
1420 "checksum miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226"
1421 "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
1422 "checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
1423- "checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09"
1424- "checksum num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c81ffc11c212fa327657cb19dd85eb7419e163b5b076bede2bdb5c974c07e4"
1425- "checksum num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72"
1426+ "checksum num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
1427+ "checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
1428+ "checksum num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6"
1429 "checksum opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
1430 "checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
1431 "checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
1432 "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
1433 "checksum pretty_env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "717ee476b1690853d222af4634056d830b5197ffd747726a9a1eee6da9f49074"
1434 "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
1435- "checksum proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27"
1436- "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
1437+ "checksum proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6c09721c6781493a2a492a96b5a5bf19b65917fe6728884e7c44dd0c60ca3435"
1438+ "checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
1439 "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
1440- "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
1441+ "checksum quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f"
1442 "checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
1443 "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
1444 "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
1445 @@ -1951,35 +1914,33 @@ dependencies = [
1446 "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
1447 "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
1448 "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
1449- "checksum redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecedbca3bf205f8d8f5c2b44d83cd0690e39ee84b951ed649e9f1841132b66d"
1450- "checksum regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd"
1451- "checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716"
1452+ "checksum redox_users 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"
1453+ "checksum regex 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8900ebc1363efa7ea1c399ccc32daed870b4002651e0bed86e72d501ebbe0048"
1454+ "checksum regex-syntax 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)" = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae"
1455 "checksum ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)" = "426bc186e3e95cac1e4a4be125a4aca7e84c2d616ffc02244eef36e2a60a093c"
1456 "checksum rusoto_core 0.40.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dd1a1069ba04874a485528d1602fab4569f2434a5547614428e2cc22b91bfb71"
1457 "checksum rusoto_credential 0.40.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0d6cc3a602f01b9c5a04c8ed4ee281b789c5b2692d93202367c9b99ebc022ed"
1458 "checksum rusoto_s3 0.40.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4da6eac54781d2aac517a99f1d85d0d6a78674543f8d122d884628c1ff21b495"
1459- "checksum rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ca4eaef519b494d1f2848fc602d18816fed808a981aedf4f1f00ceb7c9d32cf"
1460- "checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
1461+ "checksum rust-argon2 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017"
1462 "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
1463 "checksum rustls 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f271e3552cd835fa28c541c34a7e8fdd8cdff09d77fe4eb8f6c42e87a11b096e"
1464- "checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8"
1465+ "checksum ryu 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535622e6be132bccd223f4bb2b8ac8d53cda3c7a6394944d3b2b33fb974f9d76"
1466 "checksum safemem 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
1467- "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
1468+ "checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1469 "checksum sct 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f5adf8fbd58e1b1b52699dc8bed2630faecb6d8c7bee77d009d6bbe4af569b9"
1470 "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
1471 "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
1472- "checksum serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)" = "1217f97ab8e8904b57dd22eb61cde455fa7446a9c1cf43966066da047c1f3702"
1473- "checksum serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)" = "a8c6faef9a2e64b0064f48570289b4bf8823b7581f1d6157c1b52152306651d0"
1474- "checksum serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)" = "48c575e0cc52bdd09b47f330f646cf59afc586e9c4e3ccd6fc1f625b8ea1dad7"
1475- "checksum serde_test 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)" = "c52f24dbb54cfb71ab54c48177354e7ae8cdbfb125fc5b126d0653be34e9e31b"
1476+ "checksum serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449"
1477+ "checksum serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64"
1478+ "checksum serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)" = "9371ade75d4c2d6cb154141b9752cf3781ec9c05e0e5cf35060e1e70ee7b9c25"
1479+ "checksum serde_test 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "33f96dff8c3744387b53404ea33e834073b0791dcc1ea9c85b805745f9324704"
1480 "checksum sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9eb6be24e4c23a84d7184280d2722f7f2731fcdd4a9d886efbfe4413e4847ea0"
1481- "checksum sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b4d8bfd0e469f417657573d8451fb33d16cfe0989359b93baf3a1ffc639543d"
1482+ "checksum sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "27044adfd2e1f077f649f59deb9490d3941d674002f7d062870a60ebe9bd47a0"
1483 "checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
1484- "checksum signal-hook 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "7a9c17dd3ba2d36023a5c9472ecddeda07e27fd0b05436e8c1e0c8f178185652"
1485 "checksum signal-hook-registry 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41"
1486 "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
1487 "checksum smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
1488- "checksum smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecf3b85f68e8abaa7555aa5abdb1153079387e60b718283d732f03897fcfc86"
1489+ "checksum smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5c2fb2ec9bcd216a5b0d0ccf31ab17b5ed1d627960edff65bbe95d3ce221cefc"
1490 "checksum socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "e8b74de517221a2cb01a53349cf54182acdc31a074727d3079068448c0676d85"
1491 "checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
1492 "checksum string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
1493 @@ -1987,34 +1948,33 @@ dependencies = [
1494 "checksum structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "16c2cdbf9cc375f15d1b4141bc48aeef444806655cd0e904207edc8d68d86ed7"
1495 "checksum structopt-derive 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "53010261a84b37689f9ed7d395165029f9cc7abb9f56bbfe86bee2597ed25107"
1496 "checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
1497- "checksum syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "dff0acdb207ae2fe6d5976617f887eb1e35a2ba52c13c7234c790960cdad9238"
1498- "checksum synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545"
1499- "checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e"
1500+ "checksum syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)" = "123bd9499cfb380418d509322d7a6d52e5315f064fe4b3ad18a53d6b92c07859"
1501+ "checksum termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
1502 "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1503- "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
1504+ "checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
1505 "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
1506 "checksum tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
1507 "checksum tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"
1508- "checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f"
1509- "checksum tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443"
1510- "checksum tokio-executor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "ca6df436c42b0c3330a82d855d2ef017cd793090ad550a6bc2184f4b933532ab"
1511- "checksum tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe6dc22b08d6993916647d108a1a7d15b9cd29c4f4496c62b92c45b5041b7af"
1512- "checksum tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926"
1513- "checksum tokio-process 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "afbd6ef1b8cc2bd2c2b580d882774d443ebb1c6ceefe35ba9ea4ab586c89dbe8"
1514- "checksum tokio-reactor 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "6732fe6b53c8d11178dcb77ac6d9682af27fc6d4cb87789449152e5377377146"
1515+ "checksum tokio-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"
1516+ "checksum tokio-current-thread 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"
1517+ "checksum tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
1518+ "checksum tokio-fs 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4"
1519+ "checksum tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
1520+ "checksum tokio-process 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "382d90f43fa31caebe5d3bc6cfd854963394fff3b8cb59d5146607aaae7e7e43"
1521+ "checksum tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
1522 "checksum tokio-rustls 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "95a199832a67452c60bed18ed951d28d5755ff57b02b3d2d535d9f13a81ea6c9"
1523- "checksum tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "dd6dc5276ea05ce379a16de90083ec80836440d5ef8a6a39545a3207373b8296"
1524- "checksum tokio-sync 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "d06554cce1ae4a50f42fba8023918afa931413aded705b560e29600ccf7c6d76"
1525- "checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119"
1526- "checksum tokio-threadpool 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "f0c32ffea4827978e9aa392d2f743d973c1dfa3730a2ed3f22ce1e6984da848c"
1527- "checksum tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)" = "1739638e364e558128461fc1ad84d997702c8e31c2e6b18fb99842268199e827"
1528- "checksum tokio-udp 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f02298505547f73e60f568359ef0d016d5acd6e830ab9bc7c4a5b3403440121b"
1529- "checksum tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445"
1530+ "checksum tokio-signal 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "d0c34c6e548f101053321cba3da7cbb87a610b85555884c41b07da2eb91aff12"
1531+ "checksum tokio-sync 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
1532+ "checksum tokio-tcp 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
1533+ "checksum tokio-threadpool 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"
1534+ "checksum tokio-timer 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"
1535+ "checksum tokio-udp 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82"
1536+ "checksum tokio-uds 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "5076db410d6fdc6523df7595447629099a1fdc47b3d9f896220780fa48faf798"
1537 "checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f"
1538 "checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
1539 "checksum typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6d2783fe2d6b8c1101136184eb41be8b1ad379e4657050b8aaff0c79ee7575f9"
1540 "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
1541- "checksum unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b561e267b2326bb4cebfc0ef9e68355c7abe6c6f522aeac2f5bf95d56c59bdcf"
1542+ "checksum unicode-normalization 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4"
1543 "checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
1544 "checksum unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
1545 "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
1546 @@ -2025,14 +1985,14 @@ dependencies = [
1547 "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
1548 "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
1549 "checksum want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
1550+ "checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
1551 "checksum webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4f7e1cd7900a3a6b65a3e8780c51a3e6b59c0e2c55c6dc69578c288d69f7d082"
1552 "checksum webpki-roots 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c10fa4212003ba19a564f25cd8ab572c6791f99a03cc219c13ed35ccab00de0e"
1553 "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
1554 "checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
1555 "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
1556 "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1557- "checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
1558+ "checksum winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4ccfbf554c6ad11084fb7517daca16cfdcaccbdadba4fc336f032a8b12c2ad80"
1559 "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1560- "checksum wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "96f5016b18804d24db43cebf3c77269e7569b8954a8464501c216cc5e070eaa9"
1561 "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
1562 "checksum xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c1cb601d29fe2c2ac60a2b2e5e293994d87a1f6fa9687a31a15270f909be9c2"
1563 diff --git a/Cargo.toml b/Cargo.toml
1564index 01d53e5..45a8c9b 100644
1565--- a/Cargo.toml
1566+++ b/Cargo.toml
1567 @@ -1,6 +1,6 @@
1568 [package]
1569 name = "rudolfs"
1570- version = "0.2.9"
1571+ version = "0.2.10"
1572 authors = ["Jason White <rust@jasonwhite.io>"]
1573 edition = "2018"
1574 description = """