Commit
+152 -185 +/-2 browse
1 | diff --git a/Cargo.lock b/Cargo.lock |
2 | index ac443d3..152030f 100644 |
3 | --- a/Cargo.lock |
4 | +++ b/Cargo.lock |
5 | @@ -19,10 +19,16 @@ dependencies = [ |
6 | ] |
7 | |
8 | [[package]] |
9 | + name = "arrayvec" |
10 | + version = "0.5.2" |
11 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
12 | + checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" |
13 | + |
14 | + [[package]] |
15 | name = "askama" |
16 | - version = "0.8.0" |
17 | + version = "0.10.5" |
18 | source = "registry+https://github.com/rust-lang/crates.io-index" |
19 | - checksum = "3dc2a4b6d7f812d2b13d251ae792caecebd635d6401761162d4b71d5ebe1a010" |
20 | + checksum = "d298738b6e47e1034e560e5afe63aa488fea34e25ec11b855a76f0d7b8e73134" |
21 | dependencies = [ |
22 | "askama_derive", |
23 | "askama_escape", |
24 | @@ -31,34 +37,36 @@ dependencies = [ |
25 | |
26 | [[package]] |
27 | name = "askama_derive" |
28 | - version = "0.8.0" |
29 | + version = "0.10.5" |
30 | source = "registry+https://github.com/rust-lang/crates.io-index" |
31 | - checksum = "23ee2fff0f22ad5d215cace1227cd036c28e81e26206763bb837b6d0e766c87d" |
32 | + checksum = "ca2925c4c290382f9d2fa3d1c1b6a63fa1427099721ecca4749b154cc9c25522" |
33 | dependencies = [ |
34 | "askama_shared", |
35 | - "nom", |
36 | - "proc-macro2 0.4.30", |
37 | - "quote 0.6.13", |
38 | - "syn 0.15.44", |
39 | + "proc-macro2", |
40 | + "syn", |
41 | ] |
42 | |
43 | [[package]] |
44 | name = "askama_escape" |
45 | - version = "0.2.0" |
46 | + version = "0.10.1" |
47 | source = "registry+https://github.com/rust-lang/crates.io-index" |
48 | - checksum = "b0de942230b5beedaa9e1d64df5b76fa1c97002e4c7982897be899cccf40621d" |
49 | + checksum = "90c108c1a94380c89d2215d0ac54ce09796823cca0fd91b299cfff3b33e346fb" |
50 | |
51 | [[package]] |
52 | name = "askama_shared" |
53 | - version = "0.8.0" |
54 | + version = "0.11.1" |
55 | source = "registry+https://github.com/rust-lang/crates.io-index" |
56 | - checksum = "a6dfa6b6d254fd066a8bbed9a8f913123e3f701db89216ad4f0aff04ad87718c" |
57 | + checksum = "2582b77e0f3c506ec4838a25fa8a5f97b9bed72bb6d3d272ea1c031d8bd373bc" |
58 | dependencies = [ |
59 | "askama_escape", |
60 | "humansize", |
61 | + "nom", |
62 | "num-traits", |
63 | + "percent-encoding", |
64 | + "proc-macro2", |
65 | + "quote", |
66 | "serde", |
67 | - "serde_derive", |
68 | + "syn", |
69 | "toml", |
70 | ] |
71 | |
72 | @@ -78,9 +86,9 @@ version = "0.3.0" |
73 | source = "registry+https://github.com/rust-lang/crates.io-index" |
74 | checksum = "a3548b8efc9f8e8a5a0a2808c5bd8451a9031b9e5b879a79590304ae928b0a70" |
75 | dependencies = [ |
76 | - "proc-macro2 1.0.24", |
77 | - "quote 1.0.9", |
78 | - "syn 1.0.60", |
79 | + "proc-macro2", |
80 | + "quote", |
81 | + "syn", |
82 | ] |
83 | |
84 | [[package]] |
85 | @@ -89,9 +97,9 @@ version = "0.1.42" |
86 | source = "registry+https://github.com/rust-lang/crates.io-index" |
87 | checksum = "8d3a45e77e34375a7923b1e8febb049bb011f064714a8e17a1a616fef01da13d" |
88 | dependencies = [ |
89 | - "proc-macro2 1.0.24", |
90 | - "quote 1.0.9", |
91 | - "syn 1.0.60", |
92 | + "proc-macro2", |
93 | + "quote", |
94 | + "syn", |
95 | ] |
96 | |
97 | [[package]] |
98 | @@ -118,10 +126,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
99 | checksum = "9fe17f59a06fe8b87a6fc8bf53bb70b3aba76d7685f432487a68cd5552853625" |
100 | dependencies = [ |
101 | "futures-core", |
102 | - "getrandom 0.2.2", |
103 | + "getrandom", |
104 | "instant", |
105 | "pin-project 1.0.5", |
106 | - "rand 0.8.3", |
107 | + "rand", |
108 | "tokio", |
109 | ] |
110 | |
111 | @@ -144,6 +152,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
112 | checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
113 | |
114 | [[package]] |
115 | + name = "bitvec" |
116 | + version = "0.19.5" |
117 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
118 | + checksum = "8942c8d352ae1838c9dda0b0ca2ab657696ef2232a20147cf1b30ae1a9cb4321" |
119 | + dependencies = [ |
120 | + "funty", |
121 | + "radium", |
122 | + "tap", |
123 | + "wyz", |
124 | + ] |
125 | + |
126 | + [[package]] |
127 | name = "block-buffer" |
128 | version = "0.9.0" |
129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
130 | @@ -282,9 +302,9 @@ version = "0.99.11" |
131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
132 | checksum = "41cb0e6161ad61ed084a36ba71fbba9e3ac5aee3606fb607fe08da6acbcf3d8c" |
133 | dependencies = [ |
134 | - "proc-macro2 1.0.24", |
135 | - "quote 1.0.9", |
136 | - "syn 1.0.60", |
137 | + "proc-macro2", |
138 | + "quote", |
139 | + "syn", |
140 | ] |
141 | |
142 | [[package]] |
143 | @@ -359,6 +379,12 @@ dependencies = [ |
144 | ] |
145 | |
146 | [[package]] |
147 | + name = "funty" |
148 | + version = "1.1.0" |
149 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
150 | + checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7" |
151 | + |
152 | + [[package]] |
153 | name = "futures" |
154 | version = "0.3.12" |
155 | source = "registry+https://github.com/rust-lang/crates.io-index" |
156 | @@ -413,9 +439,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
157 | checksum = "c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd" |
158 | dependencies = [ |
159 | "proc-macro-hack", |
160 | - "proc-macro2 1.0.24", |
161 | - "quote 1.0.9", |
162 | - "syn 1.0.60", |
163 | + "proc-macro2", |
164 | + "quote", |
165 | + "syn", |
166 | ] |
167 | |
168 | [[package]] |
169 | @@ -460,18 +486,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
170 | checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817" |
171 | dependencies = [ |
172 | "typenum", |
173 | - "version_check 0.9.2", |
174 | - ] |
175 | - |
176 | - [[package]] |
177 | - name = "getrandom" |
178 | - version = "0.1.16" |
179 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
180 | - checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" |
181 | - dependencies = [ |
182 | - "cfg-if", |
183 | - "libc", |
184 | - "wasi 0.9.0+wasi-snapshot-preview1", |
185 | + "version_check", |
186 | ] |
187 | |
188 | [[package]] |
189 | @@ -482,7 +497,7 @@ checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8" |
190 | dependencies = [ |
191 | "cfg-if", |
192 | "libc", |
193 | - "wasi 0.10.2+wasi-snapshot-preview1", |
194 | + "wasi", |
195 | ] |
196 | |
197 | [[package]] |
198 | @@ -710,6 +725,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
199 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
200 | |
201 | [[package]] |
202 | + name = "lexical-core" |
203 | + version = "0.7.6" |
204 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
205 | + checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe" |
206 | + dependencies = [ |
207 | + "arrayvec", |
208 | + "bitflags", |
209 | + "cfg-if", |
210 | + "ryu", |
211 | + "static_assertions", |
212 | + ] |
213 | + |
214 | + [[package]] |
215 | name = "libc" |
216 | version = "0.2.86" |
217 | source = "registry+https://github.com/rust-lang/crates.io-index" |
218 | @@ -786,12 +814,15 @@ dependencies = [ |
219 | |
220 | [[package]] |
221 | name = "nom" |
222 | - version = "4.2.3" |
223 | + version = "6.1.2" |
224 | source = "registry+https://github.com/rust-lang/crates.io-index" |
225 | - checksum = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6" |
226 | + checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2" |
227 | dependencies = [ |
228 | + "bitvec", |
229 | + "funty", |
230 | + "lexical-core", |
231 | "memchr", |
232 | - "version_check 0.1.5", |
233 | + "version_check", |
234 | ] |
235 | |
236 | [[package]] |
237 | @@ -905,9 +936,9 @@ version = "0.4.27" |
238 | source = "registry+https://github.com/rust-lang/crates.io-index" |
239 | checksum = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895" |
240 | dependencies = [ |
241 | - "proc-macro2 1.0.24", |
242 | - "quote 1.0.9", |
243 | - "syn 1.0.60", |
244 | + "proc-macro2", |
245 | + "quote", |
246 | + "syn", |
247 | ] |
248 | |
249 | [[package]] |
250 | @@ -916,9 +947,9 @@ version = "1.0.5" |
251 | source = "registry+https://github.com/rust-lang/crates.io-index" |
252 | checksum = "758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b" |
253 | dependencies = [ |
254 | - "proc-macro2 1.0.24", |
255 | - "quote 1.0.9", |
256 | - "syn 1.0.60", |
257 | + "proc-macro2", |
258 | + "quote", |
259 | + "syn", |
260 | ] |
261 | |
262 | [[package]] |
263 | @@ -956,10 +987,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
264 | checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
265 | dependencies = [ |
266 | "proc-macro-error-attr", |
267 | - "proc-macro2 1.0.24", |
268 | - "quote 1.0.9", |
269 | - "syn 1.0.60", |
270 | - "version_check 0.9.2", |
271 | + "proc-macro2", |
272 | + "quote", |
273 | + "syn", |
274 | + "version_check", |
275 | ] |
276 | |
277 | [[package]] |
278 | @@ -968,9 +999,9 @@ version = "1.0.4" |
279 | source = "registry+https://github.com/rust-lang/crates.io-index" |
280 | checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
281 | dependencies = [ |
282 | - "proc-macro2 1.0.24", |
283 | - "quote 1.0.9", |
284 | - "version_check 0.9.2", |
285 | + "proc-macro2", |
286 | + "quote", |
287 | + "version_check", |
288 | ] |
289 | |
290 | [[package]] |
291 | @@ -987,20 +1018,11 @@ checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086" |
292 | |
293 | [[package]] |
294 | name = "proc-macro2" |
295 | - version = "0.4.30" |
296 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
297 | - checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" |
298 | - dependencies = [ |
299 | - "unicode-xid 0.1.0", |
300 | - ] |
301 | - |
302 | - [[package]] |
303 | - name = "proc-macro2" |
304 | version = "1.0.24" |
305 | source = "registry+https://github.com/rust-lang/crates.io-index" |
306 | checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" |
307 | dependencies = [ |
308 | - "unicode-xid 0.2.1", |
309 | + "unicode-xid", |
310 | ] |
311 | |
312 | [[package]] |
313 | @@ -1011,34 +1033,18 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" |
314 | |
315 | [[package]] |
316 | name = "quote" |
317 | - version = "0.6.13" |
318 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
319 | - checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" |
320 | - dependencies = [ |
321 | - "proc-macro2 0.4.30", |
322 | - ] |
323 | - |
324 | - [[package]] |
325 | - name = "quote" |
326 | version = "1.0.9" |
327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
328 | checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7" |
329 | dependencies = [ |
330 | - "proc-macro2 1.0.24", |
331 | + "proc-macro2", |
332 | ] |
333 | |
334 | [[package]] |
335 | - name = "rand" |
336 | - version = "0.7.3" |
337 | + name = "radium" |
338 | + version = "0.5.3" |
339 | source = "registry+https://github.com/rust-lang/crates.io-index" |
340 | - checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" |
341 | - dependencies = [ |
342 | - "getrandom 0.1.16", |
343 | - "libc", |
344 | - "rand_chacha 0.2.2", |
345 | - "rand_core 0.5.1", |
346 | - "rand_hc 0.2.0", |
347 | - ] |
348 | + checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8" |
349 | |
350 | [[package]] |
351 | name = "rand" |
352 | @@ -1047,19 +1053,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
353 | checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e" |
354 | dependencies = [ |
355 | "libc", |
356 | - "rand_chacha 0.3.0", |
357 | - "rand_core 0.6.2", |
358 | - "rand_hc 0.3.0", |
359 | - ] |
360 | - |
361 | - [[package]] |
362 | - name = "rand_chacha" |
363 | - version = "0.2.2" |
364 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
365 | - checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" |
366 | - dependencies = [ |
367 | - "ppv-lite86", |
368 | - "rand_core 0.5.1", |
369 | + "rand_chacha", |
370 | + "rand_core", |
371 | + "rand_hc", |
372 | ] |
373 | |
374 | [[package]] |
375 | @@ -1069,16 +1065,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
376 | checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d" |
377 | dependencies = [ |
378 | "ppv-lite86", |
379 | - "rand_core 0.6.2", |
380 | - ] |
381 | - |
382 | - [[package]] |
383 | - name = "rand_core" |
384 | - version = "0.5.1" |
385 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
386 | - checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
387 | - dependencies = [ |
388 | - "getrandom 0.1.16", |
389 | + "rand_core", |
390 | ] |
391 | |
392 | [[package]] |
393 | @@ -1087,16 +1074,7 @@ version = "0.6.2" |
394 | source = "registry+https://github.com/rust-lang/crates.io-index" |
395 | checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7" |
396 | dependencies = [ |
397 | - "getrandom 0.2.2", |
398 | - ] |
399 | - |
400 | - [[package]] |
401 | - name = "rand_hc" |
402 | - version = "0.2.0" |
403 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
404 | - checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
405 | - dependencies = [ |
406 | - "rand_core 0.5.1", |
407 | + "getrandom", |
408 | ] |
409 | |
410 | [[package]] |
411 | @@ -1105,7 +1083,7 @@ version = "0.3.0" |
412 | source = "registry+https://github.com/rust-lang/crates.io-index" |
413 | checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73" |
414 | dependencies = [ |
415 | - "rand_core 0.6.2", |
416 | + "rand_core", |
417 | ] |
418 | |
419 | [[package]] |
420 | @@ -1129,7 +1107,7 @@ version = "0.4.0" |
421 | source = "registry+https://github.com/rust-lang/crates.io-index" |
422 | checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" |
423 | dependencies = [ |
424 | - "getrandom 0.2.2", |
425 | + "getrandom", |
426 | "redox_syscall 0.2.4", |
427 | ] |
428 | |
429 | @@ -1188,7 +1166,7 @@ dependencies = [ |
430 | "linked-hash-map", |
431 | "log", |
432 | "pretty_env_logger", |
433 | - "rand 0.7.3", |
434 | + "rand", |
435 | "rusoto_core", |
436 | "rusoto_credential", |
437 | "rusoto_s3", |
438 | @@ -1418,9 +1396,9 @@ version = "1.0.123" |
439 | source = "registry+https://github.com/rust-lang/crates.io-index" |
440 | checksum = "9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31" |
441 | dependencies = [ |
442 | - "proc-macro2 1.0.24", |
443 | - "quote 1.0.9", |
444 | - "syn 1.0.60", |
445 | + "proc-macro2", |
446 | + "quote", |
447 | + "syn", |
448 | ] |
449 | |
450 | [[package]] |
451 | @@ -1524,10 +1502,16 @@ version = "0.2.15" |
452 | source = "registry+https://github.com/rust-lang/crates.io-index" |
453 | checksum = "a2beb4d1860a61f571530b3f855a1b538d0200f7871c63331ecd6f17b1f014f8" |
454 | dependencies = [ |
455 | - "version_check 0.9.2", |
456 | + "version_check", |
457 | ] |
458 | |
459 | [[package]] |
460 | + name = "static_assertions" |
461 | + version = "1.1.0" |
462 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
463 | + checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
464 | + |
465 | + [[package]] |
466 | name = "stdweb" |
467 | version = "0.4.20" |
468 | source = "registry+https://github.com/rust-lang/crates.io-index" |
469 | @@ -1547,11 +1531,11 @@ version = "0.5.3" |
470 | source = "registry+https://github.com/rust-lang/crates.io-index" |
471 | checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef" |
472 | dependencies = [ |
473 | - "proc-macro2 1.0.24", |
474 | - "quote 1.0.9", |
475 | + "proc-macro2", |
476 | + "quote", |
477 | "serde", |
478 | "serde_derive", |
479 | - "syn 1.0.60", |
480 | + "syn", |
481 | ] |
482 | |
483 | [[package]] |
484 | @@ -1561,13 +1545,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
485 | checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11" |
486 | dependencies = [ |
487 | "base-x", |
488 | - "proc-macro2 1.0.24", |
489 | - "quote 1.0.9", |
490 | + "proc-macro2", |
491 | + "quote", |
492 | "serde", |
493 | "serde_derive", |
494 | "serde_json", |
495 | "sha1", |
496 | - "syn 1.0.60", |
497 | + "syn", |
498 | ] |
499 | |
500 | [[package]] |
501 | @@ -1601,9 +1585,9 @@ checksum = "5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90" |
502 | dependencies = [ |
503 | "heck", |
504 | "proc-macro-error", |
505 | - "proc-macro2 1.0.24", |
506 | - "quote 1.0.9", |
507 | - "syn 1.0.60", |
508 | + "proc-macro2", |
509 | + "quote", |
510 | + "syn", |
511 | ] |
512 | |
513 | [[package]] |
514 | @@ -1614,25 +1598,20 @@ checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2" |
515 | |
516 | [[package]] |
517 | name = "syn" |
518 | - version = "0.15.44" |
519 | + version = "1.0.60" |
520 | source = "registry+https://github.com/rust-lang/crates.io-index" |
521 | - checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" |
522 | + checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081" |
523 | dependencies = [ |
524 | - "proc-macro2 0.4.30", |
525 | - "quote 0.6.13", |
526 | - "unicode-xid 0.1.0", |
527 | + "proc-macro2", |
528 | + "quote", |
529 | + "unicode-xid", |
530 | ] |
531 | |
532 | [[package]] |
533 | - name = "syn" |
534 | - version = "1.0.60" |
535 | + name = "tap" |
536 | + version = "1.0.1" |
537 | source = "registry+https://github.com/rust-lang/crates.io-index" |
538 | - checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081" |
539 | - dependencies = [ |
540 | - "proc-macro2 1.0.24", |
541 | - "quote 1.0.9", |
542 | - "unicode-xid 0.2.1", |
543 | - ] |
544 | + checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" |
545 | |
546 | [[package]] |
547 | name = "termcolor" |
548 | @@ -1672,7 +1651,7 @@ dependencies = [ |
549 | "standback", |
550 | "stdweb", |
551 | "time-macros", |
552 | - "version_check 0.9.2", |
553 | + "version_check", |
554 | "winapi", |
555 | ] |
556 | |
557 | @@ -1693,10 +1672,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
558 | checksum = "e5c3be1edfad6027c69f5491cf4cb310d1a71ecd6af742788c6ff8bced86b8fa" |
559 | dependencies = [ |
560 | "proc-macro-hack", |
561 | - "proc-macro2 1.0.24", |
562 | - "quote 1.0.9", |
563 | + "proc-macro2", |
564 | + "quote", |
565 | "standback", |
566 | - "syn 1.0.60", |
567 | + "syn", |
568 | ] |
569 | |
570 | [[package]] |
571 | @@ -1740,9 +1719,9 @@ version = "1.1.0" |
572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
573 | checksum = "caf7b11a536f46a809a8a9f0bb4237020f70ecbf115b842360afb127ea2fda57" |
574 | dependencies = [ |
575 | - "proc-macro2 1.0.24", |
576 | - "quote 1.0.9", |
577 | - "syn 1.0.60", |
578 | + "proc-macro2", |
579 | + "quote", |
580 | + "syn", |
581 | ] |
582 | |
583 | [[package]] |
584 | @@ -1774,9 +1753,9 @@ dependencies = [ |
585 | |
586 | [[package]] |
587 | name = "toml" |
588 | - version = "0.4.10" |
589 | + version = "0.5.8" |
590 | source = "registry+https://github.com/rust-lang/crates.io-index" |
591 | - checksum = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f" |
592 | + checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa" |
593 | dependencies = [ |
594 | "serde", |
595 | ] |
596 | @@ -1861,12 +1840,6 @@ checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" |
597 | |
598 | [[package]] |
599 | name = "unicode-xid" |
600 | - version = "0.1.0" |
601 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
602 | - checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
603 | - |
604 | - [[package]] |
605 | - name = "unicode-xid" |
606 | version = "0.2.1" |
607 | source = "registry+https://github.com/rust-lang/crates.io-index" |
608 | checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" |
609 | @@ -1895,7 +1868,7 @@ version = "0.8.2" |
610 | source = "registry+https://github.com/rust-lang/crates.io-index" |
611 | checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" |
612 | dependencies = [ |
613 | - "getrandom 0.2.2", |
614 | + "getrandom", |
615 | ] |
616 | |
617 | [[package]] |
618 | @@ -1906,12 +1879,6 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" |
619 | |
620 | [[package]] |
621 | name = "version_check" |
622 | - version = "0.1.5" |
623 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
624 | - checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" |
625 | - |
626 | - [[package]] |
627 | - name = "version_check" |
628 | version = "0.9.2" |
629 | source = "registry+https://github.com/rust-lang/crates.io-index" |
630 | checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed" |
631 | @@ -1928,12 +1895,6 @@ dependencies = [ |
632 | |
633 | [[package]] |
634 | name = "wasi" |
635 | - version = "0.9.0+wasi-snapshot-preview1" |
636 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
637 | - checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" |
638 | - |
639 | - [[package]] |
640 | - name = "wasi" |
641 | version = "0.10.2+wasi-snapshot-preview1" |
642 | source = "registry+https://github.com/rust-lang/crates.io-index" |
643 | checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" |
644 | @@ -1957,9 +1918,9 @@ dependencies = [ |
645 | "bumpalo", |
646 | "lazy_static", |
647 | "log", |
648 | - "proc-macro2 1.0.24", |
649 | - "quote 1.0.9", |
650 | - "syn 1.0.60", |
651 | + "proc-macro2", |
652 | + "quote", |
653 | + "syn", |
654 | "wasm-bindgen-shared", |
655 | ] |
656 | |
657 | @@ -1969,7 +1930,7 @@ version = "0.2.70" |
658 | source = "registry+https://github.com/rust-lang/crates.io-index" |
659 | checksum = "3b8853882eef39593ad4174dd26fc9865a64e84026d223f63bb2c42affcbba2c" |
660 | dependencies = [ |
661 | - "quote 1.0.9", |
662 | + "quote", |
663 | "wasm-bindgen-macro-support", |
664 | ] |
665 | |
666 | @@ -1979,9 +1940,9 @@ version = "0.2.70" |
667 | source = "registry+https://github.com/rust-lang/crates.io-index" |
668 | checksum = "4133b5e7f2a531fa413b3a1695e925038a05a71cf67e87dafa295cb645a01385" |
669 | dependencies = [ |
670 | - "proc-macro2 1.0.24", |
671 | - "quote 1.0.9", |
672 | - "syn 1.0.60", |
673 | + "proc-macro2", |
674 | + "quote", |
675 | + "syn", |
676 | "wasm-bindgen-backend", |
677 | "wasm-bindgen-shared", |
678 | ] |
679 | @@ -2044,6 +2005,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
680 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
681 | |
682 | [[package]] |
683 | + name = "wyz" |
684 | + version = "0.2.0" |
685 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
686 | + checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214" |
687 | + |
688 | + [[package]] |
689 | name = "xml-rs" |
690 | version = "0.8.3" |
691 | source = "registry+https://github.com/rust-lang/crates.io-index" |
692 | diff --git a/Cargo.toml b/Cargo.toml |
693 | index dc8e199..dd07eff 100644 |
694 | --- a/Cargo.toml |
695 | +++ b/Cargo.toml |
696 | @@ -15,7 +15,7 @@ categories = ["command-line-utilities"] |
697 | license = "MIT" |
698 | |
699 | [dependencies] |
700 | - askama = "0.8" |
701 | + askama = "0.10" |
702 | async-stream = "0.3" |
703 | async-trait = "0.1" |
704 | backoff = { version = "0.3", features = ["tokio"] } |
705 | @@ -33,7 +33,7 @@ hyper = { version = "0.14", features = ["server", "http1", "http2", "tcp", "stre |
706 | linked-hash-map = { version = "0.5", features = ["serde_impl"] } |
707 | log = "0.4" |
708 | pretty_env_logger = "0.4" |
709 | - rand = { version = "0.7", optional = true } |
710 | + rand = { version = "0.8", optional = true } |
711 | serde = { version = "1", features = ["derive"] } |
712 | serde_json = "1" |
713 | sha2 = "0.9" |