Commit
+506 -433 +/-1 browse
1 | diff --git a/Cargo.lock b/Cargo.lock |
2 | index 7ad33eb..8acf878 100644 |
3 | --- a/Cargo.lock |
4 | +++ b/Cargo.lock |
5 | @@ -2,10 +2,10 @@ |
6 | # It is not intended for manual editing. |
7 | [[package]] |
8 | name = "aho-corasick" |
9 | - version = "0.7.13" |
10 | + version = "0.7.15" |
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 | + "memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
15 | ] |
16 | |
17 | [[package]] |
18 | @@ -17,18 +17,13 @@ dependencies = [ |
19 | ] |
20 | |
21 | [[package]] |
22 | - name = "arc-swap" |
23 | - version = "0.4.7" |
24 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
25 | - |
26 | - [[package]] |
27 | name = "arrayref" |
28 | version = "0.3.6" |
29 | source = "registry+https://github.com/rust-lang/crates.io-index" |
30 | |
31 | [[package]] |
32 | name = "arrayvec" |
33 | - version = "0.5.1" |
34 | + version = "0.5.2" |
35 | source = "registry+https://github.com/rust-lang/crates.io-index" |
36 | |
37 | [[package]] |
38 | @@ -65,20 +60,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
39 | dependencies = [ |
40 | "askama_escape 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
41 | "humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
42 | - "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
43 | - "serde 1.0.116 (registry+https://github.com/rust-lang/crates.io-index)", |
44 | - "serde_derive 1.0.116 (registry+https://github.com/rust-lang/crates.io-index)", |
45 | + "num-traits 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
46 | + "serde 1.0.118 (registry+https://github.com/rust-lang/crates.io-index)", |
47 | + "serde_derive 1.0.118 (registry+https://github.com/rust-lang/crates.io-index)", |
48 | "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
49 | ] |
50 | |
51 | [[package]] |
52 | name = "async-trait" |
53 | - version = "0.1.40" |
54 | + version = "0.1.42" |
55 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56 | dependencies = [ |
57 | - "proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", |
58 | - "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
59 | - "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
60 | + "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
61 | + "quote 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
62 | + "syn 1.0.58 (registry+https://github.com/rust-lang/crates.io-index)", |
63 | ] |
64 | |
65 | [[package]] |
66 | @@ -86,8 +81,8 @@ name = "atty" |
67 | version = "0.2.14" |
68 | source = "registry+https://github.com/rust-lang/crates.io-index" |
69 | dependencies = [ |
70 | - "hermit-abi 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
71 | - "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)", |
72 | + "hermit-abi 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
73 | + "libc 0.2.82 (registry+https://github.com/rust-lang/crates.io-index)", |
74 | "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
75 | ] |
76 | |
77 | @@ -101,16 +96,16 @@ name = "backoff" |
78 | version = "0.2.1" |
79 | source = "registry+https://github.com/rust-lang/crates.io-index" |
80 | dependencies = [ |
81 | - "futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
82 | - "instant 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
83 | - "pin-project 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)", |
84 | + "futures-core 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
85 | + "instant 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
86 | + "pin-project 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
87 | "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
88 | - "tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
89 | + "tokio 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
90 | ] |
91 | |
92 | [[package]] |
93 | name = "base-x" |
94 | - version = "0.2.6" |
95 | + version = "0.2.8" |
96 | source = "registry+https://github.com/rust-lang/crates.io-index" |
97 | |
98 | [[package]] |
99 | @@ -124,17 +119,22 @@ version = "0.12.3" |
100 | source = "registry+https://github.com/rust-lang/crates.io-index" |
101 | |
102 | [[package]] |
103 | + name = "base64" |
104 | + version = "0.13.0" |
105 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
106 | + |
107 | + [[package]] |
108 | name = "bitflags" |
109 | version = "1.2.1" |
110 | source = "registry+https://github.com/rust-lang/crates.io-index" |
111 | |
112 | [[package]] |
113 | name = "blake2b_simd" |
114 | - version = "0.5.10" |
115 | + version = "0.5.11" |
116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
117 | dependencies = [ |
118 | "arrayref 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
119 | - "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
120 | + "arrayvec 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
121 | "constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
122 | ] |
123 | |
124 | @@ -196,7 +196,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
125 | |
126 | [[package]] |
127 | name = "cc" |
128 | - version = "1.0.60" |
129 | + version = "1.0.66" |
130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
131 | |
132 | [[package]] |
133 | @@ -205,6 +205,11 @@ version = "0.1.10" |
134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
135 | |
136 | [[package]] |
137 | + name = "cfg-if" |
138 | + version = "1.0.0" |
139 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
140 | + |
141 | + [[package]] |
142 | name = "chacha" |
143 | version = "0.3.0" |
144 | source = "registry+https://github.com/rust-lang/crates.io-index" |
145 | @@ -215,13 +220,13 @@ dependencies = [ |
146 | |
147 | [[package]] |
148 | name = "chrono" |
149 | - version = "0.4.18" |
150 | + version = "0.4.19" |
151 | source = "registry+https://github.com/rust-lang/crates.io-index" |
152 | dependencies = [ |
153 | - "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)", |
154 | - "num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", |
155 | - "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
156 | - "serde 1.0.116 (registry+https://github.com/rust-lang/crates.io-index)", |
157 | + "libc 0.2.82 (registry+https://github.com/rust-lang/crates.io-index)", |
158 | + "num-integer 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)", |
159 | + "num-traits 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
160 | + "serde 1.0.118 (registry+https://github.com/rust-lang/crates.io-index)", |
161 | "time 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)", |
162 | "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
163 | ] |
164 | @@ -250,7 +255,7 @@ dependencies = [ |
165 | |
166 | [[package]] |
167 | name = "const_fn" |
168 | - version = "0.4.2" |
169 | + version = "0.4.5" |
170 | source = "registry+https://github.com/rust-lang/crates.io-index" |
171 | |
172 | [[package]] |
173 | @@ -264,7 +269,7 @@ version = "0.7.0" |
174 | source = "registry+https://github.com/rust-lang/crates.io-index" |
175 | dependencies = [ |
176 | "core-foundation-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
177 | - "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)", |
178 | + "libc 0.2.82 (registry+https://github.com/rust-lang/crates.io-index)", |
179 | ] |
180 | |
181 | [[package]] |
182 | @@ -288,6 +293,16 @@ dependencies = [ |
183 | ] |
184 | |
185 | [[package]] |
186 | + name = "crossbeam-utils" |
187 | + version = "0.8.1" |
188 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
189 | + dependencies = [ |
190 | + "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
191 | + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
192 | + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
193 | + ] |
194 | + |
195 | + [[package]] |
196 | name = "crypto-mac" |
197 | version = "0.7.0" |
198 | source = "registry+https://github.com/rust-lang/crates.io-index" |
199 | @@ -306,12 +321,12 @@ dependencies = [ |
200 | |
201 | [[package]] |
202 | name = "derive_more" |
203 | - version = "0.99.10" |
204 | + version = "0.99.11" |
205 | source = "registry+https://github.com/rust-lang/crates.io-index" |
206 | dependencies = [ |
207 | - "proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", |
208 | - "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
209 | - "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
210 | + "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
211 | + "quote 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
212 | + "syn 1.0.58 (registry+https://github.com/rust-lang/crates.io-index)", |
213 | ] |
214 | |
215 | [[package]] |
216 | @@ -344,7 +359,7 @@ name = "dirs-sys" |
217 | version = "0.3.5" |
218 | source = "registry+https://github.com/rust-lang/crates.io-index" |
219 | dependencies = [ |
220 | - "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)", |
221 | + "libc 0.2.82 (registry+https://github.com/rust-lang/crates.io-index)", |
222 | "redox_users 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
223 | "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
224 | ] |
225 | @@ -362,8 +377,8 @@ dependencies = [ |
226 | "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
227 | "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
228 | "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
229 | - "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
230 | - "termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
231 | + "regex 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
232 | + "termcolor 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
233 | ] |
234 | |
235 | [[package]] |
236 | @@ -377,6 +392,15 @@ version = "1.0.7" |
237 | source = "registry+https://github.com/rust-lang/crates.io-index" |
238 | |
239 | [[package]] |
240 | + name = "form_urlencoded" |
241 | + version = "1.0.0" |
242 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
243 | + dependencies = [ |
244 | + "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
245 | + "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
246 | + ] |
247 | + |
248 | + [[package]] |
249 | name = "fuchsia-zircon" |
250 | version = "0.3.3" |
251 | source = "registry+https://github.com/rust-lang/crates.io-index" |
252 | @@ -392,92 +416,92 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
253 | |
254 | [[package]] |
255 | name = "futures" |
256 | - version = "0.1.29" |
257 | + version = "0.1.30" |
258 | source = "registry+https://github.com/rust-lang/crates.io-index" |
259 | |
260 | [[package]] |
261 | name = "futures" |
262 | - version = "0.3.5" |
263 | + version = "0.3.9" |
264 | source = "registry+https://github.com/rust-lang/crates.io-index" |
265 | dependencies = [ |
266 | - "futures-channel 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
267 | - "futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
268 | - "futures-executor 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
269 | - "futures-io 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
270 | - "futures-sink 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
271 | - "futures-task 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
272 | - "futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
273 | + "futures-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
274 | + "futures-core 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
275 | + "futures-executor 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
276 | + "futures-io 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
277 | + "futures-sink 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
278 | + "futures-task 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
279 | + "futures-util 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
280 | ] |
281 | |
282 | [[package]] |
283 | name = "futures-channel" |
284 | - version = "0.3.5" |
285 | + version = "0.3.9" |
286 | source = "registry+https://github.com/rust-lang/crates.io-index" |
287 | dependencies = [ |
288 | - "futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
289 | - "futures-sink 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
290 | + "futures-core 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
291 | + "futures-sink 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
292 | ] |
293 | |
294 | [[package]] |
295 | name = "futures-core" |
296 | - version = "0.3.5" |
297 | + version = "0.3.9" |
298 | source = "registry+https://github.com/rust-lang/crates.io-index" |
299 | |
300 | [[package]] |
301 | name = "futures-executor" |
302 | - version = "0.3.5" |
303 | + version = "0.3.9" |
304 | source = "registry+https://github.com/rust-lang/crates.io-index" |
305 | dependencies = [ |
306 | - "futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
307 | - "futures-task 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
308 | - "futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
309 | + "futures-core 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
310 | + "futures-task 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
311 | + "futures-util 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
312 | ] |
313 | |
314 | [[package]] |
315 | name = "futures-io" |
316 | - version = "0.3.5" |
317 | + version = "0.3.9" |
318 | source = "registry+https://github.com/rust-lang/crates.io-index" |
319 | |
320 | [[package]] |
321 | name = "futures-macro" |
322 | - version = "0.3.5" |
323 | + version = "0.3.9" |
324 | source = "registry+https://github.com/rust-lang/crates.io-index" |
325 | dependencies = [ |
326 | - "proc-macro-hack 0.5.18 (registry+https://github.com/rust-lang/crates.io-index)", |
327 | - "proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", |
328 | - "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
329 | - "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
330 | + "proc-macro-hack 0.5.19 (registry+https://github.com/rust-lang/crates.io-index)", |
331 | + "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
332 | + "quote 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
333 | + "syn 1.0.58 (registry+https://github.com/rust-lang/crates.io-index)", |
334 | ] |
335 | |
336 | [[package]] |
337 | name = "futures-sink" |
338 | - version = "0.3.5" |
339 | + version = "0.3.9" |
340 | source = "registry+https://github.com/rust-lang/crates.io-index" |
341 | |
342 | [[package]] |
343 | name = "futures-task" |
344 | - version = "0.3.5" |
345 | + version = "0.3.9" |
346 | source = "registry+https://github.com/rust-lang/crates.io-index" |
347 | dependencies = [ |
348 | - "once_cell 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
349 | + "once_cell 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
350 | ] |
351 | |
352 | [[package]] |
353 | name = "futures-util" |
354 | - version = "0.3.5" |
355 | + version = "0.3.9" |
356 | source = "registry+https://github.com/rust-lang/crates.io-index" |
357 | dependencies = [ |
358 | - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
359 | - "futures-channel 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
360 | - "futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
361 | - "futures-io 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
362 | - "futures-macro 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
363 | - "futures-sink 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
364 | - "futures-task 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
365 | - "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
366 | - "pin-project 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)", |
367 | + "futures 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", |
368 | + "futures-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
369 | + "futures-core 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
370 | + "futures-io 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
371 | + "futures-macro 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
372 | + "futures-sink 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
373 | + "futures-task 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
374 | + "memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
375 | + "pin-project-lite 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
376 | "pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
377 | - "proc-macro-hack 0.5.18 (registry+https://github.com/rust-lang/crates.io-index)", |
378 | + "proc-macro-hack 0.5.19 (registry+https://github.com/rust-lang/crates.io-index)", |
379 | "proc-macro-nested 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
380 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
381 | ] |
382 | @@ -501,51 +525,52 @@ dependencies = [ |
383 | |
384 | [[package]] |
385 | name = "getrandom" |
386 | - version = "0.1.15" |
387 | + version = "0.1.16" |
388 | source = "registry+https://github.com/rust-lang/crates.io-index" |
389 | dependencies = [ |
390 | - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
391 | - "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)", |
392 | + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
393 | + "libc 0.2.82 (registry+https://github.com/rust-lang/crates.io-index)", |
394 | "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", |
395 | ] |
396 | |
397 | [[package]] |
398 | name = "h2" |
399 | - version = "0.2.6" |
400 | + version = "0.2.7" |
401 | source = "registry+https://github.com/rust-lang/crates.io-index" |
402 | dependencies = [ |
403 | "bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
404 | "fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
405 | - "futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
406 | - "futures-sink 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
407 | - "futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
408 | - "http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
409 | - "indexmap 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
410 | + "futures-core 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
411 | + "futures-sink 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
412 | + "futures-util 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
413 | + "http 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
414 | + "indexmap 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
415 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
416 | - "tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
417 | + "tokio 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
418 | "tokio-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
419 | - "tracing 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", |
420 | + "tracing 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
421 | + "tracing-futures 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
422 | ] |
423 | |
424 | [[package]] |
425 | name = "hashbrown" |
426 | - version = "0.9.0" |
427 | + version = "0.9.1" |
428 | source = "registry+https://github.com/rust-lang/crates.io-index" |
429 | |
430 | [[package]] |
431 | name = "heck" |
432 | - version = "0.3.1" |
433 | + version = "0.3.2" |
434 | source = "registry+https://github.com/rust-lang/crates.io-index" |
435 | dependencies = [ |
436 | - "unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
437 | + "unicode-segmentation 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
438 | ] |
439 | |
440 | [[package]] |
441 | name = "hermit-abi" |
442 | - version = "0.1.16" |
443 | + version = "0.1.17" |
444 | source = "registry+https://github.com/rust-lang/crates.io-index" |
445 | dependencies = [ |
446 | - "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)", |
447 | + "libc 0.2.82 (registry+https://github.com/rust-lang/crates.io-index)", |
448 | ] |
449 | |
450 | [[package]] |
451 | @@ -569,12 +594,12 @@ dependencies = [ |
452 | |
453 | [[package]] |
454 | name = "http" |
455 | - version = "0.2.1" |
456 | + version = "0.2.2" |
457 | source = "registry+https://github.com/rust-lang/crates.io-index" |
458 | dependencies = [ |
459 | "bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
460 | "fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
461 | - "itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
462 | + "itoa 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
463 | ] |
464 | |
465 | [[package]] |
466 | @@ -583,7 +608,7 @@ version = "0.3.1" |
467 | source = "registry+https://github.com/rust-lang/crates.io-index" |
468 | dependencies = [ |
469 | "bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
470 | - "http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
471 | + "http 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
472 | ] |
473 | |
474 | [[package]] |
475 | @@ -621,24 +646,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
476 | |
477 | [[package]] |
478 | name = "hyper" |
479 | - version = "0.13.8" |
480 | + version = "0.13.9" |
481 | source = "registry+https://github.com/rust-lang/crates.io-index" |
482 | dependencies = [ |
483 | "bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
484 | - "futures-channel 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
485 | - "futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
486 | - "futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
487 | - "h2 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
488 | - "http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
489 | + "futures-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
490 | + "futures-core 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
491 | + "futures-util 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
492 | + "h2 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
493 | + "http 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
494 | "http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
495 | "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
496 | "httpdate 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
497 | - "itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
498 | - "pin-project 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)", |
499 | - "socket2 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
500 | - "tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
501 | + "itoa 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
502 | + "pin-project 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
503 | + "socket2 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)", |
504 | + "tokio 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
505 | "tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
506 | - "tracing 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", |
507 | + "tracing 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
508 | "want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
509 | ] |
510 | |
511 | @@ -649,14 +674,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
512 | dependencies = [ |
513 | "bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
514 | "ct-logs 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
515 | - "futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
516 | - "hyper 0.13.8 (registry+https://github.com/rust-lang/crates.io-index)", |
517 | + "futures-util 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
518 | + "hyper 0.13.9 (registry+https://github.com/rust-lang/crates.io-index)", |
519 | "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
520 | "rustls 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", |
521 | "rustls-native-certs 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
522 | - "tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
523 | + "tokio 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
524 | "tokio-rustls 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", |
525 | - "webpki 0.21.3 (registry+https://github.com/rust-lang/crates.io-index)", |
526 | + "webpki 0.21.4 (registry+https://github.com/rust-lang/crates.io-index)", |
527 | ] |
528 | |
529 | [[package]] |
530 | @@ -666,24 +691,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
531 | dependencies = [ |
532 | "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
533 | "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
534 | - "unicode-normalization 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
535 | + "unicode-normalization 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
536 | ] |
537 | |
538 | [[package]] |
539 | name = "indexmap" |
540 | - version = "1.6.0" |
541 | + version = "1.6.1" |
542 | source = "registry+https://github.com/rust-lang/crates.io-index" |
543 | dependencies = [ |
544 | "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
545 | - "hashbrown 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
546 | + "hashbrown 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
547 | ] |
548 | |
549 | [[package]] |
550 | name = "instant" |
551 | - version = "0.1.7" |
552 | + version = "0.1.9" |
553 | source = "registry+https://github.com/rust-lang/crates.io-index" |
554 | dependencies = [ |
555 | - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
556 | + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
557 | ] |
558 | |
559 | [[package]] |
560 | @@ -691,20 +716,20 @@ name = "iovec" |
561 | version = "0.1.4" |
562 | source = "registry+https://github.com/rust-lang/crates.io-index" |
563 | dependencies = [ |
564 | - "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)", |
565 | + "libc 0.2.82 (registry+https://github.com/rust-lang/crates.io-index)", |
566 | ] |
567 | |
568 | [[package]] |
569 | name = "itoa" |
570 | - version = "0.4.6" |
571 | + version = "0.4.7" |
572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
573 | |
574 | [[package]] |
575 | name = "js-sys" |
576 | - version = "0.3.45" |
577 | + version = "0.3.46" |
578 | source = "registry+https://github.com/rust-lang/crates.io-index" |
579 | dependencies = [ |
580 | - "wasm-bindgen 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", |
581 | + "wasm-bindgen 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", |
582 | ] |
583 | |
584 | [[package]] |
585 | @@ -728,7 +753,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
586 | |
587 | [[package]] |
588 | name = "libc" |
589 | - version = "0.2.77" |
590 | + version = "0.2.82" |
591 | source = "registry+https://github.com/rust-lang/crates.io-index" |
592 | |
593 | [[package]] |
594 | @@ -736,8 +761,8 @@ name = "linked-hash-map" |
595 | version = "0.5.3" |
596 | source = "registry+https://github.com/rust-lang/crates.io-index" |
597 | dependencies = [ |
598 | - "serde 1.0.116 (registry+https://github.com/rust-lang/crates.io-index)", |
599 | - "serde_test 1.0.116 (registry+https://github.com/rust-lang/crates.io-index)", |
600 | + "serde 1.0.118 (registry+https://github.com/rust-lang/crates.io-index)", |
601 | + "serde_test 1.0.118 (registry+https://github.com/rust-lang/crates.io-index)", |
602 | ] |
603 | |
604 | [[package]] |
605 | @@ -773,12 +798,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
606 | |
607 | [[package]] |
608 | name = "memchr" |
609 | - version = "2.3.3" |
610 | + version = "2.3.4" |
611 | source = "registry+https://github.com/rust-lang/crates.io-index" |
612 | |
613 | [[package]] |
614 | name = "mio" |
615 | - version = "0.6.22" |
616 | + version = "0.6.23" |
617 | source = "registry+https://github.com/rust-lang/crates.io-index" |
618 | dependencies = [ |
619 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
620 | @@ -786,10 +811,10 @@ dependencies = [ |
621 | "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
622 | "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
623 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
624 | - "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)", |
625 | + "libc 0.2.82 (registry+https://github.com/rust-lang/crates.io-index)", |
626 | "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
627 | - "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
628 | - "net2 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)", |
629 | + "miow 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
630 | + "net2 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
632 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
633 | ] |
634 | @@ -800,8 +825,8 @@ version = "0.1.7" |
635 | source = "registry+https://github.com/rust-lang/crates.io-index" |
636 | dependencies = [ |
637 | "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
638 | - "mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)", |
639 | - "miow 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
640 | + "mio 0.6.23 (registry+https://github.com/rust-lang/crates.io-index)", |
641 | + "miow 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
642 | "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
643 | ] |
644 | |
645 | @@ -811,37 +836,37 @@ version = "0.6.8" |
646 | source = "registry+https://github.com/rust-lang/crates.io-index" |
647 | dependencies = [ |
648 | "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
649 | - "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)", |
650 | - "mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)", |
651 | + "libc 0.2.82 (registry+https://github.com/rust-lang/crates.io-index)", |
652 | + "mio 0.6.23 (registry+https://github.com/rust-lang/crates.io-index)", |
653 | ] |
654 | |
655 | [[package]] |
656 | name = "miow" |
657 | - version = "0.2.1" |
658 | + version = "0.2.2" |
659 | source = "registry+https://github.com/rust-lang/crates.io-index" |
660 | dependencies = [ |
661 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
662 | - "net2 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)", |
663 | + "net2 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)", |
664 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
665 | "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
666 | ] |
667 | |
668 | [[package]] |
669 | name = "miow" |
670 | - version = "0.3.5" |
671 | + version = "0.3.6" |
672 | source = "registry+https://github.com/rust-lang/crates.io-index" |
673 | dependencies = [ |
674 | - "socket2 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
675 | + "socket2 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)", |
676 | "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
677 | ] |
678 | |
679 | [[package]] |
680 | name = "net2" |
681 | - version = "0.2.35" |
682 | + version = "0.2.37" |
683 | source = "registry+https://github.com/rust-lang/crates.io-index" |
684 | dependencies = [ |
685 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
686 | - "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)", |
687 | + "libc 0.2.82 (registry+https://github.com/rust-lang/crates.io-index)", |
688 | "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
689 | ] |
690 | |
691 | @@ -850,22 +875,22 @@ name = "nom" |
692 | version = "4.2.3" |
693 | source = "registry+https://github.com/rust-lang/crates.io-index" |
694 | dependencies = [ |
695 | - "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
696 | + "memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
697 | "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
698 | ] |
699 | |
700 | [[package]] |
701 | name = "num-integer" |
702 | - version = "0.1.43" |
703 | + version = "0.1.44" |
704 | source = "registry+https://github.com/rust-lang/crates.io-index" |
705 | dependencies = [ |
706 | "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
707 | - "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
708 | + "num-traits 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
709 | ] |
710 | |
711 | [[package]] |
712 | name = "num-traits" |
713 | - version = "0.2.12" |
714 | + version = "0.2.14" |
715 | source = "registry+https://github.com/rust-lang/crates.io-index" |
716 | dependencies = [ |
717 | "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
718 | @@ -876,13 +901,13 @@ name = "num_cpus" |
719 | version = "1.13.0" |
720 | source = "registry+https://github.com/rust-lang/crates.io-index" |
721 | dependencies = [ |
722 | - "hermit-abi 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
723 | - "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)", |
724 | + "hermit-abi 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
725 | + "libc 0.2.82 (registry+https://github.com/rust-lang/crates.io-index)", |
726 | ] |
727 | |
728 | [[package]] |
729 | name = "once_cell" |
730 | - version = "1.4.1" |
731 | + version = "1.5.2" |
732 | source = "registry+https://github.com/rust-lang/crates.io-index" |
733 | |
734 | [[package]] |
735 | @@ -917,7 +942,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
736 | dependencies = [ |
737 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
738 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
739 | - "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)", |
740 | + "libc 0.2.82 (registry+https://github.com/rust-lang/crates.io-index)", |
741 | "redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)", |
742 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
743 | "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
744 | @@ -931,25 +956,48 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
745 | |
746 | [[package]] |
747 | name = "pin-project" |
748 | - version = "0.4.23" |
749 | + version = "0.4.27" |
750 | source = "registry+https://github.com/rust-lang/crates.io-index" |
751 | dependencies = [ |
752 | - "pin-project-internal 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)", |
753 | + "pin-project-internal 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
754 | + ] |
755 | + |
756 | + [[package]] |
757 | + name = "pin-project" |
758 | + version = "1.0.3" |
759 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
760 | + dependencies = [ |
761 | + "pin-project-internal 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
762 | ] |
763 | |
764 | [[package]] |
765 | name = "pin-project-internal" |
766 | - version = "0.4.23" |
767 | + version = "0.4.27" |
768 | source = "registry+https://github.com/rust-lang/crates.io-index" |
769 | dependencies = [ |
770 | - "proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", |
771 | - "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
772 | - "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
773 | + "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
774 | + "quote 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
775 | + "syn 1.0.58 (registry+https://github.com/rust-lang/crates.io-index)", |
776 | + ] |
777 | + |
778 | + [[package]] |
779 | + name = "pin-project-internal" |
780 | + version = "1.0.3" |
781 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
782 | + dependencies = [ |
783 | + "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
784 | + "quote 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
785 | + "syn 1.0.58 (registry+https://github.com/rust-lang/crates.io-index)", |
786 | ] |
787 | |
788 | [[package]] |
789 | name = "pin-project-lite" |
790 | - version = "0.1.7" |
791 | + version = "0.1.11" |
792 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
793 | + |
794 | + [[package]] |
795 | + name = "pin-project-lite" |
796 | + version = "0.2.1" |
797 | source = "registry+https://github.com/rust-lang/crates.io-index" |
798 | |
799 | [[package]] |
800 | @@ -959,7 +1007,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
801 | |
802 | [[package]] |
803 | name = "ppv-lite86" |
804 | - version = "0.2.9" |
805 | + version = "0.2.10" |
806 | source = "registry+https://github.com/rust-lang/crates.io-index" |
807 | |
808 | [[package]] |
809 | @@ -977,9 +1025,9 @@ version = "1.0.4" |
810 | source = "registry+https://github.com/rust-lang/crates.io-index" |
811 | dependencies = [ |
812 | "proc-macro-error-attr 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
813 | - "proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", |
814 | - "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
815 | - "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
816 | + "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
817 | + "quote 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
818 | + "syn 1.0.58 (registry+https://github.com/rust-lang/crates.io-index)", |
819 | "version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", |
820 | ] |
821 | |
822 | @@ -988,14 +1036,14 @@ name = "proc-macro-error-attr" |
823 | version = "1.0.4" |
824 | source = "registry+https://github.com/rust-lang/crates.io-index" |
825 | dependencies = [ |
826 | - "proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", |
827 | - "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
828 | + "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
829 | + "quote 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
830 | "version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", |
831 | ] |
832 | |
833 | [[package]] |
834 | name = "proc-macro-hack" |
835 | - version = "0.5.18" |
836 | + version = "0.5.19" |
837 | source = "registry+https://github.com/rust-lang/crates.io-index" |
838 | |
839 | [[package]] |
840 | @@ -1013,7 +1061,7 @@ dependencies = [ |
841 | |
842 | [[package]] |
843 | name = "proc-macro2" |
844 | - version = "1.0.23" |
845 | + version = "1.0.24" |
846 | source = "registry+https://github.com/rust-lang/crates.io-index" |
847 | dependencies = [ |
848 | "unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
849 | @@ -1034,10 +1082,10 @@ dependencies = [ |
850 | |
851 | [[package]] |
852 | name = "quote" |
853 | - version = "1.0.7" |
854 | + version = "1.0.8" |
855 | source = "registry+https://github.com/rust-lang/crates.io-index" |
856 | dependencies = [ |
857 | - "proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", |
858 | + "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
859 | ] |
860 | |
861 | [[package]] |
862 | @@ -1045,8 +1093,8 @@ name = "rand" |
863 | version = "0.7.3" |
864 | source = "registry+https://github.com/rust-lang/crates.io-index" |
865 | dependencies = [ |
866 | - "getrandom 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
867 | - "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)", |
868 | + "getrandom 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
869 | + "libc 0.2.82 (registry+https://github.com/rust-lang/crates.io-index)", |
870 | "rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
871 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
872 | "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
873 | @@ -1057,7 +1105,7 @@ name = "rand_chacha" |
874 | version = "0.2.2" |
875 | source = "registry+https://github.com/rust-lang/crates.io-index" |
876 | dependencies = [ |
877 | - "ppv-lite86 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
878 | + "ppv-lite86 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
879 | "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
880 | ] |
881 | |
882 | @@ -1066,7 +1114,7 @@ name = "rand_core" |
883 | version = "0.5.1" |
884 | source = "registry+https://github.com/rust-lang/crates.io-index" |
885 | dependencies = [ |
886 | - "getrandom 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
887 | + "getrandom 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
888 | ] |
889 | |
890 | [[package]] |
891 | @@ -1087,38 +1135,38 @@ name = "redox_users" |
892 | version = "0.3.5" |
893 | source = "registry+https://github.com/rust-lang/crates.io-index" |
894 | dependencies = [ |
895 | - "getrandom 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
896 | + "getrandom 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
897 | "redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)", |
898 | - "rust-argon2 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
899 | + "rust-argon2 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", |
900 | ] |
901 | |
902 | [[package]] |
903 | name = "regex" |
904 | - version = "1.3.9" |
905 | + version = "1.4.2" |
906 | source = "registry+https://github.com/rust-lang/crates.io-index" |
907 | dependencies = [ |
908 | - "aho-corasick 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", |
909 | - "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
910 | - "regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)", |
911 | - "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
912 | + "aho-corasick 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)", |
913 | + "memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
914 | + "regex-syntax 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)", |
915 | + "thread_local 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
916 | ] |
917 | |
918 | [[package]] |
919 | name = "regex-syntax" |
920 | - version = "0.6.18" |
921 | + version = "0.6.21" |
922 | source = "registry+https://github.com/rust-lang/crates.io-index" |
923 | |
924 | [[package]] |
925 | name = "ring" |
926 | - version = "0.16.15" |
927 | + version = "0.16.19" |
928 | source = "registry+https://github.com/rust-lang/crates.io-index" |
929 | dependencies = [ |
930 | - "cc 1.0.60 (registry+https://github.com/rust-lang/crates.io-index)", |
931 | - "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)", |
932 | - "once_cell 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
933 | + "cc 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", |
934 | + "libc 0.2.82 (registry+https://github.com/rust-lang/crates.io-index)", |
935 | + "once_cell 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
936 | "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
937 | "untrusted 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
938 | - "web-sys 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)", |
939 | + "web-sys 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)", |
940 | "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
941 | ] |
942 | |
943 | @@ -1127,32 +1175,32 @@ name = "rudolfs" |
944 | version = "0.2.11" |
945 | dependencies = [ |
946 | "askama 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
947 | - "async-trait 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
948 | + "async-trait 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
949 | "backoff 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
950 | "bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
951 | "chacha 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
952 | - "derive_more 0.99.10 (registry+https://github.com/rust-lang/crates.io-index)", |
953 | - "futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
954 | + "derive_more 0.99.11 (registry+https://github.com/rust-lang/crates.io-index)", |
955 | + "futures 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
956 | "generic-array 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)", |
957 | "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
958 | - "http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
959 | + "http 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
960 | "human-size 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
961 | "humantime 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
962 | - "hyper 0.13.8 (registry+https://github.com/rust-lang/crates.io-index)", |
963 | + "hyper 0.13.9 (registry+https://github.com/rust-lang/crates.io-index)", |
964 | "linked-hash-map 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
965 | "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
966 | "pretty_env_logger 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
967 | "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
968 | "rusoto_core 0.44.0 (registry+https://github.com/rust-lang/crates.io-index)", |
969 | "rusoto_s3 0.44.0 (registry+https://github.com/rust-lang/crates.io-index)", |
970 | - "serde 1.0.116 (registry+https://github.com/rust-lang/crates.io-index)", |
971 | - "serde_json 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", |
972 | - "sha2 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
973 | - "structopt 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)", |
974 | - "tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
975 | + "serde 1.0.118 (registry+https://github.com/rust-lang/crates.io-index)", |
976 | + "serde_json 1.0.61 (registry+https://github.com/rust-lang/crates.io-index)", |
977 | + "sha2 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", |
978 | + "structopt 0.3.21 (registry+https://github.com/rust-lang/crates.io-index)", |
979 | + "tokio 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
980 | "tokio-compat 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
981 | "tokio-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
982 | - "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
983 | + "url 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
984 | "uuid 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
985 | ] |
986 | |
987 | @@ -1161,26 +1209,26 @@ name = "rusoto_core" |
988 | version = "0.44.0" |
989 | source = "registry+https://github.com/rust-lang/crates.io-index" |
990 | dependencies = [ |
991 | - "async-trait 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
992 | + "async-trait 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
993 | "base64 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", |
994 | "bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
995 | - "futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
996 | + "futures 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
997 | "hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
998 | - "http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
999 | - "hyper 0.13.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1000 | + "http 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1001 | + "hyper 0.13.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1002 | "hyper-rustls 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1003 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1004 | "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1005 | "md5 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1006 | "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1007 | - "pin-project 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)", |
1008 | + "pin-project 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
1009 | "rusoto_credential 0.44.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1010 | "rusoto_signature 0.44.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1011 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1012 | - "serde 1.0.116 (registry+https://github.com/rust-lang/crates.io-index)", |
1013 | - "serde_json 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", |
1014 | + "serde 1.0.118 (registry+https://github.com/rust-lang/crates.io-index)", |
1015 | + "serde_json 1.0.61 (registry+https://github.com/rust-lang/crates.io-index)", |
1016 | "sha2 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1017 | - "tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
1018 | + "tokio 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
1019 | "xml-rs 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1020 | ] |
1021 | |
1022 | @@ -1189,18 +1237,18 @@ name = "rusoto_credential" |
1023 | version = "0.44.0" |
1024 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1025 | dependencies = [ |
1026 | - "async-trait 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
1027 | - "chrono 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)", |
1028 | + "async-trait 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
1029 | + "chrono 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)", |
1030 | "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1031 | - "futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1032 | - "hyper 0.13.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1033 | - "pin-project 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)", |
1034 | - "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1035 | - "serde 1.0.116 (registry+https://github.com/rust-lang/crates.io-index)", |
1036 | - "serde_json 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", |
1037 | + "futures 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1038 | + "hyper 0.13.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1039 | + "pin-project 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
1040 | + "regex 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1041 | + "serde 1.0.118 (registry+https://github.com/rust-lang/crates.io-index)", |
1042 | + "serde_json 1.0.61 (registry+https://github.com/rust-lang/crates.io-index)", |
1043 | "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1044 | - "tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
1045 | - "zeroize 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1046 | + "tokio 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
1047 | + "zeroize 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1048 | ] |
1049 | |
1050 | [[package]] |
1051 | @@ -1208,9 +1256,9 @@ name = "rusoto_s3" |
1052 | version = "0.44.0" |
1053 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1054 | dependencies = [ |
1055 | - "async-trait 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
1056 | + "async-trait 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
1057 | "bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1058 | - "futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1059 | + "futures 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1060 | "rusoto_core 0.44.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1061 | "xml-rs 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1062 | ] |
1063 | @@ -1222,32 +1270,32 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
1064 | dependencies = [ |
1065 | "base64 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1066 | "bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1067 | - "futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1068 | + "futures 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1069 | "hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1070 | "hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1071 | - "http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1072 | - "hyper 0.13.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1073 | + "http 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1074 | + "hyper 0.13.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1075 | "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1076 | "md5 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1077 | "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1078 | - "pin-project 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)", |
1079 | + "pin-project 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
1080 | "rusoto_credential 0.44.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1081 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1082 | - "serde 1.0.116 (registry+https://github.com/rust-lang/crates.io-index)", |
1083 | + "serde 1.0.118 (registry+https://github.com/rust-lang/crates.io-index)", |
1084 | "sha2 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1085 | - "time 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
1086 | - "tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
1087 | + "time 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", |
1088 | + "tokio 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
1089 | ] |
1090 | |
1091 | [[package]] |
1092 | name = "rust-argon2" |
1093 | - version = "0.8.2" |
1094 | + version = "0.8.3" |
1095 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1096 | dependencies = [ |
1097 | - "base64 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1098 | - "blake2b_simd 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1099 | + "base64 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1100 | + "blake2b_simd 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1101 | "constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1102 | - "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1103 | + "crossbeam-utils 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1104 | ] |
1105 | |
1106 | [[package]] |
1107 | @@ -1265,9 +1313,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
1108 | dependencies = [ |
1109 | "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1110 | "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1111 | - "ring 0.16.15 (registry+https://github.com/rust-lang/crates.io-index)", |
1112 | + "ring 0.16.19 (registry+https://github.com/rust-lang/crates.io-index)", |
1113 | "sct 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1114 | - "webpki 0.21.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1115 | + "webpki 0.21.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1116 | ] |
1117 | |
1118 | [[package]] |
1119 | @@ -1305,7 +1353,7 @@ name = "sct" |
1120 | version = "0.6.0" |
1121 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1122 | dependencies = [ |
1123 | - "ring 0.16.15 (registry+https://github.com/rust-lang/crates.io-index)", |
1124 | + "ring 0.16.19 (registry+https://github.com/rust-lang/crates.io-index)", |
1125 | "untrusted 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1126 | ] |
1127 | |
1128 | @@ -1317,7 +1365,7 @@ dependencies = [ |
1129 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1130 | "core-foundation 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1131 | "core-foundation-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1132 | - "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)", |
1133 | + "libc 0.2.82 (registry+https://github.com/rust-lang/crates.io-index)", |
1134 | "security-framework-sys 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1135 | ] |
1136 | |
1137 | @@ -1327,7 +1375,7 @@ version = "0.4.3" |
1138 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1139 | dependencies = [ |
1140 | "core-foundation-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1141 | - "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)", |
1142 | + "libc 0.2.82 (registry+https://github.com/rust-lang/crates.io-index)", |
1143 | ] |
1144 | |
1145 | [[package]] |
1146 | @@ -1345,38 +1393,38 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
1147 | |
1148 | [[package]] |
1149 | name = "serde" |
1150 | - version = "1.0.116" |
1151 | + version = "1.0.118" |
1152 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1153 | dependencies = [ |
1154 | - "serde_derive 1.0.116 (registry+https://github.com/rust-lang/crates.io-index)", |
1155 | + "serde_derive 1.0.118 (registry+https://github.com/rust-lang/crates.io-index)", |
1156 | ] |
1157 | |
1158 | [[package]] |
1159 | name = "serde_derive" |
1160 | - version = "1.0.116" |
1161 | + version = "1.0.118" |
1162 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1163 | dependencies = [ |
1164 | - "proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", |
1165 | - "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1166 | - "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
1167 | + "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
1168 | + "quote 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1169 | + "syn 1.0.58 (registry+https://github.com/rust-lang/crates.io-index)", |
1170 | ] |
1171 | |
1172 | [[package]] |
1173 | name = "serde_json" |
1174 | - version = "1.0.57" |
1175 | + version = "1.0.61" |
1176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1177 | dependencies = [ |
1178 | - "itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1179 | + "itoa 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1180 | "ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1181 | - "serde 1.0.116 (registry+https://github.com/rust-lang/crates.io-index)", |
1182 | + "serde 1.0.118 (registry+https://github.com/rust-lang/crates.io-index)", |
1183 | ] |
1184 | |
1185 | [[package]] |
1186 | name = "serde_test" |
1187 | - version = "1.0.116" |
1188 | + version = "1.0.118" |
1189 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1190 | dependencies = [ |
1191 | - "serde 1.0.116 (registry+https://github.com/rust-lang/crates.io-index)", |
1192 | + "serde 1.0.118 (registry+https://github.com/rust-lang/crates.io-index)", |
1193 | ] |
1194 | |
1195 | [[package]] |
1196 | @@ -1397,11 +1445,11 @@ dependencies = [ |
1197 | |
1198 | [[package]] |
1199 | name = "sha2" |
1200 | - version = "0.9.1" |
1201 | + version = "0.9.2" |
1202 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1203 | dependencies = [ |
1204 | "block-buffer 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1205 | - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1206 | + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1207 | "cpuid-bool 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1208 | "digest 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1209 | "opaque-debug 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1210 | @@ -1414,11 +1462,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
1211 | |
1212 | [[package]] |
1213 | name = "signal-hook-registry" |
1214 | - version = "1.2.1" |
1215 | + version = "1.3.0" |
1216 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1217 | dependencies = [ |
1218 | - "arc-swap 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1219 | - "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)", |
1220 | + "libc 0.2.82 (registry+https://github.com/rust-lang/crates.io-index)", |
1221 | ] |
1222 | |
1223 | [[package]] |
1224 | @@ -1436,12 +1483,11 @@ dependencies = [ |
1225 | |
1226 | [[package]] |
1227 | name = "socket2" |
1228 | - version = "0.3.15" |
1229 | + version = "0.3.19" |
1230 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1231 | dependencies = [ |
1232 | - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1233 | - "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)", |
1234 | - "redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)", |
1235 | + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1236 | + "libc 0.2.82 (registry+https://github.com/rust-lang/crates.io-index)", |
1237 | "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1238 | ] |
1239 | |
1240 | @@ -1452,7 +1498,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
1241 | |
1242 | [[package]] |
1243 | name = "standback" |
1244 | - version = "0.2.10" |
1245 | + version = "0.2.14" |
1246 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1247 | dependencies = [ |
1248 | "version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1249 | @@ -1468,7 +1514,7 @@ dependencies = [ |
1250 | "stdweb-derive 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1251 | "stdweb-internal-macros 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1252 | "stdweb-internal-runtime 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1253 | - "wasm-bindgen 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", |
1254 | + "wasm-bindgen 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", |
1255 | ] |
1256 | |
1257 | [[package]] |
1258 | @@ -1476,11 +1522,11 @@ name = "stdweb-derive" |
1259 | version = "0.5.3" |
1260 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1261 | dependencies = [ |
1262 | - "proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", |
1263 | - "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1264 | - "serde 1.0.116 (registry+https://github.com/rust-lang/crates.io-index)", |
1265 | - "serde_derive 1.0.116 (registry+https://github.com/rust-lang/crates.io-index)", |
1266 | - "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
1267 | + "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
1268 | + "quote 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1269 | + "serde 1.0.118 (registry+https://github.com/rust-lang/crates.io-index)", |
1270 | + "serde_derive 1.0.118 (registry+https://github.com/rust-lang/crates.io-index)", |
1271 | + "syn 1.0.58 (registry+https://github.com/rust-lang/crates.io-index)", |
1272 | ] |
1273 | |
1274 | [[package]] |
1275 | @@ -1488,14 +1534,14 @@ name = "stdweb-internal-macros" |
1276 | version = "0.2.9" |
1277 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1278 | dependencies = [ |
1279 | - "base-x 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1280 | - "proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", |
1281 | - "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1282 | - "serde 1.0.116 (registry+https://github.com/rust-lang/crates.io-index)", |
1283 | - "serde_derive 1.0.116 (registry+https://github.com/rust-lang/crates.io-index)", |
1284 | - "serde_json 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", |
1285 | + "base-x 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1286 | + "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
1287 | + "quote 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1288 | + "serde 1.0.118 (registry+https://github.com/rust-lang/crates.io-index)", |
1289 | + "serde_derive 1.0.118 (registry+https://github.com/rust-lang/crates.io-index)", |
1290 | + "serde_json 1.0.61 (registry+https://github.com/rust-lang/crates.io-index)", |
1291 | "sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1292 | - "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
1293 | + "syn 1.0.58 (registry+https://github.com/rust-lang/crates.io-index)", |
1294 | ] |
1295 | |
1296 | [[package]] |
1297 | @@ -1510,24 +1556,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
1298 | |
1299 | [[package]] |
1300 | name = "structopt" |
1301 | - version = "0.3.18" |
1302 | + version = "0.3.21" |
1303 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1304 | dependencies = [ |
1305 | "clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1306 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1307 | - "structopt-derive 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1308 | + "structopt-derive 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)", |
1309 | ] |
1310 | |
1311 | [[package]] |
1312 | name = "structopt-derive" |
1313 | - version = "0.4.11" |
1314 | + version = "0.4.14" |
1315 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1316 | dependencies = [ |
1317 | - "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1318 | + "heck 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1319 | "proc-macro-error 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1320 | - "proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", |
1321 | - "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1322 | - "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
1323 | + "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
1324 | + "quote 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1325 | + "syn 1.0.58 (registry+https://github.com/rust-lang/crates.io-index)", |
1326 | ] |
1327 | |
1328 | [[package]] |
1329 | @@ -1547,17 +1593,17 @@ dependencies = [ |
1330 | |
1331 | [[package]] |
1332 | name = "syn" |
1333 | - version = "1.0.42" |
1334 | + version = "1.0.58" |
1335 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1336 | dependencies = [ |
1337 | - "proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", |
1338 | - "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1339 | + "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
1340 | + "quote 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1341 | "unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1342 | ] |
1343 | |
1344 | [[package]] |
1345 | name = "termcolor" |
1346 | - version = "1.1.0" |
1347 | + version = "1.1.2" |
1348 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1349 | dependencies = [ |
1350 | "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1351 | @@ -1573,7 +1619,7 @@ dependencies = [ |
1352 | |
1353 | [[package]] |
1354 | name = "thread_local" |
1355 | - version = "1.0.1" |
1356 | + version = "1.1.0" |
1357 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1358 | dependencies = [ |
1359 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1360 | @@ -1584,31 +1630,31 @@ name = "time" |
1361 | version = "0.1.44" |
1362 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1363 | dependencies = [ |
1364 | - "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)", |
1365 | + "libc 0.2.82 (registry+https://github.com/rust-lang/crates.io-index)", |
1366 | "wasi 0.10.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", |
1367 | "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1368 | ] |
1369 | |
1370 | [[package]] |
1371 | name = "time" |
1372 | - version = "0.2.22" |
1373 | + version = "0.2.23" |
1374 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1375 | dependencies = [ |
1376 | - "const_fn 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1377 | - "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)", |
1378 | - "standback 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1379 | + "const_fn 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1380 | + "libc 0.2.82 (registry+https://github.com/rust-lang/crates.io-index)", |
1381 | + "standback 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
1382 | "stdweb 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", |
1383 | - "time-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1384 | + "time-macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1385 | "version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1386 | "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1387 | ] |
1388 | |
1389 | [[package]] |
1390 | name = "time-macros" |
1391 | - version = "0.1.0" |
1392 | + version = "0.1.1" |
1393 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1394 | dependencies = [ |
1395 | - "proc-macro-hack 0.5.18 (registry+https://github.com/rust-lang/crates.io-index)", |
1396 | + "proc-macro-hack 0.5.19 (registry+https://github.com/rust-lang/crates.io-index)", |
1397 | "time-macros-impl 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1398 | ] |
1399 | |
1400 | @@ -1617,38 +1663,46 @@ name = "time-macros-impl" |
1401 | version = "0.1.1" |
1402 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1403 | dependencies = [ |
1404 | - "proc-macro-hack 0.5.18 (registry+https://github.com/rust-lang/crates.io-index)", |
1405 | - "proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", |
1406 | - "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1407 | - "standback 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1408 | - "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
1409 | + "proc-macro-hack 0.5.19 (registry+https://github.com/rust-lang/crates.io-index)", |
1410 | + "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
1411 | + "quote 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1412 | + "standback 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
1413 | + "syn 1.0.58 (registry+https://github.com/rust-lang/crates.io-index)", |
1414 | ] |
1415 | |
1416 | [[package]] |
1417 | name = "tinyvec" |
1418 | - version = "0.3.4" |
1419 | + version = "1.1.0" |
1420 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
1421 | + dependencies = [ |
1422 | + "tinyvec_macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1423 | + ] |
1424 | + |
1425 | + [[package]] |
1426 | + name = "tinyvec_macros" |
1427 | + version = "0.1.0" |
1428 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1429 | |
1430 | [[package]] |
1431 | name = "tokio" |
1432 | - version = "0.2.22" |
1433 | + version = "0.2.24" |
1434 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1435 | dependencies = [ |
1436 | "bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1437 | "fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1438 | - "futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1439 | + "futures-core 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1440 | "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1441 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1442 | - "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)", |
1443 | - "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1444 | - "mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)", |
1445 | + "libc 0.2.82 (registry+https://github.com/rust-lang/crates.io-index)", |
1446 | + "memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1447 | + "mio 0.6.23 (registry+https://github.com/rust-lang/crates.io-index)", |
1448 | "mio-named-pipes 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1449 | "mio-uds 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1450 | "num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1451 | - "pin-project-lite 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1452 | - "signal-hook-registry 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1453 | + "pin-project-lite 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1454 | + "signal-hook-registry 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1455 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1456 | - "tokio-macros 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1457 | + "tokio-macros 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1458 | "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1459 | ] |
1460 | |
1461 | @@ -1657,11 +1711,11 @@ name = "tokio-compat" |
1462 | version = "0.1.6" |
1463 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1464 | dependencies = [ |
1465 | - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1466 | - "futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1467 | - "futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1468 | - "pin-project-lite 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1469 | - "tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
1470 | + "futures 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1471 | + "futures-core 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1472 | + "futures-util 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1473 | + "pin-project-lite 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1474 | + "tokio 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
1475 | "tokio-current-thread 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1476 | "tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1477 | "tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1478 | @@ -1673,7 +1727,7 @@ name = "tokio-current-thread" |
1479 | version = "0.1.7" |
1480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1481 | dependencies = [ |
1482 | - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1483 | + "futures 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1484 | "tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1485 | ] |
1486 | |
1487 | @@ -1683,7 +1737,7 @@ version = "0.1.10" |
1488 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1489 | dependencies = [ |
1490 | "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1491 | - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1492 | + "futures 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1493 | ] |
1494 | |
1495 | [[package]] |
1496 | @@ -1692,18 +1746,18 @@ version = "0.1.13" |
1497 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1498 | dependencies = [ |
1499 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1500 | - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1501 | + "futures 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1502 | "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1503 | ] |
1504 | |
1505 | [[package]] |
1506 | name = "tokio-macros" |
1507 | - version = "0.2.5" |
1508 | + version = "0.2.6" |
1509 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1510 | dependencies = [ |
1511 | - "proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", |
1512 | - "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1513 | - "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
1514 | + "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
1515 | + "quote 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1516 | + "syn 1.0.58 (registry+https://github.com/rust-lang/crates.io-index)", |
1517 | ] |
1518 | |
1519 | [[package]] |
1520 | @@ -1712,10 +1766,10 @@ version = "0.1.12" |
1521 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1522 | dependencies = [ |
1523 | "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1524 | - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1525 | + "futures 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1526 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1527 | "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1528 | - "mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)", |
1529 | + "mio 0.6.23 (registry+https://github.com/rust-lang/crates.io-index)", |
1530 | "num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1531 | "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1532 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1533 | @@ -1729,10 +1783,10 @@ name = "tokio-rustls" |
1534 | version = "0.13.1" |
1535 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1536 | dependencies = [ |
1537 | - "futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1538 | + "futures-core 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1539 | "rustls 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1540 | - "tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
1541 | - "webpki 0.21.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1542 | + "tokio 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
1543 | + "webpki 0.21.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1544 | ] |
1545 | |
1546 | [[package]] |
1547 | @@ -1741,7 +1795,7 @@ version = "0.1.8" |
1548 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1549 | dependencies = [ |
1550 | "fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1551 | - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1552 | + "futures 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1553 | ] |
1554 | |
1555 | [[package]] |
1556 | @@ -1750,7 +1804,7 @@ version = "0.2.13" |
1557 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1558 | dependencies = [ |
1559 | "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1560 | - "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
1561 | + "futures 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", |
1562 | "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1563 | "tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1564 | ] |
1565 | @@ -1761,12 +1815,12 @@ version = "0.3.1" |
1566 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1567 | dependencies = [ |
1568 | "bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1569 | - "futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1570 | - "futures-io 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1571 | - "futures-sink 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1572 | + "futures-core 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1573 | + "futures-io 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1574 | + "futures-sink 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1575 | "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1576 | - "pin-project-lite 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1577 | - "tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
1578 | + "pin-project-lite 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1579 | + "tokio 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
1580 | ] |
1581 | |
1582 | [[package]] |
1583 | @@ -1774,7 +1828,7 @@ name = "toml" |
1584 | version = "0.4.10" |
1585 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1586 | dependencies = [ |
1587 | - "serde 1.0.116 (registry+https://github.com/rust-lang/crates.io-index)", |
1588 | + "serde 1.0.118 (registry+https://github.com/rust-lang/crates.io-index)", |
1589 | ] |
1590 | |
1591 | [[package]] |
1592 | @@ -1784,23 +1838,33 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
1593 | |
1594 | [[package]] |
1595 | name = "tracing" |
1596 | - version = "0.1.19" |
1597 | + version = "0.1.22" |
1598 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1599 | dependencies = [ |
1600 | - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1601 | + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1602 | "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1603 | - "tracing-core 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
1604 | + "pin-project-lite 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1605 | + "tracing-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
1606 | ] |
1607 | |
1608 | [[package]] |
1609 | name = "tracing-core" |
1610 | - version = "0.1.16" |
1611 | + version = "0.1.17" |
1612 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1613 | dependencies = [ |
1614 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1615 | ] |
1616 | |
1617 | [[package]] |
1618 | + name = "tracing-futures" |
1619 | + version = "0.2.4" |
1620 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
1621 | + dependencies = [ |
1622 | + "pin-project 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", |
1623 | + "tracing 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
1624 | + ] |
1625 | + |
1626 | + [[package]] |
1627 | name = "try-lock" |
1628 | version = "0.2.3" |
1629 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1630 | @@ -1820,15 +1884,15 @@ dependencies = [ |
1631 | |
1632 | [[package]] |
1633 | name = "unicode-normalization" |
1634 | - version = "0.1.13" |
1635 | + version = "0.1.16" |
1636 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1637 | dependencies = [ |
1638 | - "tinyvec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1639 | + "tinyvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1640 | ] |
1641 | |
1642 | [[package]] |
1643 | name = "unicode-segmentation" |
1644 | - version = "1.6.0" |
1645 | + version = "1.7.1" |
1646 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1647 | |
1648 | [[package]] |
1649 | @@ -1853,9 +1917,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
1650 | |
1651 | [[package]] |
1652 | name = "url" |
1653 | - version = "2.1.1" |
1654 | + version = "2.2.0" |
1655 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1656 | dependencies = [ |
1657 | + "form_urlencoded 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1658 | "idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1659 | "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1660 | "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1661 | @@ -1905,68 +1970,68 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
1662 | |
1663 | [[package]] |
1664 | name = "wasm-bindgen" |
1665 | - version = "0.2.68" |
1666 | + version = "0.2.69" |
1667 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1668 | dependencies = [ |
1669 | - "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1670 | - "wasm-bindgen-macro 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", |
1671 | + "cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1672 | + "wasm-bindgen-macro 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", |
1673 | ] |
1674 | |
1675 | [[package]] |
1676 | name = "wasm-bindgen-backend" |
1677 | - version = "0.2.68" |
1678 | + version = "0.2.69" |
1679 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1680 | dependencies = [ |
1681 | "bumpalo 3.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1682 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1683 | "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
1684 | - "proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", |
1685 | - "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1686 | - "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
1687 | - "wasm-bindgen-shared 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", |
1688 | + "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
1689 | + "quote 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1690 | + "syn 1.0.58 (registry+https://github.com/rust-lang/crates.io-index)", |
1691 | + "wasm-bindgen-shared 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", |
1692 | ] |
1693 | |
1694 | [[package]] |
1695 | name = "wasm-bindgen-macro" |
1696 | - version = "0.2.68" |
1697 | + version = "0.2.69" |
1698 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1699 | dependencies = [ |
1700 | - "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1701 | - "wasm-bindgen-macro-support 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", |
1702 | + "quote 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1703 | + "wasm-bindgen-macro-support 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", |
1704 | ] |
1705 | |
1706 | [[package]] |
1707 | name = "wasm-bindgen-macro-support" |
1708 | - version = "0.2.68" |
1709 | + version = "0.2.69" |
1710 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1711 | dependencies = [ |
1712 | - "proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", |
1713 | - "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1714 | - "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
1715 | - "wasm-bindgen-backend 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", |
1716 | - "wasm-bindgen-shared 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", |
1717 | + "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
1718 | + "quote 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1719 | + "syn 1.0.58 (registry+https://github.com/rust-lang/crates.io-index)", |
1720 | + "wasm-bindgen-backend 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", |
1721 | + "wasm-bindgen-shared 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", |
1722 | ] |
1723 | |
1724 | [[package]] |
1725 | name = "wasm-bindgen-shared" |
1726 | - version = "0.2.68" |
1727 | + version = "0.2.69" |
1728 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1729 | |
1730 | [[package]] |
1731 | name = "web-sys" |
1732 | - version = "0.3.45" |
1733 | + version = "0.3.46" |
1734 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1735 | dependencies = [ |
1736 | - "js-sys 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)", |
1737 | - "wasm-bindgen 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", |
1738 | + "js-sys 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)", |
1739 | + "wasm-bindgen 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)", |
1740 | ] |
1741 | |
1742 | [[package]] |
1743 | name = "webpki" |
1744 | - version = "0.21.3" |
1745 | + version = "0.21.4" |
1746 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1747 | dependencies = [ |
1748 | - "ring 0.16.15 (registry+https://github.com/rust-lang/crates.io-index)", |
1749 | + "ring 0.16.19 (registry+https://github.com/rust-lang/crates.io-index)", |
1750 | "untrusted 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1751 | ] |
1752 | |
1753 | @@ -2023,28 +2088,28 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
1754 | |
1755 | [[package]] |
1756 | name = "zeroize" |
1757 | - version = "1.1.1" |
1758 | + version = "1.2.0" |
1759 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1760 | |
1761 | [metadata] |
1762 | - "checksum aho-corasick 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)" = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86" |
1763 | + "checksum aho-corasick 0.7.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5" |
1764 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
1765 | - "checksum arc-swap 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034" |
1766 | "checksum arrayref 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" |
1767 | - "checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8" |
1768 | + "checksum arrayvec 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" |
1769 | "checksum askama 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3dc2a4b6d7f812d2b13d251ae792caecebd635d6401761162d4b71d5ebe1a010" |
1770 | "checksum askama_derive 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23ee2fff0f22ad5d215cace1227cd036c28e81e26206763bb837b6d0e766c87d" |
1771 | "checksum askama_escape 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0de942230b5beedaa9e1d64df5b76fa1c97002e4c7982897be899cccf40621d" |
1772 | "checksum askama_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a6dfa6b6d254fd066a8bbed9a8f913123e3f701db89216ad4f0aff04ad87718c" |
1773 | - "checksum async-trait 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "687c230d85c0a52504709705fc8a53e4a692b83a2184f03dae73e38e1e93a783" |
1774 | + "checksum async-trait 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "8d3a45e77e34375a7923b1e8febb049bb011f064714a8e17a1a616fef01da13d" |
1775 | "checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
1776 | "checksum autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" |
1777 | "checksum backoff 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "721c249ab59cbc483ad4294c9ee2671835c1e43e9ffc277e6b4ecfef733cfdc5" |
1778 | - "checksum base-x 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1b20b618342cf9891c292c4f5ac2cde7287cc5c87e87e9c769d617793607dec1" |
1779 | + "checksum base-x 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b" |
1780 | "checksum base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7" |
1781 | "checksum base64 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff" |
1782 | + "checksum base64 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" |
1783 | "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
1784 | - "checksum blake2b_simd 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a" |
1785 | + "checksum blake2b_simd 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587" |
1786 | "checksum block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" |
1787 | "checksum block-buffer 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" |
1788 | "checksum block-padding 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5" |
1789 | @@ -2053,21 +2118,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
1790 | "checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" |
1791 | "checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" |
1792 | "checksum bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38" |
1793 | - "checksum cc 1.0.60 (registry+https://github.com/rust-lang/crates.io-index)" = "ef611cc68ff783f18535d77ddd080185275713d852c4f5cbb6122c462a7a825c" |
1794 | + "checksum cc 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)" = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48" |
1795 | "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
1796 | + "checksum cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
1797 | "checksum chacha 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ddf3c081b5fba1e5615640aae998e0fbd10c24cbd897ee39ed754a77601a4862" |
1798 | - "checksum chrono 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)" = "d021fddb7bd3e734370acfa4a83f34095571d8570c039f1420d77540f68d5772" |
1799 | + "checksum chrono 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" |
1800 | "checksum clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)" = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002" |
1801 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
1802 | - "checksum const_fn 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ce90df4c658c62f12d78f7508cf92f9173e5184a539c10bfe54a3107b3ffd0f2" |
1803 | + "checksum const_fn 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6" |
1804 | "checksum constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" |
1805 | "checksum core-foundation 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171" |
1806 | "checksum core-foundation-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac" |
1807 | "checksum cpuid-bool 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634" |
1808 | "checksum crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" |
1809 | + "checksum crossbeam-utils 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d" |
1810 | "checksum crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5" |
1811 | "checksum ct-logs 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4d3686f5fa27dbc1d76c751300376e167c5a43387f44bb451fd1c24776e49113" |
1812 | - "checksum derive_more 0.99.10 (registry+https://github.com/rust-lang/crates.io-index)" = "1dcfabdab475c16a93d669dddfc393027803e347d09663f524447f642fbb84ba" |
1813 | + "checksum derive_more 0.99.11 (registry+https://github.com/rust-lang/crates.io-index)" = "41cb0e6161ad61ed084a36ba71fbba9e3ac5aee3606fb607fe08da6acbcf3d8c" |
1814 | "checksum digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" |
1815 | "checksum digest 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" |
1816 | "checksum dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3" |
1817 | @@ -2076,29 +2143,30 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
1818 | "checksum env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" |
1819 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" |
1820 | "checksum fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
1821 | + "checksum form_urlencoded 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00" |
1822 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
1823 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
1824 | - "checksum futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)" = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef" |
1825 | - "checksum futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1e05b85ec287aac0dc34db7d4a569323df697f9c55b99b15d6b4ef8cde49f613" |
1826 | - "checksum futures-channel 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f366ad74c28cca6ba456d95e6422883cfb4b252a83bed929c83abfdbbf2967d5" |
1827 | - "checksum futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399" |
1828 | - "checksum futures-executor 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "10d6bb888be1153d3abeb9006b11b02cf5e9b209fda28693c31ae1e4e012e314" |
1829 | - "checksum futures-io 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "de27142b013a8e869c14957e6d2edeef89e97c289e69d042ee3a49acd8b51789" |
1830 | - "checksum futures-macro 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d0b5a30a4328ab5473878237c447333c093297bded83a4983d10f4deea240d39" |
1831 | - "checksum futures-sink 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3f2032893cb734c7a05d85ce0cc8b8c4075278e93b24b66f9de99d6eb0fa8acc" |
1832 | - "checksum futures-task 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626" |
1833 | - "checksum futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6" |
1834 | + "checksum futures 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" = "4c7e4c2612746b0df8fed4ce0c69156021b704c9aefa360311c04e6e9e002eed" |
1835 | + "checksum futures 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c70be434c505aee38639abccb918163b63158a4b4bb791b45b7023044bdc3c9c" |
1836 | + "checksum futures-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "f01c61843314e95f96cc9245702248733a3a3d744e43e2e755e3c7af8348a0a9" |
1837 | + "checksum futures-core 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "db8d3b0917ff63a2a96173133c02818fac4a746b0a57569d3baca9ec0e945e08" |
1838 | + "checksum futures-executor 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9ee9ca2f7eb4475772cf39dd1cd06208dce2670ad38f4d9c7262b3e15f127068" |
1839 | + "checksum futures-io 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e37c1a51b037b80922864b8eed90692c5cd8abd4c71ce49b77146caa47f3253b" |
1840 | + "checksum futures-macro 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "0f8719ca0e1f3c5e34f3efe4570ef2c0610ca6da85ae7990d472e9cbfba13664" |
1841 | + "checksum futures-sink 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "f6adabac1290109cfa089f79192fb6244ad2c3f1cc2281f3e1dd987592b71feb" |
1842 | + "checksum futures-task 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "a92a0843a2ff66823a8f7c77bffe9a09be2b64e533562c412d63075643ec0038" |
1843 | + "checksum futures-util 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "036a2107cdeb57f6d7322f1b6c363dad67cd63ca3b7d1b925bdf75bd5d96cda9" |
1844 | "checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" |
1845 | "checksum generic-array 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817" |
1846 | - "checksum getrandom 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6" |
1847 | - "checksum h2 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "993f9e0baeed60001cf565546b0d3dbe6a6ad23f2bd31644a133c641eccf6d53" |
1848 | - "checksum hashbrown 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "00d63df3d41950fb462ed38308eea019113ad1508da725bbedcd0fa5a85ef5f7" |
1849 | - "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
1850 | - "checksum hermit-abi 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c30f6d0bc6b00693347368a67d41b58f2fb851215ff1da49e90fe2c5c667151" |
1851 | + "checksum getrandom 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" |
1852 | + "checksum h2 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535" |
1853 | + "checksum hashbrown 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" |
1854 | + "checksum heck 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac" |
1855 | + "checksum hermit-abi 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8" |
1856 | "checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" |
1857 | "checksum hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35" |
1858 | "checksum hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695" |
1859 | - "checksum http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9" |
1860 | + "checksum http 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "84129d298a6d57d246960ff8eb831ca4af3f96d29e2e28848dae275408658e26" |
1861 | "checksum http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b" |
1862 | "checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9" |
1863 | "checksum httpdate 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47" |
1864 | @@ -2106,71 +2174,74 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
1865 | "checksum humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e" |
1866 | "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" |
1867 | "checksum humantime 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a" |
1868 | - "checksum hyper 0.13.8 (registry+https://github.com/rust-lang/crates.io-index)" = "2f3afcfae8af5ad0576a31e768415edb627824129e8e5a29b8bfccb2f234e835" |
1869 | + "checksum hyper 0.13.9 (registry+https://github.com/rust-lang/crates.io-index)" = "f6ad767baac13b44d4529fcf58ba2cd0995e36e7b435bc5b039de6f47e880dbf" |
1870 | "checksum hyper-rustls 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac965ea399ec3a25ac7d13b8affd4b8f39325cca00858ddf5eb29b79e6b14b08" |
1871 | "checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" |
1872 | - "checksum indexmap 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2" |
1873 | - "checksum instant 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "63312a18f7ea8760cdd0a7c5aac1a619752a246b833545e3e36d1f81f7cd9e66" |
1874 | + "checksum indexmap 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b" |
1875 | + "checksum instant 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec" |
1876 | "checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" |
1877 | - "checksum itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6" |
1878 | - "checksum js-sys 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)" = "ca059e81d9486668f12d455a4ea6daa600bd408134cd17e3d3fb5a32d1f016f8" |
1879 | + "checksum itoa 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" |
1880 | + "checksum js-sys 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d7383929f7c9c7c2d0fa596f325832df98c3704f2c60553080f7127a58175" |
1881 | "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
1882 | "checksum keystream 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c33070833c9ee02266356de0c43f723152bd38bd96ddf52c82b3af10c9138b28" |
1883 | "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
1884 | - "checksum libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235" |
1885 | + "checksum libc 0.2.82 (registry+https://github.com/rust-lang/crates.io-index)" = "89203f3fba0a3795506acaad8ebce3c80c0af93f994d5a1d7a0b1eeb23271929" |
1886 | "checksum linked-hash-map 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a" |
1887 | "checksum lock_api 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75" |
1888 | "checksum log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b" |
1889 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
1890 | "checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" |
1891 | "checksum md5 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771" |
1892 | - "checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" |
1893 | - "checksum mio 0.6.22 (registry+https://github.com/rust-lang/crates.io-index)" = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430" |
1894 | + "checksum memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" |
1895 | + "checksum mio 0.6.23 (registry+https://github.com/rust-lang/crates.io-index)" = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" |
1896 | "checksum mio-named-pipes 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656" |
1897 | "checksum mio-uds 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0" |
1898 | - "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
1899 | - "checksum miow 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "07b88fb9795d4d36d62a012dfbf49a8f5cf12751f36d31a9dbe66d528e58979e" |
1900 | - "checksum net2 0.2.35 (registry+https://github.com/rust-lang/crates.io-index)" = "3ebc3ec692ed7c9a255596c67808dee269f64655d8baf7b4f0638e51ba1d6853" |
1901 | + "checksum miow 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" |
1902 | + "checksum miow 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897" |
1903 | + "checksum net2 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)" = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae" |
1904 | "checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6" |
1905 | - "checksum num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b" |
1906 | - "checksum num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611" |
1907 | + "checksum num-integer 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)" = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" |
1908 | + "checksum num-traits 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" |
1909 | "checksum num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" |
1910 | - "checksum once_cell 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad" |
1911 | + "checksum once_cell 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0" |
1912 | "checksum opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" |
1913 | "checksum opaque-debug 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" |
1914 | "checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" |
1915 | "checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" |
1916 | "checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b" |
1917 | "checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" |
1918 | - "checksum pin-project 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)" = "ca4433fff2ae79342e497d9f8ee990d174071408f28f726d6d83af93e58e48aa" |
1919 | - "checksum pin-project-internal 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)" = "2c0e815c3ee9a031fdf5af21c10aa17c573c9c6a566328d99e3936c34e36461f" |
1920 | - "checksum pin-project-lite 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "282adbf10f2698a7a77f8e983a74b2d18176c19a7fd32a45446139ae7b02b715" |
1921 | + "checksum pin-project 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)" = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15" |
1922 | + "checksum pin-project 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5a83804639aad6ba65345661744708855f9fbcb71176ea8d28d05aeb11d975e7" |
1923 | + "checksum pin-project-internal 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)" = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895" |
1924 | + "checksum pin-project-internal 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b7bcc46b8f73443d15bc1c5fecbb315718491fa9187fa483f0e359323cde8b3a" |
1925 | + "checksum pin-project-lite 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b" |
1926 | + "checksum pin-project-lite 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e36743d754ccdf9954c2e352ce2d4b106e024c814f6499c2dadff80da9a442d8" |
1927 | "checksum pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
1928 | - "checksum ppv-lite86 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20" |
1929 | + "checksum ppv-lite86 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" |
1930 | "checksum pretty_env_logger 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d" |
1931 | "checksum proc-macro-error 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
1932 | "checksum proc-macro-error-attr 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
1933 | - "checksum proc-macro-hack 0.5.18 (registry+https://github.com/rust-lang/crates.io-index)" = "99c605b9a0adc77b7211c6b1f722dcb613d68d66859a44f3d485a6da332b0598" |
1934 | + "checksum proc-macro-hack 0.5.19 (registry+https://github.com/rust-lang/crates.io-index)" = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" |
1935 | "checksum proc-macro-nested 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a" |
1936 | "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" |
1937 | - "checksum proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)" = "51ef7cd2518ead700af67bf9d1a658d90b6037d77110fd9c0445429d0ba1c6c9" |
1938 | + "checksum proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)" = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" |
1939 | "checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" |
1940 | "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" |
1941 | - "checksum quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" |
1942 | + "checksum quote 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df" |
1943 | "checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" |
1944 | "checksum rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" |
1945 | "checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
1946 | "checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
1947 | "checksum redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)" = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" |
1948 | "checksum redox_users 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d" |
1949 | - "checksum regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6" |
1950 | - "checksum regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)" = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8" |
1951 | - "checksum ring 0.16.15 (registry+https://github.com/rust-lang/crates.io-index)" = "952cd6b98c85bbc30efa1ba5783b8abf12fec8b3287ffa52605b9432313e34e4" |
1952 | + "checksum regex 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c" |
1953 | + "checksum regex-syntax 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189" |
1954 | + "checksum ring 0.16.19 (registry+https://github.com/rust-lang/crates.io-index)" = "024a1e66fea74c66c66624ee5622a7ff0e4b73a13b4f5c326ddb50c708944226" |
1955 | "checksum rusoto_core 0.44.0 (registry+https://github.com/rust-lang/crates.io-index)" = "841ca8f73e7498ba39146ab43acea906bbbb807d92ec0b7ea4b6293d2621f80d" |
1956 | "checksum rusoto_credential 0.44.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60669ddc1bdbb83ce225593649d36b4c5f6bf9db47cc1ab3e81281abffc853f4" |
1957 | "checksum rusoto_s3 0.44.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eebe039c71a8ab54ce6614e2967ef034bb3202f306e4025901f620cdfa5680c8" |
1958 | "checksum rusoto_signature 0.44.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9eddff187ac18c5a91d9ccda9353f30cf531620dce437c4db661dfe2e23b2029" |
1959 | - "checksum rust-argon2 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9dab61250775933275e84053ac235621dfb739556d5c54a2f2e9313b7cf43a19" |
1960 | + "checksum rust-argon2 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb" |
1961 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
1962 | "checksum rustls 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c0d4a31f5d68413404705d6982529b0e11a9aacd4839d1d6222ee3b8cb4015e1" |
1963 | "checksum rustls-native-certs 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a75ffeb84a6bd9d014713119542ce415db3a3e4748f0bfce1e1416cd224a23a5" |
1964 | @@ -2182,44 +2253,45 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
1965 | "checksum security-framework-sys 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "17bf11d99252f512695eb468de5516e5cf75455521e69dfe343f3b74e4748405" |
1966 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
1967 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
1968 | - "checksum serde 1.0.116 (registry+https://github.com/rust-lang/crates.io-index)" = "96fe57af81d28386a513cbc6858332abc6117cfdb5999647c6444b8f43a370a5" |
1969 | - "checksum serde_derive 1.0.116 (registry+https://github.com/rust-lang/crates.io-index)" = "f630a6370fd8e457873b4bd2ffdae75408bc291ba72be773772a4c2a065d9ae8" |
1970 | - "checksum serde_json 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)" = "164eacbdb13512ec2745fb09d51fd5b22b0d65ed294a1dcf7285a360c80a675c" |
1971 | - "checksum serde_test 1.0.116 (registry+https://github.com/rust-lang/crates.io-index)" = "923edec3f1ab4a2f489f384e117dc4f826fd977a9d189b28717cba8474dd5c6b" |
1972 | + "checksum serde 1.0.118 (registry+https://github.com/rust-lang/crates.io-index)" = "06c64263859d87aa2eb554587e2d23183398d617427327cf2b3d0ed8c69e4800" |
1973 | + "checksum serde_derive 1.0.118 (registry+https://github.com/rust-lang/crates.io-index)" = "c84d3526699cd55261af4b941e4e725444df67aa4f9e6a3564f18030d12672df" |
1974 | + "checksum serde_json 1.0.61 (registry+https://github.com/rust-lang/crates.io-index)" = "4fceb2595057b6891a4ee808f70054bd2d12f0e97f1cbb78689b59f676df325a" |
1975 | + "checksum serde_test 1.0.118 (registry+https://github.com/rust-lang/crates.io-index)" = "f7f3f8714511d29f60be0ea965bc784df1b6903da5bbac801df36b1bbc7b4880" |
1976 | "checksum sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d" |
1977 | "checksum sha2 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69" |
1978 | - "checksum sha2 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2933378ddfeda7ea26f48c555bdad8bb446bf8a3d17832dc83e380d444cfb8c1" |
1979 | + "checksum sha2 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e7aab86fe2149bad8c507606bdb3f4ef5e7b2380eb92350f56122cca72a42a8" |
1980 | "checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" |
1981 | - "checksum signal-hook-registry 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a3e12110bc539e657a646068aaf5eb5b63af9d0c1f7b29c97113fad80e15f035" |
1982 | + "checksum signal-hook-registry 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6" |
1983 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
1984 | "checksum smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6" |
1985 | - "checksum socket2 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "b1fa70dc5c8104ec096f4fe7ede7a221d35ae13dcd19ba1ad9a81d2cab9a1c44" |
1986 | + "checksum socket2 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)" = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e" |
1987 | "checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
1988 | - "checksum standback 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "33a71ea1ea5f8747d1af1979bfb7e65c3a025a70609f04ceb78425bc5adad8e6" |
1989 | + "checksum standback 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "c66a8cff4fa24853fdf6b51f75c6d7f8206d7c75cab4e467bcd7f25c2b1febe0" |
1990 | "checksum stdweb 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)" = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5" |
1991 | "checksum stdweb-derive 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef" |
1992 | "checksum stdweb-internal-macros 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11" |
1993 | "checksum stdweb-internal-runtime 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0" |
1994 | "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
1995 | - "checksum structopt 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)" = "a33f6461027d7f08a13715659b2948e1602c31a3756aeae9378bfe7518c72e82" |
1996 | - "checksum structopt-derive 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c92e775028122a4b3dd55d58f14fc5120289c69bee99df1d117ae30f84b225c9" |
1997 | + "checksum structopt 0.3.21 (registry+https://github.com/rust-lang/crates.io-index)" = "5277acd7ee46e63e5168a80734c9f6ee81b1367a7d8772a2d765df2a3705d28c" |
1998 | + "checksum structopt-derive 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)" = "5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90" |
1999 | "checksum subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" |
2000 | "checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" |
2001 | - "checksum syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)" = "9c51d92969d209b54a98397e1b91c8ae82d8c87a7bb87df0b29aa2ad81454228" |
2002 | - "checksum termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f" |
2003 | + "checksum syn 1.0.58 (registry+https://github.com/rust-lang/crates.io-index)" = "cc60a3d73ea6594cd712d830cc1f0390fd71542d8c8cd24e70cc54cdfd5e05d5" |
2004 | + "checksum termcolor 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" |
2005 | "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
2006 | - "checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" |
2007 | + "checksum thread_local 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb9bc092d0d51e76b2b19d9d85534ffc9ec2db959a2523cdae0697e2972cd447" |
2008 | "checksum time 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)" = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" |
2009 | - "checksum time 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)" = "55b7151c9065e80917fbf285d9a5d1432f60db41d170ccafc749a136b41a93af" |
2010 | - "checksum time-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9ae9b6e9f095bc105e183e3cd493d72579be3181ad4004fceb01adbe9eecab2d" |
2011 | + "checksum time 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)" = "bcdaeea317915d59b2b4cd3b5efcd156c309108664277793f5351700c02ce98b" |
2012 | + "checksum time-macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1" |
2013 | "checksum time-macros-impl 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e5c3be1edfad6027c69f5491cf4cb310d1a71ecd6af742788c6ff8bced86b8fa" |
2014 | - "checksum tinyvec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117" |
2015 | - "checksum tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)" = "5d34ca54d84bf2b5b4d7d31e901a8464f7b60ac145a284fba25ceb801f2ddccd" |
2016 | + "checksum tinyvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ccf8dbc19eb42fba10e8feaaec282fb50e2c14b2726d6301dbfeed0f73306a6f" |
2017 | + "checksum tinyvec_macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" |
2018 | + "checksum tokio 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)" = "099837d3464c16a808060bb3f02263b412f6fafcb5d01c533d309985fbeebe48" |
2019 | "checksum tokio-compat 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "107b625135aa7b9297dd2d99ccd6ca6ab124a5d1230778e159b9095adca4c722" |
2020 | "checksum tokio-current-thread 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e" |
2021 | "checksum tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671" |
2022 | "checksum tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674" |
2023 | - "checksum tokio-macros 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f0c3acc6aa564495a0f2e1d59fab677cd7f81a19994cfc7f3ad0e64301560389" |
2024 | + "checksum tokio-macros 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a" |
2025 | "checksum tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351" |
2026 | "checksum tokio-rustls 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "15cb62a0d2770787abc96e99c1cd98fcf17f94959f3af63ca85bdfb203f051b4" |
2027 | "checksum tokio-sync 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee" |
2028 | @@ -2227,18 +2299,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
2029 | "checksum tokio-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499" |
2030 | "checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f" |
2031 | "checksum tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860" |
2032 | - "checksum tracing 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)" = "6d79ca061b032d6ce30c660fded31189ca0b9922bf483cd70759f13a2d86786c" |
2033 | - "checksum tracing-core 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "5bcf46c1f1f06aeea2d6b81f3c863d0930a596c86ad1920d4e5bad6dd1d7119a" |
2034 | + "checksum tracing 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3" |
2035 | + "checksum tracing-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f" |
2036 | + "checksum tracing-futures 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c" |
2037 | "checksum try-lock 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" |
2038 | "checksum typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33" |
2039 | "checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" |
2040 | - "checksum unicode-normalization 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977" |
2041 | - "checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" |
2042 | + "checksum unicode-normalization 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606" |
2043 | + "checksum unicode-segmentation 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796" |
2044 | "checksum unicode-width 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" |
2045 | "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
2046 | "checksum unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" |
2047 | "checksum untrusted 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" |
2048 | - "checksum url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb" |
2049 | + "checksum url 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e" |
2050 | "checksum uuid 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9fde2f6a4bea1d6e007c4ad38c6839fa71cbb63b6dbf5b595aa38dc9b1093c11" |
2051 | "checksum vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" |
2052 | "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" |
2053 | @@ -2246,13 +2319,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
2054 | "checksum want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" |
2055 | "checksum wasi 0.10.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" |
2056 | "checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" |
2057 | - "checksum wasm-bindgen 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)" = "1ac64ead5ea5f05873d7c12b545865ca2b8d28adfc50a49b84770a3a97265d42" |
2058 | - "checksum wasm-bindgen-backend 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)" = "f22b422e2a757c35a73774860af8e112bff612ce6cb604224e8e47641a9e4f68" |
2059 | - "checksum wasm-bindgen-macro 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)" = "6b13312a745c08c469f0b292dd2fcd6411dba5f7160f593da6ef69b64e407038" |
2060 | - "checksum wasm-bindgen-macro-support 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)" = "f249f06ef7ee334cc3b8ff031bfc11ec99d00f34d86da7498396dc1e3b1498fe" |
2061 | - "checksum wasm-bindgen-shared 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)" = "1d649a3145108d7d3fbcde896a468d1bd636791823c9921135218ad89be08307" |
2062 | - "checksum web-sys 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf6ef87ad7ae8008e15a355ce696bed26012b7caa21605188cfd8214ab51e2d" |
2063 | - "checksum webpki 0.21.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ab146130f5f790d45f82aeeb09e55a256573373ec64409fc19a6fb82fb1032ae" |
2064 | + "checksum wasm-bindgen 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)" = "3cd364751395ca0f68cafb17666eee36b63077fb5ecd972bbcd74c90c4bf736e" |
2065 | + "checksum wasm-bindgen-backend 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)" = "1114f89ab1f4106e5b55e688b828c0ab0ea593a1ea7c094b141b14cbaaec2d62" |
2066 | + "checksum wasm-bindgen-macro 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6ac8995ead1f084a8dea1e65f194d0973800c7f571f6edd70adf06ecf77084" |
2067 | + "checksum wasm-bindgen-macro-support 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)" = "b5a48c72f299d80557c7c62e37e7225369ecc0c963964059509fbafe917c7549" |
2068 | + "checksum wasm-bindgen-shared 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)" = "7e7811dd7f9398f14cc76efd356f98f03aa30419dea46aa810d71e819fc97158" |
2069 | + "checksum web-sys 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)" = "222b1ef9334f92a21d3fb53dc3fd80f30836959a90f9274a626d7e06315ba3c3" |
2070 | + "checksum webpki 0.21.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea" |
2071 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
2072 | "checksum winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
2073 | "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
2074 | @@ -2261,4 +2334,4 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
2075 | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
2076 | "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |
2077 | "checksum xml-rs 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b07db065a5cf61a7e4ba64f29e67db906fb1787316516c4e6e5ff0fea1efcd8a" |
2078 | - "checksum zeroize 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05f33972566adbd2d3588b0491eb94b98b43695c4ef897903470ede4f3f5a28a" |
2079 | + "checksum zeroize 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "81a974bcdd357f0dca4d41677db03436324d45a4c9ed2d0b873a5a360ce41c36" |