Commit
+153 -136 +/-1 browse
1 | diff --git a/Cargo.lock b/Cargo.lock |
2 | index 1b89dff..891b18e 100644 |
3 | --- a/Cargo.lock |
4 | +++ b/Cargo.lock |
5 | @@ -18,7 +18,7 @@ dependencies = [ |
6 | |
7 | [[package]] |
8 | name = "arc-swap" |
9 | - version = "0.3.9" |
10 | + version = "0.3.11" |
11 | source = "registry+https://github.com/rust-lang/crates.io-index" |
12 | |
13 | [[package]] |
14 | @@ -60,9 +60,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
15 | dependencies = [ |
16 | "askama_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
17 | "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
18 | - "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
19 | - "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
20 | - "syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)", |
21 | + "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", |
22 | + "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
23 | + "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)", |
24 | ] |
25 | |
26 | [[package]] |
27 | @@ -88,8 +88,8 @@ name = "atty" |
28 | version = "0.2.11" |
29 | source = "registry+https://github.com/rust-lang/crates.io-index" |
30 | dependencies = [ |
31 | - "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
32 | - "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
33 | + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
34 | + "termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
35 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
36 | ] |
37 | |
38 | @@ -106,8 +106,8 @@ dependencies = [ |
39 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
40 | "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
41 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
42 | - "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
43 | - "rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
44 | + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
45 | + "rustc-demangle 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
46 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
47 | ] |
48 | |
49 | @@ -116,8 +116,8 @@ name = "backtrace-sys" |
50 | version = "0.1.28" |
51 | source = "registry+https://github.com/rust-lang/crates.io-index" |
52 | dependencies = [ |
53 | - "cc 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", |
54 | - "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
55 | + "cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", |
56 | + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
57 | ] |
58 | |
59 | [[package]] |
60 | @@ -139,7 +139,7 @@ dependencies = [ |
61 | |
62 | [[package]] |
63 | name = "bitflags" |
64 | - version = "1.0.4" |
65 | + version = "1.0.5" |
66 | source = "registry+https://github.com/rust-lang/crates.io-index" |
67 | |
68 | [[package]] |
69 | @@ -162,10 +162,10 @@ dependencies = [ |
70 | |
71 | [[package]] |
72 | name = "block-buffer" |
73 | - version = "0.7.0" |
74 | + version = "0.7.3" |
75 | source = "registry+https://github.com/rust-lang/crates.io-index" |
76 | dependencies = [ |
77 | - "block-padding 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
78 | + "block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
79 | "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
80 | "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
81 | "generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
82 | @@ -173,7 +173,7 @@ dependencies = [ |
83 | |
84 | [[package]] |
85 | name = "block-padding" |
86 | - version = "0.1.3" |
87 | + version = "0.1.4" |
88 | source = "registry+https://github.com/rust-lang/crates.io-index" |
89 | dependencies = [ |
90 | "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
91 | @@ -205,7 +205,7 @@ dependencies = [ |
92 | |
93 | [[package]] |
94 | name = "cc" |
95 | - version = "1.0.34" |
96 | + version = "1.0.36" |
97 | source = "registry+https://github.com/rust-lang/crates.io-index" |
98 | |
99 | [[package]] |
100 | @@ -235,14 +235,14 @@ dependencies = [ |
101 | |
102 | [[package]] |
103 | name = "clap" |
104 | - version = "2.32.0" |
105 | + version = "2.33.0" |
106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
107 | dependencies = [ |
108 | "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
109 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
110 | - "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
111 | - "strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
112 | - "textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
113 | + "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
114 | + "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
115 | + "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
116 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
117 | "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
118 | ] |
119 | @@ -252,7 +252,7 @@ name = "cloudabi" |
120 | version = "0.0.3" |
121 | source = "registry+https://github.com/rust-lang/crates.io-index" |
122 | dependencies = [ |
123 | - "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
124 | + "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
125 | ] |
126 | |
127 | [[package]] |
128 | @@ -321,10 +321,10 @@ name = "derive_more" |
129 | version = "0.14.0" |
130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
131 | dependencies = [ |
132 | - "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
133 | - "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
134 | + "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", |
135 | + "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
136 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
137 | - "syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)", |
138 | + "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)", |
139 | ] |
140 | |
141 | [[package]] |
142 | @@ -348,7 +348,7 @@ name = "dirs" |
143 | version = "1.0.5" |
144 | source = "registry+https://github.com/rust-lang/crates.io-index" |
145 | dependencies = [ |
146 | - "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
147 | + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
148 | "redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
149 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
150 | ] |
151 | @@ -361,7 +361,7 @@ dependencies = [ |
152 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
153 | "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
154 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
155 | - "regex 1.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
156 | + "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
157 | "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
158 | ] |
159 | |
160 | @@ -379,9 +379,9 @@ name = "failure_derive" |
161 | version = "0.1.5" |
162 | source = "registry+https://github.com/rust-lang/crates.io-index" |
163 | dependencies = [ |
164 | - "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
165 | - "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
166 | - "syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)", |
167 | + "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", |
168 | + "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
169 | + "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)", |
170 | "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
171 | ] |
172 | |
173 | @@ -405,7 +405,7 @@ name = "fuchsia-zircon" |
174 | version = "0.3.3" |
175 | source = "registry+https://github.com/rust-lang/crates.io-index" |
176 | dependencies = [ |
177 | - "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
178 | + "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
179 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
180 | ] |
181 | |
182 | @@ -464,7 +464,7 @@ dependencies = [ |
183 | |
184 | [[package]] |
185 | name = "h2" |
186 | - version = "0.1.17" |
187 | + version = "0.1.18" |
188 | source = "registry+https://github.com/rust-lang/crates.io-index" |
189 | dependencies = [ |
190 | "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
191 | @@ -508,7 +508,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
192 | dependencies = [ |
193 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
194 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
195 | - "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
196 | + "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
197 | ] |
198 | |
199 | [[package]] |
200 | @@ -536,27 +536,27 @@ dependencies = [ |
201 | |
202 | [[package]] |
203 | name = "hyper" |
204 | - version = "0.12.25" |
205 | + version = "0.12.28" |
206 | source = "registry+https://github.com/rust-lang/crates.io-index" |
207 | dependencies = [ |
208 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
209 | "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
210 | "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
211 | - "h2 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
212 | + "h2 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", |
213 | "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
214 | "httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
215 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
216 | - "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
217 | + "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
218 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
219 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
220 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
221 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
222 | - "tokio 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", |
223 | + "tokio 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", |
224 | "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
225 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
226 | "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
227 | "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
228 | - "tokio-threadpool 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
229 | + "tokio-threadpool 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
230 | "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
231 | "want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
232 | ] |
233 | @@ -569,10 +569,10 @@ dependencies = [ |
234 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
235 | "ct-logs 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
236 | "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
237 | - "hyper 0.12.25 (registry+https://github.com/rust-lang/crates.io-index)", |
238 | + "hyper 0.12.28 (registry+https://github.com/rust-lang/crates.io-index)", |
239 | "rustls 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", |
240 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
241 | - "tokio-rustls 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
242 | + "tokio-rustls 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", |
243 | "webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)", |
244 | "webpki-roots 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", |
245 | ] |
246 | @@ -597,13 +597,13 @@ name = "iovec" |
247 | version = "0.1.2" |
248 | source = "registry+https://github.com/rust-lang/crates.io-index" |
249 | dependencies = [ |
250 | - "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
251 | + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
252 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
253 | ] |
254 | |
255 | [[package]] |
256 | name = "itoa" |
257 | - version = "0.4.3" |
258 | + version = "0.4.4" |
259 | source = "registry+https://github.com/rust-lang/crates.io-index" |
260 | |
261 | [[package]] |
262 | @@ -632,7 +632,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
263 | |
264 | [[package]] |
265 | name = "libc" |
266 | - version = "0.2.51" |
267 | + version = "0.2.54" |
268 | source = "registry+https://github.com/rust-lang/crates.io-index" |
269 | |
270 | [[package]] |
271 | @@ -691,7 +691,7 @@ dependencies = [ |
272 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
273 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
274 | "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
275 | - "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
276 | + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
277 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
278 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
279 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
280 | @@ -716,7 +716,7 @@ version = "0.6.7" |
281 | source = "registry+https://github.com/rust-lang/crates.io-index" |
282 | dependencies = [ |
283 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
284 | - "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
285 | + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
286 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
287 | ] |
288 | |
289 | @@ -746,7 +746,7 @@ version = "0.2.33" |
290 | source = "registry+https://github.com/rust-lang/crates.io-index" |
291 | dependencies = [ |
292 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
293 | - "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
294 | + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
295 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
296 | ] |
297 | |
298 | @@ -782,10 +782,15 @@ name = "num_cpus" |
299 | version = "1.10.0" |
300 | source = "registry+https://github.com/rust-lang/crates.io-index" |
301 | dependencies = [ |
302 | - "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
303 | + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
304 | ] |
305 | |
306 | [[package]] |
307 | + name = "numtoa" |
308 | + version = "0.1.0" |
309 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
310 | + |
311 | + [[package]] |
312 | name = "opaque-debug" |
313 | version = "0.2.2" |
314 | source = "registry+https://github.com/rust-lang/crates.io-index" |
315 | @@ -812,7 +817,7 @@ name = "parking_lot_core" |
316 | version = "0.4.0" |
317 | source = "registry+https://github.com/rust-lang/crates.io-index" |
318 | dependencies = [ |
319 | - "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
320 | + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
321 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
322 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
323 | "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", |
324 | @@ -836,7 +841,7 @@ dependencies = [ |
325 | |
326 | [[package]] |
327 | name = "proc-macro2" |
328 | - version = "0.4.27" |
329 | + version = "0.4.29" |
330 | source = "registry+https://github.com/rust-lang/crates.io-index" |
331 | dependencies = [ |
332 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
333 | @@ -849,10 +854,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
334 | |
335 | [[package]] |
336 | name = "quote" |
337 | - version = "0.6.11" |
338 | + version = "0.6.12" |
339 | source = "registry+https://github.com/rust-lang/crates.io-index" |
340 | dependencies = [ |
341 | - "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
342 | + "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", |
343 | ] |
344 | |
345 | [[package]] |
346 | @@ -861,7 +866,7 @@ version = "0.4.6" |
347 | source = "registry+https://github.com/rust-lang/crates.io-index" |
348 | dependencies = [ |
349 | "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
350 | - "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
351 | + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
352 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
353 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
354 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
355 | @@ -873,12 +878,12 @@ version = "0.6.5" |
356 | source = "registry+https://github.com/rust-lang/crates.io-index" |
357 | dependencies = [ |
358 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
359 | - "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
360 | + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
361 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
362 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
363 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
364 | "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
365 | - "rand_jitter 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
366 | + "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
367 | "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
368 | "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
369 | "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
370 | @@ -925,10 +930,10 @@ dependencies = [ |
371 | |
372 | [[package]] |
373 | name = "rand_jitter" |
374 | - version = "0.1.3" |
375 | + version = "0.1.4" |
376 | source = "registry+https://github.com/rust-lang/crates.io-index" |
377 | dependencies = [ |
378 | - "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
379 | + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
380 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
381 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
382 | ] |
383 | @@ -940,7 +945,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
384 | dependencies = [ |
385 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
386 | "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
387 | - "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
388 | + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
389 | "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
390 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
391 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
392 | @@ -973,7 +978,7 @@ dependencies = [ |
393 | |
394 | [[package]] |
395 | name = "redox_syscall" |
396 | - version = "0.1.52" |
397 | + version = "0.1.54" |
398 | source = "registry+https://github.com/rust-lang/crates.io-index" |
399 | |
400 | [[package]] |
401 | @@ -981,7 +986,7 @@ name = "redox_termios" |
402 | version = "0.1.1" |
403 | source = "registry+https://github.com/rust-lang/crates.io-index" |
404 | dependencies = [ |
405 | - "redox_syscall 0.1.52 (registry+https://github.com/rust-lang/crates.io-index)", |
406 | + "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
407 | ] |
408 | |
409 | [[package]] |
410 | @@ -992,12 +997,12 @@ dependencies = [ |
411 | "argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
412 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
413 | "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
414 | - "redox_syscall 0.1.52 (registry+https://github.com/rust-lang/crates.io-index)", |
415 | + "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
416 | ] |
417 | |
418 | [[package]] |
419 | name = "regex" |
420 | - version = "1.1.5" |
421 | + version = "1.1.6" |
422 | source = "registry+https://github.com/rust-lang/crates.io-index" |
423 | dependencies = [ |
424 | "aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
425 | @@ -1020,9 +1025,9 @@ name = "ring" |
426 | version = "0.14.6" |
427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
428 | dependencies = [ |
429 | - "cc 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)", |
430 | + "cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)", |
431 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
432 | - "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
433 | + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
434 | "spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
435 | "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
436 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
437 | @@ -1043,7 +1048,7 @@ dependencies = [ |
438 | "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
439 | "human-size 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
440 | "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
441 | - "hyper 0.12.25 (registry+https://github.com/rust-lang/crates.io-index)", |
442 | + "hyper 0.12.28 (registry+https://github.com/rust-lang/crates.io-index)", |
443 | "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
444 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
445 | "pretty_env_logger 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
446 | @@ -1054,7 +1059,7 @@ dependencies = [ |
447 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
448 | "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
449 | "structopt 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", |
450 | - "tokio 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", |
451 | + "tokio 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", |
452 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
453 | "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", |
454 | ] |
455 | @@ -1068,7 +1073,7 @@ dependencies = [ |
456 | "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
457 | "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
458 | "hmac 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
459 | - "hyper 0.12.25 (registry+https://github.com/rust-lang/crates.io-index)", |
460 | + "hyper 0.12.28 (registry+https://github.com/rust-lang/crates.io-index)", |
461 | "hyper-rustls 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", |
462 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
463 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
464 | @@ -1078,7 +1083,7 @@ dependencies = [ |
465 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
466 | "sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
467 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
468 | - "tokio 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", |
469 | + "tokio 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", |
470 | "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
471 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
472 | "xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
473 | @@ -1092,8 +1097,8 @@ dependencies = [ |
474 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
475 | "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
476 | "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
477 | - "hyper 0.12.25 (registry+https://github.com/rust-lang/crates.io-index)", |
478 | - "regex 1.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
479 | + "hyper 0.12.28 (registry+https://github.com/rust-lang/crates.io-index)", |
480 | + "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
481 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
482 | "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
483 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
484 | @@ -1114,7 +1119,7 @@ dependencies = [ |
485 | |
486 | [[package]] |
487 | name = "rustc-demangle" |
488 | - version = "0.1.13" |
489 | + version = "0.1.14" |
490 | source = "registry+https://github.com/rust-lang/crates.io-index" |
491 | |
492 | [[package]] |
493 | @@ -1140,7 +1145,7 @@ dependencies = [ |
494 | |
495 | [[package]] |
496 | name = "ryu" |
497 | - version = "0.2.7" |
498 | + version = "0.2.8" |
499 | source = "registry+https://github.com/rust-lang/crates.io-index" |
500 | |
501 | [[package]] |
502 | @@ -1193,9 +1198,9 @@ name = "serde_derive" |
503 | version = "1.0.90" |
504 | source = "registry+https://github.com/rust-lang/crates.io-index" |
505 | dependencies = [ |
506 | - "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
507 | - "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
508 | - "syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)", |
509 | + "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", |
510 | + "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
511 | + "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)", |
512 | ] |
513 | |
514 | [[package]] |
515 | @@ -1203,8 +1208,8 @@ name = "serde_json" |
516 | version = "1.0.39" |
517 | source = "registry+https://github.com/rust-lang/crates.io-index" |
518 | dependencies = [ |
519 | - "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
520 | - "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
521 | + "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
522 | + "ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
523 | "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", |
524 | ] |
525 | |
526 | @@ -1232,7 +1237,7 @@ name = "sha2" |
527 | version = "0.8.0" |
528 | source = "registry+https://github.com/rust-lang/crates.io-index" |
529 | dependencies = [ |
530 | - "block-buffer 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
531 | + "block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
532 | "digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
533 | "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
534 | "opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
535 | @@ -1245,11 +1250,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
536 | |
537 | [[package]] |
538 | name = "signal-hook" |
539 | - version = "0.1.8" |
540 | + version = "0.1.9" |
541 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
542 | + dependencies = [ |
543 | + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
544 | + "signal-hook-registry 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
545 | + ] |
546 | + |
547 | + [[package]] |
548 | + name = "signal-hook-registry" |
549 | + version = "1.0.1" |
550 | source = "registry+https://github.com/rust-lang/crates.io-index" |
551 | dependencies = [ |
552 | - "arc-swap 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
553 | - "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
554 | + "arc-swap 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", |
555 | + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
556 | ] |
557 | |
558 | [[package]] |
559 | @@ -1268,8 +1282,8 @@ version = "0.3.8" |
560 | source = "registry+https://github.com/rust-lang/crates.io-index" |
561 | dependencies = [ |
562 | "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
563 | - "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
564 | - "redox_syscall 0.1.52 (registry+https://github.com/rust-lang/crates.io-index)", |
565 | + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
566 | + "redox_syscall 0.1.54 (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 | @@ -1290,7 +1304,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
571 | |
572 | [[package]] |
573 | name = "strsim" |
574 | - version = "0.7.0" |
575 | + version = "0.8.0" |
576 | source = "registry+https://github.com/rust-lang/crates.io-index" |
577 | |
578 | [[package]] |
579 | @@ -1298,7 +1312,7 @@ name = "structopt" |
580 | version = "0.2.15" |
581 | source = "registry+https://github.com/rust-lang/crates.io-index" |
582 | dependencies = [ |
583 | - "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
584 | + "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", |
585 | "structopt-derive 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", |
586 | ] |
587 | |
588 | @@ -1308,18 +1322,18 @@ version = "0.2.15" |
589 | source = "registry+https://github.com/rust-lang/crates.io-index" |
590 | dependencies = [ |
591 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
592 | - "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
593 | - "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
594 | - "syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)", |
595 | + "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", |
596 | + "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
597 | + "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)", |
598 | ] |
599 | |
600 | [[package]] |
601 | name = "syn" |
602 | - version = "0.15.30" |
603 | + version = "0.15.33" |
604 | source = "registry+https://github.com/rust-lang/crates.io-index" |
605 | dependencies = [ |
606 | - "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
607 | - "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
608 | + "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", |
609 | + "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
610 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
611 | ] |
612 | |
613 | @@ -1328,9 +1342,9 @@ name = "synstructure" |
614 | version = "0.10.1" |
615 | source = "registry+https://github.com/rust-lang/crates.io-index" |
616 | dependencies = [ |
617 | - "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
618 | - "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", |
619 | - "syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)", |
620 | + "proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)", |
621 | + "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", |
622 | + "syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)", |
623 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
624 | ] |
625 | |
626 | @@ -1344,17 +1358,18 @@ dependencies = [ |
627 | |
628 | [[package]] |
629 | name = "termion" |
630 | - version = "1.5.1" |
631 | + version = "1.5.2" |
632 | source = "registry+https://github.com/rust-lang/crates.io-index" |
633 | dependencies = [ |
634 | - "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
635 | - "redox_syscall 0.1.52 (registry+https://github.com/rust-lang/crates.io-index)", |
636 | + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
637 | + "numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
638 | + "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
639 | "redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
640 | ] |
641 | |
642 | [[package]] |
643 | name = "textwrap" |
644 | - version = "0.10.0" |
645 | + version = "0.11.0" |
646 | source = "registry+https://github.com/rust-lang/crates.io-index" |
647 | dependencies = [ |
648 | "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
649 | @@ -1373,14 +1388,14 @@ name = "time" |
650 | version = "0.1.42" |
651 | source = "registry+https://github.com/rust-lang/crates.io-index" |
652 | dependencies = [ |
653 | - "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
654 | - "redox_syscall 0.1.52 (registry+https://github.com/rust-lang/crates.io-index)", |
655 | + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
656 | + "redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)", |
657 | "winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
658 | ] |
659 | |
660 | [[package]] |
661 | name = "tokio" |
662 | - version = "0.1.18" |
663 | + version = "0.1.19" |
664 | source = "registry+https://github.com/rust-lang/crates.io-index" |
665 | dependencies = [ |
666 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
667 | @@ -1393,9 +1408,9 @@ dependencies = [ |
668 | "tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
669 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
670 | "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
671 | - "tokio-sync 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
672 | + "tokio-sync 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
673 | "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
674 | - "tokio-threadpool 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
675 | + "tokio-threadpool 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
676 | "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
677 | "tokio-trace-core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
678 | "tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
679 | @@ -1437,7 +1452,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
680 | dependencies = [ |
681 | "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
682 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
683 | - "tokio-threadpool 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
684 | + "tokio-threadpool 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
685 | ] |
686 | |
687 | [[package]] |
688 | @@ -1456,7 +1471,7 @@ version = "0.2.3" |
689 | source = "registry+https://github.com/rust-lang/crates.io-index" |
690 | dependencies = [ |
691 | "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
692 | - "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
693 | + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
694 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
695 | "mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
696 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
697 | @@ -1480,12 +1495,12 @@ dependencies = [ |
698 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
699 | "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
700 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
701 | - "tokio-sync 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
702 | + "tokio-sync 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
703 | ] |
704 | |
705 | [[package]] |
706 | name = "tokio-rustls" |
707 | - version = "0.9.1" |
708 | + version = "0.9.2" |
709 | source = "registry+https://github.com/rust-lang/crates.io-index" |
710 | dependencies = [ |
711 | "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
712 | @@ -1500,10 +1515,10 @@ version = "0.2.7" |
713 | source = "registry+https://github.com/rust-lang/crates.io-index" |
714 | dependencies = [ |
715 | "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
716 | - "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
717 | + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
718 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
719 | "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
720 | - "signal-hook 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
721 | + "signal-hook 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
722 | "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
723 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
724 | "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
725 | @@ -1512,7 +1527,7 @@ dependencies = [ |
726 | |
727 | [[package]] |
728 | name = "tokio-sync" |
729 | - version = "0.1.4" |
730 | + version = "0.1.5" |
731 | source = "registry+https://github.com/rust-lang/crates.io-index" |
732 | dependencies = [ |
733 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
734 | @@ -1534,7 +1549,7 @@ dependencies = [ |
735 | |
736 | [[package]] |
737 | name = "tokio-threadpool" |
738 | - version = "0.1.13" |
739 | + version = "0.1.14" |
740 | source = "registry+https://github.com/rust-lang/crates.io-index" |
741 | dependencies = [ |
742 | "crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
743 | @@ -1589,7 +1604,7 @@ dependencies = [ |
744 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
745 | "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", |
746 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
747 | - "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)", |
748 | + "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", |
749 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
750 | "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
751 | "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
752 | @@ -1778,13 +1793,13 @@ name = "xml-rs" |
753 | version = "0.7.0" |
754 | source = "registry+https://github.com/rust-lang/crates.io-index" |
755 | dependencies = [ |
756 | - "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
757 | + "bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
758 | ] |
759 | |
760 | [metadata] |
761 | "checksum aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c" |
762 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
763 | - "checksum arc-swap 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "bcee9b73d8a058eebb0b567fd3687f6761fb232049f92c23bdd2c82b6fe0c0cc" |
764 | + "checksum arc-swap 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "bc4662175ead9cd84451d5c35070517777949a2ed84551764129cedb88384841" |
765 | "checksum argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392" |
766 | "checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee" |
767 | "checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71" |
768 | @@ -1798,20 +1813,20 @@ dependencies = [ |
769 | "checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6" |
770 | "checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" |
771 | "checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" |
772 | - "checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12" |
773 | + "checksum bitflags 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "bd1fa8ad26490b0a5cfec99089952250301b6716cdeaa7c9ab229598fb82ab66" |
774 | "checksum blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400" |
775 | "checksum block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab" |
776 | - "checksum block-buffer 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49665c62e0e700857531fa5d3763e91b539ff1abeebd56808d378b495870d60d" |
777 | - "checksum block-padding 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d75255892aeb580d3c566f213a2b6fdc1c66667839f45719ee1d30ebf2aea591" |
778 | + "checksum block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" |
779 | + "checksum block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6d4dc3af3ee2e12f3e5d224e5e1e3d73668abbeb69e566d361f7d5563a4fdf09" |
780 | "checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40" |
781 | "checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" |
782 | "checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb" |
783 | "checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" |
784 | - "checksum cc 1.0.34 (registry+https://github.com/rust-lang/crates.io-index)" = "30f813bf45048a18eda9190fd3c6b78644146056740c43172a5a3699118588fd" |
785 | + "checksum cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)" = "a0c56216487bb80eec9c4516337b2588a4f2a2290d72a1416d930e4dcdb0c90d" |
786 | "checksum cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4" |
787 | "checksum chacha 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ddf3c081b5fba1e5615640aae998e0fbd10c24cbd897ee39ed754a77601a4862" |
788 | "checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878" |
789 | - "checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e" |
790 | + "checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" |
791 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
792 | "checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e" |
793 | "checksum crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71" |
794 | @@ -1838,7 +1853,7 @@ dependencies = [ |
795 | "checksum futures-timer 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a5cedfe9b6dc756220782cc1ba5bcb1fa091cdcba155e40d3556159c3db58043" |
796 | "checksum generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c0f28c2f5bfb5960175af447a2da7c18900693738343dc896ffbcabd9839592" |
797 | "checksum generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ef25c5683767570c2bbd7deba372926a55eaae9982d7726ee2a1050239d45b9d" |
798 | - "checksum h2 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "910a5e7be6283a9c91b3982fa5188368c8719cce2a3cf3b86048673bf9d9c36b" |
799 | + "checksum h2 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "85ab6286db06040ddefb71641b50017c06874614001a134b423783e2db2920bd" |
800 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
801 | "checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" |
802 | "checksum hmac 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44f3bdb08579d99d7dc761c0e266f13b5f2ab8c8c703b9fc9ef333cd8f48f55e" |
803 | @@ -1847,17 +1862,17 @@ dependencies = [ |
804 | "checksum human-size 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5bec6e801ef7367625bd94ad7e2965e6027189f3e9deef422388d993af2814a0" |
805 | "checksum humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e" |
806 | "checksum humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114" |
807 | - "checksum hyper 0.12.25 (registry+https://github.com/rust-lang/crates.io-index)" = "7d5b6658b016965ae301fa995306db965c93677880ea70765a84235a96eae896" |
808 | + "checksum hyper 0.12.28 (registry+https://github.com/rust-lang/crates.io-index)" = "e8e4606fed1c162e3a63d408c07584429f49a4f34c7176cb6cbee60e78f2372c" |
809 | "checksum hyper-rustls 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)" = "15b66d1bd4864ef036adf2363409caa3acd63ebb4725957b66e621c8a36631a3" |
810 | "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" |
811 | "checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" |
812 | "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" |
813 | - "checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" |
814 | + "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" |
815 | "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
816 | "checksum keystream 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c33070833c9ee02266356de0c43f723152bd38bd96ddf52c82b3af10c9138b28" |
817 | "checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14" |
818 | "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" |
819 | - "checksum libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)" = "bedcc7a809076656486ffe045abeeac163da1b558e963a31e29fbfbeba916917" |
820 | + "checksum libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" = "c6785aa7dd976f5fbf3b71cfd9cd49d7f783c1ff565a858d71031c6c313aa5c6" |
821 | "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" |
822 | "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" |
823 | "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" |
824 | @@ -1876,15 +1891,16 @@ dependencies = [ |
825 | "checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea" |
826 | "checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1" |
827 | "checksum num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a23f0ed30a54abaa0c7e83b1d2d87ada7c3c23078d1d87815af3e3b6385fbba" |
828 | + "checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef" |
829 | "checksum opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "93f5bb2e8e8dec81642920ccff6b61f1eb94fa3020c5a325c9851ff604152409" |
830 | "checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" |
831 | "checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337" |
832 | "checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9" |
833 | "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" |
834 | "checksum pretty_env_logger 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df8b3f4e0475def7d9c2e5de8e5a1306949849761e107b360d03e98eafaffd61" |
835 | - "checksum proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)" = "4d317f9caece796be1980837fd5cb3dfec5613ebdb04ad0956deea83ce168915" |
836 | + "checksum proc-macro2 0.4.29 (registry+https://github.com/rust-lang/crates.io-index)" = "64c827cea7a7ab30ce4593e5e04d7a11617ad6ece2fa230605a78b00ff965316" |
837 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
838 | - "checksum quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "cdd8e04bd9c52e0342b406469d494fcb033be4bdbe5c606016defbb1681411e1" |
839 | + "checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db" |
840 | "checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" |
841 | "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" |
842 | "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" |
843 | @@ -1892,24 +1908,24 @@ dependencies = [ |
844 | "checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0" |
845 | "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" |
846 | "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" |
847 | - "checksum rand_jitter 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b9ea758282efe12823e0d952ddb269d2e1897227e464919a554f2a03ef1b832" |
848 | + "checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" |
849 | "checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" |
850 | "checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" |
851 | "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" |
852 | "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" |
853 | - "checksum redox_syscall 0.1.52 (registry+https://github.com/rust-lang/crates.io-index)" = "d32b3053e5ced86e4bc0411fec997389532bf56b000e66cb4884eeeb41413d69" |
854 | + "checksum redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)" = "12229c14a0f65c4f1cb046a3b52047cdd9da1f4b30f8a39c5063c8bae515e252" |
855 | "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" |
856 | "checksum redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe5204c3a17e97dde73f285d49be585df59ed84b50a872baf416e73b62c3828" |
857 | - "checksum regex 1.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "559008764a17de49a3146b234641644ed37d118d1ef641a0bb573d146edc6ce0" |
858 | + "checksum regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "8f0a0bcab2fd7d1d7c54fa9eae6f43eddeb9ce2e7352f8518a814a4f65d60c58" |
859 | "checksum regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "dcfd8681eebe297b81d98498869d4aae052137651ad7b96822f09ceb690d0a96" |
860 | "checksum ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)" = "426bc186e3e95cac1e4a4be125a4aca7e84c2d616ffc02244eef36e2a60a093c" |
861 | "checksum rusoto_core 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b03958c1f00c85d038f7c3532f33381cf3cda93e88ad745cc5dcdb3d9675bb6" |
862 | "checksum rusoto_credential 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "00d75d9360c522cc29d80eaa5ecdd8fa56d811578118d6cf8ec083c035343baa" |
863 | "checksum rusoto_s3 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)" = "deec58d788a92ea7a5711815dba59e80e4f58b870707f3892e6904c0f9f07023" |
864 | - "checksum rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "adacaae16d02b6ec37fdc7acfcddf365978de76d1983d3ee22afc260e1ca9619" |
865 | + "checksum rustc-demangle 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "ccc78bfd5acd7bf3e89cffcf899e5cb1a52d6fafa8dec2739ad70c9577a57288" |
866 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
867 | "checksum rustls 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f271e3552cd835fa28c541c34a7e8fdd8cdff09d77fe4eb8f6c42e87a11b096e" |
868 | - "checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7" |
869 | + "checksum ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "b96a9549dc8d48f2c283938303c4b5a77aa29bfbc5b54b084fb1630408899a8f" |
870 | "checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9" |
871 | "checksum scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8" |
872 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
873 | @@ -1923,24 +1939,25 @@ dependencies = [ |
874 | "checksum sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9eb6be24e4c23a84d7184280d2722f7f2731fcdd4a9d886efbfe4413e4847ea0" |
875 | "checksum sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b4d8bfd0e469f417657573d8451fb33d16cfe0989359b93baf3a1ffc639543d" |
876 | "checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" |
877 | - "checksum signal-hook 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "97a47ae722318beceb0294e6f3d601205a1e6abaa4437d9d33e3a212233e3021" |
878 | + "checksum signal-hook 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "72ab58f1fda436857e6337dcb6a5aaa34f16c5ddc87b3a8b6ef7a212f90b9c5a" |
879 | + "checksum signal-hook-registry 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cded4ffa32146722ec54ab1f16320568465aa922aa9ab4708129599740da85d7" |
880 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
881 | "checksum smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c4488ae950c49d403731982257768f48fada354a5203fe81f9bb6f43ca9002be" |
882 | "checksum socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c4d11a52082057d87cb5caa31ad812f4504b97ab44732cd8359df2e9ff9f48e7" |
883 | "checksum spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44363f6f51401c34e7be73db0db371c04705d35efbe9f7d6082e03a921a32c55" |
884 | "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
885 | "checksum string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b639411d0b9c738748b5397d5ceba08e648f4f1992231aa859af1a017f31f60b" |
886 | - "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" |
887 | + "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
888 | "checksum structopt 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" = "3d0760c312538987d363c36c42339b55f5ee176ea8808bbe4543d484a291c8d1" |
889 | "checksum structopt-derive 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" = "528aeb7351d042e6ffbc2a6fb76a86f9b622fdf7c25932798e7a82cb03bc94c6" |
890 | - "checksum syn 0.15.30 (registry+https://github.com/rust-lang/crates.io-index)" = "66c8865bf5a7cbb662d8b011950060b3c8743dca141b054bf7195b20d314d8e2" |
891 | + "checksum syn 0.15.33 (registry+https://github.com/rust-lang/crates.io-index)" = "ec52cd796e5f01d0067225a5392e70084acc4c0013fa71d55166d38a8b307836" |
892 | "checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015" |
893 | "checksum termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f" |
894 | - "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" |
895 | - "checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6" |
896 | + "checksum termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dde0593aeb8d47accea5392b39350015b5eccb12c0d98044d856983d89548dea" |
897 | + "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
898 | "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" |
899 | "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" |
900 | - "checksum tokio 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "65641e515a437b308ab131a82ce3042ff9795bef5d6c5a9be4eb24195c417fd9" |
901 | + "checksum tokio 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)" = "cec6c34409089be085de9403ba2010b80e36938c9ca992c4f67f407bb13db0b1" |
902 | "checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f" |
903 | "checksum tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443" |
904 | "checksum tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "83ea44c6c0773cc034771693711c35c677b4b5a4b21b9e7071704c54de7d555e" |
905 | @@ -1948,11 +1965,11 @@ dependencies = [ |
906 | "checksum tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926" |
907 | "checksum tokio-process 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "88e1281e412013f1ff5787def044a9577a0bed059f451e835f1643201f8b777d" |
908 | "checksum tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6af16bfac7e112bea8b0442542161bfc41cbfa4466b580bdda7d18cb88b911ce" |
909 | - "checksum tokio-rustls 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "369282441514a4e8bc4d935714e4ee3f9735796f0882e1240f60db5bd94cb826" |
910 | + "checksum tokio-rustls 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c2d884c693406aba65fdd9fe7645b50e4dd0d24b36bc5e66ec8209d2482da99d" |
911 | "checksum tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "dd6dc5276ea05ce379a16de90083ec80836440d5ef8a6a39545a3207373b8296" |
912 | - "checksum tokio-sync 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "fda385df506bf7546e70872767f71e81640f1f251bdf2fd8eb81a0eaec5fe022" |
913 | + "checksum tokio-sync 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "5b2f843ffdf8d6e1f90bddd48da43f99ab071660cd92b7ec560ef3cdfd7a409a" |
914 | "checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119" |
915 | - "checksum tokio-threadpool 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "ec5759cf26cf9659555f36c431b515e3d05f66831741c85b4b5d5dfb9cf1323c" |
916 | + "checksum tokio-threadpool 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "72558af20be886ea124595ea0f806dd5703b8958e4705429dd58b3d8231f72f2" |
917 | "checksum tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "2910970404ba6fa78c5539126a9ae2045d62e3713041e447f695f41405a120c6" |
918 | "checksum tokio-trace-core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "350c9edade9830dc185ae48ba45667a445ab59f6167ef6d0254ec9d2430d9dd3" |
919 | "checksum tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "66268575b80f4a4a710ef83d087fdfeeabdce9b74c797535fbac18a2cb906e92" |