Commit
+324 -300 +/-1 browse
1 | diff --git a/Cargo.lock b/Cargo.lock |
2 | index 31411da..978586a 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.3" |
10 | + version = "0.7.4" |
11 | source = "registry+https://github.com/rust-lang/crates.io-index" |
12 | dependencies = [ |
13 | - "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
14 | + "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
15 | ] |
16 | |
17 | [[package]] |
18 | @@ -60,9 +60,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
19 | dependencies = [ |
20 | "askama_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
21 | "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
22 | - "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", |
23 | + "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
24 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
25 | - "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)", |
26 | + "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)", |
27 | ] |
28 | |
29 | [[package]] |
30 | @@ -77,9 +77,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
31 | dependencies = [ |
32 | "askama_escape 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
33 | "humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
34 | - "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
35 | - "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
36 | - "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
37 | + "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
38 | + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
39 | + "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
40 | "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
41 | ] |
42 | |
43 | @@ -88,36 +88,34 @@ name = "atty" |
44 | version = "0.2.11" |
45 | source = "registry+https://github.com/rust-lang/crates.io-index" |
46 | dependencies = [ |
47 | - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
48 | - "termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
49 | + "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
50 | + "termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
51 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
52 | ] |
53 | |
54 | [[package]] |
55 | name = "autocfg" |
56 | - version = "0.1.2" |
57 | + version = "0.1.4" |
58 | source = "registry+https://github.com/rust-lang/crates.io-index" |
59 | |
60 | [[package]] |
61 | name = "backtrace" |
62 | - version = "0.3.15" |
63 | + version = "0.3.32" |
64 | source = "registry+https://github.com/rust-lang/crates.io-index" |
65 | dependencies = [ |
66 | - "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
67 | - "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
68 | - "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
69 | - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
70 | - "rustc-demangle 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
71 | - "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
72 | + "backtrace-sys 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", |
73 | + "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
74 | + "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
75 | + "rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
76 | ] |
77 | |
78 | [[package]] |
79 | name = "backtrace-sys" |
80 | - version = "0.1.28" |
81 | + version = "0.1.30" |
82 | source = "registry+https://github.com/rust-lang/crates.io-index" |
83 | dependencies = [ |
84 | - "cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", |
85 | - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
86 | + "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", |
87 | + "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
88 | ] |
89 | |
90 | [[package]] |
91 | @@ -125,7 +123,7 @@ name = "base64" |
92 | version = "0.9.3" |
93 | source = "registry+https://github.com/rust-lang/crates.io-index" |
94 | dependencies = [ |
95 | - "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
96 | + "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
97 | "safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
98 | ] |
99 | |
100 | @@ -134,12 +132,12 @@ name = "base64" |
101 | version = "0.10.1" |
102 | source = "registry+https://github.com/rust-lang/crates.io-index" |
103 | dependencies = [ |
104 | - "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
105 | + "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
106 | ] |
107 | |
108 | [[package]] |
109 | name = "bitflags" |
110 | - version = "1.0.5" |
111 | + version = "1.1.0" |
112 | source = "registry+https://github.com/rust-lang/crates.io-index" |
113 | |
114 | [[package]] |
115 | @@ -167,8 +165,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
116 | dependencies = [ |
117 | "block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
118 | "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
119 | - "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
120 | - "generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
121 | + "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
122 | + "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", |
123 | ] |
124 | |
125 | [[package]] |
126 | @@ -191,7 +189,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
127 | |
128 | [[package]] |
129 | name = "byteorder" |
130 | - version = "1.3.1" |
131 | + version = "1.3.2" |
132 | source = "registry+https://github.com/rust-lang/crates.io-index" |
133 | |
134 | [[package]] |
135 | @@ -199,18 +197,19 @@ name = "bytes" |
136 | version = "0.4.12" |
137 | source = "registry+https://github.com/rust-lang/crates.io-index" |
138 | dependencies = [ |
139 | - "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
140 | + "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
141 | + "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
142 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
143 | ] |
144 | |
145 | [[package]] |
146 | name = "cc" |
147 | - version = "1.0.36" |
148 | + version = "1.0.37" |
149 | source = "registry+https://github.com/rust-lang/crates.io-index" |
150 | |
151 | [[package]] |
152 | name = "cfg-if" |
153 | - version = "0.1.7" |
154 | + version = "0.1.9" |
155 | source = "registry+https://github.com/rust-lang/crates.io-index" |
156 | |
157 | [[package]] |
158 | @@ -218,18 +217,19 @@ name = "chacha" |
159 | version = "0.3.0" |
160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
161 | dependencies = [ |
162 | - "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
163 | + "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
164 | "keystream 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
165 | ] |
166 | |
167 | [[package]] |
168 | name = "chrono" |
169 | - version = "0.4.6" |
170 | + version = "0.4.7" |
171 | source = "registry+https://github.com/rust-lang/crates.io-index" |
172 | dependencies = [ |
173 | - "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", |
174 | - "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
175 | - "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
176 | + "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
177 | + "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", |
178 | + "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
179 | + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
180 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
181 | ] |
182 | |
183 | @@ -240,7 +240,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
184 | dependencies = [ |
185 | "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
186 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
187 | - "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
188 | + "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
189 | "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
190 | "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
191 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
192 | @@ -252,7 +252,7 @@ name = "cloudabi" |
193 | version = "0.0.3" |
194 | source = "registry+https://github.com/rust-lang/crates.io-index" |
195 | dependencies = [ |
196 | - "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
197 | + "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
198 | ] |
199 | |
200 | [[package]] |
201 | @@ -275,7 +275,7 @@ version = "0.7.1" |
202 | source = "registry+https://github.com/rust-lang/crates.io-index" |
203 | dependencies = [ |
204 | "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
205 | - "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
206 | + "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
207 | "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
208 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
209 | "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
210 | @@ -295,7 +295,7 @@ name = "crossbeam-utils" |
211 | version = "0.6.5" |
212 | source = "registry+https://github.com/rust-lang/crates.io-index" |
213 | dependencies = [ |
214 | - "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
215 | + "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
216 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
217 | ] |
218 | |
219 | @@ -318,13 +318,13 @@ dependencies = [ |
220 | |
221 | [[package]] |
222 | name = "derive_more" |
223 | - version = "0.14.0" |
224 | + version = "0.14.1" |
225 | source = "registry+https://github.com/rust-lang/crates.io-index" |
226 | dependencies = [ |
227 | - "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", |
228 | + "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
229 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
230 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
231 | - "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)", |
232 | + "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)", |
233 | ] |
234 | |
235 | [[package]] |
236 | @@ -337,10 +337,10 @@ dependencies = [ |
237 | |
238 | [[package]] |
239 | name = "digest" |
240 | - version = "0.8.0" |
241 | + version = "0.8.1" |
242 | source = "registry+https://github.com/rust-lang/crates.io-index" |
243 | dependencies = [ |
244 | - "generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
245 | + "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", |
246 | ] |
247 | |
248 | [[package]] |
249 | @@ -348,21 +348,26 @@ name = "dirs" |
250 | version = "1.0.5" |
251 | source = "registry+https://github.com/rust-lang/crates.io-index" |
252 | dependencies = [ |
253 | - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
254 | + "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
255 | "redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
256 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
257 | ] |
258 | |
259 | [[package]] |
260 | + name = "either" |
261 | + version = "1.5.2" |
262 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
263 | + |
264 | + [[package]] |
265 | name = "env_logger" |
266 | - version = "0.6.1" |
267 | + version = "0.6.2" |
268 | source = "registry+https://github.com/rust-lang/crates.io-index" |
269 | dependencies = [ |
270 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
271 | "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
272 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
273 | - "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
274 | - "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
275 | + "regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
276 | + "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
277 | ] |
278 | |
279 | [[package]] |
280 | @@ -370,7 +375,7 @@ name = "failure" |
281 | version = "0.1.5" |
282 | source = "registry+https://github.com/rust-lang/crates.io-index" |
283 | dependencies = [ |
284 | - "backtrace 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
285 | + "backtrace 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)", |
286 | "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
287 | ] |
288 | |
289 | @@ -379,10 +384,10 @@ name = "failure_derive" |
290 | version = "0.1.5" |
291 | source = "registry+https://github.com/rust-lang/crates.io-index" |
292 | dependencies = [ |
293 | - "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", |
294 | + "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
295 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
296 | - "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)", |
297 | - "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
298 | + "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)", |
299 | + "synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", |
300 | ] |
301 | |
302 | [[package]] |
303 | @@ -405,7 +410,7 @@ name = "fuchsia-zircon" |
304 | version = "0.3.3" |
305 | source = "registry+https://github.com/rust-lang/crates.io-index" |
306 | dependencies = [ |
307 | - "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
308 | + "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
309 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
310 | ] |
311 | |
312 | @@ -416,7 +421,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
313 | |
314 | [[package]] |
315 | name = "futures" |
316 | - version = "0.1.26" |
317 | + version = "0.1.28" |
318 | source = "registry+https://github.com/rust-lang/crates.io-index" |
319 | |
320 | [[package]] |
321 | @@ -424,7 +429,7 @@ name = "futures-backoff" |
322 | version = "0.1.0" |
323 | source = "registry+https://github.com/rust-lang/crates.io-index" |
324 | dependencies = [ |
325 | - "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
326 | + "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
327 | "futures-timer 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
328 | "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
329 | ] |
330 | @@ -434,8 +439,8 @@ name = "futures-cpupool" |
331 | version = "0.1.8" |
332 | source = "registry+https://github.com/rust-lang/crates.io-index" |
333 | dependencies = [ |
334 | - "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
335 | - "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
336 | + "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
337 | + "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
338 | ] |
339 | |
340 | [[package]] |
341 | @@ -443,7 +448,7 @@ name = "futures-timer" |
342 | version = "0.1.1" |
343 | source = "registry+https://github.com/rust-lang/crates.io-index" |
344 | dependencies = [ |
345 | - "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
346 | + "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
347 | ] |
348 | |
349 | [[package]] |
350 | @@ -456,7 +461,7 @@ dependencies = [ |
351 | |
352 | [[package]] |
353 | name = "generic-array" |
354 | - version = "0.12.0" |
355 | + version = "0.12.3" |
356 | source = "registry+https://github.com/rust-lang/crates.io-index" |
357 | dependencies = [ |
358 | "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
359 | @@ -464,18 +469,18 @@ dependencies = [ |
360 | |
361 | [[package]] |
362 | name = "h2" |
363 | - version = "0.1.18" |
364 | + version = "0.1.25" |
365 | source = "registry+https://github.com/rust-lang/crates.io-index" |
366 | dependencies = [ |
367 | - "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
368 | + "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
369 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
370 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
371 | - "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
372 | + "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
373 | "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
374 | "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
375 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
376 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
377 | - "string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
378 | + "string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
379 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
380 | ] |
381 | |
382 | @@ -484,7 +489,7 @@ name = "heck" |
383 | version = "0.3.1" |
384 | source = "registry+https://github.com/rust-lang/crates.io-index" |
385 | dependencies = [ |
386 | - "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
387 | + "unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
388 | ] |
389 | |
390 | [[package]] |
391 | @@ -512,8 +517,19 @@ dependencies = [ |
392 | ] |
393 | |
394 | [[package]] |
395 | + name = "http-body" |
396 | + version = "0.1.0" |
397 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
398 | + dependencies = [ |
399 | + "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
400 | + "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
401 | + "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
402 | + "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
403 | + ] |
404 | + |
405 | + [[package]] |
406 | name = "httparse" |
407 | - version = "1.3.3" |
408 | + version = "1.3.4" |
409 | source = "registry+https://github.com/rust-lang/crates.io-index" |
410 | |
411 | [[package]] |
412 | @@ -536,29 +552,31 @@ dependencies = [ |
413 | |
414 | [[package]] |
415 | name = "hyper" |
416 | - version = "0.12.28" |
417 | + version = "0.12.31" |
418 | source = "registry+https://github.com/rust-lang/crates.io-index" |
419 | dependencies = [ |
420 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
421 | - "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
422 | + "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
423 | "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
424 | - "h2 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", |
425 | + "h2 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", |
426 | "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
427 | - "httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
428 | + "http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
429 | + "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
430 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
431 | "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
432 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
433 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
434 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
435 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
436 | - "tokio 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", |
437 | - "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
438 | + "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
439 | + "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
440 | + "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
441 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
442 | "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
443 | "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
444 | - "tokio-threadpool 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
445 | - "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
446 | - "want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
447 | + "tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
448 | + "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
449 | + "want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
450 | ] |
451 | |
452 | [[package]] |
453 | @@ -568,11 +586,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
454 | dependencies = [ |
455 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
456 | "ct-logs 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
457 | - "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
458 | - "hyper 0.12.28 (registry+https://github.com/rust-lang/crates.io-index)", |
459 | + "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
460 | + "hyper 0.12.31 (registry+https://github.com/rust-lang/crates.io-index)", |
461 | "rustls 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", |
462 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
463 | - "tokio-rustls 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", |
464 | + "tokio-rustls 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", |
465 | "webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)", |
466 | "webpki-roots 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", |
467 | ] |
468 | @@ -597,7 +615,7 @@ name = "iovec" |
469 | version = "0.1.2" |
470 | source = "registry+https://github.com/rust-lang/crates.io-index" |
471 | dependencies = [ |
472 | - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
473 | + "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
474 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
475 | ] |
476 | |
477 | @@ -626,13 +644,8 @@ version = "1.3.0" |
478 | source = "registry+https://github.com/rust-lang/crates.io-index" |
479 | |
480 | [[package]] |
481 | - name = "lazycell" |
482 | - version = "1.2.1" |
483 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
484 | - |
485 | - [[package]] |
486 | name = "libc" |
487 | - version = "0.2.54" |
488 | + version = "0.2.59" |
489 | source = "registry+https://github.com/rust-lang/crates.io-index" |
490 | |
491 | [[package]] |
492 | @@ -640,8 +653,8 @@ name = "linked-hash-map" |
493 | version = "0.5.2" |
494 | source = "registry+https://github.com/rust-lang/crates.io-index" |
495 | dependencies = [ |
496 | - "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
497 | - "serde_test 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
498 | + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
499 | + "serde_test 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
500 | ] |
501 | |
502 | [[package]] |
503 | @@ -658,7 +671,7 @@ name = "log" |
504 | version = "0.4.6" |
505 | source = "registry+https://github.com/rust-lang/crates.io-index" |
506 | dependencies = [ |
507 | - "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
508 | + "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
509 | ] |
510 | |
511 | [[package]] |
512 | @@ -673,7 +686,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
513 | |
514 | [[package]] |
515 | name = "memchr" |
516 | - version = "2.2.0" |
517 | + version = "2.2.1" |
518 | source = "registry+https://github.com/rust-lang/crates.io-index" |
519 | |
520 | [[package]] |
521 | @@ -683,15 +696,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
522 | |
523 | [[package]] |
524 | name = "mio" |
525 | - version = "0.6.16" |
526 | + version = "0.6.19" |
527 | source = "registry+https://github.com/rust-lang/crates.io-index" |
528 | dependencies = [ |
529 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
530 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
531 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
532 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
533 | - "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
534 | - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
535 | + "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
536 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
537 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
538 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
539 | @@ -705,7 +717,7 @@ version = "0.1.6" |
540 | source = "registry+https://github.com/rust-lang/crates.io-index" |
541 | dependencies = [ |
542 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
543 | - "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
544 | + "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
545 | "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
546 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
547 | ] |
548 | @@ -716,8 +728,8 @@ version = "0.6.7" |
549 | source = "registry+https://github.com/rust-lang/crates.io-index" |
550 | dependencies = [ |
551 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
552 | - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
553 | - "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
554 | + "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
555 | + "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
556 | ] |
557 | |
558 | [[package]] |
559 | @@ -745,8 +757,8 @@ name = "net2" |
560 | version = "0.2.33" |
561 | source = "registry+https://github.com/rust-lang/crates.io-index" |
562 | dependencies = [ |
563 | - "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
564 | - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
565 | + "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
566 | + "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
567 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
568 | ] |
569 | |
570 | @@ -760,29 +772,33 @@ name = "nom" |
571 | version = "4.2.3" |
572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
573 | dependencies = [ |
574 | - "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
575 | + "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
576 | "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
577 | ] |
578 | |
579 | [[package]] |
580 | name = "num-integer" |
581 | - version = "0.1.39" |
582 | + version = "0.1.41" |
583 | source = "registry+https://github.com/rust-lang/crates.io-index" |
584 | dependencies = [ |
585 | - "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
586 | + "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
587 | + "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
588 | ] |
589 | |
590 | [[package]] |
591 | name = "num-traits" |
592 | - version = "0.2.6" |
593 | + version = "0.2.8" |
594 | source = "registry+https://github.com/rust-lang/crates.io-index" |
595 | + dependencies = [ |
596 | + "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
597 | + ] |
598 | |
599 | [[package]] |
600 | name = "num_cpus" |
601 | - version = "1.10.0" |
602 | + version = "1.10.1" |
603 | source = "registry+https://github.com/rust-lang/crates.io-index" |
604 | dependencies = [ |
605 | - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
606 | + "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
607 | ] |
608 | |
609 | [[package]] |
610 | @@ -817,10 +833,10 @@ name = "parking_lot_core" |
611 | version = "0.4.0" |
612 | source = "registry+https://github.com/rust-lang/crates.io-index" |
613 | dependencies = [ |
614 | - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
615 | + "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
616 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
617 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
618 | - "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", |
619 | + "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
620 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
621 | ] |
622 | |
623 | @@ -834,14 +850,14 @@ name = "pretty_env_logger" |
624 | version = "0.3.0" |
625 | source = "registry+https://github.com/rust-lang/crates.io-index" |
626 | dependencies = [ |
627 | - "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
628 | - "env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
629 | + "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
630 | + "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
632 | ] |
633 | |
634 | [[package]] |
635 | name = "proc-macro2" |
636 | - version = "0.4.29" |
637 | + version = "0.4.30" |
638 | source = "registry+https://github.com/rust-lang/crates.io-index" |
639 | dependencies = [ |
640 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
641 | @@ -857,7 +873,7 @@ name = "quote" |
642 | version = "0.6.12" |
643 | source = "registry+https://github.com/rust-lang/crates.io-index" |
644 | dependencies = [ |
645 | - "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", |
646 | + "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
647 | ] |
648 | |
649 | [[package]] |
650 | @@ -866,7 +882,7 @@ version = "0.4.6" |
651 | source = "registry+https://github.com/rust-lang/crates.io-index" |
652 | dependencies = [ |
653 | "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
654 | - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
655 | + "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
656 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
657 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
658 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
659 | @@ -877,8 +893,8 @@ name = "rand" |
660 | version = "0.6.5" |
661 | source = "registry+https://github.com/rust-lang/crates.io-index" |
662 | dependencies = [ |
663 | - "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
664 | - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
665 | + "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
666 | + "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
667 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
668 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
669 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
670 | @@ -895,7 +911,7 @@ name = "rand_chacha" |
671 | version = "0.1.1" |
672 | source = "registry+https://github.com/rust-lang/crates.io-index" |
673 | dependencies = [ |
674 | - "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
675 | + "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
676 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
677 | ] |
678 | |
679 | @@ -933,7 +949,7 @@ name = "rand_jitter" |
680 | version = "0.1.4" |
681 | source = "registry+https://github.com/rust-lang/crates.io-index" |
682 | dependencies = [ |
683 | - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
684 | + "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
685 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
686 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
687 | ] |
688 | @@ -945,7 +961,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
689 | dependencies = [ |
690 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
691 | "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
692 | - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
693 | + "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
694 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
695 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
696 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
697 | @@ -956,7 +972,7 @@ name = "rand_pcg" |
698 | version = "0.1.2" |
699 | source = "registry+https://github.com/rust-lang/crates.io-index" |
700 | dependencies = [ |
701 | - "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
702 | + "autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
703 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
704 | ] |
705 | |
706 | @@ -978,7 +994,7 @@ dependencies = [ |
707 | |
708 | [[package]] |
709 | name = "redox_syscall" |
710 | - version = "0.1.54" |
711 | + version = "0.1.56" |
712 | source = "registry+https://github.com/rust-lang/crates.io-index" |
713 | |
714 | [[package]] |
715 | @@ -986,7 +1002,7 @@ name = "redox_termios" |
716 | version = "0.1.1" |
717 | source = "registry+https://github.com/rust-lang/crates.io-index" |
718 | dependencies = [ |
719 | - "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
720 | + "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
721 | ] |
722 | |
723 | [[package]] |
724 | @@ -997,24 +1013,24 @@ dependencies = [ |
725 | "argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
726 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
727 | "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
728 | - "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
729 | + "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
730 | ] |
731 | |
732 | [[package]] |
733 | name = "regex" |
734 | - version = "1.1.6" |
735 | + version = "1.1.9" |
736 | source = "registry+https://github.com/rust-lang/crates.io-index" |
737 | dependencies = [ |
738 | - "aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
739 | - "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
740 | - "regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
741 | + "aho-corasick 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", |
742 | + "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
743 | + "regex-syntax 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", |
744 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
745 | - "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
746 | + "utf8-ranges 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
747 | ] |
748 | |
749 | [[package]] |
750 | name = "regex-syntax" |
751 | - version = "0.6.6" |
752 | + version = "0.6.8" |
753 | source = "registry+https://github.com/rust-lang/crates.io-index" |
754 | dependencies = [ |
755 | "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
756 | @@ -1025,9 +1041,9 @@ name = "ring" |
757 | version = "0.14.6" |
758 | source = "registry+https://github.com/rust-lang/crates.io-index" |
759 | dependencies = [ |
760 | - "cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", |
761 | + "cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", |
762 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
763 | - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
764 | + "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
765 | "spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
766 | "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
767 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
768 | @@ -1040,26 +1056,26 @@ dependencies = [ |
769 | "askama 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
770 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
771 | "chacha 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
772 | - "derive_more 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", |
773 | - "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
774 | + "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", |
775 | + "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
776 | "futures-backoff 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
777 | - "generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
778 | + "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", |
779 | "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
780 | "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
781 | "human-size 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
782 | "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
783 | - "hyper 0.12.28 (registry+https://github.com/rust-lang/crates.io-index)", |
784 | + "hyper 0.12.31 (registry+https://github.com/rust-lang/crates.io-index)", |
785 | "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
786 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
787 | "pretty_env_logger 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
788 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
789 | "rusoto_core 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)", |
790 | "rusoto_s3 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)", |
791 | - "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
792 | - "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
793 | + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
794 | + "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
795 | "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
796 | - "structopt 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", |
797 | - "tokio 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", |
798 | + "structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", |
799 | + "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
800 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
801 | "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", |
802 | ] |
803 | @@ -1070,21 +1086,21 @@ version = "0.37.0" |
804 | source = "registry+https://github.com/rust-lang/crates.io-index" |
805 | dependencies = [ |
806 | "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", |
807 | - "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
808 | + "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
809 | "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
810 | "hmac 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
811 | - "hyper 0.12.28 (registry+https://github.com/rust-lang/crates.io-index)", |
812 | + "hyper 0.12.31 (registry+https://github.com/rust-lang/crates.io-index)", |
813 | "hyper-rustls 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", |
814 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
815 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
816 | "md5 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
817 | "rusoto_credential 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", |
818 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
819 | - "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
820 | + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
821 | "sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
822 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
823 | - "tokio 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", |
824 | - "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
825 | + "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
826 | + "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
827 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
828 | "xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
829 | ] |
830 | @@ -1094,17 +1110,17 @@ name = "rusoto_credential" |
831 | version = "0.16.0" |
832 | source = "registry+https://github.com/rust-lang/crates.io-index" |
833 | dependencies = [ |
834 | - "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
835 | + "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
836 | "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
837 | - "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
838 | - "hyper 0.12.28 (registry+https://github.com/rust-lang/crates.io-index)", |
839 | - "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
840 | - "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
841 | - "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
842 | - "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
843 | + "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
844 | + "hyper 0.12.31 (registry+https://github.com/rust-lang/crates.io-index)", |
845 | + "regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
846 | + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
847 | + "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
848 | + "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
849 | "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
850 | - "tokio-process 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
851 | - "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
852 | + "tokio-process 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
853 | + "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
854 | ] |
855 | |
856 | [[package]] |
857 | @@ -1112,14 +1128,14 @@ name = "rusoto_s3" |
858 | version = "0.37.0" |
859 | source = "registry+https://github.com/rust-lang/crates.io-index" |
860 | dependencies = [ |
861 | - "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
862 | + "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
863 | "rusoto_core 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)", |
864 | "xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
865 | ] |
866 | |
867 | [[package]] |
868 | name = "rustc-demangle" |
869 | - version = "0.1.14" |
870 | + version = "0.1.15" |
871 | source = "registry+https://github.com/rust-lang/crates.io-index" |
872 | |
873 | [[package]] |
874 | @@ -1145,7 +1161,7 @@ dependencies = [ |
875 | |
876 | [[package]] |
877 | name = "ryu" |
878 | - version = "0.2.8" |
879 | + version = "1.0.0" |
880 | source = "registry+https://github.com/rust-lang/crates.io-index" |
881 | |
882 | [[package]] |
883 | @@ -1187,38 +1203,38 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
884 | |
885 | [[package]] |
886 | name = "serde" |
887 | - version = "1.0.90" |
888 | + version = "1.0.94" |
889 | source = "registry+https://github.com/rust-lang/crates.io-index" |
890 | dependencies = [ |
891 | - "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
892 | + "serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
893 | ] |
894 | |
895 | [[package]] |
896 | name = "serde_derive" |
897 | - version = "1.0.90" |
898 | + version = "1.0.94" |
899 | source = "registry+https://github.com/rust-lang/crates.io-index" |
900 | dependencies = [ |
901 | - "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", |
902 | + "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
903 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
904 | - "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)", |
905 | + "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)", |
906 | ] |
907 | |
908 | [[package]] |
909 | name = "serde_json" |
910 | - version = "1.0.39" |
911 | + version = "1.0.40" |
912 | source = "registry+https://github.com/rust-lang/crates.io-index" |
913 | dependencies = [ |
914 | "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
915 | - "ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
916 | - "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
917 | + "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
918 | + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
919 | ] |
920 | |
921 | [[package]] |
922 | name = "serde_test" |
923 | - version = "1.0.90" |
924 | + version = "1.0.94" |
925 | source = "registry+https://github.com/rust-lang/crates.io-index" |
926 | dependencies = [ |
927 | - "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
928 | + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
929 | ] |
930 | |
931 | [[package]] |
932 | @@ -1238,7 +1254,7 @@ version = "0.8.0" |
933 | source = "registry+https://github.com/rust-lang/crates.io-index" |
934 | dependencies = [ |
935 | "block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
936 | - "digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
937 | + "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
938 | "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
939 | "opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
940 | ] |
941 | @@ -1253,7 +1269,7 @@ name = "signal-hook" |
942 | version = "0.1.9" |
943 | source = "registry+https://github.com/rust-lang/crates.io-index" |
944 | dependencies = [ |
945 | - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
946 | + "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
947 | "signal-hook-registry 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
948 | ] |
949 | |
950 | @@ -1263,7 +1279,7 @@ version = "1.0.1" |
951 | source = "registry+https://github.com/rust-lang/crates.io-index" |
952 | dependencies = [ |
953 | "arc-swap 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", |
954 | - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
955 | + "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
956 | ] |
957 | |
958 | [[package]] |
959 | @@ -1273,7 +1289,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
960 | |
961 | [[package]] |
962 | name = "smallvec" |
963 | - version = "0.6.9" |
964 | + version = "0.6.10" |
965 | source = "registry+https://github.com/rust-lang/crates.io-index" |
966 | |
967 | [[package]] |
968 | @@ -1281,9 +1297,9 @@ name = "socket2" |
969 | version = "0.3.9" |
970 | source = "registry+https://github.com/rust-lang/crates.io-index" |
971 | dependencies = [ |
972 | - "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
973 | - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
974 | - "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
975 | + "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
976 | + "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
977 | + "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
978 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
979 | ] |
980 | |
981 | @@ -1299,8 +1315,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
982 | |
983 | [[package]] |
984 | name = "string" |
985 | - version = "0.1.3" |
986 | + version = "0.2.1" |
987 | source = "registry+https://github.com/rust-lang/crates.io-index" |
988 | + dependencies = [ |
989 | + "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
990 | + ] |
991 | |
992 | [[package]] |
993 | name = "strsim" |
994 | @@ -1309,48 +1328,48 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
995 | |
996 | [[package]] |
997 | name = "structopt" |
998 | - version = "0.2.15" |
999 | + version = "0.2.18" |
1000 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1001 | dependencies = [ |
1002 | "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1003 | - "structopt-derive 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", |
1004 | + "structopt-derive 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", |
1005 | ] |
1006 | |
1007 | [[package]] |
1008 | name = "structopt-derive" |
1009 | - version = "0.2.15" |
1010 | + version = "0.2.18" |
1011 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1012 | dependencies = [ |
1013 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1014 | - "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1015 | + "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1016 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1017 | - "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)", |
1018 | + "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)", |
1019 | ] |
1020 | |
1021 | [[package]] |
1022 | name = "syn" |
1023 | - version = "0.15.33" |
1024 | + version = "0.15.39" |
1025 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1026 | dependencies = [ |
1027 | - "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1028 | + "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1029 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1030 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1031 | ] |
1032 | |
1033 | [[package]] |
1034 | name = "synstructure" |
1035 | - version = "0.10.1" |
1036 | + version = "0.10.2" |
1037 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1038 | dependencies = [ |
1039 | - "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1040 | + "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1041 | "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1042 | - "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)", |
1043 | + "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)", |
1044 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1045 | ] |
1046 | |
1047 | [[package]] |
1048 | name = "termcolor" |
1049 | - version = "1.0.4" |
1050 | + version = "1.0.5" |
1051 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1052 | dependencies = [ |
1053 | "wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1054 | @@ -1358,12 +1377,12 @@ dependencies = [ |
1055 | |
1056 | [[package]] |
1057 | name = "termion" |
1058 | - version = "1.5.2" |
1059 | + version = "1.5.3" |
1060 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1061 | dependencies = [ |
1062 | - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
1063 | + "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
1064 | "numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1065 | - "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
1066 | + "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
1067 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1068 | ] |
1069 | |
1070 | @@ -1388,42 +1407,51 @@ name = "time" |
1071 | version = "0.1.42" |
1072 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1073 | dependencies = [ |
1074 | - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
1075 | - "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
1076 | + "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
1077 | + "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
1078 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1079 | ] |
1080 | |
1081 | [[package]] |
1082 | name = "tokio" |
1083 | - version = "0.1.19" |
1084 | + version = "0.1.22" |
1085 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1086 | dependencies = [ |
1087 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1088 | - "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
1089 | - "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
1090 | - "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1091 | + "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1092 | + "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
1093 | + "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1094 | "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1095 | "tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1096 | - "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1097 | + "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1098 | "tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1099 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1100 | "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1101 | - "tokio-sync 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1102 | + "tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1103 | "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1104 | - "tokio-threadpool 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
1105 | - "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1106 | - "tokio-trace-core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1107 | + "tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
1108 | + "tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1109 | "tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1110 | "tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1111 | ] |
1112 | |
1113 | [[package]] |
1114 | + name = "tokio-buf" |
1115 | + version = "0.1.1" |
1116 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
1117 | + dependencies = [ |
1118 | + "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1119 | + "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1120 | + "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1121 | + ] |
1122 | + |
1123 | + [[package]] |
1124 | name = "tokio-codec" |
1125 | version = "0.1.1" |
1126 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1127 | dependencies = [ |
1128 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1129 | - "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
1130 | + "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1131 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1132 | ] |
1133 | |
1134 | @@ -1432,17 +1460,17 @@ name = "tokio-current-thread" |
1135 | version = "0.1.6" |
1136 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1137 | dependencies = [ |
1138 | - "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
1139 | - "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1140 | + "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1141 | + "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1142 | ] |
1143 | |
1144 | [[package]] |
1145 | name = "tokio-executor" |
1146 | - version = "0.1.7" |
1147 | + version = "0.1.8" |
1148 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1149 | dependencies = [ |
1150 | "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1151 | - "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
1152 | + "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1153 | ] |
1154 | |
1155 | [[package]] |
1156 | @@ -1450,9 +1478,9 @@ name = "tokio-fs" |
1157 | version = "0.1.6" |
1158 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1159 | dependencies = [ |
1160 | - "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
1161 | + "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1162 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1163 | - "tokio-threadpool 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
1164 | + "tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
1165 | ] |
1166 | |
1167 | [[package]] |
1168 | @@ -1461,18 +1489,21 @@ version = "0.1.12" |
1169 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1170 | dependencies = [ |
1171 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1172 | - "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
1173 | + "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1174 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1175 | ] |
1176 | |
1177 | [[package]] |
1178 | name = "tokio-process" |
1179 | - version = "0.2.3" |
1180 | + version = "0.2.4" |
1181 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1182 | dependencies = [ |
1183 | - "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
1184 | - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
1185 | - "mio 0.6.16 (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 | + "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1188 | + "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1189 | + "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
1190 | + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1191 | + "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
1192 | "mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1193 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1194 | "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1195 | @@ -1486,24 +1517,24 @@ version = "0.1.9" |
1196 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1197 | dependencies = [ |
1198 | "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1199 | - "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
1200 | + "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1201 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1202 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1203 | - "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
1204 | - "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1205 | + "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
1206 | + "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1207 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1208 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1209 | - "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1210 | + "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1211 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1212 | - "tokio-sync 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1213 | + "tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1214 | ] |
1215 | |
1216 | [[package]] |
1217 | name = "tokio-rustls" |
1218 | - version = "0.9.2" |
1219 | + version = "0.9.3" |
1220 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1221 | dependencies = [ |
1222 | - "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
1223 | + "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1224 | "rustls 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1225 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1226 | "webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1227 | @@ -1514,12 +1545,12 @@ name = "tokio-signal" |
1228 | version = "0.2.7" |
1229 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1230 | dependencies = [ |
1231 | - "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
1232 | - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
1233 | - "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
1234 | + "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1235 | + "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
1236 | + "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
1237 | "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1238 | "signal-hook 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1239 | - "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1240 | + "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1241 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1242 | "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1243 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1244 | @@ -1527,11 +1558,11 @@ dependencies = [ |
1245 | |
1246 | [[package]] |
1247 | name = "tokio-sync" |
1248 | - version = "0.1.5" |
1249 | + version = "0.1.6" |
1250 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1251 | dependencies = [ |
1252 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1253 | - "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
1254 | + "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1255 | ] |
1256 | |
1257 | [[package]] |
1258 | @@ -1540,46 +1571,38 @@ version = "0.1.3" |
1259 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1260 | dependencies = [ |
1261 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1262 | - "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
1263 | + "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1264 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1265 | - "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
1266 | + "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
1267 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1268 | "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1269 | ] |
1270 | |
1271 | [[package]] |
1272 | name = "tokio-threadpool" |
1273 | - version = "0.1.14" |
1274 | + version = "0.1.15" |
1275 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1276 | dependencies = [ |
1277 | "crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1278 | "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1279 | "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1280 | - "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
1281 | + "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1282 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1283 | - "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1284 | + "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1285 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1286 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1287 | - "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1288 | + "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1289 | ] |
1290 | |
1291 | [[package]] |
1292 | name = "tokio-timer" |
1293 | - version = "0.2.10" |
1294 | + version = "0.2.11" |
1295 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1296 | dependencies = [ |
1297 | "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1298 | - "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
1299 | + "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1300 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1301 | - "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1302 | - ] |
1303 | - |
1304 | - [[package]] |
1305 | - name = "tokio-trace-core" |
1306 | - version = "0.1.0" |
1307 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
1308 | - dependencies = [ |
1309 | - "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1310 | + "tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1311 | ] |
1312 | |
1313 | [[package]] |
1314 | @@ -1588,9 +1611,9 @@ version = "0.1.3" |
1315 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1316 | dependencies = [ |
1317 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1318 | - "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
1319 | + "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1320 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1321 | - "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
1322 | + "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
1323 | "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1324 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1325 | "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1326 | @@ -1602,11 +1625,11 @@ version = "0.2.5" |
1327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1328 | dependencies = [ |
1329 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1330 | - "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
1331 | + "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1332 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1333 | - "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
1334 | + "libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)", |
1335 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1336 | - "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
1337 | + "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
1338 | "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1339 | "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1340 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1341 | @@ -1618,7 +1641,7 @@ name = "toml" |
1342 | version = "0.4.10" |
1343 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1344 | dependencies = [ |
1345 | - "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
1346 | + "serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)", |
1347 | ] |
1348 | |
1349 | [[package]] |
1350 | @@ -1649,12 +1672,12 @@ name = "unicode-normalization" |
1351 | version = "0.1.8" |
1352 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1353 | dependencies = [ |
1354 | - "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1355 | + "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1356 | ] |
1357 | |
1358 | [[package]] |
1359 | name = "unicode-segmentation" |
1360 | - version = "1.2.1" |
1361 | + version = "1.3.0" |
1362 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1363 | |
1364 | [[package]] |
1365 | @@ -1684,7 +1707,7 @@ dependencies = [ |
1366 | |
1367 | [[package]] |
1368 | name = "utf8-ranges" |
1369 | - version = "1.0.2" |
1370 | + version = "1.0.3" |
1371 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1372 | |
1373 | [[package]] |
1374 | @@ -1707,10 +1730,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
1375 | |
1376 | [[package]] |
1377 | name = "want" |
1378 | - version = "0.0.6" |
1379 | + version = "0.2.0" |
1380 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1381 | dependencies = [ |
1382 | - "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
1383 | + "futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
1384 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1385 | "try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1386 | ] |
1387 | @@ -1793,11 +1816,11 @@ name = "xml-rs" |
1388 | version = "0.7.0" |
1389 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1390 | dependencies = [ |
1391 | - "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1392 | + "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1393 | ] |
1394 | |
1395 | [metadata] |
1396 | - "checksum aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c" |
1397 | + "checksum aho-corasick 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "36b7aa1ccb7d7ea3f437cf025a2ab1c47cc6c1bc9fc84918ff449def12f5e282" |
1398 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
1399 | "checksum arc-swap 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "bc4662175ead9cd84451d5c35070517777949a2ed84551764129cedb88384841" |
1400 | "checksum argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392" |
1401 | @@ -1808,24 +1831,24 @@ dependencies = [ |
1402 | "checksum askama_escape 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0de942230b5beedaa9e1d64df5b76fa1c97002e4c7982897be899cccf40621d" |
1403 | "checksum askama_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a6dfa6b6d254fd066a8bbed9a8f913123e3f701db89216ad4f0aff04ad87718c" |
1404 | "checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652" |
1405 | - "checksum autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a6d640bee2da49f60a4068a7fae53acde8982514ab7bae8b8cea9e88cbcfd799" |
1406 | - "checksum backtrace 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "f106c02a3604afcdc0df5d36cc47b44b55917dbaf3d808f71c163a0ddba64637" |
1407 | - "checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6" |
1408 | + "checksum autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0e49efa51329a5fd37e7c79db4621af617cd4e3e5bc224939808d076077077bf" |
1409 | + "checksum backtrace 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)" = "18b50f5258d1a9ad8396d2d345827875de4261b158124d4c819d9b351454fae5" |
1410 | + "checksum backtrace-sys 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" = "5b3a000b9c543553af61bc01cbfc403b04b5caa9e421033866f2e98061eb3e61" |
1411 | "checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" |
1412 | "checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" |
1413 | - "checksum bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "bd1fa8ad26490b0a5cfec99089952250301b6716cdeaa7c9ab229598fb82ab66" |
1414 | + "checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd" |
1415 | "checksum blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400" |
1416 | "checksum block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab" |
1417 | "checksum block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" |
1418 | "checksum block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6d4dc3af3ee2e12f3e5d224e5e1e3d73668abbeb69e566d361f7d5563a4fdf09" |
1419 | "checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40" |
1420 | "checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" |
1421 | - "checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb" |
1422 | + "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" |
1423 | "checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" |
1424 | - "checksum cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)" = "a0c56216487bb80eec9c4516337b2588a4f2a2290d72a1416d930e4dcdb0c90d" |
1425 | - "checksum cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4" |
1426 | + "checksum cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" = "39f75544d7bbaf57560d2168f28fd649ff9c76153874db88bdbdfd839b1a7e7d" |
1427 | + "checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33" |
1428 | "checksum chacha 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ddf3c081b5fba1e5615640aae998e0fbd10c24cbd897ee39ed754a77601a4862" |
1429 | - "checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878" |
1430 | + "checksum chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "77d81f58b7301084de3b958691458a53c3f7e0b1d702f77e550b6a88e3a88abe" |
1431 | "checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" |
1432 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
1433 | "checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e" |
1434 | @@ -1835,11 +1858,12 @@ dependencies = [ |
1435 | "checksum crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c" |
1436 | "checksum crypto-mac 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0999b4ff4d3446d4ddb19a63e9e00c1876e75cd7000d20e57a693b4b3f08d958" |
1437 | "checksum ct-logs 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1b4660f8b07a560a88c02d76286edb9f0d5d64e495d2b0f233186155aa51be1f" |
1438 | - "checksum derive_more 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fbe9f11be34f800b3ecaaed0ec9ec2e015d1d0ba0c8644c1310f73d6e8994615" |
1439 | + "checksum derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6d944ac6003ed268757ef1ee686753b57efc5fcf0ebe7b64c9fc81e7e32ff839" |
1440 | "checksum digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "03b072242a8cbaf9c145665af9d250c59af3b958f83ed6824e13533cf76d5b90" |
1441 | - "checksum digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05f47366984d3ad862010e22c7ce81a7dbcaebbdfb37241a620f8b6596ee135c" |
1442 | + "checksum digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" |
1443 | "checksum dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901" |
1444 | - "checksum env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b61fa891024a945da30a9581546e8cfaf5602c7b3f4c137a2805cf388f92075a" |
1445 | + "checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b" |
1446 | + "checksum env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3" |
1447 | "checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" |
1448 | "checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1" |
1449 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" |
1450 | @@ -1847,22 +1871,23 @@ dependencies = [ |
1451 | "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" |
1452 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
1453 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
1454 | - "checksum futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "62941eff9507c8177d448bd83a44d9b9760856e184081d8cd79ba9f03dd24981" |
1455 | + "checksum futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "45dc39533a6cae6da2b56da48edae506bb767ec07370f86f70fc062e9d435869" |
1456 | "checksum futures-backoff 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "79f590345ee8cedf1f36068db74ca81c7e7bf753a3e59ea58b0826243a13971b" |
1457 | "checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" |
1458 | "checksum futures-timer 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a5cedfe9b6dc756220782cc1ba5bcb1fa091cdcba155e40d3556159c3db58043" |
1459 | - "checksum generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c0f28c2f5bfb5960175af447a2da7c18900693738343dc896ffbcabd9839592" |
1460 | + "checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" |
1461 | "checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d" |
1462 | - "checksum h2 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "85ab6286db06040ddefb71641b50017c06874614001a134b423783e2db2920bd" |
1463 | + "checksum h2 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)" = "a539b63339fbbb00e081e84b6e11bd1d9634a82d91da2984a18ac74a8823f392" |
1464 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
1465 | "checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" |
1466 | "checksum hmac 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44f3bdb08579d99d7dc761c0e266f13b5f2ab8c8c703b9fc9ef333cd8f48f55e" |
1467 | "checksum http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "eed324f0f0daf6ec10c474f150505af2c143f251722bf9dbd1261bd1f2ee2c1a" |
1468 | - "checksum httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83" |
1469 | + "checksum http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d" |
1470 | + "checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9" |
1471 | "checksum human-size 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5bec6e801ef7367625bd94ad7e2965e6027189f3e9deef422388d993af2814a0" |
1472 | "checksum humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e" |
1473 | "checksum humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114" |
1474 | - "checksum hyper 0.12.28 (registry+https://github.com/rust-lang/crates.io-index)" = "e8e4606fed1c162e3a63d408c07584429f49a4f34c7176cb6cbee60e78f2372c" |
1475 | + "checksum hyper 0.12.31 (registry+https://github.com/rust-lang/crates.io-index)" = "6481fff8269772d4463253ca83c788104a7305cb3fb9136bc651a6211e46e03f" |
1476 | "checksum hyper-rustls 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)" = "15b66d1bd4864ef036adf2363409caa3acd63ebb4725957b66e621c8a36631a3" |
1477 | "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" |
1478 | "checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" |
1479 | @@ -1871,16 +1896,15 @@ dependencies = [ |
1480 | "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
1481 | "checksum keystream 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c33070833c9ee02266356de0c43f723152bd38bd96ddf52c82b3af10c9138b28" |
1482 | "checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14" |
1483 | - "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" |
1484 | - "checksum libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" = "c6785aa7dd976f5fbf3b71cfd9cd49d7f783c1ff565a858d71031c6c313aa5c6" |
1485 | + "checksum libc 0.2.59 (registry+https://github.com/rust-lang/crates.io-index)" = "3262021842bf00fe07dbd6cf34ff25c99d7a7ebef8deea84db72be3ea3bb0aff" |
1486 | "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" |
1487 | "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" |
1488 | "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" |
1489 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
1490 | "checksum md5 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "79c56d6a0b07f9e19282511c83fc5b086364cbae4ba8c7d5f190c3d9b0425a48" |
1491 | - "checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39" |
1492 | + "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" |
1493 | "checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3" |
1494 | - "checksum mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)" = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432" |
1495 | + "checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23" |
1496 | "checksum mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3" |
1497 | "checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125" |
1498 | "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
1499 | @@ -1888,9 +1912,9 @@ dependencies = [ |
1500 | "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" |
1501 | "checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945" |
1502 | "checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6" |
1503 | - "checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea" |
1504 | - "checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1" |
1505 | - "checksum num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a23f0ed30a54abaa0c7e83b1d2d87ada7c3c23078d1d87815af3e3b6385fbba" |
1506 | + "checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09" |
1507 | + "checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32" |
1508 | + "checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273" |
1509 | "checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef" |
1510 | "checksum opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "93f5bb2e8e8dec81642920ccff6b61f1eb94fa3020c5a325c9851ff604152409" |
1511 | "checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" |
1512 | @@ -1898,7 +1922,7 @@ dependencies = [ |
1513 | "checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" |
1514 | "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" |
1515 | "checksum pretty_env_logger 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df8b3f4e0475def7d9c2e5de8e5a1306949849761e107b360d03e98eafaffd61" |
1516 | - "checksum proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)" = "64c827cea7a7ab30ce4593e5e04d7a11617ad6ece2fa230605a78b00ff965316" |
1517 | + "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" |
1518 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
1519 | "checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db" |
1520 | "checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" |
1521 | @@ -1913,65 +1937,65 @@ dependencies = [ |
1522 | "checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" |
1523 | "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" |
1524 | "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" |
1525 | - "checksum redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)" = "12229c14a0f65c4f1cb046a3b52047cdd9da1f4b30f8a39c5063c8bae515e252" |
1526 | + "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" |
1527 | "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" |
1528 | "checksum redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe5204c3a17e97dde73f285d49be585df59ed84b50a872baf416e73b62c3828" |
1529 | - "checksum regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "8f0a0bcab2fd7d1d7c54fa9eae6f43eddeb9ce2e7352f8518a814a4f65d60c58" |
1530 | - "checksum regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "dcfd8681eebe297b81d98498869d4aae052137651ad7b96822f09ceb690d0a96" |
1531 | + "checksum regex 1.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "d9d8297cc20bbb6184f8b45ff61c8ee6a9ac56c156cec8e38c3e5084773c44ad" |
1532 | + "checksum regex-syntax 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "9b01330cce219c1c6b2e209e5ed64ccd587ae5c67bed91c0b49eecf02ae40e21" |
1533 | "checksum ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)" = "426bc186e3e95cac1e4a4be125a4aca7e84c2d616ffc02244eef36e2a60a093c" |
1534 | "checksum rusoto_core 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b03958c1f00c85d038f7c3532f33381cf3cda93e88ad745cc5dcdb3d9675bb6" |
1535 | "checksum rusoto_credential 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "00d75d9360c522cc29d80eaa5ecdd8fa56d811578118d6cf8ec083c035343baa" |
1536 | "checksum rusoto_s3 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)" = "deec58d788a92ea7a5711815dba59e80e4f58b870707f3892e6904c0f9f07023" |
1537 | - "checksum rustc-demangle 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "ccc78bfd5acd7bf3e89cffcf899e5cb1a52d6fafa8dec2739ad70c9577a57288" |
1538 | + "checksum rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f4dccf6f4891ebcc0c39f9b6eb1a83b9bf5d747cb439ec6fba4f3b977038af" |
1539 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
1540 | "checksum rustls 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f271e3552cd835fa28c541c34a7e8fdd8cdff09d77fe4eb8f6c42e87a11b096e" |
1541 | - "checksum ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "b96a9549dc8d48f2c283938303c4b5a77aa29bfbc5b54b084fb1630408899a8f" |
1542 | + "checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997" |
1543 | "checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9" |
1544 | "checksum scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8" |
1545 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
1546 | "checksum sct 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f5adf8fbd58e1b1b52699dc8bed2630faecb6d8c7bee77d009d6bbe4af569b9" |
1547 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
1548 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
1549 | - "checksum serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)" = "aa5f7c20820475babd2c077c3ab5f8c77a31c15e16ea38687b4c02d3e48680f4" |
1550 | - "checksum serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)" = "58fc82bec244f168b23d1963b45c8bf5726e9a15a9d146a067f9081aeed2de79" |
1551 | - "checksum serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d" |
1552 | - "checksum serde_test 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce17ed207fa61e7f4701a778a6c111da84a441ca9a8f50b92808f4223dd240b" |
1553 | + "checksum serde 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)" = "076a696fdea89c19d3baed462576b8f6d663064414b5c793642da8dfeb99475b" |
1554 | + "checksum serde_derive 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)" = "ef45eb79d6463b22f5f9e16d283798b7c0175ba6050bc25c1a946c122727fe7b" |
1555 | + "checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704" |
1556 | + "checksum serde_test 1.0.94 (registry+https://github.com/rust-lang/crates.io-index)" = "6e5889093c6aa447d971c1f152c1127eb96ef0a53c4a3e3082158fe6670b28c6" |
1557 | "checksum sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9eb6be24e4c23a84d7184280d2722f7f2731fcdd4a9d886efbfe4413e4847ea0" |
1558 | "checksum sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b4d8bfd0e469f417657573d8451fb33d16cfe0989359b93baf3a1ffc639543d" |
1559 | "checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" |
1560 | "checksum signal-hook 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "72ab58f1fda436857e6337dcb6a5aaa34f16c5ddc87b3a8b6ef7a212f90b9c5a" |
1561 | "checksum signal-hook-registry 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cded4ffa32146722ec54ab1f16320568465aa922aa9ab4708129599740da85d7" |
1562 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
1563 | - "checksum smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c4488ae950c49d403731982257768f48fada354a5203fe81f9bb6f43ca9002be" |
1564 | + "checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7" |
1565 | "checksum socket2 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "4e626972d3593207547f14bf5fc9efa4d0e7283deb73fef1dff313dae9ab8878" |
1566 | "checksum spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44363f6f51401c34e7be73db0db371c04705d35efbe9f7d6082e03a921a32c55" |
1567 | "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
1568 | - "checksum string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b639411d0b9c738748b5397d5ceba08e648f4f1992231aa859af1a017f31f60b" |
1569 | + "checksum string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d" |
1570 | "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
1571 | - "checksum structopt 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" = "3d0760c312538987d363c36c42339b55f5ee176ea8808bbe4543d484a291c8d1" |
1572 | - "checksum structopt-derive 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" = "528aeb7351d042e6ffbc2a6fb76a86f9b622fdf7c25932798e7a82cb03bc94c6" |
1573 | - "checksum syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)" = "ec52cd796e5f01d0067225a5392e70084acc4c0013fa71d55166d38a8b307836" |
1574 | - "checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" |
1575 | - "checksum termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f" |
1576 | - "checksum termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dde0593aeb8d47accea5392b39350015b5eccb12c0d98044d856983d89548dea" |
1577 | + "checksum structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "16c2cdbf9cc375f15d1b4141bc48aeef444806655cd0e904207edc8d68d86ed7" |
1578 | + "checksum structopt-derive 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "53010261a84b37689f9ed7d395165029f9cc7abb9f56bbfe86bee2597ed25107" |
1579 | + "checksum syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d960b829a55e56db167e861ddb43602c003c7be0bee1d345021703fac2fb7c" |
1580 | + "checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f" |
1581 | + "checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e" |
1582 | + "checksum termion 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a8fb22f7cde82c8220e5aeacb3258ed7ce996142c77cba193f203515e26c330" |
1583 | "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
1584 | "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" |
1585 | "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" |
1586 | - "checksum tokio 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)" = "cec6c34409089be085de9403ba2010b80e36938c9ca992c4f67f407bb13db0b1" |
1587 | + "checksum tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6" |
1588 | + "checksum tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46" |
1589 | "checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f" |
1590 | "checksum tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443" |
1591 | - "checksum tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "83ea44c6c0773cc034771693711c35c677b4b5a4b21b9e7071704c54de7d555e" |
1592 | + "checksum tokio-executor 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0f27ee0e6db01c5f0b2973824547ce7e637b2ed79b891a9677b0de9bd532b6ac" |
1593 | "checksum tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe6dc22b08d6993916647d108a1a7d15b9cd29c4f4496c62b92c45b5041b7af" |
1594 | "checksum tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926" |
1595 | - "checksum tokio-process 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "88e1281e412013f1ff5787def044a9577a0bed059f451e835f1643201f8b777d" |
1596 | + "checksum tokio-process 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "afbd6ef1b8cc2bd2c2b580d882774d443ebb1c6ceefe35ba9ea4ab586c89dbe8" |
1597 | "checksum tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6af16bfac7e112bea8b0442542161bfc41cbfa4466b580bdda7d18cb88b911ce" |
1598 | - "checksum tokio-rustls 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c2d884c693406aba65fdd9fe7645b50e4dd0d24b36bc5e66ec8209d2482da99d" |
1599 | + "checksum tokio-rustls 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1600e90b2602df28ff54ae842519b408fbb25378c3c5aee1b795593e9263dc80" |
1600 | "checksum tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "dd6dc5276ea05ce379a16de90083ec80836440d5ef8a6a39545a3207373b8296" |
1601 | - "checksum tokio-sync 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "5b2f843ffdf8d6e1f90bddd48da43f99ab071660cd92b7ec560ef3cdfd7a409a" |
1602 | + "checksum tokio-sync 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2162248ff317e2bc713b261f242b69dbb838b85248ed20bb21df56d60ea4cae7" |
1603 | "checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119" |
1604 | - "checksum tokio-threadpool 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "72558af20be886ea124595ea0f806dd5703b8958e4705429dd58b3d8231f72f2" |
1605 | - "checksum tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "2910970404ba6fa78c5539126a9ae2045d62e3713041e447f695f41405a120c6" |
1606 | - "checksum tokio-trace-core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "350c9edade9830dc185ae48ba45667a445ab59f6167ef6d0254ec9d2430d9dd3" |
1607 | + "checksum tokio-threadpool 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "90ca01319dea1e376a001e8dc192d42ebde6dd532532a5bad988ac37db365b19" |
1608 | + "checksum tokio-timer 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "f2106812d500ed25a4f38235b9cae8f78a09edf43203e16e59c3b769a342a60e" |
1609 | "checksum tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "66268575b80f4a4a710ef83d087fdfeeabdce9b74c797535fbac18a2cb906e92" |
1610 | "checksum tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445" |
1611 | "checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f" |
1612 | @@ -1980,16 +2004,16 @@ dependencies = [ |
1613 | "checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86" |
1614 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" |
1615 | "checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426" |
1616 | - "checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1" |
1617 | + "checksum unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9" |
1618 | "checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526" |
1619 | "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
1620 | "checksum untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "55cd1f4b4e96b46aeb8d4855db4a7a9bd96eeeb5c6a1ab54593328761642ce2f" |
1621 | "checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" |
1622 | - "checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737" |
1623 | + "checksum utf8-ranges 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9d50aa7650df78abf942826607c62468ce18d9019673d4a2ebe1865dbb96ffde" |
1624 | "checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a" |
1625 | "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" |
1626 | "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" |
1627 | - "checksum want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "797464475f30ddb8830cc529aaaae648d581f99e2036a928877dfde027ddf6b3" |
1628 | + "checksum want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230" |
1629 | "checksum webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4f7e1cd7900a3a6b65a3e8780c51a3e6b59c0e2c55c6dc69578c288d69f7d082" |
1630 | "checksum webpki-roots 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c10fa4212003ba19a564f25cd8ab572c6791f99a03cc219c13ed35ccab00de0e" |
1631 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |