Commit
+77 -66 +/-1 browse
1 | diff --git a/Cargo.lock b/Cargo.lock |
2 | index 20cdf4f..3758520 100644 |
3 | --- a/Cargo.lock |
4 | +++ b/Cargo.lock |
5 | @@ -76,9 +76,9 @@ name = "async-trait" |
6 | version = "0.1.40" |
7 | source = "registry+https://github.com/rust-lang/crates.io-index" |
8 | dependencies = [ |
9 | - "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", |
10 | + "proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", |
11 | "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
12 | - "syn 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
13 | + "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
14 | ] |
15 | |
16 | [[package]] |
17 | @@ -86,7 +86,7 @@ name = "atty" |
18 | version = "0.2.14" |
19 | source = "registry+https://github.com/rust-lang/crates.io-index" |
20 | dependencies = [ |
21 | - "hermit-abi 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
22 | + "hermit-abi 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
23 | "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)", |
24 | "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
25 | ] |
26 | @@ -102,7 +102,7 @@ version = "0.2.1" |
27 | source = "registry+https://github.com/rust-lang/crates.io-index" |
28 | dependencies = [ |
29 | "futures-core 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
30 | - "instant 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
31 | + "instant 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
32 | "pin-project 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)", |
33 | "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
34 | "tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
35 | @@ -196,7 +196,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
36 | |
37 | [[package]] |
38 | name = "cc" |
39 | - version = "1.0.59" |
40 | + version = "1.0.60" |
41 | source = "registry+https://github.com/rust-lang/crates.io-index" |
42 | |
43 | [[package]] |
44 | @@ -215,13 +215,15 @@ dependencies = [ |
45 | |
46 | [[package]] |
47 | name = "chrono" |
48 | - version = "0.4.15" |
49 | + version = "0.4.18" |
50 | source = "registry+https://github.com/rust-lang/crates.io-index" |
51 | dependencies = [ |
52 | + "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)", |
53 | "num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", |
54 | "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
55 | "serde 1.0.116 (registry+https://github.com/rust-lang/crates.io-index)", |
56 | "time 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)", |
57 | + "winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
58 | ] |
59 | |
60 | [[package]] |
61 | @@ -307,9 +309,9 @@ name = "derive_more" |
62 | version = "0.99.10" |
63 | source = "registry+https://github.com/rust-lang/crates.io-index" |
64 | dependencies = [ |
65 | - "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", |
66 | + "proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", |
67 | "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
68 | - "syn 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
69 | + "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
70 | ] |
71 | |
72 | [[package]] |
73 | @@ -442,9 +444,9 @@ version = "0.3.5" |
74 | source = "registry+https://github.com/rust-lang/crates.io-index" |
75 | dependencies = [ |
76 | "proc-macro-hack 0.5.18 (registry+https://github.com/rust-lang/crates.io-index)", |
77 | - "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", |
78 | + "proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", |
79 | "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
80 | - "syn 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
81 | + "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
82 | ] |
83 | |
84 | [[package]] |
85 | @@ -540,7 +542,7 @@ dependencies = [ |
86 | |
87 | [[package]] |
88 | name = "hermit-abi" |
89 | - version = "0.1.15" |
90 | + version = "0.1.16" |
91 | source = "registry+https://github.com/rust-lang/crates.io-index" |
92 | dependencies = [ |
93 | "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)", |
94 | @@ -590,6 +592,11 @@ version = "1.3.4" |
95 | source = "registry+https://github.com/rust-lang/crates.io-index" |
96 | |
97 | [[package]] |
98 | + name = "httpdate" |
99 | + version = "0.3.2" |
100 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
101 | + |
102 | + [[package]] |
103 | name = "human-size" |
104 | version = "0.4.1" |
105 | source = "registry+https://github.com/rust-lang/crates.io-index" |
106 | @@ -614,7 +621,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
107 | |
108 | [[package]] |
109 | name = "hyper" |
110 | - version = "0.13.7" |
111 | + version = "0.13.8" |
112 | source = "registry+https://github.com/rust-lang/crates.io-index" |
113 | dependencies = [ |
114 | "bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
115 | @@ -625,10 +632,10 @@ dependencies = [ |
116 | "http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
117 | "http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
118 | "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
119 | + "httpdate 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
120 | "itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
121 | "pin-project 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)", |
122 | "socket2 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
123 | - "time 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)", |
124 | "tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
125 | "tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
126 | "tracing 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", |
127 | @@ -643,7 +650,7 @@ dependencies = [ |
128 | "bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
129 | "ct-logs 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
130 | "futures-util 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
131 | - "hyper 0.13.7 (registry+https://github.com/rust-lang/crates.io-index)", |
132 | + "hyper 0.13.8 (registry+https://github.com/rust-lang/crates.io-index)", |
133 | "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
134 | "rustls 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", |
135 | "rustls-native-certs 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
136 | @@ -673,8 +680,11 @@ dependencies = [ |
137 | |
138 | [[package]] |
139 | name = "instant" |
140 | - version = "0.1.6" |
141 | + version = "0.1.7" |
142 | source = "registry+https://github.com/rust-lang/crates.io-index" |
143 | + dependencies = [ |
144 | + "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
145 | + ] |
146 | |
147 | [[package]] |
148 | name = "iovec" |
149 | @@ -866,7 +876,7 @@ name = "num_cpus" |
150 | version = "1.13.0" |
151 | source = "registry+https://github.com/rust-lang/crates.io-index" |
152 | dependencies = [ |
153 | - "hermit-abi 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", |
154 | + "hermit-abi 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
155 | "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)", |
156 | ] |
157 | |
158 | @@ -932,9 +942,9 @@ name = "pin-project-internal" |
159 | version = "0.4.23" |
160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
161 | dependencies = [ |
162 | - "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", |
163 | + "proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", |
164 | "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
165 | - "syn 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
166 | + "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
167 | ] |
168 | |
169 | [[package]] |
170 | @@ -967,9 +977,9 @@ version = "1.0.4" |
171 | source = "registry+https://github.com/rust-lang/crates.io-index" |
172 | dependencies = [ |
173 | "proc-macro-error-attr 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
174 | - "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", |
175 | + "proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", |
176 | "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
177 | - "syn 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
178 | + "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
179 | "version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", |
180 | ] |
181 | |
182 | @@ -978,7 +988,7 @@ name = "proc-macro-error-attr" |
183 | version = "1.0.4" |
184 | source = "registry+https://github.com/rust-lang/crates.io-index" |
185 | dependencies = [ |
186 | - "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", |
187 | + "proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", |
188 | "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
189 | "version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", |
190 | ] |
191 | @@ -1003,7 +1013,7 @@ dependencies = [ |
192 | |
193 | [[package]] |
194 | name = "proc-macro2" |
195 | - version = "1.0.21" |
196 | + version = "1.0.23" |
197 | source = "registry+https://github.com/rust-lang/crates.io-index" |
198 | dependencies = [ |
199 | "unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
200 | @@ -1027,7 +1037,7 @@ name = "quote" |
201 | version = "1.0.7" |
202 | source = "registry+https://github.com/rust-lang/crates.io-index" |
203 | dependencies = [ |
204 | - "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", |
205 | + "proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", |
206 | ] |
207 | |
208 | [[package]] |
209 | @@ -1103,7 +1113,7 @@ name = "ring" |
210 | version = "0.16.15" |
211 | source = "registry+https://github.com/rust-lang/crates.io-index" |
212 | dependencies = [ |
213 | - "cc 1.0.59 (registry+https://github.com/rust-lang/crates.io-index)", |
214 | + "cc 1.0.60 (registry+https://github.com/rust-lang/crates.io-index)", |
215 | "libc 0.2.77 (registry+https://github.com/rust-lang/crates.io-index)", |
216 | "once_cell 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
217 | "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
218 | @@ -1128,7 +1138,7 @@ dependencies = [ |
219 | "http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
220 | "human-size 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
221 | "humantime 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
222 | - "hyper 0.13.7 (registry+https://github.com/rust-lang/crates.io-index)", |
223 | + "hyper 0.13.8 (registry+https://github.com/rust-lang/crates.io-index)", |
224 | "linked-hash-map 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
225 | "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
226 | "pretty_env_logger 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
227 | @@ -1138,7 +1148,7 @@ dependencies = [ |
228 | "serde 1.0.116 (registry+https://github.com/rust-lang/crates.io-index)", |
229 | "serde_json 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", |
230 | "sha2 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
231 | - "structopt 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", |
232 | + "structopt 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)", |
233 | "tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
234 | "tokio-compat 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
235 | "tokio-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
236 | @@ -1157,7 +1167,7 @@ dependencies = [ |
237 | "futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
238 | "hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
239 | "http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
240 | - "hyper 0.13.7 (registry+https://github.com/rust-lang/crates.io-index)", |
241 | + "hyper 0.13.8 (registry+https://github.com/rust-lang/crates.io-index)", |
242 | "hyper-rustls 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", |
243 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
244 | "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
245 | @@ -1180,17 +1190,17 @@ version = "0.44.0" |
246 | source = "registry+https://github.com/rust-lang/crates.io-index" |
247 | dependencies = [ |
248 | "async-trait 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
249 | - "chrono 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)", |
250 | + "chrono 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)", |
251 | "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
252 | "futures 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
253 | - "hyper 0.13.7 (registry+https://github.com/rust-lang/crates.io-index)", |
254 | + "hyper 0.13.8 (registry+https://github.com/rust-lang/crates.io-index)", |
255 | "pin-project 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)", |
256 | "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
257 | "serde 1.0.116 (registry+https://github.com/rust-lang/crates.io-index)", |
258 | "serde_json 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", |
259 | "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
260 | "tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
261 | - "zeroize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
262 | + "zeroize 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
263 | ] |
264 | |
265 | [[package]] |
266 | @@ -1216,7 +1226,7 @@ dependencies = [ |
267 | "hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
268 | "hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
269 | "http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
270 | - "hyper 0.13.7 (registry+https://github.com/rust-lang/crates.io-index)", |
271 | + "hyper 0.13.8 (registry+https://github.com/rust-lang/crates.io-index)", |
272 | "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
273 | "md5 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
274 | "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
275 | @@ -1225,7 +1235,7 @@ dependencies = [ |
276 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
277 | "serde 1.0.116 (registry+https://github.com/rust-lang/crates.io-index)", |
278 | "sha2 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
279 | - "time 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", |
280 | + "time 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
281 | "tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
282 | ] |
283 | |
284 | @@ -1346,9 +1356,9 @@ name = "serde_derive" |
285 | version = "1.0.116" |
286 | source = "registry+https://github.com/rust-lang/crates.io-index" |
287 | dependencies = [ |
288 | - "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", |
289 | + "proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", |
290 | "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
291 | - "syn 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
292 | + "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
293 | ] |
294 | |
295 | [[package]] |
296 | @@ -1466,11 +1476,11 @@ name = "stdweb-derive" |
297 | version = "0.5.3" |
298 | source = "registry+https://github.com/rust-lang/crates.io-index" |
299 | dependencies = [ |
300 | - "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", |
301 | + "proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", |
302 | "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
303 | "serde 1.0.116 (registry+https://github.com/rust-lang/crates.io-index)", |
304 | "serde_derive 1.0.116 (registry+https://github.com/rust-lang/crates.io-index)", |
305 | - "syn 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
306 | + "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
307 | ] |
308 | |
309 | [[package]] |
310 | @@ -1479,13 +1489,13 @@ version = "0.2.9" |
311 | source = "registry+https://github.com/rust-lang/crates.io-index" |
312 | dependencies = [ |
313 | "base-x 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
314 | - "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", |
315 | + "proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", |
316 | "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
317 | "serde 1.0.116 (registry+https://github.com/rust-lang/crates.io-index)", |
318 | "serde_derive 1.0.116 (registry+https://github.com/rust-lang/crates.io-index)", |
319 | "serde_json 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", |
320 | "sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
321 | - "syn 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
322 | + "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
323 | ] |
324 | |
325 | [[package]] |
326 | @@ -1500,24 +1510,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
327 | |
328 | [[package]] |
329 | name = "structopt" |
330 | - version = "0.3.17" |
331 | + version = "0.3.18" |
332 | source = "registry+https://github.com/rust-lang/crates.io-index" |
333 | dependencies = [ |
334 | "clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)", |
335 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
336 | - "structopt-derive 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
337 | + "structopt-derive 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
338 | ] |
339 | |
340 | [[package]] |
341 | name = "structopt-derive" |
342 | - version = "0.4.10" |
343 | + version = "0.4.11" |
344 | source = "registry+https://github.com/rust-lang/crates.io-index" |
345 | dependencies = [ |
346 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
347 | "proc-macro-error 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
348 | - "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", |
349 | + "proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", |
350 | "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
351 | - "syn 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
352 | + "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
353 | ] |
354 | |
355 | [[package]] |
356 | @@ -1537,10 +1547,10 @@ dependencies = [ |
357 | |
358 | [[package]] |
359 | name = "syn" |
360 | - version = "1.0.40" |
361 | + version = "1.0.42" |
362 | source = "registry+https://github.com/rust-lang/crates.io-index" |
363 | dependencies = [ |
364 | - "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", |
365 | + "proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", |
366 | "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
367 | "unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
368 | ] |
369 | @@ -1581,7 +1591,7 @@ dependencies = [ |
370 | |
371 | [[package]] |
372 | name = "time" |
373 | - version = "0.2.19" |
374 | + version = "0.2.22" |
375 | source = "registry+https://github.com/rust-lang/crates.io-index" |
376 | dependencies = [ |
377 | "const_fn 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
378 | @@ -1608,10 +1618,10 @@ version = "0.1.1" |
379 | source = "registry+https://github.com/rust-lang/crates.io-index" |
380 | dependencies = [ |
381 | "proc-macro-hack 0.5.18 (registry+https://github.com/rust-lang/crates.io-index)", |
382 | - "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", |
383 | + "proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", |
384 | "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
385 | "standback 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
386 | - "syn 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
387 | + "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
388 | ] |
389 | |
390 | [[package]] |
391 | @@ -1691,9 +1701,9 @@ name = "tokio-macros" |
392 | version = "0.2.5" |
393 | source = "registry+https://github.com/rust-lang/crates.io-index" |
394 | dependencies = [ |
395 | - "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", |
396 | + "proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", |
397 | "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
398 | - "syn 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
399 | + "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
400 | ] |
401 | |
402 | [[package]] |
403 | @@ -1910,9 +1920,9 @@ dependencies = [ |
404 | "bumpalo 3.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
405 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
406 | "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
407 | - "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", |
408 | + "proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", |
409 | "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
410 | - "syn 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
411 | + "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
412 | "wasm-bindgen-shared 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", |
413 | ] |
414 | |
415 | @@ -1930,9 +1940,9 @@ name = "wasm-bindgen-macro-support" |
416 | version = "0.2.68" |
417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
418 | dependencies = [ |
419 | - "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", |
420 | + "proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", |
421 | "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
422 | - "syn 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
423 | + "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", |
424 | "wasm-bindgen-backend 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", |
425 | "wasm-bindgen-shared 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)", |
426 | ] |
427 | @@ -2013,7 +2023,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
428 | |
429 | [[package]] |
430 | name = "zeroize" |
431 | - version = "1.1.0" |
432 | + version = "1.1.1" |
433 | source = "registry+https://github.com/rust-lang/crates.io-index" |
434 | |
435 | [metadata] |
436 | @@ -2043,10 +2053,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
437 | "checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" |
438 | "checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" |
439 | "checksum bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38" |
440 | - "checksum cc 1.0.59 (registry+https://github.com/rust-lang/crates.io-index)" = "66120af515773fb005778dc07c261bd201ec8ce50bd6e7144c927753fe013381" |
441 | + "checksum cc 1.0.60 (registry+https://github.com/rust-lang/crates.io-index)" = "ef611cc68ff783f18535d77ddd080185275713d852c4f5cbb6122c462a7a825c" |
442 | "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
443 | "checksum chacha 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ddf3c081b5fba1e5615640aae998e0fbd10c24cbd897ee39ed754a77601a4862" |
444 | - "checksum chrono 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)" = "942f72db697d8767c22d46a598e01f2d3b475501ea43d0db4f16d90259182d0b" |
445 | + "checksum chrono 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)" = "d021fddb7bd3e734370acfa4a83f34095571d8570c039f1420d77540f68d5772" |
446 | "checksum clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)" = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002" |
447 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
448 | "checksum const_fn 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ce90df4c658c62f12d78f7508cf92f9173e5184a539c10bfe54a3107b3ffd0f2" |
449 | @@ -2084,22 +2094,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
450 | "checksum h2 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "993f9e0baeed60001cf565546b0d3dbe6a6ad23f2bd31644a133c641eccf6d53" |
451 | "checksum hashbrown 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "00d63df3d41950fb462ed38308eea019113ad1508da725bbedcd0fa5a85ef5f7" |
452 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
453 | - "checksum hermit-abi 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9" |
454 | + "checksum hermit-abi 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c30f6d0bc6b00693347368a67d41b58f2fb851215ff1da49e90fe2c5c667151" |
455 | "checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" |
456 | "checksum hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35" |
457 | "checksum hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695" |
458 | "checksum http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9" |
459 | "checksum http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b" |
460 | "checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9" |
461 | + "checksum httpdate 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47" |
462 | "checksum human-size 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f90b9d206a509fdc5034ea8ffb4d6ca080dd61883cfa222c480cfcba8c570368" |
463 | "checksum humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e" |
464 | "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" |
465 | "checksum humantime 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a" |
466 | - "checksum hyper 0.13.7 (registry+https://github.com/rust-lang/crates.io-index)" = "3e68a8dd9716185d9e64ea473ea6ef63529252e3e27623295a0378a19665d5eb" |
467 | + "checksum hyper 0.13.8 (registry+https://github.com/rust-lang/crates.io-index)" = "2f3afcfae8af5ad0576a31e768415edb627824129e8e5a29b8bfccb2f234e835" |
468 | "checksum hyper-rustls 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac965ea399ec3a25ac7d13b8affd4b8f39325cca00858ddf5eb29b79e6b14b08" |
469 | "checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9" |
470 | "checksum indexmap 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2" |
471 | - "checksum instant 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "5b141fdc7836c525d4d594027d318c84161ca17aaf8113ab1f81ab93ae897485" |
472 | + "checksum instant 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "63312a18f7ea8760cdd0a7c5aac1a619752a246b833545e3e36d1f81f7cd9e66" |
473 | "checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" |
474 | "checksum itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6" |
475 | "checksum js-sys 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)" = "ca059e81d9486668f12d455a4ea6daa600bd408134cd17e3d3fb5a32d1f016f8" |
476 | @@ -2142,7 +2153,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
477 | "checksum proc-macro-hack 0.5.18 (registry+https://github.com/rust-lang/crates.io-index)" = "99c605b9a0adc77b7211c6b1f722dcb613d68d66859a44f3d485a6da332b0598" |
478 | "checksum proc-macro-nested 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a" |
479 | "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" |
480 | - "checksum proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)" = "36e28516df94f3dd551a587da5357459d9b36d945a7c37c3557928c1c2ff2a2c" |
481 | + "checksum proc-macro2 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)" = "51ef7cd2518ead700af67bf9d1a658d90b6037d77110fd9c0445429d0ba1c6c9" |
482 | "checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" |
483 | "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" |
484 | "checksum quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" |
485 | @@ -2190,16 +2201,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
486 | "checksum stdweb-internal-macros 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11" |
487 | "checksum stdweb-internal-runtime 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0" |
488 | "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
489 | - "checksum structopt 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "6cc388d94ffabf39b5ed5fadddc40147cb21e605f53db6f8f36a625d27489ac5" |
490 | - "checksum structopt-derive 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "5e2513111825077552a6751dfad9e11ce0fba07d7276a3943a037d7e93e64c5f" |
491 | + "checksum structopt 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)" = "a33f6461027d7f08a13715659b2948e1602c31a3756aeae9378bfe7518c72e82" |
492 | + "checksum structopt-derive 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c92e775028122a4b3dd55d58f14fc5120289c69bee99df1d117ae30f84b225c9" |
493 | "checksum subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" |
494 | "checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" |
495 | - "checksum syn 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "963f7d3cc59b59b9325165add223142bbf1df27655d07789f109896d353d8350" |
496 | + "checksum syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)" = "9c51d92969d209b54a98397e1b91c8ae82d8c87a7bb87df0b29aa2ad81454228" |
497 | "checksum termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f" |
498 | "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
499 | "checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" |
500 | "checksum time 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)" = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" |
501 | - "checksum time 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)" = "80c1a1fd93112fc50b11c43a1def21f926be3c18884fad676ea879572da070a1" |
502 | + "checksum time 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)" = "55b7151c9065e80917fbf285d9a5d1432f60db41d170ccafc749a136b41a93af" |
503 | "checksum time-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9ae9b6e9f095bc105e183e3cd493d72579be3181ad4004fceb01adbe9eecab2d" |
504 | "checksum time-macros-impl 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e5c3be1edfad6027c69f5491cf4cb310d1a71ecd6af742788c6ff8bced86b8fa" |
505 | "checksum tinyvec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117" |
506 | @@ -2250,4 +2261,4 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
507 | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
508 | "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |
509 | "checksum xml-rs 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b07db065a5cf61a7e4ba64f29e67db906fb1787316516c4e6e5ff0fea1efcd8a" |
510 | - "checksum zeroize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3cbac2ed2ba24cc90f5e06485ac8c7c1e5449fe8911aef4d8877218af021a5b8" |
511 | + "checksum zeroize 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05f33972566adbd2d3588b0491eb94b98b43695c4ef897903470ede4f3f5a28a" |