Commit
+221 -221 +/-1 browse
1 | diff --git a/Cargo.lock b/Cargo.lock |
2 | index 74044b3..11e4288 100644 |
3 | --- a/Cargo.lock |
4 | +++ b/Cargo.lock |
5 | @@ -2,7 +2,7 @@ |
6 | # It is not intended for manual editing. |
7 | [[package]] |
8 | name = "aho-corasick" |
9 | - version = "0.7.10" |
10 | + version = "0.7.13" |
11 | source = "registry+https://github.com/rust-lang/crates.io-index" |
12 | dependencies = [ |
13 | "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
14 | @@ -13,12 +13,12 @@ name = "ansi_term" |
15 | version = "0.11.0" |
16 | source = "registry+https://github.com/rust-lang/crates.io-index" |
17 | dependencies = [ |
18 | - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
19 | + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
20 | ] |
21 | |
22 | [[package]] |
23 | name = "arc-swap" |
24 | - version = "0.4.4" |
25 | + version = "0.4.7" |
26 | source = "registry+https://github.com/rust-lang/crates.io-index" |
27 | |
28 | [[package]] |
29 | @@ -65,9 +65,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
30 | dependencies = [ |
31 | "askama_escape 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
32 | "humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
33 | - "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
34 | - "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
35 | - "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
36 | + "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
37 | + "serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
38 | + "serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
39 | "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
40 | ] |
41 | |
42 | @@ -76,9 +76,9 @@ name = "atty" |
43 | version = "0.2.14" |
44 | source = "registry+https://github.com/rust-lang/crates.io-index" |
45 | dependencies = [ |
46 | - "hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
47 | - "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
48 | - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
49 | + "hermit-abi 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
50 | + "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", |
51 | + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
52 | ] |
53 | |
54 | [[package]] |
55 | @@ -162,7 +162,7 @@ dependencies = [ |
56 | |
57 | [[package]] |
58 | name = "cc" |
59 | - version = "1.0.50" |
60 | + version = "1.0.56" |
61 | source = "registry+https://github.com/rust-lang/crates.io-index" |
62 | |
63 | [[package]] |
64 | @@ -184,15 +184,15 @@ name = "chrono" |
65 | version = "0.4.11" |
66 | source = "registry+https://github.com/rust-lang/crates.io-index" |
67 | dependencies = [ |
68 | - "num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
69 | - "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
70 | - "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
71 | - "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
72 | + "num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", |
73 | + "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
74 | + "serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
75 | + "time 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", |
76 | ] |
77 | |
78 | [[package]] |
79 | name = "clap" |
80 | - version = "2.33.0" |
81 | + version = "2.33.1" |
82 | source = "registry+https://github.com/rust-lang/crates.io-index" |
83 | dependencies = [ |
84 | "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
85 | @@ -200,8 +200,8 @@ dependencies = [ |
86 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
87 | "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
88 | "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
89 | - "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
90 | - "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
91 | + "unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
92 | + "vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
93 | ] |
94 | |
95 | [[package]] |
96 | @@ -242,7 +242,7 @@ dependencies = [ |
97 | "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
98 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
99 | "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
100 | - "memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
101 | + "memoffset 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", |
102 | "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
103 | ] |
104 | |
105 | @@ -256,11 +256,12 @@ dependencies = [ |
106 | |
107 | [[package]] |
108 | name = "crossbeam-queue" |
109 | - version = "0.2.1" |
110 | + version = "0.2.3" |
111 | source = "registry+https://github.com/rust-lang/crates.io-index" |
112 | dependencies = [ |
113 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
114 | "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
115 | + "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
116 | ] |
117 | |
118 | [[package]] |
119 | @@ -304,9 +305,9 @@ name = "derive_more" |
120 | version = "0.99.9" |
121 | source = "registry+https://github.com/rust-lang/crates.io-index" |
122 | dependencies = [ |
123 | - "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", |
124 | - "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
125 | - "syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)", |
126 | + "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
127 | + "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
128 | + "syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
129 | ] |
130 | |
131 | [[package]] |
132 | @@ -330,9 +331,9 @@ name = "dirs" |
133 | version = "1.0.5" |
134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
135 | dependencies = [ |
136 | - "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
137 | + "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", |
138 | "redox_users 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
139 | - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
140 | + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
141 | ] |
142 | |
143 | [[package]] |
144 | @@ -348,7 +349,7 @@ dependencies = [ |
145 | "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
146 | "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
147 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
148 | - "regex 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
149 | + "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
150 | "termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
151 | ] |
152 | |
153 | @@ -359,7 +360,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
154 | |
155 | [[package]] |
156 | name = "fnv" |
157 | - version = "1.0.6" |
158 | + version = "1.0.7" |
159 | source = "registry+https://github.com/rust-lang/crates.io-index" |
160 | |
161 | [[package]] |
162 | @@ -402,7 +403,7 @@ version = "0.1.8" |
163 | source = "registry+https://github.com/rust-lang/crates.io-index" |
164 | dependencies = [ |
165 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
166 | - "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
167 | + "num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
168 | ] |
169 | |
170 | [[package]] |
171 | @@ -418,7 +419,7 @@ name = "generic-array" |
172 | version = "0.9.0" |
173 | source = "registry+https://github.com/rust-lang/crates.io-index" |
174 | dependencies = [ |
175 | - "typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)", |
176 | + "typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
177 | ] |
178 | |
179 | [[package]] |
180 | @@ -426,7 +427,7 @@ name = "generic-array" |
181 | version = "0.14.2" |
182 | source = "registry+https://github.com/rust-lang/crates.io-index" |
183 | dependencies = [ |
184 | - "typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)", |
185 | + "typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
186 | "version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", |
187 | ] |
188 | |
189 | @@ -436,7 +437,7 @@ version = "0.1.14" |
190 | source = "registry+https://github.com/rust-lang/crates.io-index" |
191 | dependencies = [ |
192 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
193 | - "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
194 | + "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", |
195 | "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", |
196 | ] |
197 | |
198 | @@ -447,10 +448,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
199 | dependencies = [ |
200 | "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
201 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
202 | - "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
203 | + "fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
204 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
205 | "http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
206 | - "indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
207 | + "indexmap 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
208 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
209 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
210 | "string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
211 | @@ -467,10 +468,10 @@ dependencies = [ |
212 | |
213 | [[package]] |
214 | name = "hermit-abi" |
215 | - version = "0.1.8" |
216 | + version = "0.1.14" |
217 | source = "registry+https://github.com/rust-lang/crates.io-index" |
218 | dependencies = [ |
219 | - "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
220 | + "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", |
221 | ] |
222 | |
223 | [[package]] |
224 | @@ -493,8 +494,8 @@ version = "0.1.21" |
225 | source = "registry+https://github.com/rust-lang/crates.io-index" |
226 | dependencies = [ |
227 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
228 | - "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
229 | - "itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
230 | + "fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
231 | + "itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
232 | ] |
233 | |
234 | [[package]] |
235 | @@ -515,7 +516,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
236 | |
237 | [[package]] |
238 | name = "human-size" |
239 | - version = "0.4.0" |
240 | + version = "0.4.1" |
241 | source = "registry+https://github.com/rust-lang/crates.io-index" |
242 | |
243 | [[package]] |
244 | @@ -549,11 +550,11 @@ dependencies = [ |
245 | "http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
246 | "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
247 | "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
248 | - "itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
249 | + "itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
250 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
251 | - "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
252 | + "net2 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)", |
253 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
254 | - "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
255 | + "time 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", |
256 | "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
257 | "tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
258 | "tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
259 | @@ -588,12 +589,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
260 | dependencies = [ |
261 | "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
262 | "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
263 | - "unicode-normalization 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
264 | + "unicode-normalization 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
265 | ] |
266 | |
267 | [[package]] |
268 | name = "indexmap" |
269 | - version = "1.3.2" |
270 | + version = "1.4.0" |
271 | source = "registry+https://github.com/rust-lang/crates.io-index" |
272 | dependencies = [ |
273 | "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
274 | @@ -604,12 +605,12 @@ name = "iovec" |
275 | version = "0.1.4" |
276 | source = "registry+https://github.com/rust-lang/crates.io-index" |
277 | dependencies = [ |
278 | - "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
279 | + "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", |
280 | ] |
281 | |
282 | [[package]] |
283 | name = "itoa" |
284 | - version = "0.4.5" |
285 | + version = "0.4.6" |
286 | source = "registry+https://github.com/rust-lang/crates.io-index" |
287 | |
288 | [[package]] |
289 | @@ -633,21 +634,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
290 | |
291 | [[package]] |
292 | name = "libc" |
293 | - version = "0.2.67" |
294 | + version = "0.2.71" |
295 | source = "registry+https://github.com/rust-lang/crates.io-index" |
296 | |
297 | [[package]] |
298 | name = "linked-hash-map" |
299 | - version = "0.5.2" |
300 | + version = "0.5.3" |
301 | source = "registry+https://github.com/rust-lang/crates.io-index" |
302 | dependencies = [ |
303 | - "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
304 | - "serde_test 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
305 | + "serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
306 | + "serde_test 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
307 | ] |
308 | |
309 | [[package]] |
310 | name = "lock_api" |
311 | - version = "0.3.3" |
312 | + version = "0.3.4" |
313 | source = "registry+https://github.com/rust-lang/crates.io-index" |
314 | dependencies = [ |
315 | "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
316 | @@ -683,15 +684,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
317 | |
318 | [[package]] |
319 | name = "memoffset" |
320 | - version = "0.5.3" |
321 | + version = "0.5.4" |
322 | source = "registry+https://github.com/rust-lang/crates.io-index" |
323 | dependencies = [ |
324 | - "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
325 | + "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
326 | ] |
327 | |
328 | [[package]] |
329 | name = "mio" |
330 | - version = "0.6.21" |
331 | + version = "0.6.22" |
332 | source = "registry+https://github.com/rust-lang/crates.io-index" |
333 | dependencies = [ |
334 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
335 | @@ -699,33 +700,33 @@ dependencies = [ |
336 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
337 | "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
338 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
339 | - "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
340 | + "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", |
341 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
342 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
343 | - "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
344 | + "net2 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)", |
345 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
346 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
347 | ] |
348 | |
349 | [[package]] |
350 | name = "mio-named-pipes" |
351 | - version = "0.1.6" |
352 | + version = "0.1.7" |
353 | source = "registry+https://github.com/rust-lang/crates.io-index" |
354 | dependencies = [ |
355 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
356 | - "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
357 | - "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
358 | - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
359 | + "mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)", |
360 | + "miow 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
361 | + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
362 | ] |
363 | |
364 | [[package]] |
365 | name = "mio-uds" |
366 | - version = "0.6.7" |
367 | + version = "0.6.8" |
368 | source = "registry+https://github.com/rust-lang/crates.io-index" |
369 | dependencies = [ |
370 | "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
371 | - "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
372 | - "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
373 | + "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", |
374 | + "mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)", |
375 | ] |
376 | |
377 | [[package]] |
378 | @@ -734,28 +735,28 @@ version = "0.2.1" |
379 | source = "registry+https://github.com/rust-lang/crates.io-index" |
380 | dependencies = [ |
381 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
382 | - "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
383 | + "net2 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)", |
384 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
385 | "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
386 | ] |
387 | |
388 | [[package]] |
389 | name = "miow" |
390 | - version = "0.3.3" |
391 | + version = "0.3.5" |
392 | source = "registry+https://github.com/rust-lang/crates.io-index" |
393 | dependencies = [ |
394 | - "socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", |
395 | - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
396 | + "socket2 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)", |
397 | + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
398 | ] |
399 | |
400 | [[package]] |
401 | name = "net2" |
402 | - version = "0.2.33" |
403 | + version = "0.2.34" |
404 | source = "registry+https://github.com/rust-lang/crates.io-index" |
405 | dependencies = [ |
406 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
407 | - "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
408 | - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
409 | + "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", |
410 | + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
411 | ] |
412 | |
413 | [[package]] |
414 | @@ -769,16 +770,16 @@ dependencies = [ |
415 | |
416 | [[package]] |
417 | name = "num-integer" |
418 | - version = "0.1.42" |
419 | + version = "0.1.43" |
420 | source = "registry+https://github.com/rust-lang/crates.io-index" |
421 | dependencies = [ |
422 | "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
423 | - "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
424 | + "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
425 | ] |
426 | |
427 | [[package]] |
428 | name = "num-traits" |
429 | - version = "0.2.11" |
430 | + version = "0.2.12" |
431 | source = "registry+https://github.com/rust-lang/crates.io-index" |
432 | dependencies = [ |
433 | "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
434 | @@ -786,11 +787,11 @@ dependencies = [ |
435 | |
436 | [[package]] |
437 | name = "num_cpus" |
438 | - version = "1.12.0" |
439 | + version = "1.13.0" |
440 | source = "registry+https://github.com/rust-lang/crates.io-index" |
441 | dependencies = [ |
442 | - "hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
443 | - "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
444 | + "hermit-abi 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
445 | + "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", |
446 | ] |
447 | |
448 | [[package]] |
449 | @@ -803,7 +804,7 @@ name = "parking_lot" |
450 | version = "0.9.0" |
451 | source = "registry+https://github.com/rust-lang/crates.io-index" |
452 | dependencies = [ |
453 | - "lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
454 | + "lock_api 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
455 | "parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
456 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
457 | ] |
458 | @@ -815,11 +816,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
459 | dependencies = [ |
460 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
461 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
462 | - "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
463 | + "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", |
464 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
465 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
466 | "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
467 | - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
468 | + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
469 | ] |
470 | |
471 | [[package]] |
472 | @@ -847,9 +848,9 @@ version = "1.0.3" |
473 | source = "registry+https://github.com/rust-lang/crates.io-index" |
474 | dependencies = [ |
475 | "proc-macro-error-attr 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
476 | - "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", |
477 | - "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
478 | - "syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)", |
479 | + "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
480 | + "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
481 | + "syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
482 | "version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", |
483 | ] |
484 | |
485 | @@ -858,9 +859,9 @@ name = "proc-macro-error-attr" |
486 | version = "1.0.3" |
487 | source = "registry+https://github.com/rust-lang/crates.io-index" |
488 | dependencies = [ |
489 | - "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", |
490 | - "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
491 | - "syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)", |
492 | + "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
493 | + "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
494 | + "syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
495 | "syn-mid 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
496 | "version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", |
497 | ] |
498 | @@ -875,10 +876,10 @@ dependencies = [ |
499 | |
500 | [[package]] |
501 | name = "proc-macro2" |
502 | - version = "1.0.9" |
503 | + version = "1.0.18" |
504 | source = "registry+https://github.com/rust-lang/crates.io-index" |
505 | dependencies = [ |
506 | - "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
507 | + "unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
508 | ] |
509 | |
510 | [[package]] |
511 | @@ -896,10 +897,10 @@ dependencies = [ |
512 | |
513 | [[package]] |
514 | name = "quote" |
515 | - version = "1.0.3" |
516 | + version = "1.0.7" |
517 | source = "registry+https://github.com/rust-lang/crates.io-index" |
518 | dependencies = [ |
519 | - "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", |
520 | + "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
521 | ] |
522 | |
523 | [[package]] |
524 | @@ -908,10 +909,10 @@ version = "0.4.6" |
525 | source = "registry+https://github.com/rust-lang/crates.io-index" |
526 | dependencies = [ |
527 | "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
528 | - "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
529 | + "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", |
530 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
531 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
532 | - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
533 | + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
534 | ] |
535 | |
536 | [[package]] |
537 | @@ -920,7 +921,7 @@ version = "0.7.3" |
538 | source = "registry+https://github.com/rust-lang/crates.io-index" |
539 | dependencies = [ |
540 | "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
541 | - "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
542 | + "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", |
543 | "rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
544 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
545 | "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
546 | @@ -989,18 +990,18 @@ dependencies = [ |
547 | |
548 | [[package]] |
549 | name = "regex" |
550 | - version = "1.3.5" |
551 | + version = "1.3.9" |
552 | source = "registry+https://github.com/rust-lang/crates.io-index" |
553 | dependencies = [ |
554 | - "aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)", |
555 | + "aho-corasick 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", |
556 | "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
557 | - "regex-syntax 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)", |
558 | + "regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)", |
559 | "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
560 | ] |
561 | |
562 | [[package]] |
563 | name = "regex-syntax" |
564 | - version = "0.6.17" |
565 | + version = "0.6.18" |
566 | source = "registry+https://github.com/rust-lang/crates.io-index" |
567 | |
568 | [[package]] |
569 | @@ -1008,12 +1009,12 @@ name = "ring" |
570 | version = "0.14.6" |
571 | source = "registry+https://github.com/rust-lang/crates.io-index" |
572 | dependencies = [ |
573 | - "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", |
574 | + "cc 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)", |
575 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
576 | - "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
577 | + "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", |
578 | "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
579 | "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
580 | - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
581 | + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
582 | ] |
583 | |
584 | [[package]] |
585 | @@ -1029,17 +1030,17 @@ dependencies = [ |
586 | "generic-array 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)", |
587 | "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
588 | "http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", |
589 | - "human-size 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
590 | + "human-size 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
591 | "humantime 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
592 | "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", |
593 | - "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
594 | + "linked-hash-map 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
595 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
596 | "pretty_env_logger 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
597 | "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
598 | "rusoto_core 0.40.0 (registry+https://github.com/rust-lang/crates.io-index)", |
599 | "rusoto_s3 0.40.0 (registry+https://github.com/rust-lang/crates.io-index)", |
600 | - "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
601 | - "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", |
602 | + "serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
603 | + "serde_json 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)", |
604 | "sha2 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
605 | "structopt 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
606 | "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
607 | @@ -1065,11 +1066,11 @@ dependencies = [ |
608 | "md5 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
609 | "rusoto_credential 0.40.0 (registry+https://github.com/rust-lang/crates.io-index)", |
610 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
611 | - "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
612 | - "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
613 | - "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", |
614 | + "serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
615 | + "serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
616 | + "serde_json 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)", |
617 | "sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
618 | - "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
619 | + "time 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", |
620 | "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
621 | "tokio-timer 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", |
622 | "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
623 | @@ -1085,10 +1086,10 @@ dependencies = [ |
624 | "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
625 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
626 | "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)", |
627 | - "regex 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
628 | - "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
629 | - "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
630 | - "serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | + "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
632 | + "serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
633 | + "serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
634 | + "serde_json 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)", |
635 | "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
636 | "tokio-process 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
637 | "tokio-timer 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", |
638 | @@ -1139,7 +1140,7 @@ dependencies = [ |
639 | |
640 | [[package]] |
641 | name = "ryu" |
642 | - version = "1.0.3" |
643 | + version = "1.0.5" |
644 | source = "registry+https://github.com/rust-lang/crates.io-index" |
645 | |
646 | [[package]] |
647 | @@ -1176,38 +1177,38 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
648 | |
649 | [[package]] |
650 | name = "serde" |
651 | - version = "1.0.104" |
652 | + version = "1.0.114" |
653 | source = "registry+https://github.com/rust-lang/crates.io-index" |
654 | dependencies = [ |
655 | - "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
656 | + "serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
657 | ] |
658 | |
659 | [[package]] |
660 | name = "serde_derive" |
661 | - version = "1.0.104" |
662 | + version = "1.0.114" |
663 | source = "registry+https://github.com/rust-lang/crates.io-index" |
664 | dependencies = [ |
665 | - "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", |
666 | - "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
667 | - "syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)", |
668 | + "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
669 | + "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
670 | + "syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
671 | ] |
672 | |
673 | [[package]] |
674 | name = "serde_json" |
675 | - version = "1.0.48" |
676 | + version = "1.0.56" |
677 | source = "registry+https://github.com/rust-lang/crates.io-index" |
678 | dependencies = [ |
679 | - "itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
680 | - "ryu 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
681 | - "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
682 | + "itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
683 | + "ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
684 | + "serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
685 | ] |
686 | |
687 | [[package]] |
688 | name = "serde_test" |
689 | - version = "1.0.104" |
690 | + version = "1.0.114" |
691 | source = "registry+https://github.com/rust-lang/crates.io-index" |
692 | dependencies = [ |
693 | - "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
694 | + "serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
695 | ] |
696 | |
697 | [[package]] |
698 | @@ -1243,8 +1244,8 @@ name = "signal-hook-registry" |
699 | version = "1.2.0" |
700 | source = "registry+https://github.com/rust-lang/crates.io-index" |
701 | dependencies = [ |
702 | - "arc-swap 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
703 | - "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
704 | + "arc-swap 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
705 | + "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", |
706 | ] |
707 | |
708 | [[package]] |
709 | @@ -1261,19 +1262,14 @@ dependencies = [ |
710 | ] |
711 | |
712 | [[package]] |
713 | - name = "smallvec" |
714 | - version = "1.2.0" |
715 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
716 | - |
717 | - [[package]] |
718 | name = "socket2" |
719 | - version = "0.3.11" |
720 | + version = "0.3.12" |
721 | source = "registry+https://github.com/rust-lang/crates.io-index" |
722 | dependencies = [ |
723 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
724 | - "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
725 | + "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", |
726 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
727 | - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
728 | + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
729 | ] |
730 | |
731 | [[package]] |
732 | @@ -1299,7 +1295,7 @@ name = "structopt" |
733 | version = "0.3.15" |
734 | source = "registry+https://github.com/rust-lang/crates.io-index" |
735 | dependencies = [ |
736 | - "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", |
737 | + "clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)", |
738 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
739 | "structopt-derive 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
740 | ] |
741 | @@ -1311,9 +1307,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
742 | dependencies = [ |
743 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
744 | "proc-macro-error 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
745 | - "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", |
746 | - "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
747 | - "syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)", |
748 | + "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
749 | + "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
750 | + "syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
751 | ] |
752 | |
753 | [[package]] |
754 | @@ -1328,12 +1324,12 @@ dependencies = [ |
755 | |
756 | [[package]] |
757 | name = "syn" |
758 | - version = "1.0.16" |
759 | + version = "1.0.33" |
760 | source = "registry+https://github.com/rust-lang/crates.io-index" |
761 | dependencies = [ |
762 | - "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", |
763 | - "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
764 | - "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
765 | + "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
766 | + "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
767 | + "unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
768 | ] |
769 | |
770 | [[package]] |
771 | @@ -1341,9 +1337,9 @@ name = "syn-mid" |
772 | version = "0.5.0" |
773 | source = "registry+https://github.com/rust-lang/crates.io-index" |
774 | dependencies = [ |
775 | - "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", |
776 | - "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
777 | - "syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)", |
778 | + "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
779 | + "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
780 | + "syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
781 | ] |
782 | |
783 | [[package]] |
784 | @@ -1351,7 +1347,7 @@ name = "termcolor" |
785 | version = "1.1.0" |
786 | source = "registry+https://github.com/rust-lang/crates.io-index" |
787 | dependencies = [ |
788 | - "winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
789 | + "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
790 | ] |
791 | |
792 | [[package]] |
793 | @@ -1359,7 +1355,7 @@ name = "textwrap" |
794 | version = "0.11.0" |
795 | source = "registry+https://github.com/rust-lang/crates.io-index" |
796 | dependencies = [ |
797 | - "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
798 | + "unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
799 | ] |
800 | |
801 | [[package]] |
802 | @@ -1372,23 +1368,27 @@ dependencies = [ |
803 | |
804 | [[package]] |
805 | name = "time" |
806 | - version = "0.1.42" |
807 | + version = "0.1.43" |
808 | source = "registry+https://github.com/rust-lang/crates.io-index" |
809 | dependencies = [ |
810 | - "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
811 | - "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
812 | - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
813 | + "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", |
814 | + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
815 | ] |
816 | |
817 | [[package]] |
818 | + name = "tinyvec" |
819 | + version = "0.3.3" |
820 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
821 | + |
822 | + [[package]] |
823 | name = "tokio" |
824 | version = "0.1.22" |
825 | source = "registry+https://github.com/rust-lang/crates.io-index" |
826 | dependencies = [ |
827 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
828 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
829 | - "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
830 | - "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
831 | + "mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)", |
832 | + "num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
833 | "tokio-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
834 | "tokio-current-thread 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
835 | "tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
836 | @@ -1469,14 +1469,14 @@ dependencies = [ |
837 | "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
838 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
839 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
840 | - "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
841 | + "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", |
842 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
843 | - "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
844 | - "mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
845 | + "mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)", |
846 | + "mio-named-pipes 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
847 | "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
848 | "tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
849 | "tokio-signal 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
850 | - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
851 | + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
852 | ] |
853 | |
854 | [[package]] |
855 | @@ -1488,8 +1488,8 @@ dependencies = [ |
856 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
857 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
858 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
859 | - "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
860 | - "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
861 | + "mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)", |
862 | + "num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
863 | "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
864 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
865 | "tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
866 | @@ -1514,14 +1514,14 @@ version = "0.2.9" |
867 | source = "registry+https://github.com/rust-lang/crates.io-index" |
868 | dependencies = [ |
869 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
870 | - "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
871 | - "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
872 | - "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
873 | + "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", |
874 | + "mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)", |
875 | + "mio-uds 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", |
876 | "signal-hook-registry 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
877 | "tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
878 | "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
879 | "tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
880 | - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
881 | + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
882 | ] |
883 | |
884 | [[package]] |
885 | @@ -1529,7 +1529,7 @@ name = "tokio-sync" |
886 | version = "0.1.8" |
887 | source = "registry+https://github.com/rust-lang/crates.io-index" |
888 | dependencies = [ |
889 | - "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
890 | + "fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
891 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
892 | ] |
893 | |
894 | @@ -1541,7 +1541,7 @@ dependencies = [ |
895 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
896 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
897 | "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
898 | - "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
899 | + "mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)", |
900 | "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
901 | "tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
902 | ] |
903 | @@ -1552,12 +1552,12 @@ version = "0.1.18" |
904 | source = "registry+https://github.com/rust-lang/crates.io-index" |
905 | dependencies = [ |
906 | "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
907 | - "crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
908 | + "crossbeam-queue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
909 | "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
910 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
911 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
912 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
913 | - "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
914 | + "num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
915 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
916 | "tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
917 | ] |
918 | @@ -1581,7 +1581,7 @@ dependencies = [ |
919 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
920 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
921 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
922 | - "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
923 | + "mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)", |
924 | "tokio-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
925 | "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
926 | "tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
927 | @@ -1595,10 +1595,10 @@ dependencies = [ |
928 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
929 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
930 | "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
931 | - "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
932 | + "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", |
933 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
934 | - "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
935 | - "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
936 | + "mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)", |
937 | + "mio-uds 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", |
938 | "tokio-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
939 | "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
940 | "tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
941 | @@ -1609,7 +1609,7 @@ name = "toml" |
942 | version = "0.4.10" |
943 | source = "registry+https://github.com/rust-lang/crates.io-index" |
944 | dependencies = [ |
945 | - "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
946 | + "serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
947 | ] |
948 | |
949 | [[package]] |
950 | @@ -1619,7 +1619,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
951 | |
952 | [[package]] |
953 | name = "typenum" |
954 | - version = "1.11.2" |
955 | + version = "1.12.0" |
956 | source = "registry+https://github.com/rust-lang/crates.io-index" |
957 | |
958 | [[package]] |
959 | @@ -1632,10 +1632,10 @@ dependencies = [ |
960 | |
961 | [[package]] |
962 | name = "unicode-normalization" |
963 | - version = "0.1.12" |
964 | + version = "0.1.13" |
965 | source = "registry+https://github.com/rust-lang/crates.io-index" |
966 | dependencies = [ |
967 | - "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
968 | + "tinyvec 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
969 | ] |
970 | |
971 | [[package]] |
972 | @@ -1645,7 +1645,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
973 | |
974 | [[package]] |
975 | name = "unicode-width" |
976 | - version = "0.1.7" |
977 | + version = "0.1.8" |
978 | source = "registry+https://github.com/rust-lang/crates.io-index" |
979 | |
980 | [[package]] |
981 | @@ -1655,7 +1655,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
982 | |
983 | [[package]] |
984 | name = "unicode-xid" |
985 | - version = "0.2.0" |
986 | + version = "0.2.1" |
987 | source = "registry+https://github.com/rust-lang/crates.io-index" |
988 | |
989 | [[package]] |
990 | @@ -1683,7 +1683,7 @@ dependencies = [ |
991 | |
992 | [[package]] |
993 | name = "vec_map" |
994 | - version = "0.8.1" |
995 | + version = "0.8.2" |
996 | source = "registry+https://github.com/rust-lang/crates.io-index" |
997 | |
998 | [[package]] |
999 | @@ -1736,7 +1736,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
1000 | |
1001 | [[package]] |
1002 | name = "winapi" |
1003 | - version = "0.3.8" |
1004 | + version = "0.3.9" |
1005 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1006 | dependencies = [ |
1007 | "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1008 | @@ -1755,10 +1755,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
1009 | |
1010 | [[package]] |
1011 | name = "winapi-util" |
1012 | - version = "0.1.3" |
1013 | + version = "0.1.5" |
1014 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1015 | dependencies = [ |
1016 | - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1017 | + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1018 | ] |
1019 | |
1020 | [[package]] |
1021 | @@ -1784,9 +1784,9 @@ dependencies = [ |
1022 | ] |
1023 | |
1024 | [metadata] |
1025 | - "checksum aho-corasick 0.7.10 (registry+https://github.com/rust-lang/crates.io-index)" = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada" |
1026 | + "checksum aho-corasick 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)" = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86" |
1027 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
1028 | - "checksum arc-swap 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d7b8a9123b8027467bce0099fe556c628a53c8d83df0507084c31e9ba2e39aff" |
1029 | + "checksum arc-swap 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034" |
1030 | "checksum arrayref 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" |
1031 | "checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" |
1032 | "checksum askama 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3dc2a4b6d7f812d2b13d251ae792caecebd635d6401761162d4b71d5ebe1a010" |
1033 | @@ -1805,18 +1805,18 @@ dependencies = [ |
1034 | "checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40" |
1035 | "checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" |
1036 | "checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" |
1037 | - "checksum cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)" = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd" |
1038 | + "checksum cc 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)" = "77c1f1d60091c1b73e2b1f4560ab419204b178e625fa945ded7b660becd2bd46" |
1039 | "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
1040 | "checksum chacha 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ddf3c081b5fba1e5615640aae998e0fbd10c24cbd897ee39ed754a77601a4862" |
1041 | "checksum chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2" |
1042 | - "checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" |
1043 | + "checksum clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129" |
1044 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
1045 | "checksum constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" |
1046 | "checksum cpuid-bool 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d375c433320f6c5057ae04a04376eef4d04ce2801448cf8863a78da99107be4" |
1047 | "checksum crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285" |
1048 | "checksum crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" |
1049 | "checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b" |
1050 | - "checksum crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db" |
1051 | + "checksum crossbeam-queue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570" |
1052 | "checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" |
1053 | "checksum crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" |
1054 | "checksum crypto-mac 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0999b4ff4d3446d4ddb19a63e9e00c1876e75cd7000d20e57a693b4b3f08d958" |
1055 | @@ -1828,7 +1828,7 @@ dependencies = [ |
1056 | "checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" |
1057 | "checksum env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" |
1058 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" |
1059 | - "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" |
1060 | + "checksum fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
1061 | "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" |
1062 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
1063 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
1064 | @@ -1841,44 +1841,44 @@ dependencies = [ |
1065 | "checksum getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" |
1066 | "checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462" |
1067 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
1068 | - "checksum hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1010591b26bbfe835e9faeabeb11866061cc7dcebffd56ad7d0942d0e61aefd8" |
1069 | + "checksum hermit-abi 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "b9586eedd4ce6b3c498bc3b4dd92fc9f11166aa908a914071953768066c67909" |
1070 | "checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" |
1071 | "checksum hmac 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44f3bdb08579d99d7dc761c0e266f13b5f2ab8c8c703b9fc9ef333cd8f48f55e" |
1072 | "checksum http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0" |
1073 | "checksum http-body 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d" |
1074 | "checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9" |
1075 | - "checksum human-size 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5bec6e801ef7367625bd94ad7e2965e6027189f3e9deef422388d993af2814a0" |
1076 | + "checksum human-size 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f90b9d206a509fdc5034ea8ffb4d6ca080dd61883cfa222c480cfcba8c570368" |
1077 | "checksum humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e" |
1078 | "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" |
1079 | "checksum humantime 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a" |
1080 | "checksum hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)" = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6" |
1081 | "checksum hyper-rustls 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)" = "15b66d1bd4864ef036adf2363409caa3acd63ebb4725957b66e621c8a36631a3" |
1082 | "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" |
1083 | - "checksum indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "076f042c5b7b98f31d205f1249267e12a6518c1481e9dae9764af19b707d2292" |
1084 | + "checksum indexmap 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c398b2b113b55809ceb9ee3e753fcbac793f1956663f3c36549c1346015c2afe" |
1085 | "checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" |
1086 | - "checksum itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e" |
1087 | + "checksum itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6" |
1088 | "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
1089 | "checksum keystream 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c33070833c9ee02266356de0c43f723152bd38bd96ddf52c82b3af10c9138b28" |
1090 | "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
1091 | - "checksum libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)" = "eb147597cdf94ed43ab7a9038716637d2d1bf2bc571da995d0028dec06bd3018" |
1092 | - "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" |
1093 | - "checksum lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "79b2de95ecb4691949fea4716ca53cdbcfccb2c612e19644a8bad05edcf9f47b" |
1094 | + "checksum libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)" = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49" |
1095 | + "checksum linked-hash-map 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a" |
1096 | + "checksum lock_api 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75" |
1097 | "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
1098 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
1099 | "checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" |
1100 | "checksum md5 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "79c56d6a0b07f9e19282511c83fc5b086364cbae4ba8c7d5f190c3d9b0425a48" |
1101 | "checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" |
1102 | - "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" |
1103 | - "checksum mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f" |
1104 | - "checksum mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3" |
1105 | - "checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125" |
1106 | + "checksum memoffset 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8" |
1107 | + "checksum mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)" = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430" |
1108 | + "checksum mio-named-pipes 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656" |
1109 | + "checksum mio-uds 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0" |
1110 | "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
1111 | - "checksum miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226" |
1112 | - "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" |
1113 | + "checksum miow 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "07b88fb9795d4d36d62a012dfbf49a8f5cf12751f36d31a9dbe66d528e58979e" |
1114 | + "checksum net2 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)" = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7" |
1115 | "checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6" |
1116 | - "checksum num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba" |
1117 | - "checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096" |
1118 | - "checksum num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6" |
1119 | + "checksum num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b" |
1120 | + "checksum num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611" |
1121 | + "checksum num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" |
1122 | "checksum opaque-debug 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" |
1123 | "checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" |
1124 | "checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b" |
1125 | @@ -1888,10 +1888,10 @@ dependencies = [ |
1126 | "checksum proc-macro-error 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fc175e9777c3116627248584e8f8b3e2987405cabe1c0adf7d1dd28f09dc7880" |
1127 | "checksum proc-macro-error-attr 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3cc9795ca17eb581285ec44936da7fc2335a3f34f2ddd13118b6f4d515435c50" |
1128 | "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" |
1129 | - "checksum proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6c09721c6781493a2a492a96b5a5bf19b65917fe6728884e7c44dd0c60ca3435" |
1130 | + "checksum proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa" |
1131 | "checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" |
1132 | "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" |
1133 | - "checksum quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f" |
1134 | + "checksum quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" |
1135 | "checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" |
1136 | "checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" |
1137 | "checksum rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" |
1138 | @@ -1902,8 +1902,8 @@ dependencies = [ |
1139 | "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" |
1140 | "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" |
1141 | "checksum redox_users 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431" |
1142 | - "checksum regex 1.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8900ebc1363efa7ea1c399ccc32daed870b4002651e0bed86e72d501ebbe0048" |
1143 | - "checksum regex-syntax 0.6.17 (registry+https://github.com/rust-lang/crates.io-index)" = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae" |
1144 | + "checksum regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6" |
1145 | + "checksum regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)" = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8" |
1146 | "checksum ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)" = "426bc186e3e95cac1e4a4be125a4aca7e84c2d616ffc02244eef36e2a60a093c" |
1147 | "checksum rusoto_core 0.40.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dd1a1069ba04874a485528d1602fab4569f2434a5547614428e2cc22b91bfb71" |
1148 | "checksum rusoto_credential 0.40.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0d6cc3a602f01b9c5a04c8ed4ee281b789c5b2692d93202367c9b99ebc022ed" |
1149 | @@ -1911,36 +1911,36 @@ dependencies = [ |
1150 | "checksum rust-argon2 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017" |
1151 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
1152 | "checksum rustls 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f271e3552cd835fa28c541c34a7e8fdd8cdff09d77fe4eb8f6c42e87a11b096e" |
1153 | - "checksum ryu 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535622e6be132bccd223f4bb2b8ac8d53cda3c7a6394944d3b2b33fb974f9d76" |
1154 | + "checksum ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" |
1155 | "checksum safemem 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" |
1156 | "checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
1157 | "checksum sct 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f5adf8fbd58e1b1b52699dc8bed2630faecb6d8c7bee77d009d6bbe4af569b9" |
1158 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
1159 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
1160 | - "checksum serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449" |
1161 | - "checksum serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64" |
1162 | - "checksum serde_json 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)" = "9371ade75d4c2d6cb154141b9752cf3781ec9c05e0e5cf35060e1e70ee7b9c25" |
1163 | - "checksum serde_test 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "33f96dff8c3744387b53404ea33e834073b0791dcc1ea9c85b805745f9324704" |
1164 | + "checksum serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)" = "5317f7588f0a5078ee60ef675ef96735a1442132dc645eb1d12c018620ed8cd3" |
1165 | + "checksum serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)" = "2a0be94b04690fbaed37cddffc5c134bf537c8e3329d53e982fe04c374978f8e" |
1166 | + "checksum serde_json 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)" = "3433e879a558dde8b5e8feb2a04899cf34fdde1fafb894687e52105fc1162ac3" |
1167 | + "checksum serde_test 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)" = "f58190d074af17bd48118303db08afadbd506bc2ba511b4582cebd8f882a9b8d" |
1168 | "checksum sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9eb6be24e4c23a84d7184280d2722f7f2731fcdd4a9d886efbfe4413e4847ea0" |
1169 | "checksum sha2 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2933378ddfeda7ea26f48c555bdad8bb446bf8a3d17832dc83e380d444cfb8c1" |
1170 | "checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" |
1171 | "checksum signal-hook-registry 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41" |
1172 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
1173 | "checksum smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6" |
1174 | - "checksum smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5c2fb2ec9bcd216a5b0d0ccf31ab17b5ed1d627960edff65bbe95d3ce221cefc" |
1175 | - "checksum socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "e8b74de517221a2cb01a53349cf54182acdc31a074727d3079068448c0676d85" |
1176 | + "checksum socket2 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)" = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918" |
1177 | "checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
1178 | "checksum string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d" |
1179 | "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
1180 | "checksum structopt 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "de2f5e239ee807089b62adce73e48c625e0ed80df02c7ab3f068f5db5281065c" |
1181 | "checksum structopt-derive 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "510413f9de616762a4fbeab62509bf15c729603b72d7cd71280fbca431b1c118" |
1182 | "checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" |
1183 | - "checksum syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)" = "123bd9499cfb380418d509322d7a6d52e5315f064fe4b3ad18a53d6b92c07859" |
1184 | + "checksum syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" = "e8d5d96e8cbb005d6959f119f773bfaebb5684296108fb32600c00cde305b2cd" |
1185 | "checksum syn-mid 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7be3539f6c128a931cf19dcee741c1af532c7fd387baa739c03dd2e96479338a" |
1186 | "checksum termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f" |
1187 | "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
1188 | "checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" |
1189 | - "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" |
1190 | + "checksum time 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" |
1191 | + "checksum tinyvec 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "53953d2d3a5ad81d9f844a32f14ebb121f50b650cd59d0ee2a07cf13c617efed" |
1192 | "checksum tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6" |
1193 | "checksum tokio-buf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46" |
1194 | "checksum tokio-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b" |
1195 | @@ -1960,17 +1960,17 @@ dependencies = [ |
1196 | "checksum tokio-uds 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "5076db410d6fdc6523df7595447629099a1fdc47b3d9f896220780fa48faf798" |
1197 | "checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f" |
1198 | "checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" |
1199 | - "checksum typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6d2783fe2d6b8c1101136184eb41be8b1ad379e4657050b8aaff0c79ee7575f9" |
1200 | + "checksum typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33" |
1201 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" |
1202 | - "checksum unicode-normalization 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4" |
1203 | + "checksum unicode-normalization 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977" |
1204 | "checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" |
1205 | - "checksum unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479" |
1206 | + "checksum unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" |
1207 | "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
1208 | - "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |
1209 | + "checksum unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" |
1210 | "checksum untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "55cd1f4b4e96b46aeb8d4855db4a7a9bd96eeeb5c6a1ab54593328761642ce2f" |
1211 | "checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" |
1212 | "checksum uuid 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9fde2f6a4bea1d6e007c4ad38c6839fa71cbb63b6dbf5b595aa38dc9b1093c11" |
1213 | - "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" |
1214 | + "checksum vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" |
1215 | "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" |
1216 | "checksum version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed" |
1217 | "checksum want 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230" |
1218 | @@ -1978,10 +1978,10 @@ dependencies = [ |
1219 | "checksum webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4f7e1cd7900a3a6b65a3e8780c51a3e6b59c0e2c55c6dc69578c288d69f7d082" |
1220 | "checksum webpki-roots 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c10fa4212003ba19a564f25cd8ab572c6791f99a03cc219c13ed35ccab00de0e" |
1221 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
1222 | - "checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" |
1223 | + "checksum winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
1224 | "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
1225 | "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
1226 | - "checksum winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4ccfbf554c6ad11084fb7517daca16cfdcaccbdadba4fc336f032a8b12c2ad80" |
1227 | + "checksum winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
1228 | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
1229 | "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |
1230 | "checksum xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c1cb601d29fe2c2ac60a2b2e5e293994d87a1f6fa9687a31a15270f909be9c2" |