Commit
+158 -76 +/-2 browse
1 | diff --git a/Cargo.lock b/Cargo.lock |
2 | index 795deee..fbeb650 100644 |
3 | --- a/Cargo.lock |
4 | +++ b/Cargo.lock |
5 | @@ -17,6 +17,11 @@ dependencies = [ |
6 | ] |
7 | |
8 | [[package]] |
9 | + name = "arc-swap" |
10 | + version = "0.3.7" |
11 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
12 | + |
13 | + [[package]] |
14 | name = "argon2rs" |
15 | version = "0.2.5" |
16 | source = "registry+https://github.com/rust-lang/crates.io-index" |
17 | @@ -85,6 +90,14 @@ dependencies = [ |
18 | ] |
19 | |
20 | [[package]] |
21 | + name = "base64" |
22 | + version = "0.10.1" |
23 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
24 | + dependencies = [ |
25 | + "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
26 | + ] |
27 | + |
28 | + [[package]] |
29 | name = "bitflags" |
30 | version = "1.0.4" |
31 | source = "registry+https://github.com/rust-lang/crates.io-index" |
32 | @@ -257,10 +270,10 @@ dependencies = [ |
33 | |
34 | [[package]] |
35 | name = "ct-logs" |
36 | - version = "0.4.0" |
37 | + version = "0.5.1" |
38 | source = "registry+https://github.com/rust-lang/crates.io-index" |
39 | dependencies = [ |
40 | - "sct 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
41 | + "sct 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
42 | ] |
43 | |
44 | [[package]] |
45 | @@ -487,20 +500,18 @@ dependencies = [ |
46 | |
47 | [[package]] |
48 | name = "hyper-rustls" |
49 | - version = "0.14.0" |
50 | + version = "0.16.1" |
51 | source = "registry+https://github.com/rust-lang/crates.io-index" |
52 | dependencies = [ |
53 | - "ct-logs 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
54 | + "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
55 | + "ct-logs 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
56 | "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", |
57 | - "http 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
58 | "hyper 0.12.25 (registry+https://github.com/rust-lang/crates.io-index)", |
59 | - "rustls 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", |
60 | - "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
61 | + "rustls 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", |
62 | "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
63 | - "tokio-rustls 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
64 | - "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
65 | - "webpki 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)", |
66 | - "webpki-roots 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", |
67 | + "tokio-rustls 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
68 | + "webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)", |
69 | + "webpki-roots 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", |
70 | ] |
71 | |
72 | [[package]] |
73 | @@ -563,7 +574,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
74 | |
75 | [[package]] |
76 | name = "linked-hash-map" |
77 | - version = "0.5.1" |
78 | + version = "0.5.2" |
79 | source = "registry+https://github.com/rust-lang/crates.io-index" |
80 | dependencies = [ |
81 | "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", |
82 | @@ -626,6 +637,17 @@ dependencies = [ |
83 | ] |
84 | |
85 | [[package]] |
86 | + name = "mio-named-pipes" |
87 | + version = "0.1.6" |
88 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
89 | + dependencies = [ |
90 | + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
91 | + "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
92 | + "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
93 | + "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
94 | + ] |
95 | + |
96 | + [[package]] |
97 | name = "mio-uds" |
98 | version = "0.6.7" |
99 | source = "registry+https://github.com/rust-lang/crates.io-index" |
100 | @@ -647,6 +669,15 @@ dependencies = [ |
101 | ] |
102 | |
103 | [[package]] |
104 | + name = "miow" |
105 | + version = "0.3.3" |
106 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
107 | + dependencies = [ |
108 | + "socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
109 | + "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
110 | + ] |
111 | + |
112 | + [[package]] |
113 | name = "net2" |
114 | version = "0.2.33" |
115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
116 | @@ -902,13 +933,15 @@ dependencies = [ |
117 | |
118 | [[package]] |
119 | name = "ring" |
120 | - version = "0.13.5" |
121 | + version = "0.14.6" |
122 | source = "registry+https://github.com/rust-lang/crates.io-index" |
123 | dependencies = [ |
124 | "cc 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)", |
125 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
126 | "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", |
127 | + "spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
128 | "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
129 | + "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
130 | ] |
131 | |
132 | [[package]] |
133 | @@ -925,11 +958,11 @@ dependencies = [ |
134 | "human-size 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
135 | "humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
136 | "hyper 0.12.25 (registry+https://github.com/rust-lang/crates.io-index)", |
137 | - "linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
138 | + "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
139 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
140 | "pretty_env_logger 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
141 | - "rusoto_core 0.36.0 (registry+https://github.com/rust-lang/crates.io-index)", |
142 | - "rusoto_s3 0.36.0 (registry+https://github.com/rust-lang/crates.io-index)", |
143 | + "rusoto_core 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)", |
144 | + "rusoto_s3 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)", |
145 | "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", |
146 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
147 | "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
148 | @@ -941,7 +974,7 @@ dependencies = [ |
149 | |
150 | [[package]] |
151 | name = "rusoto_core" |
152 | - version = "0.36.0" |
153 | + version = "0.37.0" |
154 | source = "registry+https://github.com/rust-lang/crates.io-index" |
155 | dependencies = [ |
156 | "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", |
157 | @@ -949,11 +982,11 @@ dependencies = [ |
158 | "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
159 | "hmac 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
160 | "hyper 0.12.25 (registry+https://github.com/rust-lang/crates.io-index)", |
161 | - "hyper-rustls 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", |
162 | + "hyper-rustls 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)", |
163 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
164 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
165 | "md5 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
166 | - "rusoto_credential 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", |
167 | + "rusoto_credential 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", |
168 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
169 | "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", |
170 | "sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
171 | @@ -966,7 +999,7 @@ dependencies = [ |
172 | |
173 | [[package]] |
174 | name = "rusoto_credential" |
175 | - version = "0.15.0" |
176 | + version = "0.16.0" |
177 | source = "registry+https://github.com/rust-lang/crates.io-index" |
178 | dependencies = [ |
179 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
180 | @@ -977,16 +1010,18 @@ dependencies = [ |
181 | "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", |
182 | "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)", |
183 | "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", |
184 | + "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
185 | + "tokio-process 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
186 | "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
187 | ] |
188 | |
189 | [[package]] |
190 | name = "rusoto_s3" |
191 | - version = "0.36.0" |
192 | + version = "0.37.0" |
193 | source = "registry+https://github.com/rust-lang/crates.io-index" |
194 | dependencies = [ |
195 | "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", |
196 | - "rusoto_core 0.36.0 (registry+https://github.com/rust-lang/crates.io-index)", |
197 | + "rusoto_core 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)", |
198 | "xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
199 | ] |
200 | |
201 | @@ -1005,15 +1040,15 @@ dependencies = [ |
202 | |
203 | [[package]] |
204 | name = "rustls" |
205 | - version = "0.13.1" |
206 | + version = "0.15.1" |
207 | source = "registry+https://github.com/rust-lang/crates.io-index" |
208 | dependencies = [ |
209 | - "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", |
210 | + "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
211 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
212 | - "ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)", |
213 | - "sct 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
214 | + "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)", |
215 | + "sct 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
216 | "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
217 | - "webpki 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)", |
218 | + "webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)", |
219 | ] |
220 | |
221 | [[package]] |
222 | @@ -1027,11 +1062,6 @@ version = "0.3.0" |
223 | source = "registry+https://github.com/rust-lang/crates.io-index" |
224 | |
225 | [[package]] |
226 | - name = "scoped-tls" |
227 | - version = "0.1.2" |
228 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
229 | - |
230 | - [[package]] |
231 | name = "scoped_threadpool" |
232 | version = "0.1.9" |
233 | source = "registry+https://github.com/rust-lang/crates.io-index" |
234 | @@ -1043,10 +1073,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
235 | |
236 | [[package]] |
237 | name = "sct" |
238 | - version = "0.4.0" |
239 | + version = "0.5.0" |
240 | source = "registry+https://github.com/rust-lang/crates.io-index" |
241 | dependencies = [ |
242 | - "ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)", |
243 | + "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)", |
244 | "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
245 | ] |
246 | |
247 | @@ -1122,6 +1152,20 @@ dependencies = [ |
248 | ] |
249 | |
250 | [[package]] |
251 | + name = "shlex" |
252 | + version = "0.1.1" |
253 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
254 | + |
255 | + [[package]] |
256 | + name = "signal-hook" |
257 | + version = "0.1.8" |
258 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
259 | + dependencies = [ |
260 | + "arc-swap 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
261 | + "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", |
262 | + ] |
263 | + |
264 | + [[package]] |
265 | name = "slab" |
266 | version = "0.4.2" |
267 | source = "registry+https://github.com/rust-lang/crates.io-index" |
268 | @@ -1132,6 +1176,22 @@ version = "0.6.9" |
269 | source = "registry+https://github.com/rust-lang/crates.io-index" |
270 | |
271 | [[package]] |
272 | + name = "socket2" |
273 | + version = "0.3.8" |
274 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
275 | + dependencies = [ |
276 | + "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
277 | + "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", |
278 | + "redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", |
279 | + "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
280 | + ] |
281 | + |
282 | + [[package]] |
283 | + name = "spin" |
284 | + version = "0.5.0" |
285 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
286 | + |
287 | + [[package]] |
288 | name = "stable_deref_trait" |
289 | version = "1.1.1" |
290 | source = "registry+https://github.com/rust-lang/crates.io-index" |
291 | @@ -1266,24 +1326,6 @@ dependencies = [ |
292 | ] |
293 | |
294 | [[package]] |
295 | - name = "tokio-core" |
296 | - version = "0.1.17" |
297 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
298 | - dependencies = [ |
299 | - "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
300 | - "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", |
301 | - "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
302 | - "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
303 | - "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
304 | - "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
305 | - "tokio 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
306 | - "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
307 | - "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
308 | - "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
309 | - "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
310 | - ] |
311 | - |
312 | - [[package]] |
313 | name = "tokio-current-thread" |
314 | version = "0.1.5" |
315 | source = "registry+https://github.com/rust-lang/crates.io-index" |
316 | @@ -1322,6 +1364,21 @@ dependencies = [ |
317 | ] |
318 | |
319 | [[package]] |
320 | + name = "tokio-process" |
321 | + version = "0.2.3" |
322 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
323 | + dependencies = [ |
324 | + "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", |
325 | + "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", |
326 | + "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
327 | + "mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
328 | + "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
329 | + "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
330 | + "tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
331 | + "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
332 | + ] |
333 | + |
334 | + [[package]] |
335 | name = "tokio-reactor" |
336 | version = "0.1.9" |
337 | source = "registry+https://github.com/rust-lang/crates.io-index" |
338 | @@ -1341,12 +1398,29 @@ dependencies = [ |
339 | |
340 | [[package]] |
341 | name = "tokio-rustls" |
342 | - version = "0.7.2" |
343 | + version = "0.9.1" |
344 | source = "registry+https://github.com/rust-lang/crates.io-index" |
345 | dependencies = [ |
346 | - "rustls 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", |
347 | - "tokio 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
348 | - "webpki 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)", |
349 | + "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", |
350 | + "rustls 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", |
351 | + "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
352 | + "webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)", |
353 | + ] |
354 | + |
355 | + [[package]] |
356 | + name = "tokio-signal" |
357 | + version = "0.2.7" |
358 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
359 | + dependencies = [ |
360 | + "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", |
361 | + "libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", |
362 | + "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
363 | + "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
364 | + "signal-hook 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
365 | + "tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
366 | + "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
367 | + "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
368 | + "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
369 | ] |
370 | |
371 | [[package]] |
372 | @@ -1528,20 +1602,20 @@ dependencies = [ |
373 | |
374 | [[package]] |
375 | name = "webpki" |
376 | - version = "0.18.1" |
377 | + version = "0.19.1" |
378 | source = "registry+https://github.com/rust-lang/crates.io-index" |
379 | dependencies = [ |
380 | - "ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)", |
381 | + "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)", |
382 | "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
383 | ] |
384 | |
385 | [[package]] |
386 | name = "webpki-roots" |
387 | - version = "0.15.0" |
388 | + version = "0.16.0" |
389 | source = "registry+https://github.com/rust-lang/crates.io-index" |
390 | dependencies = [ |
391 | "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
392 | - "webpki 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)", |
393 | + "webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)", |
394 | ] |
395 | |
396 | [[package]] |
397 | @@ -1610,6 +1684,7 @@ dependencies = [ |
398 | [metadata] |
399 | "checksum aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5" |
400 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
401 | + "checksum arc-swap 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1025aeae2b664ca0ea726a89d574fe8f4e77dd712d443236ad1de00379450cf6" |
402 | "checksum argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392" |
403 | "checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee" |
404 | "checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71" |
405 | @@ -1617,6 +1692,7 @@ dependencies = [ |
406 | "checksum autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a6d640bee2da49f60a4068a7fae53acde8982514ab7bae8b8cea9e88cbcfd799" |
407 | "checksum backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "cd5a90e2b463010cd0e0ce9a11d4a9d5d58d9f41d4a6ba3dcaf9e68b466e88b4" |
408 | "checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6" |
409 | + "checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" |
410 | "checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" |
411 | "checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12" |
412 | "checksum blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400" |
413 | @@ -1639,7 +1715,7 @@ dependencies = [ |
414 | "checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b" |
415 | "checksum crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c" |
416 | "checksum crypto-mac 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0999b4ff4d3446d4ddb19a63e9e00c1876e75cd7000d20e57a693b4b3f08d958" |
417 | - "checksum ct-logs 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "95a4bf5107667e12bf6ce31a3a5066d67acc88942b6742117a41198734aaccaa" |
418 | + "checksum ct-logs 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1b4660f8b07a560a88c02d76286edb9f0d5d64e495d2b0f233186155aa51be1f" |
419 | "checksum derive_more 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fbe9f11be34f800b3ecaaed0ec9ec2e015d1d0ba0c8644c1310f73d6e8994615" |
420 | "checksum digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "03b072242a8cbaf9c145665af9d250c59af3b958f83ed6824e13533cf76d5b90" |
421 | "checksum digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05f47366984d3ad862010e22c7ce81a7dbcaebbdfb37241a620f8b6596ee135c" |
422 | @@ -1665,7 +1741,7 @@ dependencies = [ |
423 | "checksum human-size 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5bec6e801ef7367625bd94ad7e2965e6027189f3e9deef422388d993af2814a0" |
424 | "checksum humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114" |
425 | "checksum hyper 0.12.25 (registry+https://github.com/rust-lang/crates.io-index)" = "7d5b6658b016965ae301fa995306db965c93677880ea70765a84235a96eae896" |
426 | - "checksum hyper-rustls 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "68f2aa6b1681795bf4da8063f718cd23145aa0c9a5143d9787b345aa60d38ee4" |
427 | + "checksum hyper-rustls 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)" = "15b66d1bd4864ef036adf2363409caa3acd63ebb4725957b66e621c8a36631a3" |
428 | "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" |
429 | "checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" |
430 | "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" |
431 | @@ -1675,7 +1751,7 @@ dependencies = [ |
432 | "checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14" |
433 | "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" |
434 | "checksum libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "aab692d7759f5cd8c859e169db98ae5b52c924add2af5fbbca11d12fefb567c1" |
435 | - "checksum linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e" |
436 | + "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" |
437 | "checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" |
438 | "checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6" |
439 | "checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
440 | @@ -1683,8 +1759,10 @@ dependencies = [ |
441 | "checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39" |
442 | "checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3" |
443 | "checksum mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)" = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432" |
444 | + "checksum mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3" |
445 | "checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125" |
446 | "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
447 | + "checksum miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226" |
448 | "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" |
449 | "checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945" |
450 | "checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea" |
451 | @@ -1715,19 +1793,18 @@ dependencies = [ |
452 | "checksum redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe5204c3a17e97dde73f285d49be585df59ed84b50a872baf416e73b62c3828" |
453 | "checksum regex 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "53ee8cfdddb2e0291adfb9f13d31d3bbe0a03c9a402c01b1e24188d86c35b24f" |
454 | "checksum regex-syntax 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8c2f35eedad5295fdf00a63d7d4b238135723f92b434ec06774dad15c7ab0861" |
455 | - "checksum ring 0.13.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2c4db68a2e35f3497146b7e4563df7d4773a2433230c5e4b448328e31740458a" |
456 | - "checksum rusoto_core 0.36.0 (registry+https://github.com/rust-lang/crates.io-index)" = "18a699355ef3189e3bbf34b64ff5a31f06456b689b09d05cdb4a901dcf4406a8" |
457 | - "checksum rusoto_credential 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bcc8dd0f0a7e8b62f31aa23fa12fa0a7ac0e1eb52f6f4d4279d8a2ae51d8f099" |
458 | - "checksum rusoto_s3 0.36.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1c7ed5248f4d330412be31522ef242de61a55d4c80f298dc7377121d52610ddb" |
459 | + "checksum ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)" = "426bc186e3e95cac1e4a4be125a4aca7e84c2d616ffc02244eef36e2a60a093c" |
460 | + "checksum rusoto_core 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b03958c1f00c85d038f7c3532f33381cf3cda93e88ad745cc5dcdb3d9675bb6" |
461 | + "checksum rusoto_credential 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "00d75d9360c522cc29d80eaa5ecdd8fa56d811578118d6cf8ec083c035343baa" |
462 | + "checksum rusoto_s3 0.37.0 (registry+https://github.com/rust-lang/crates.io-index)" = "deec58d788a92ea7a5711815dba59e80e4f58b870707f3892e6904c0f9f07023" |
463 | "checksum rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "adacaae16d02b6ec37fdc7acfcddf365978de76d1983d3ee22afc260e1ca9619" |
464 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
465 | - "checksum rustls 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "942b71057b31981152970d57399c25f72e27a6ee0d207a669d8304cabf44705b" |
466 | + "checksum rustls 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "38af00e78b66109e7184a0ee16940f41583161b7ec0518af258e4bcaed15db25" |
467 | "checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7" |
468 | "checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9" |
469 | - "checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28" |
470 | "checksum scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8" |
471 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
472 | - "checksum sct 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cb8f61f9e6eadd062a71c380043d28036304a4706b3c4dd001ff3387ed00745a" |
473 | + "checksum sct 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f5adf8fbd58e1b1b52699dc8bed2630faecb6d8c7bee77d009d6bbe4af569b9" |
474 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
475 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
476 | "checksum serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)" = "92514fb95f900c9b5126e32d020f5c6d40564c27a5ea6d1d7d9f157a96623560" |
477 | @@ -1736,8 +1813,12 @@ dependencies = [ |
478 | "checksum serde_test 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)" = "70807e147558b5253cb70f55d343db1d07204d773087c96d0f35fced295dba82" |
479 | "checksum sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9eb6be24e4c23a84d7184280d2722f7f2731fcdd4a9d886efbfe4413e4847ea0" |
480 | "checksum sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b4d8bfd0e469f417657573d8451fb33d16cfe0989359b93baf3a1ffc639543d" |
481 | + "checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" |
482 | + "checksum signal-hook 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "97a47ae722318beceb0294e6f3d601205a1e6abaa4437d9d33e3a212233e3021" |
483 | "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
484 | "checksum smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c4488ae950c49d403731982257768f48fada354a5203fe81f9bb6f43ca9002be" |
485 | + "checksum socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c4d11a52082057d87cb5caa31ad812f4504b97ab44732cd8359df2e9ff9f48e7" |
486 | + "checksum spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44363f6f51401c34e7be73db0db371c04705d35efbe9f7d6082e03a921a32c55" |
487 | "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
488 | "checksum string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b639411d0b9c738748b5397d5ceba08e648f4f1992231aa859af1a017f31f60b" |
489 | "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" |
490 | @@ -1752,13 +1833,14 @@ dependencies = [ |
491 | "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" |
492 | "checksum tokio 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "1021bb1f4150435ab8f222eb7ed37c60b2d57037def63ba43085a79f387512d7" |
493 | "checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f" |
494 | - "checksum tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "aeeffbbb94209023feaef3c196a41cbcdafa06b4a6f893f68779bb5e53796f71" |
495 | "checksum tokio-current-thread 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c756b04680eea21902a46fca4e9f410a2332c04995af590e07ff262e2193a9a3" |
496 | "checksum tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "30c6dbf2d1ad1de300b393910e8a3aa272b724a400b6531da03eed99e329fbf0" |
497 | "checksum tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe6dc22b08d6993916647d108a1a7d15b9cd29c4f4496c62b92c45b5041b7af" |
498 | "checksum tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926" |
499 | + "checksum tokio-process 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "88e1281e412013f1ff5787def044a9577a0bed059f451e835f1643201f8b777d" |
500 | "checksum tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6af16bfac7e112bea8b0442542161bfc41cbfa4466b580bdda7d18cb88b911ce" |
501 | - "checksum tokio-rustls 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "208d62fa3e015426e3c64039d9d20adf054a3c9b4d9445560f1c41c75bef3eab" |
502 | + "checksum tokio-rustls 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "369282441514a4e8bc4d935714e4ee3f9735796f0882e1240f60db5bd94cb826" |
503 | + "checksum tokio-signal 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "dd6dc5276ea05ce379a16de90083ec80836440d5ef8a6a39545a3207373b8296" |
504 | "checksum tokio-sync 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "fda385df506bf7546e70872767f71e81640f1f251bdf2fd8eb81a0eaec5fe022" |
505 | "checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119" |
506 | "checksum tokio-threadpool 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "742e511f6ce2298aeb86fc9ea0d8df81c2388c6ebae3dc8a7316e8c9df0df801" |
507 | @@ -1780,8 +1862,8 @@ dependencies = [ |
508 | "checksum uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" |
509 | "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" |
510 | "checksum want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "797464475f30ddb8830cc529aaaae648d581f99e2036a928877dfde027ddf6b3" |
511 | - "checksum webpki 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)" = "17d7967316d8411ca3b01821ee6c332bde138ba4363becdb492f12e514daa17f" |
512 | - "checksum webpki-roots 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "85d1f408918fd590908a70d36b7ac388db2edc221470333e4d6e5b598e44cabf" |
513 | + "checksum webpki 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4f7e1cd7900a3a6b65a3e8780c51a3e6b59c0e2c55c6dc69578c288d69f7d082" |
514 | + "checksum webpki-roots 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c10fa4212003ba19a564f25cd8ab572c6791f99a03cc219c13ed35ccab00de0e" |
515 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
516 | "checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0" |
517 | "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
518 | diff --git a/Cargo.toml b/Cargo.toml |
519 | index 2d12df5..e1ba5bd 100644 |
520 | --- a/Cargo.toml |
521 | +++ b/Cargo.toml |
522 | @@ -37,11 +37,11 @@ url = "1" |
523 | uuid = { version = "0.7", features = ["v4"] } |
524 | |
525 | [dependencies.rusoto_core] |
526 | - version = "0.36" |
527 | + version = "0.37" |
528 | default_features = false |
529 | features = ["rustls"] |
530 | |
531 | [dependencies.rusoto_s3] |
532 | - version = "0.36" |
533 | + version = "0.37" |
534 | default_features = false |
535 | features = ["rustls"] |