diff options
-rw-r--r-- | Cargo.lock | 625 | ||||
-rw-r--r-- | src/main.rs | 2 |
2 files changed, 335 insertions, 292 deletions
@@ -1,17 +1,22 @@ | |||
1 | [[package]] | 1 | [[package]] |
2 | name = "adler32" | 2 | name = "adler32" |
3 | version = "1.0.2" | 3 | version = "1.0.3" |
4 | source = "registry+https://github.com/rust-lang/crates.io-index" | 4 | source = "registry+https://github.com/rust-lang/crates.io-index" |
5 | 5 | ||
6 | [[package]] | 6 | [[package]] |
7 | name = "aho-corasick" | 7 | name = "aho-corasick" |
8 | version = "0.6.4" | 8 | version = "0.6.6" |
9 | source = "registry+https://github.com/rust-lang/crates.io-index" | 9 | source = "registry+https://github.com/rust-lang/crates.io-index" |
10 | dependencies = [ | 10 | dependencies = [ |
11 | "memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 11 | "memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
12 | ] | 12 | ] |
13 | 13 | ||
14 | [[package]] | 14 | [[package]] |
15 | name = "arc-swap" | ||
16 | version = "0.2.0" | ||
17 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
18 | |||
19 | [[package]] | ||
15 | name = "array-macro" | 20 | name = "array-macro" |
16 | version = "1.0.2" | 21 | version = "1.0.2" |
17 | source = "registry+https://github.com/rust-lang/crates.io-index" | 22 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -26,7 +31,7 @@ dependencies = [ | |||
26 | 31 | ||
27 | [[package]] | 32 | [[package]] |
28 | name = "base64" | 33 | name = "base64" |
29 | version = "0.9.2" | 34 | version = "0.6.0" |
30 | source = "registry+https://github.com/rust-lang/crates.io-index" | 35 | source = "registry+https://github.com/rust-lang/crates.io-index" |
31 | dependencies = [ | 36 | dependencies = [ |
32 | "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 37 | "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -34,19 +39,6 @@ dependencies = [ | |||
34 | ] | 39 | ] |
35 | 40 | ||
36 | [[package]] | 41 | [[package]] |
37 | name = "bit-set" | ||
38 | version = "0.4.0" | ||
39 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
40 | dependencies = [ | ||
41 | "bit-vec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||
42 | ] | ||
43 | |||
44 | [[package]] | ||
45 | name = "bit-vec" | ||
46 | version = "0.4.4" | ||
47 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
48 | |||
49 | [[package]] | ||
50 | name = "bitflags" | 42 | name = "bitflags" |
51 | version = "0.9.1" | 43 | version = "0.9.1" |
52 | source = "registry+https://github.com/rust-lang/crates.io-index" | 44 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -77,31 +69,20 @@ dependencies = [ | |||
77 | 69 | ||
78 | [[package]] | 70 | [[package]] |
79 | name = "cc" | 71 | name = "cc" |
80 | version = "1.0.17" | 72 | version = "1.0.18" |
81 | source = "registry+https://github.com/rust-lang/crates.io-index" | 73 | source = "registry+https://github.com/rust-lang/crates.io-index" |
82 | 74 | ||
83 | [[package]] | 75 | [[package]] |
84 | name = "cfg-if" | 76 | name = "cfg-if" |
85 | version = "0.1.3" | 77 | version = "0.1.4" |
86 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
87 | |||
88 | [[package]] | ||
89 | name = "chan" | ||
90 | version = "0.1.21" | ||
91 | source = "registry+https://github.com/rust-lang/crates.io-index" | 78 | source = "registry+https://github.com/rust-lang/crates.io-index" |
92 | dependencies = [ | ||
93 | "rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", | ||
94 | ] | ||
95 | 79 | ||
96 | [[package]] | 80 | [[package]] |
97 | name = "chan-signal" | 81 | name = "cloudabi" |
98 | version = "0.3.1" | 82 | version = "0.0.3" |
99 | source = "registry+https://github.com/rust-lang/crates.io-index" | 83 | source = "registry+https://github.com/rust-lang/crates.io-index" |
100 | dependencies = [ | 84 | dependencies = [ |
101 | "bit-set 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 85 | "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
102 | "chan 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", | ||
103 | "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||
104 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", | ||
105 | ] | 86 | ] |
106 | 87 | ||
107 | [[package]] | 88 | [[package]] |
@@ -130,6 +111,18 @@ dependencies = [ | |||
130 | ] | 111 | ] |
131 | 112 | ||
132 | [[package]] | 113 | [[package]] |
114 | name = "crossbeam-channel" | ||
115 | version = "0.2.3" | ||
116 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
117 | dependencies = [ | ||
118 | "crossbeam-epoch 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
119 | "crossbeam-utils 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
120 | "parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
121 | "rand 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||
122 | "smallvec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
123 | ] | ||
124 | |||
125 | [[package]] | ||
133 | name = "crossbeam-deque" | 126 | name = "crossbeam-deque" |
134 | version = "0.3.1" | 127 | version = "0.3.1" |
135 | source = "registry+https://github.com/rust-lang/crates.io-index" | 128 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -144,9 +137,22 @@ version = "0.4.3" | |||
144 | source = "registry+https://github.com/rust-lang/crates.io-index" | 137 | source = "registry+https://github.com/rust-lang/crates.io-index" |
145 | dependencies = [ | 138 | dependencies = [ |
146 | "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", | 139 | "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", |
147 | "cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 140 | "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
148 | "crossbeam-utils 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 141 | "crossbeam-utils 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
149 | "lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 142 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
143 | "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
144 | "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
145 | ] | ||
146 | |||
147 | [[package]] | ||
148 | name = "crossbeam-epoch" | ||
149 | version = "0.5.1" | ||
150 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
151 | dependencies = [ | ||
152 | "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
153 | "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||
154 | "crossbeam-utils 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
155 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
150 | "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 156 | "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
151 | "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 157 | "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
152 | ] | 158 | ] |
@@ -156,24 +162,29 @@ name = "crossbeam-utils" | |||
156 | version = "0.3.2" | 162 | version = "0.3.2" |
157 | source = "registry+https://github.com/rust-lang/crates.io-index" | 163 | source = "registry+https://github.com/rust-lang/crates.io-index" |
158 | dependencies = [ | 164 | dependencies = [ |
159 | "cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 165 | "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
160 | ] | 166 | ] |
161 | 167 | ||
162 | [[package]] | 168 | [[package]] |
169 | name = "crossbeam-utils" | ||
170 | version = "0.4.1" | ||
171 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
172 | |||
173 | [[package]] | ||
163 | name = "cursive" | 174 | name = "cursive" |
164 | version = "0.9.0-alpha.0" | 175 | version = "0.9.0-alpha.0" |
165 | source = "git+https://github.com/gyscos/Cursive#88a15a75f170f045c4d6a4fd72c762a7f35b6e53" | 176 | source = "git+https://github.com/gyscos/Cursive#6a728bf234f3a997742842f4399e5f6cfdbde5a6" |
166 | dependencies = [ | 177 | dependencies = [ |
167 | "chan 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", | 178 | "crossbeam-channel 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
168 | "chan-signal 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
169 | "enum-map 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | 179 | "enum-map 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
170 | "enumset 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)", | 180 | "enumset 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", |
171 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", | 181 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
172 | "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 182 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
173 | "maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 183 | "maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
174 | "ncurses 5.93.0 (registry+https://github.com/rust-lang/crates.io-index)", | 184 | "ncurses 5.93.0 (registry+https://github.com/rust-lang/crates.io-index)", |
175 | "num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | 185 | "num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
176 | "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 186 | "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
187 | "signal-hook 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
177 | "term_size 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 188 | "term_size 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
178 | "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 189 | "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
179 | "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 190 | "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -183,7 +194,7 @@ dependencies = [ | |||
183 | 194 | ||
184 | [[package]] | 195 | [[package]] |
185 | name = "dtoa" | 196 | name = "dtoa" |
186 | version = "0.4.2" | 197 | version = "0.4.3" |
187 | source = "registry+https://github.com/rust-lang/crates.io-index" | 198 | source = "registry+https://github.com/rust-lang/crates.io-index" |
188 | 199 | ||
189 | [[package]] | 200 | [[package]] |
@@ -191,7 +202,7 @@ name = "encoding_rs" | |||
191 | version = "0.7.2" | 202 | version = "0.7.2" |
192 | source = "registry+https://github.com/rust-lang/crates.io-index" | 203 | source = "registry+https://github.com/rust-lang/crates.io-index" |
193 | dependencies = [ | 204 | dependencies = [ |
194 | "cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 205 | "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
195 | ] | 206 | ] |
196 | 207 | ||
197 | [[package]] | 208 | [[package]] |
@@ -209,14 +220,22 @@ name = "enum-map-derive" | |||
209 | version = "0.4.0" | 220 | version = "0.4.0" |
210 | source = "registry+https://github.com/rust-lang/crates.io-index" | 221 | source = "registry+https://github.com/rust-lang/crates.io-index" |
211 | dependencies = [ | 222 | dependencies = [ |
212 | "proc-macro2 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 223 | "proc-macro2 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
213 | "quote 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", | 224 | "quote 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
214 | "syn 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)", | 225 | "syn 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)", |
215 | ] | 226 | ] |
216 | 227 | ||
217 | [[package]] | 228 | [[package]] |
218 | name = "enumset" | 229 | name = "enumset" |
219 | version = "0.3.10" | 230 | version = "0.3.11" |
231 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
232 | dependencies = [ | ||
233 | "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
234 | ] | ||
235 | |||
236 | [[package]] | ||
237 | name = "fnv" | ||
238 | version = "1.0.6" | ||
220 | source = "registry+https://github.com/rust-lang/crates.io-index" | 239 | source = "registry+https://github.com/rust-lang/crates.io-index" |
221 | 240 | ||
222 | [[package]] | 241 | [[package]] |
@@ -248,7 +267,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
248 | 267 | ||
249 | [[package]] | 268 | [[package]] |
250 | name = "futures" | 269 | name = "futures" |
251 | version = "0.1.21" | 270 | version = "0.1.23" |
252 | source = "registry+https://github.com/rust-lang/crates.io-index" | 271 | source = "registry+https://github.com/rust-lang/crates.io-index" |
253 | 272 | ||
254 | [[package]] | 273 | [[package]] |
@@ -256,7 +275,7 @@ name = "futures-cpupool" | |||
256 | version = "0.1.8" | 275 | version = "0.1.8" |
257 | source = "registry+https://github.com/rust-lang/crates.io-index" | 276 | source = "registry+https://github.com/rust-lang/crates.io-index" |
258 | dependencies = [ | 277 | dependencies = [ |
259 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", | 278 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
260 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 279 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
261 | ] | 280 | ] |
262 | 281 | ||
@@ -266,61 +285,91 @@ version = "0.3.54" | |||
266 | source = "registry+https://github.com/rust-lang/crates.io-index" | 285 | source = "registry+https://github.com/rust-lang/crates.io-index" |
267 | 286 | ||
268 | [[package]] | 287 | [[package]] |
288 | name = "h2" | ||
289 | version = "0.1.10" | ||
290 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
291 | dependencies = [ | ||
292 | "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
293 | "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||
294 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
295 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", | ||
296 | "http 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
297 | "indexmap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
298 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
299 | "slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
300 | "string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
301 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
302 | ] | ||
303 | |||
304 | [[package]] | ||
305 | name = "http" | ||
306 | version = "0.1.7" | ||
307 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
308 | dependencies = [ | ||
309 | "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||
310 | "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
311 | "itoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
312 | ] | ||
313 | |||
314 | [[package]] | ||
269 | name = "httparse" | 315 | name = "httparse" |
270 | version = "1.2.4" | 316 | version = "1.3.2" |
271 | source = "registry+https://github.com/rust-lang/crates.io-index" | 317 | source = "registry+https://github.com/rust-lang/crates.io-index" |
272 | 318 | ||
273 | [[package]] | 319 | [[package]] |
274 | name = "hyper" | 320 | name = "hyper" |
275 | version = "0.11.27" | 321 | version = "0.12.6" |
276 | source = "registry+https://github.com/rust-lang/crates.io-index" | 322 | source = "registry+https://github.com/rust-lang/crates.io-index" |
277 | dependencies = [ | 323 | dependencies = [ |
278 | "base64 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
279 | "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 324 | "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
280 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", | 325 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
281 | "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", | 326 | "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
282 | "httparse 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | 327 | "h2 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
328 | "http 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
329 | "httparse 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
283 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 330 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
284 | "language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 331 | "itoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
285 | "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 332 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
286 | "mime 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 333 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
287 | "net2 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)", | ||
288 | "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
289 | "relay 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
290 | "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", | 334 | "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
291 | "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", | 335 | "tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
336 | "tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
292 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 337 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
293 | "tokio-proto 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 338 | "tokio-reactor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
294 | "tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 339 | "tokio-tcp 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
295 | "unicase 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 340 | "tokio-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
296 | "want 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 341 | "want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
297 | ] | 342 | ] |
298 | 343 | ||
299 | [[package]] | 344 | [[package]] |
300 | name = "hyper-tls" | 345 | name = "hyper-tls" |
301 | version = "0.1.3" | 346 | version = "0.2.1" |
302 | source = "registry+https://github.com/rust-lang/crates.io-index" | 347 | source = "registry+https://github.com/rust-lang/crates.io-index" |
303 | dependencies = [ | 348 | dependencies = [ |
304 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", | 349 | "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
305 | "hyper 0.11.27 (registry+https://github.com/rust-lang/crates.io-index)", | 350 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
351 | "hyper 0.12.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
306 | "native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 352 | "native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
307 | "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", | ||
308 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 353 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
309 | "tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
310 | "tokio-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 354 | "tokio-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
311 | ] | 355 | ] |
312 | 356 | ||
313 | [[package]] | 357 | [[package]] |
314 | name = "idna" | 358 | name = "idna" |
315 | version = "0.1.4" | 359 | version = "0.1.5" |
316 | source = "registry+https://github.com/rust-lang/crates.io-index" | 360 | source = "registry+https://github.com/rust-lang/crates.io-index" |
317 | dependencies = [ | 361 | dependencies = [ |
318 | "matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 362 | "matches 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
319 | "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | 363 | "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
320 | "unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 364 | "unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
321 | ] | 365 | ] |
322 | 366 | ||
323 | [[package]] | 367 | [[package]] |
368 | name = "indexmap" | ||
369 | version = "1.0.1" | ||
370 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
371 | |||
372 | [[package]] | ||
324 | name = "iovec" | 373 | name = "iovec" |
325 | version = "0.1.2" | 374 | version = "0.1.2" |
326 | source = "registry+https://github.com/rust-lang/crates.io-index" | 375 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -331,7 +380,7 @@ dependencies = [ | |||
331 | 380 | ||
332 | [[package]] | 381 | [[package]] |
333 | name = "itoa" | 382 | name = "itoa" |
334 | version = "0.4.1" | 383 | version = "0.4.2" |
335 | source = "registry+https://github.com/rust-lang/crates.io-index" | 384 | source = "registry+https://github.com/rust-lang/crates.io-index" |
336 | 385 | ||
337 | [[package]] | 386 | [[package]] |
@@ -344,18 +393,13 @@ dependencies = [ | |||
344 | ] | 393 | ] |
345 | 394 | ||
346 | [[package]] | 395 | [[package]] |
347 | name = "language-tags" | ||
348 | version = "0.2.2" | ||
349 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
350 | |||
351 | [[package]] | ||
352 | name = "lazy_static" | 396 | name = "lazy_static" |
353 | version = "0.2.11" | 397 | version = "0.2.11" |
354 | source = "registry+https://github.com/rust-lang/crates.io-index" | 398 | source = "registry+https://github.com/rust-lang/crates.io-index" |
355 | 399 | ||
356 | [[package]] | 400 | [[package]] |
357 | name = "lazy_static" | 401 | name = "lazy_static" |
358 | version = "1.0.1" | 402 | version = "1.0.2" |
359 | source = "registry+https://github.com/rust-lang/crates.io-index" | 403 | source = "registry+https://github.com/rust-lang/crates.io-index" |
360 | 404 | ||
361 | [[package]] | 405 | [[package]] |
@@ -370,28 +414,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
370 | 414 | ||
371 | [[package]] | 415 | [[package]] |
372 | name = "libflate" | 416 | name = "libflate" |
373 | version = "0.1.15" | 417 | version = "0.1.16" |
374 | source = "registry+https://github.com/rust-lang/crates.io-index" | 418 | source = "registry+https://github.com/rust-lang/crates.io-index" |
375 | dependencies = [ | 419 | dependencies = [ |
376 | "adler32 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 420 | "adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
377 | "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 421 | "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
378 | "crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | 422 | "crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
379 | ] | 423 | ] |
380 | 424 | ||
381 | [[package]] | 425 | [[package]] |
382 | name = "log" | 426 | name = "log" |
383 | version = "0.3.9" | 427 | version = "0.4.3" |
384 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
385 | dependencies = [ | ||
386 | "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
387 | ] | ||
388 | |||
389 | [[package]] | ||
390 | name = "log" | ||
391 | version = "0.4.2" | ||
392 | source = "registry+https://github.com/rust-lang/crates.io-index" | 428 | source = "registry+https://github.com/rust-lang/crates.io-index" |
393 | dependencies = [ | 429 | dependencies = [ |
394 | "cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 430 | "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
395 | ] | 431 | ] |
396 | 432 | ||
397 | [[package]] | 433 | [[package]] |
@@ -401,7 +437,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
401 | 437 | ||
402 | [[package]] | 438 | [[package]] |
403 | name = "matches" | 439 | name = "matches" |
404 | version = "0.1.6" | 440 | version = "0.1.7" |
405 | source = "registry+https://github.com/rust-lang/crates.io-index" | 441 | source = "registry+https://github.com/rust-lang/crates.io-index" |
406 | 442 | ||
407 | [[package]] | 443 | [[package]] |
@@ -419,7 +455,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
419 | 455 | ||
420 | [[package]] | 456 | [[package]] |
421 | name = "mime" | 457 | name = "mime" |
422 | version = "0.3.7" | 458 | version = "0.3.8" |
423 | source = "registry+https://github.com/rust-lang/crates.io-index" | 459 | source = "registry+https://github.com/rust-lang/crates.io-index" |
424 | dependencies = [ | 460 | dependencies = [ |
425 | "unicase 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 461 | "unicase 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -427,10 +463,10 @@ dependencies = [ | |||
427 | 463 | ||
428 | [[package]] | 464 | [[package]] |
429 | name = "mime_guess" | 465 | name = "mime_guess" |
430 | version = "2.0.0-alpha.4" | 466 | version = "2.0.0-alpha.6" |
431 | source = "registry+https://github.com/rust-lang/crates.io-index" | 467 | source = "registry+https://github.com/rust-lang/crates.io-index" |
432 | dependencies = [ | 468 | dependencies = [ |
433 | "mime 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 469 | "mime 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
434 | "phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)", | 470 | "phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)", |
435 | "phf_codegen 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)", | 471 | "phf_codegen 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)", |
436 | "unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 472 | "unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -438,7 +474,7 @@ dependencies = [ | |||
438 | 474 | ||
439 | [[package]] | 475 | [[package]] |
440 | name = "mio" | 476 | name = "mio" |
441 | version = "0.6.14" | 477 | version = "0.6.15" |
442 | source = "registry+https://github.com/rust-lang/crates.io-index" | 478 | source = "registry+https://github.com/rust-lang/crates.io-index" |
443 | dependencies = [ | 479 | dependencies = [ |
444 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 480 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -447,9 +483,9 @@ dependencies = [ | |||
447 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 483 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
448 | "lazycell 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | 484 | "lazycell 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
449 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", | 485 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
450 | "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 486 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
451 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 487 | "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
452 | "net2 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)", | 488 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
453 | "slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 489 | "slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
454 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 490 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
455 | ] | 491 | ] |
@@ -460,7 +496,7 @@ version = "0.2.1" | |||
460 | source = "registry+https://github.com/rust-lang/crates.io-index" | 496 | source = "registry+https://github.com/rust-lang/crates.io-index" |
461 | dependencies = [ | 497 | dependencies = [ |
462 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 498 | "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
463 | "net2 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)", | 499 | "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
464 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 500 | "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
465 | "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 501 | "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
466 | ] | 502 | ] |
@@ -473,7 +509,7 @@ dependencies = [ | |||
473 | "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | 509 | "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
474 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", | 510 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
475 | "openssl 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)", | 511 | "openssl 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)", |
476 | "schannel 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | 512 | "schannel 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
477 | "security-framework 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", | 513 | "security-framework 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
478 | "security-framework-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", | 514 | "security-framework-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
479 | "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 515 | "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -486,15 +522,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
486 | dependencies = [ | 522 | dependencies = [ |
487 | "gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)", | 523 | "gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)", |
488 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", | 524 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
489 | "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", | 525 | "pkg-config 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)", |
490 | ] | 526 | ] |
491 | 527 | ||
492 | [[package]] | 528 | [[package]] |
493 | name = "net2" | 529 | name = "net2" |
494 | version = "0.2.32" | 530 | version = "0.2.33" |
495 | source = "registry+https://github.com/rust-lang/crates.io-index" | 531 | source = "registry+https://github.com/rust-lang/crates.io-index" |
496 | dependencies = [ | 532 | dependencies = [ |
497 | "cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 533 | "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
498 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", | 534 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
499 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | 535 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
500 | ] | 536 | ] |
@@ -509,17 +545,17 @@ name = "num" | |||
509 | version = "0.1.42" | 545 | version = "0.1.42" |
510 | source = "registry+https://github.com/rust-lang/crates.io-index" | 546 | source = "registry+https://github.com/rust-lang/crates.io-index" |
511 | dependencies = [ | 547 | dependencies = [ |
512 | "num-integer 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)", | 548 | "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", |
513 | "num-iter 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", | 549 | "num-iter 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", |
514 | "num-traits 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | 550 | "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
515 | ] | 551 | ] |
516 | 552 | ||
517 | [[package]] | 553 | [[package]] |
518 | name = "num-integer" | 554 | name = "num-integer" |
519 | version = "0.1.38" | 555 | version = "0.1.39" |
520 | source = "registry+https://github.com/rust-lang/crates.io-index" | 556 | source = "registry+https://github.com/rust-lang/crates.io-index" |
521 | dependencies = [ | 557 | dependencies = [ |
522 | "num-traits 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | 558 | "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
523 | ] | 559 | ] |
524 | 560 | ||
525 | [[package]] | 561 | [[package]] |
@@ -527,13 +563,13 @@ name = "num-iter" | |||
527 | version = "0.1.37" | 563 | version = "0.1.37" |
528 | source = "registry+https://github.com/rust-lang/crates.io-index" | 564 | source = "registry+https://github.com/rust-lang/crates.io-index" |
529 | dependencies = [ | 565 | dependencies = [ |
530 | "num-integer 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)", | 566 | "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", |
531 | "num-traits 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | 567 | "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
532 | ] | 568 | ] |
533 | 569 | ||
534 | [[package]] | 570 | [[package]] |
535 | name = "num-traits" | 571 | name = "num-traits" |
536 | version = "0.2.4" | 572 | version = "0.2.5" |
537 | source = "registry+https://github.com/rust-lang/crates.io-index" | 573 | source = "registry+https://github.com/rust-lang/crates.io-index" |
538 | 574 | ||
539 | [[package]] | 575 | [[package]] |
@@ -551,7 +587,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
551 | dependencies = [ | 587 | dependencies = [ |
552 | "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", | 588 | "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", |
553 | "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 589 | "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
554 | "lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 590 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
555 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", | 591 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
556 | "openssl-sys 0.9.33 (registry+https://github.com/rust-lang/crates.io-index)", | 592 | "openssl-sys 0.9.33 (registry+https://github.com/rust-lang/crates.io-index)", |
557 | ] | 593 | ] |
@@ -561,9 +597,9 @@ name = "openssl-sys" | |||
561 | version = "0.9.33" | 597 | version = "0.9.33" |
562 | source = "registry+https://github.com/rust-lang/crates.io-index" | 598 | source = "registry+https://github.com/rust-lang/crates.io-index" |
563 | dependencies = [ | 599 | dependencies = [ |
564 | "cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", | 600 | "cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
565 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", | 601 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
566 | "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", | 602 | "pkg-config 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)", |
567 | "vcpkg 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | 603 | "vcpkg 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
568 | ] | 604 | ] |
569 | 605 | ||
@@ -576,6 +612,26 @@ dependencies = [ | |||
576 | ] | 612 | ] |
577 | 613 | ||
578 | [[package]] | 614 | [[package]] |
615 | name = "parking_lot" | ||
616 | version = "0.5.5" | ||
617 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
618 | dependencies = [ | ||
619 | "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
620 | "parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", | ||
621 | ] | ||
622 | |||
623 | [[package]] | ||
624 | name = "parking_lot_core" | ||
625 | version = "0.2.14" | ||
626 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
627 | dependencies = [ | ||
628 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", | ||
629 | "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
630 | "smallvec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
631 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
632 | ] | ||
633 | |||
634 | [[package]] | ||
579 | name = "percent-encoding" | 635 | name = "percent-encoding" |
580 | version = "1.0.1" | 636 | version = "1.0.1" |
581 | source = "registry+https://github.com/rust-lang/crates.io-index" | 637 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -617,12 +673,12 @@ dependencies = [ | |||
617 | 673 | ||
618 | [[package]] | 674 | [[package]] |
619 | name = "pkg-config" | 675 | name = "pkg-config" |
620 | version = "0.3.11" | 676 | version = "0.3.12" |
621 | source = "registry+https://github.com/rust-lang/crates.io-index" | 677 | source = "registry+https://github.com/rust-lang/crates.io-index" |
622 | 678 | ||
623 | [[package]] | 679 | [[package]] |
624 | name = "proc-macro2" | 680 | name = "proc-macro2" |
625 | version = "0.4.6" | 681 | version = "0.4.8" |
626 | source = "registry+https://github.com/rust-lang/crates.io-index" | 682 | source = "registry+https://github.com/rust-lang/crates.io-index" |
627 | dependencies = [ | 683 | dependencies = [ |
628 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 684 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -633,30 +689,37 @@ name = "quote" | |||
633 | version = "0.6.3" | 689 | version = "0.6.3" |
634 | source = "registry+https://github.com/rust-lang/crates.io-index" | 690 | source = "registry+https://github.com/rust-lang/crates.io-index" |
635 | dependencies = [ | 691 | dependencies = [ |
636 | "proc-macro2 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 692 | "proc-macro2 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
637 | ] | 693 | ] |
638 | 694 | ||
639 | [[package]] | 695 | [[package]] |
640 | name = "rand" | 696 | name = "rand" |
641 | version = "0.3.22" | 697 | version = "0.4.2" |
642 | source = "registry+https://github.com/rust-lang/crates.io-index" | 698 | source = "registry+https://github.com/rust-lang/crates.io-index" |
643 | dependencies = [ | 699 | dependencies = [ |
644 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 700 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
645 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", | 701 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
646 | "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 702 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
647 | ] | 703 | ] |
648 | 704 | ||
649 | [[package]] | 705 | [[package]] |
650 | name = "rand" | 706 | name = "rand" |
651 | version = "0.4.2" | 707 | version = "0.5.4" |
652 | source = "registry+https://github.com/rust-lang/crates.io-index" | 708 | source = "registry+https://github.com/rust-lang/crates.io-index" |
653 | dependencies = [ | 709 | dependencies = [ |
710 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
654 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 711 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
655 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", | 712 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", |
713 | "rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
656 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | 714 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
657 | ] | 715 | ] |
658 | 716 | ||
659 | [[package]] | 717 | [[package]] |
718 | name = "rand_core" | ||
719 | version = "0.2.1" | ||
720 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
721 | |||
722 | [[package]] | ||
660 | name = "redox_syscall" | 723 | name = "redox_syscall" |
661 | version = "0.1.40" | 724 | version = "0.1.40" |
662 | source = "registry+https://github.com/rust-lang/crates.io-index" | 725 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -668,33 +731,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
668 | 731 | ||
669 | [[package]] | 732 | [[package]] |
670 | name = "regex" | 733 | name = "regex" |
671 | version = "1.0.1" | 734 | version = "1.0.2" |
672 | source = "registry+https://github.com/rust-lang/crates.io-index" | 735 | source = "registry+https://github.com/rust-lang/crates.io-index" |
673 | dependencies = [ | 736 | dependencies = [ |
674 | "aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", | 737 | "aho-corasick 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
675 | "memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 738 | "memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
676 | "regex-syntax 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", | 739 | "regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
677 | "thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | 740 | "thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
678 | "utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 741 | "utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
679 | ] | 742 | ] |
680 | 743 | ||
681 | [[package]] | 744 | [[package]] |
682 | name = "regex-syntax" | 745 | name = "regex-syntax" |
683 | version = "0.6.1" | 746 | version = "0.6.2" |
684 | source = "registry+https://github.com/rust-lang/crates.io-index" | 747 | source = "registry+https://github.com/rust-lang/crates.io-index" |
685 | dependencies = [ | 748 | dependencies = [ |
686 | "ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 749 | "ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
687 | ] | 750 | ] |
688 | 751 | ||
689 | [[package]] | 752 | [[package]] |
690 | name = "relay" | ||
691 | version = "0.1.1" | ||
692 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
693 | dependencies = [ | ||
694 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", | ||
695 | ] | ||
696 | |||
697 | [[package]] | ||
698 | name = "remove_dir_all" | 753 | name = "remove_dir_all" |
699 | version = "0.5.1" | 754 | version = "0.5.1" |
700 | source = "registry+https://github.com/rust-lang/crates.io-index" | 755 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -704,25 +759,28 @@ dependencies = [ | |||
704 | 759 | ||
705 | [[package]] | 760 | [[package]] |
706 | name = "reqwest" | 761 | name = "reqwest" |
707 | version = "0.8.6" | 762 | version = "0.9.0-pre" |
708 | source = "git+https://github.com/seanmonstar/reqwest#a4f5c2d3f0a187daa3940d0a249f4748cd38fe0f" | 763 | source = "git+https://github.com/seanmonstar/reqwest#c1c5f14b7c5f8168e89d9e93ee98f5611f1bdd23" |
709 | dependencies = [ | 764 | dependencies = [ |
765 | "base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
710 | "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 766 | "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
711 | "encoding_rs 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 767 | "encoding_rs 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
712 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", | 768 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
713 | "hyper 0.11.27 (registry+https://github.com/rust-lang/crates.io-index)", | 769 | "http 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
714 | "hyper-tls 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 770 | "hyper 0.12.6 (registry+https://github.com/rust-lang/crates.io-index)", |
715 | "libflate 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", | 771 | "hyper-tls 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
716 | "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 772 | "libflate 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
717 | "mime_guess 2.0.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | 773 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
774 | "mime 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||
775 | "mime_guess 2.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
718 | "native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 776 | "native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
719 | "serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", | 777 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
720 | "serde_json 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)", | 778 | "serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
721 | "serde_urlencoded 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 779 | "serde_urlencoded 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
722 | "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", | 780 | "tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
723 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 781 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
724 | "tokio-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 782 | "tokio-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
725 | "url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 783 | "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
726 | "uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | 784 | "uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
727 | ] | 785 | ] |
728 | 786 | ||
@@ -733,10 +791,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
733 | 791 | ||
734 | [[package]] | 792 | [[package]] |
735 | name = "schannel" | 793 | name = "schannel" |
736 | version = "0.1.12" | 794 | version = "0.1.13" |
737 | source = "registry+https://github.com/rust-lang/crates.io-index" | 795 | source = "registry+https://github.com/rust-lang/crates.io-index" |
738 | dependencies = [ | 796 | dependencies = [ |
739 | "lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 797 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
740 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | 798 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
741 | ] | 799 | ] |
742 | 800 | ||
@@ -772,27 +830,27 @@ dependencies = [ | |||
772 | 830 | ||
773 | [[package]] | 831 | [[package]] |
774 | name = "serde" | 832 | name = "serde" |
775 | version = "1.0.66" | 833 | version = "1.0.70" |
776 | source = "registry+https://github.com/rust-lang/crates.io-index" | 834 | source = "registry+https://github.com/rust-lang/crates.io-index" |
777 | 835 | ||
778 | [[package]] | 836 | [[package]] |
779 | name = "serde_json" | 837 | name = "serde_json" |
780 | version = "1.0.20" | 838 | version = "1.0.24" |
781 | source = "git+https://github.com/serde-rs/json#c85963c2881e3efaad86773d502de705691c61bb" | 839 | source = "git+https://github.com/serde-rs/json#2a62402b184dc2c64d01cca1b3ff72fef3124ae1" |
782 | dependencies = [ | 840 | dependencies = [ |
783 | "dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 841 | "dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
784 | "itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | 842 | "itoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
785 | "serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", | 843 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
786 | ] | 844 | ] |
787 | 845 | ||
788 | [[package]] | 846 | [[package]] |
789 | name = "serde_json" | 847 | name = "serde_json" |
790 | version = "1.0.20" | 848 | version = "1.0.24" |
791 | source = "registry+https://github.com/rust-lang/crates.io-index" | 849 | source = "registry+https://github.com/rust-lang/crates.io-index" |
792 | dependencies = [ | 850 | dependencies = [ |
793 | "dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 851 | "dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
794 | "itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | 852 | "itoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
795 | "serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", | 853 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
796 | ] | 854 | ] |
797 | 855 | ||
798 | [[package]] | 856 | [[package]] |
@@ -800,20 +858,24 @@ name = "serde_urlencoded" | |||
800 | version = "0.5.2" | 858 | version = "0.5.2" |
801 | source = "registry+https://github.com/rust-lang/crates.io-index" | 859 | source = "registry+https://github.com/rust-lang/crates.io-index" |
802 | dependencies = [ | 860 | dependencies = [ |
803 | "dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 861 | "dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
804 | "itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | 862 | "itoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
805 | "serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", | 863 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
806 | "url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 864 | "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
807 | ] | 865 | ] |
808 | 866 | ||
809 | [[package]] | 867 | [[package]] |
810 | name = "siphasher" | 868 | name = "signal-hook" |
811 | version = "0.2.2" | 869 | version = "0.1.2" |
812 | source = "registry+https://github.com/rust-lang/crates.io-index" | 870 | source = "registry+https://github.com/rust-lang/crates.io-index" |
871 | dependencies = [ | ||
872 | "arc-swap 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
873 | "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)", | ||
874 | ] | ||
813 | 875 | ||
814 | [[package]] | 876 | [[package]] |
815 | name = "slab" | 877 | name = "siphasher" |
816 | version = "0.3.0" | 878 | version = "0.2.2" |
817 | source = "registry+https://github.com/rust-lang/crates.io-index" | 879 | source = "registry+https://github.com/rust-lang/crates.io-index" |
818 | 880 | ||
819 | [[package]] | 881 | [[package]] |
@@ -823,8 +885,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
823 | 885 | ||
824 | [[package]] | 886 | [[package]] |
825 | name = "smallvec" | 887 | name = "smallvec" |
826 | version = "0.2.1" | 888 | version = "0.6.3" |
827 | source = "registry+https://github.com/rust-lang/crates.io-index" | 889 | source = "registry+https://github.com/rust-lang/crates.io-index" |
890 | dependencies = [ | ||
891 | "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
892 | ] | ||
828 | 893 | ||
829 | [[package]] | 894 | [[package]] |
830 | name = "stable_deref_trait" | 895 | name = "stable_deref_trait" |
@@ -832,11 +897,16 @@ version = "1.1.0" | |||
832 | source = "registry+https://github.com/rust-lang/crates.io-index" | 897 | source = "registry+https://github.com/rust-lang/crates.io-index" |
833 | 898 | ||
834 | [[package]] | 899 | [[package]] |
900 | name = "string" | ||
901 | version = "0.1.1" | ||
902 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
903 | |||
904 | [[package]] | ||
835 | name = "syn" | 905 | name = "syn" |
836 | version = "0.14.2" | 906 | version = "0.14.4" |
837 | source = "registry+https://github.com/rust-lang/crates.io-index" | 907 | source = "registry+https://github.com/rust-lang/crates.io-index" |
838 | dependencies = [ | 908 | dependencies = [ |
839 | "proc-macro2 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 909 | "proc-macro2 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
840 | "quote 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", | 910 | "quote 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
841 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 911 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
842 | ] | 912 | ] |
@@ -846,18 +916,13 @@ name = "taizen" | |||
846 | version = "0.1.0" | 916 | version = "0.1.0" |
847 | dependencies = [ | 917 | dependencies = [ |
848 | "cursive 0.9.0-alpha.0 (git+https://github.com/gyscos/Cursive)", | 918 | "cursive 0.9.0-alpha.0 (git+https://github.com/gyscos/Cursive)", |
849 | "regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 919 | "regex 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
850 | "reqwest 0.8.6 (git+https://github.com/seanmonstar/reqwest)", | 920 | "reqwest 0.9.0-pre (git+https://github.com/seanmonstar/reqwest)", |
851 | "serde_json 1.0.20 (git+https://github.com/serde-rs/json)", | 921 | "serde_json 1.0.24 (git+https://github.com/serde-rs/json)", |
852 | "urlencoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 922 | "urlencoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
853 | ] | 923 | ] |
854 | 924 | ||
855 | [[package]] | 925 | [[package]] |
856 | name = "take" | ||
857 | version = "0.1.0" | ||
858 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
859 | |||
860 | [[package]] | ||
861 | name = "tempdir" | 926 | name = "tempdir" |
862 | version = "0.3.7" | 927 | version = "0.3.7" |
863 | source = "registry+https://github.com/rust-lang/crates.io-index" | 928 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -881,7 +946,7 @@ name = "thread_local" | |||
881 | version = "0.3.5" | 946 | version = "0.3.5" |
882 | source = "registry+https://github.com/rust-lang/crates.io-index" | 947 | source = "registry+https://github.com/rust-lang/crates.io-index" |
883 | dependencies = [ | 948 | dependencies = [ |
884 | "lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 949 | "lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
885 | "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 950 | "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
886 | ] | 951 | ] |
887 | 952 | ||
@@ -900,14 +965,14 @@ name = "tokio" | |||
900 | version = "0.1.7" | 965 | version = "0.1.7" |
901 | source = "registry+https://github.com/rust-lang/crates.io-index" | 966 | source = "registry+https://github.com/rust-lang/crates.io-index" |
902 | dependencies = [ | 967 | dependencies = [ |
903 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", | 968 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
904 | "mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)", | 969 | "mio 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)", |
905 | "tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 970 | "tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
906 | "tokio-fs 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 971 | "tokio-fs 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
907 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 972 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
908 | "tokio-reactor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 973 | "tokio-reactor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
909 | "tokio-tcp 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 974 | "tokio-tcp 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
910 | "tokio-threadpool 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 975 | "tokio-threadpool 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
911 | "tokio-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | 976 | "tokio-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
912 | "tokio-udp 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 977 | "tokio-udp 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
913 | ] | 978 | ] |
@@ -918,7 +983,7 @@ version = "0.1.0" | |||
918 | source = "registry+https://github.com/rust-lang/crates.io-index" | 983 | source = "registry+https://github.com/rust-lang/crates.io-index" |
919 | dependencies = [ | 984 | dependencies = [ |
920 | "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 985 | "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
921 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", | 986 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
922 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 987 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
923 | ] | 988 | ] |
924 | 989 | ||
@@ -928,10 +993,10 @@ version = "0.1.17" | |||
928 | source = "registry+https://github.com/rust-lang/crates.io-index" | 993 | source = "registry+https://github.com/rust-lang/crates.io-index" |
929 | dependencies = [ | 994 | dependencies = [ |
930 | "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 995 | "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
931 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", | 996 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
932 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 997 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
933 | "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 998 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
934 | "mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)", | 999 | "mio 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)", |
935 | "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1000 | "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
936 | "tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1001 | "tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
937 | "tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1002 | "tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -945,17 +1010,17 @@ name = "tokio-executor" | |||
945 | version = "0.1.2" | 1010 | version = "0.1.2" |
946 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1011 | source = "registry+https://github.com/rust-lang/crates.io-index" |
947 | dependencies = [ | 1012 | dependencies = [ |
948 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", | 1013 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
949 | ] | 1014 | ] |
950 | 1015 | ||
951 | [[package]] | 1016 | [[package]] |
952 | name = "tokio-fs" | 1017 | name = "tokio-fs" |
953 | version = "0.1.1" | 1018 | version = "0.1.2" |
954 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1019 | source = "registry+https://github.com/rust-lang/crates.io-index" |
955 | dependencies = [ | 1020 | dependencies = [ |
956 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", | 1021 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
957 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1022 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
958 | "tokio-threadpool 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1023 | "tokio-threadpool 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
959 | ] | 1024 | ] |
960 | 1025 | ||
961 | [[package]] | 1026 | [[package]] |
@@ -964,25 +1029,8 @@ version = "0.1.7" | |||
964 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1029 | source = "registry+https://github.com/rust-lang/crates.io-index" |
965 | dependencies = [ | 1030 | dependencies = [ |
966 | "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1031 | "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
967 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", | 1032 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
968 | "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1033 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
969 | ] | ||
970 | |||
971 | [[package]] | ||
972 | name = "tokio-proto" | ||
973 | version = "0.1.1" | ||
974 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
975 | dependencies = [ | ||
976 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", | ||
977 | "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | ||
978 | "net2 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)", | ||
979 | "rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", | ||
980 | "slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
981 | "smallvec 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
982 | "take 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
983 | "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", | ||
984 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
985 | "tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
986 | ] | 1034 | ] |
987 | 1035 | ||
988 | [[package]] | 1036 | [[package]] |
@@ -990,43 +1038,35 @@ name = "tokio-reactor" | |||
990 | version = "0.1.2" | 1038 | version = "0.1.2" |
991 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1039 | source = "registry+https://github.com/rust-lang/crates.io-index" |
992 | dependencies = [ | 1040 | dependencies = [ |
993 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", | 1041 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
994 | "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1042 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
995 | "mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)", | 1043 | "mio 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)", |
996 | "slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1044 | "slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
997 | "tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1045 | "tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
998 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1046 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
999 | ] | 1047 | ] |
1000 | 1048 | ||
1001 | [[package]] | 1049 | [[package]] |
1002 | name = "tokio-service" | ||
1003 | version = "0.1.0" | ||
1004 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1005 | dependencies = [ | ||
1006 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1007 | ] | ||
1008 | |||
1009 | [[package]] | ||
1010 | name = "tokio-tcp" | 1050 | name = "tokio-tcp" |
1011 | version = "0.1.0" | 1051 | version = "0.1.0" |
1012 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1052 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1013 | dependencies = [ | 1053 | dependencies = [ |
1014 | "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1054 | "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1015 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", | 1055 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
1016 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1056 | "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1017 | "mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)", | 1057 | "mio 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)", |
1018 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1058 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1019 | "tokio-reactor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1059 | "tokio-reactor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1020 | ] | 1060 | ] |
1021 | 1061 | ||
1022 | [[package]] | 1062 | [[package]] |
1023 | name = "tokio-threadpool" | 1063 | name = "tokio-threadpool" |
1024 | version = "0.1.4" | 1064 | version = "0.1.5" |
1025 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1065 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1026 | dependencies = [ | 1066 | dependencies = [ |
1027 | "crossbeam-deque 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1067 | "crossbeam-deque 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1028 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", | 1068 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
1029 | "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1069 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1030 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1070 | "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1031 | "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1071 | "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1032 | "tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1072 | "tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1037,7 +1077,7 @@ name = "tokio-timer" | |||
1037 | version = "0.2.4" | 1077 | version = "0.2.4" |
1038 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1078 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1039 | dependencies = [ | 1079 | dependencies = [ |
1040 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", | 1080 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
1041 | "tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1081 | "tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1042 | ] | 1082 | ] |
1043 | 1083 | ||
@@ -1046,7 +1086,7 @@ name = "tokio-tls" | |||
1046 | version = "0.1.4" | 1086 | version = "0.1.4" |
1047 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1087 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1048 | dependencies = [ | 1088 | dependencies = [ |
1049 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", | 1089 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
1050 | "native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1090 | "native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1051 | "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", | 1091 | "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
1052 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1092 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1058,9 +1098,9 @@ version = "0.1.1" | |||
1058 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1098 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1059 | dependencies = [ | 1099 | dependencies = [ |
1060 | "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1100 | "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1061 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", | 1101 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
1062 | "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1102 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1063 | "mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)", | 1103 | "mio 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)", |
1064 | "tokio-codec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1104 | "tokio-codec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1065 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1105 | "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1066 | "tokio-reactor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1106 | "tokio-reactor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1071,12 +1111,12 @@ name = "toml" | |||
1071 | version = "0.4.6" | 1111 | version = "0.4.6" |
1072 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1112 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1073 | dependencies = [ | 1113 | dependencies = [ |
1074 | "serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)", | 1114 | "serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
1075 | ] | 1115 | ] |
1076 | 1116 | ||
1077 | [[package]] | 1117 | [[package]] |
1078 | name = "try-lock" | 1118 | name = "try-lock" |
1079 | version = "0.1.0" | 1119 | version = "0.2.2" |
1080 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1081 | 1121 | ||
1082 | [[package]] | 1122 | [[package]] |
@@ -1089,7 +1129,7 @@ name = "unicase" | |||
1089 | version = "1.4.2" | 1129 | version = "1.4.2" |
1090 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1091 | dependencies = [ | 1131 | dependencies = [ |
1092 | "version_check 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1132 | "version_check 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1093 | ] | 1133 | ] |
1094 | 1134 | ||
1095 | [[package]] | 1135 | [[package]] |
@@ -1097,7 +1137,7 @@ name = "unicase" | |||
1097 | version = "2.1.0" | 1137 | version = "2.1.0" |
1098 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1138 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1099 | dependencies = [ | 1139 | dependencies = [ |
1100 | "version_check 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1140 | "version_check 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1101 | ] | 1141 | ] |
1102 | 1142 | ||
1103 | [[package]] | 1143 | [[package]] |
@@ -1105,7 +1145,7 @@ name = "unicode-bidi" | |||
1105 | version = "0.3.4" | 1145 | version = "0.3.4" |
1106 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1146 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1107 | dependencies = [ | 1147 | dependencies = [ |
1108 | "matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1148 | "matches 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1109 | ] | 1149 | ] |
1110 | 1150 | ||
1111 | [[package]] | 1151 | [[package]] |
@@ -1138,11 +1178,11 @@ dependencies = [ | |||
1138 | 1178 | ||
1139 | [[package]] | 1179 | [[package]] |
1140 | name = "url" | 1180 | name = "url" |
1141 | version = "1.7.0" | 1181 | version = "1.7.1" |
1142 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1182 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1143 | dependencies = [ | 1183 | dependencies = [ |
1144 | "idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1184 | "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1145 | "matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1185 | "matches 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1146 | "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1186 | "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1147 | ] | 1187 | ] |
1148 | 1188 | ||
@@ -1161,7 +1201,7 @@ name = "uuid" | |||
1161 | version = "0.6.5" | 1201 | version = "0.6.5" |
1162 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1202 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1163 | dependencies = [ | 1203 | dependencies = [ |
1164 | "cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1204 | "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1165 | "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1205 | "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1166 | ] | 1206 | ] |
1167 | 1207 | ||
@@ -1172,7 +1212,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1172 | 1212 | ||
1173 | [[package]] | 1213 | [[package]] |
1174 | name = "version_check" | 1214 | name = "version_check" |
1175 | version = "0.1.3" | 1215 | version = "0.1.4" |
1176 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1216 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1177 | 1217 | ||
1178 | [[package]] | 1218 | [[package]] |
@@ -1182,12 +1222,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1182 | 1222 | ||
1183 | [[package]] | 1223 | [[package]] |
1184 | name = "want" | 1224 | name = "want" |
1185 | version = "0.0.4" | 1225 | version = "0.0.6" |
1186 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1226 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1187 | dependencies = [ | 1227 | dependencies = [ |
1188 | "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", | 1228 | "futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
1189 | "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1229 | "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1190 | "try-lock 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1230 | "try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1191 | ] | 1231 | ] |
1192 | 1232 | ||
1193 | [[package]] | 1233 | [[package]] |
@@ -1234,110 +1274,115 @@ version = "0.1.0" | |||
1234 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1274 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1235 | 1275 | ||
1236 | [metadata] | 1276 | [metadata] |
1237 | "checksum adler32 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6cbd0b9af8587c72beadc9f72d35b9fbb070982c9e6203e46e93f10df25f8f45" | 1277 | "checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c" |
1238 | "checksum aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d6531d44de723825aa81398a6415283229725a00fa30713812ab9323faa82fc4" | 1278 | "checksum aho-corasick 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c1c6d463cbe7ed28720b5b489e7c083eeb8f90d08be2a0d6bb9e1ffea9ce1afa" |
1279 | "checksum arc-swap 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4abc8ee4a466b56db51b3816c0db033f4528af79bc12e29c45b225d91b4fcad4" | ||
1239 | "checksum array-macro 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8b1b1a00de235e9f2cc0e650423dc249d875c116a5934188c08fdd0c02d840ef" | 1280 | "checksum array-macro 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8b1b1a00de235e9f2cc0e650423dc249d875c116a5934188c08fdd0c02d840ef" |
1240 | "checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef" | 1281 | "checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef" |
1241 | "checksum base64 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "85415d2594767338a74a30c1d370b2f3262ec1b4ed2d7bba5b3faf4de40467d9" | 1282 | "checksum base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "96434f987501f0ed4eb336a411e0631ecd1afa11574fe148587adc4ff96143c9" |
1242 | "checksum bit-set 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9bf6104718e80d7b26a68fdbacff3481cfc05df670821affc7e9cbc1884400c" | ||
1243 | "checksum bit-vec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "02b4ff8b16e6076c3e14220b39fbc1fabb6737522281a388998046859400895f" | ||
1244 | "checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5" | 1283 | "checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5" |
1245 | "checksum bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d0c54bb8f454c567f21197eefcdbf5679d0bd99f2ddbe52e84c77061952e6789" | 1284 | "checksum bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d0c54bb8f454c567f21197eefcdbf5679d0bd99f2ddbe52e84c77061952e6789" |
1246 | "checksum build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39" | 1285 | "checksum build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39" |
1247 | "checksum byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "74c0b906e9446b0a2e4f760cdb3fa4b2c48cdc6db8766a845c54b6ff063fd2e9" | 1286 | "checksum byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "74c0b906e9446b0a2e4f760cdb3fa4b2c48cdc6db8766a845c54b6ff063fd2e9" |
1248 | "checksum bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7dd32989a66957d3f0cba6588f15d4281a733f4e9ffc43fcd2385f57d3bf99ff" | 1287 | "checksum bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7dd32989a66957d3f0cba6588f15d4281a733f4e9ffc43fcd2385f57d3bf99ff" |
1249 | "checksum cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)" = "49ec142f5768efb5b7622aebc3fdbdbb8950a4b9ba996393cb76ef7466e8747d" | 1288 | "checksum cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "2119ea4867bd2b8ed3aecab467709720b2d55b1bcfe09f772fd68066eaf15275" |
1250 | "checksum cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "405216fd8fe65f718daa7102ea808a946b6ce40c742998fbfd3463645552de18" | 1289 | "checksum cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "efe5c877e17a9c717a0bf3613b2709f723202c4e4675cc8f12926ded29bcb17e" |
1251 | "checksum chan 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "9af7c487bb99c929ba2715b1a3a7bf45f5062bf5b6eae5d32b292a96c5865172" | 1290 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
1252 | "checksum chan-signal 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f1f1e11f6e1c14c9e805a87c622cb8fcb636283b3119a2150af390cc6702d7fe" | ||
1253 | "checksum core-foundation 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "25bfd746d203017f7d5cbd31ee5d8e17f94b6521c7af77ece6c9e4b2d4b16c67" | 1291 | "checksum core-foundation 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "25bfd746d203017f7d5cbd31ee5d8e17f94b6521c7af77ece6c9e4b2d4b16c67" |
1254 | "checksum core-foundation-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "065a5d7ffdcbc8fa145d6f0746f3555025b9097a9e9cda59f7467abae670c78d" | 1292 | "checksum core-foundation-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "065a5d7ffdcbc8fa145d6f0746f3555025b9097a9e9cda59f7467abae670c78d" |
1255 | "checksum crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb" | 1293 | "checksum crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb" |
1294 | "checksum crossbeam-channel 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "efff2d411e0ac3731b9f6de882b2790fdd2de651577500a806ce78b95b2b9f31" | ||
1256 | "checksum crossbeam-deque 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fe8153ef04a7594ded05b427ffad46ddeaf22e63fd48d42b3e1e3bb4db07cae7" | 1295 | "checksum crossbeam-deque 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fe8153ef04a7594ded05b427ffad46ddeaf22e63fd48d42b3e1e3bb4db07cae7" |
1257 | "checksum crossbeam-epoch 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2af0e75710d6181e234c8ecc79f14a97907850a541b13b0be1dd10992f2e4620" | 1296 | "checksum crossbeam-epoch 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2af0e75710d6181e234c8ecc79f14a97907850a541b13b0be1dd10992f2e4620" |
1297 | "checksum crossbeam-epoch 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "285987a59c4d91388e749850e3cb7b3a92299668528caaacd08005b8f238c0ea" | ||
1258 | "checksum crossbeam-utils 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d636a8b3bcc1b409d7ffd3facef8f21dcb4009626adbd0c5e6c4305c07253c7b" | 1298 | "checksum crossbeam-utils 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d636a8b3bcc1b409d7ffd3facef8f21dcb4009626adbd0c5e6c4305c07253c7b" |
1299 | "checksum crossbeam-utils 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ea52fab26a99d96cdff39d0ca75c9716125937f5dba2ab83923aaaf5928f684a" | ||
1259 | "checksum cursive 0.9.0-alpha.0 (git+https://github.com/gyscos/Cursive)" = "<none>" | 1300 | "checksum cursive 0.9.0-alpha.0 (git+https://github.com/gyscos/Cursive)" = "<none>" |
1260 | "checksum dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab" | 1301 | "checksum dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6d301140eb411af13d3115f9a562c85cc6b541ade9dfa314132244aaee7489dd" |
1261 | "checksum encoding_rs 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "98fd0f24d1fb71a4a6b9330c8ca04cbd4e7cc5d846b54ca74ff376bc7c9f798d" | 1302 | "checksum encoding_rs 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "98fd0f24d1fb71a4a6b9330c8ca04cbd4e7cc5d846b54ca74ff376bc7c9f798d" |
1262 | "checksum enum-map 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "caa1769f019df7ccd8f9a741d2d608309688d0f1bd8a8747c14ac993660c761c" | 1303 | "checksum enum-map 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "caa1769f019df7ccd8f9a741d2d608309688d0f1bd8a8747c14ac993660c761c" |
1263 | "checksum enum-map-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f915c8ef505ce27b6fa51515463938aa2e9135081fefc93aef786539a646a365" | 1304 | "checksum enum-map-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f915c8ef505ce27b6fa51515463938aa2e9135081fefc93aef786539a646a365" |
1264 | "checksum enumset 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)" = "9505d5f599d98d1a83d54d270c3938d253e6794c788847b4c4b9346eae9895de" | 1305 | "checksum enumset 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "81193cae36d896445dae43f89be4fd6a171aad6bd674acb7e7074d50bbce6940" |
1306 | "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" | ||
1265 | "checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" | 1307 | "checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
1266 | "checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" | 1308 | "checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
1267 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" | 1309 | "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
1268 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" | 1310 | "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
1269 | "checksum futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "1a70b146671de62ec8c8ed572219ca5d594d9b06c0b364d5e67b722fc559b48c" | 1311 | "checksum futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)" = "884dbe32a6ae4cd7da5c6db9b78114449df9953b8d490c9d7e1b51720b922c62" |
1270 | "checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" | 1312 | "checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" |
1271 | "checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb" | 1313 | "checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb" |
1272 | "checksum httparse 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2f407128745b78abc95c0ffbe4e5d37427fdc0d45470710cfef8c44522a2e37" | 1314 | "checksum h2 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "6229ac66d3392dd83288fe04defd4b353354b15bbe07820d53dda063a736afcc" |
1273 | "checksum hyper 0.11.27 (registry+https://github.com/rust-lang/crates.io-index)" = "34a590ca09d341e94cddf8e5af0bbccde205d5fbc2fa3c09dd67c7f85cea59d7" | 1315 | "checksum http 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "4fbced8864b04c030eebcb7d0dc3a81ba5231ac559f5116a29a8ba83ecee22cd" |
1274 | "checksum hyper-tls 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a5aa51f6ae9842239b0fac14af5f22123b8432b4cc774a44ff059fcba0f675ca" | 1316 | "checksum httparse 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7b6288d7db100340ca12873fd4d08ad1b8f206a9457798dfb17c018a33fee540" |
1275 | "checksum idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "014b298351066f1512874135335d62a789ffe78a9974f94b43ed5621951eaf7d" | 1317 | "checksum hyper 0.12.6 (registry+https://github.com/rust-lang/crates.io-index)" = "bd2dbf44d0eb8b32ac0cb7b0d75c31313554dd04d6f5dd1085e150ec5383d9b8" |
1318 | "checksum hyper-tls 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d5787cee312507c4d005405e75da2b3357b58c47e3f14cddfa5f05c98edf6f29" | ||
1319 | "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" | ||
1320 | "checksum indexmap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08173ba1e906efb6538785a8844dd496f5d34f0a2d88038e95195172fc667220" | ||
1276 | "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" | 1321 | "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" |
1277 | "checksum itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c069bbec61e1ca5a596166e55dfe4773ff745c3d16b700013bcaff9a6df2c682" | 1322 | "checksum itoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5adb58558dcd1d786b5f0bd15f3226ee23486e24b7b58304b60f64dc68e62606" |
1278 | "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" | 1323 | "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
1279 | "checksum language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a" | ||
1280 | "checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" | 1324 | "checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" |
1281 | "checksum lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e6412c5e2ad9584b0b8e979393122026cdd6d2a80b933f890dcd694ddbe73739" | 1325 | "checksum lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fb497c35d362b6a331cfd94956a07fc2c78a4604cdbee844a81170386b996dd3" |
1282 | "checksum lazycell 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a6f08839bc70ef4a3fe1d566d5350f519c5912ea86be0df1740a7d247c7fc0ef" | 1326 | "checksum lazycell 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a6f08839bc70ef4a3fe1d566d5350f519c5912ea86be0df1740a7d247c7fc0ef" |
1283 | "checksum libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)" = "b685088df2b950fccadf07a7187c8ef846a959c142338a48f9dc0b94517eb5f1" | 1327 | "checksum libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)" = "b685088df2b950fccadf07a7187c8ef846a959c142338a48f9dc0b94517eb5f1" |
1284 | "checksum libflate 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "f70a41040e4ed915b462ffb9c8dd20ece3700565aa5e2e163288a0f7ca00487a" | 1328 | "checksum libflate 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "7d4b4c7aff5bac19b956f693d0ea0eade8066deb092186ae954fa6ba14daab98" |
1285 | "checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" | 1329 | "checksum log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "61bd98ae7f7b754bc53dca7d44b604f733c6bba044ea6f41bc8d89272d8161d2" |
1286 | "checksum log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6fddaa003a65722a7fb9e26b0ce95921fe4ba590542ced664d8ce2fa26f9f3ac" | ||
1287 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" | 1330 | "checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43" |
1288 | "checksum matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376" | 1331 | "checksum matches 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "835511bab37c34c47da5cb44844bea2cfde0236db0b506f90ea4224482c9774a" |
1289 | "checksum memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "796fba70e76612589ed2ce7f45282f5af869e0fdd7cc6199fa1aa1f1d591ba9d" | 1332 | "checksum memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "796fba70e76612589ed2ce7f45282f5af869e0fdd7cc6199fa1aa1f1d591ba9d" |
1290 | "checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3" | 1333 | "checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3" |
1291 | "checksum mime 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0b28683d0b09bbc20be1c9b3f6f24854efb1356ffcffee08ea3f6e65596e85fa" | 1334 | "checksum mime 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "fe51c8699d2dc522bf8c1ebe26ea2193d151fb54bcdfd7d0318750c189994cd9" |
1292 | "checksum mime_guess 2.0.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "130ea3c9c1b65dba905ab5a4d9ac59234a9585c24d135f264e187fe7336febbd" | 1335 | "checksum mime_guess 2.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "30de2e4613efcba1ec63d8133f344076952090c122992a903359be5a4f99c3ed" |
1293 | "checksum mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)" = "6d771e3ef92d58a8da8df7d6976bfca9371ed1de6619d9d5a5ce5b1f29b85bfe" | 1336 | "checksum mio 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)" = "4fcfcb32d63961fb6f367bfd5d21e4600b92cd310f71f9dca25acae196eb1560" |
1294 | "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" | 1337 | "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
1295 | "checksum native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f74dbadc8b43df7864539cedb7bc91345e532fdd913cfdc23ad94f4d2d40fbc0" | 1338 | "checksum native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f74dbadc8b43df7864539cedb7bc91345e532fdd913cfdc23ad94f4d2d40fbc0" |
1296 | "checksum ncurses 5.93.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0ecd01d431a5e9c1c733a1e3ab939b9b6c9c4ddc540c74caf3909664127785fa" | 1339 | "checksum ncurses 5.93.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0ecd01d431a5e9c1c733a1e3ab939b9b6c9c4ddc540c74caf3909664127785fa" |
1297 | "checksum net2 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)" = "9044faf1413a1057267be51b5afba8eb1090bd2231c693664aa1db716fe1eae0" | 1340 | "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" |
1298 | "checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2" | 1341 | "checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2" |
1299 | "checksum num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e" | 1342 | "checksum num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e" |
1300 | "checksum num-integer 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" = "6ac0ea58d64a89d9d6b7688031b3be9358d6c919badcf7fbb0527ccfd891ee45" | 1343 | "checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea" |
1301 | "checksum num-iter 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "af3fdbbc3291a5464dc57b03860ec37ca6bf915ed6ee385e7c6c052c422b2124" | 1344 | "checksum num-iter 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "af3fdbbc3291a5464dc57b03860ec37ca6bf915ed6ee385e7c6c052c422b2124" |
1302 | "checksum num-traits 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "775393e285254d2f5004596d69bb8bc1149754570dcc08cf30cabeba67955e28" | 1345 | "checksum num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "630de1ef5cc79d0cdd78b7e33b81f083cbfe90de0f4b2b2f07f905867c70e9fe" |
1303 | "checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30" | 1346 | "checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30" |
1304 | "checksum openssl 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)" = "a3605c298474a3aa69de92d21139fb5e2a81688d308262359d85cdd0d12a7985" | 1347 | "checksum openssl 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)" = "a3605c298474a3aa69de92d21139fb5e2a81688d308262359d85cdd0d12a7985" |
1305 | "checksum openssl-sys 0.9.33 (registry+https://github.com/rust-lang/crates.io-index)" = "d8abc04833dcedef24221a91852931df2f63e3369ae003134e70aff3645775cc" | 1348 | "checksum openssl-sys 0.9.33 (registry+https://github.com/rust-lang/crates.io-index)" = "d8abc04833dcedef24221a91852931df2f63e3369ae003134e70aff3645775cc" |
1306 | "checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37" | 1349 | "checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37" |
1350 | "checksum parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4d05f1349491390b1730afba60bb20d55761bef489a954546b58b4b34e1e2ac" | ||
1351 | "checksum parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "4db1a8ccf734a7bce794cc19b3df06ed87ab2f3907036b693c68f56b4d4537fa" | ||
1307 | "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" | 1352 | "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" |
1308 | "checksum phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "7d37a244c75a9748e049225155f56dbcb98fe71b192fd25fd23cb914b5ad62f2" | 1353 | "checksum phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "7d37a244c75a9748e049225155f56dbcb98fe71b192fd25fd23cb914b5ad62f2" |
1309 | "checksum phf_codegen 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "4e4048fe7dd7a06b8127ecd6d3803149126e9b33c7558879846da3a63f734f2b" | 1354 | "checksum phf_codegen 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "4e4048fe7dd7a06b8127ecd6d3803149126e9b33c7558879846da3a63f734f2b" |
1310 | "checksum phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "05a079dd052e7b674d21cb31cbb6c05efd56a2cd2827db7692e2f1a507ebd998" | 1355 | "checksum phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "05a079dd052e7b674d21cb31cbb6c05efd56a2cd2827db7692e2f1a507ebd998" |
1311 | "checksum phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "c2261d544c2bb6aa3b10022b0be371b9c7c64f762ef28c6f5d4f1ef6d97b5930" | 1356 | "checksum phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "c2261d544c2bb6aa3b10022b0be371b9c7c64f762ef28c6f5d4f1ef6d97b5930" |
1312 | "checksum pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "110d5ee3593dbb73f56294327fe5668bcc997897097cbc76b51e7aed3f52452f" | 1357 | "checksum pkg-config 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)" = "6a52e4dbc8354505ee07e484ab07127e06d87ca6fa7f0a516a2b294e5ad5ad16" |
1313 | "checksum proc-macro2 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "effdb53b25cdad54f8f48843d67398f7ef2e14f12c1b4cb4effc549a6462a4d6" | 1358 | "checksum proc-macro2 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c65b1ea15bb859d922cade2d1765b4b88beac339cbfad545ef2d2ef8c8215ee6" |
1314 | "checksum quote 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e44651a0dc4cdd99f71c83b561e221f714912d11af1a4dff0631f923d53af035" | 1359 | "checksum quote 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e44651a0dc4cdd99f71c83b561e221f714912d11af1a4dff0631f923d53af035" |
1315 | "checksum rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "15a732abf9d20f0ad8eeb6f909bf6868722d9a06e1e50802b6a70351f40b4eb1" | ||
1316 | "checksum rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eba5f8cb59cc50ed56be8880a5c7b496bfd9bd26394e176bc67884094145c2c5" | 1360 | "checksum rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eba5f8cb59cc50ed56be8880a5c7b496bfd9bd26394e176bc67884094145c2c5" |
1361 | "checksum rand 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "12397506224b2f93e6664ffc4f664b29be8208e5157d3d90b44f09b5fae470ea" | ||
1362 | "checksum rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "edecf0f94da5551fc9b492093e30b041a891657db7940ee221f9d2f66e82eef2" | ||
1317 | "checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1" | 1363 | "checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1" |
1318 | "checksum reexport-proc-macro 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "438fe63770eda15baf98e30b4d27ada49b932866307fa04fec24d9043fe63324" | 1364 | "checksum reexport-proc-macro 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "438fe63770eda15baf98e30b4d27ada49b932866307fa04fec24d9043fe63324" |
1319 | "checksum regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "13c93d55961981ba9226a213b385216f83ab43bd6ac53ab16b2eeb47e337cf4e" | 1365 | "checksum regex 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5bbbea44c5490a1e84357ff28b7d518b4619a159fed5d25f6c1de2d19cc42814" |
1320 | "checksum regex-syntax 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05b06a75f5217880fc5e905952a42750bf44787e56a6c6d6852ed0992f5e1d54" | 1366 | "checksum regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "747ba3b235651f6e2f67dfa8bcdcd073ddb7c243cb21c442fc12395dfcac212d" |
1321 | "checksum relay 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1576e382688d7e9deecea24417e350d3062d97e32e45d70b1cde65994ff1489a" | ||
1322 | "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" | 1367 | "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" |
1323 | "checksum reqwest 0.8.6 (git+https://github.com/seanmonstar/reqwest)" = "<none>" | 1368 | "checksum reqwest 0.9.0-pre (git+https://github.com/seanmonstar/reqwest)" = "<none>" |
1324 | "checksum safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f" | 1369 | "checksum safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f" |
1325 | "checksum schannel 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "85fd9df495640643ad2d00443b3d78aae69802ad488debab4f1dd52fc1806ade" | 1370 | "checksum schannel 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "dc1fabf2a7b6483a141426e1afd09ad543520a77ac49bd03c286e7696ccfd77f" |
1326 | "checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28" | 1371 | "checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28" |
1327 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" | 1372 | "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
1328 | "checksum security-framework 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "dfa44ee9c54ce5eecc9de7d5acbad112ee58755239381f687e564004ba4a2332" | 1373 | "checksum security-framework 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "dfa44ee9c54ce5eecc9de7d5acbad112ee58755239381f687e564004ba4a2332" |
1329 | "checksum security-framework-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "5421621e836278a0b139268f36eee0dc7e389b784dc3f79d8f11aabadf41bead" | 1374 | "checksum security-framework-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "5421621e836278a0b139268f36eee0dc7e389b784dc3f79d8f11aabadf41bead" |
1330 | "checksum serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)" = "e9a2d9a9ac5120e0f768801ca2b58ad6eec929dc9d1d616c162f208869c2ce95" | 1375 | "checksum serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)" = "0c3adf19c07af6d186d91dae8927b83b0553d07ca56cbf7f2f32560455c91920" |
1331 | "checksum serde_json 1.0.20 (git+https://github.com/serde-rs/json)" = "<none>" | 1376 | "checksum serde_json 1.0.24 (git+https://github.com/serde-rs/json)" = "<none>" |
1332 | "checksum serde_json 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)" = "fc97cccc2959f39984524026d760c08ef0dd5f0f5948c8d31797dbfae458c875" | 1377 | "checksum serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c6908c7b925cd6c590358a4034de93dbddb20c45e1d021931459fd419bf0e2" |
1333 | "checksum serde_urlencoded 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e703cef904312097cfceab9ce131ff6bbe09e8c964a0703345a5f49238757bc1" | 1378 | "checksum serde_urlencoded 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e703cef904312097cfceab9ce131ff6bbe09e8c964a0703345a5f49238757bc1" |
1379 | "checksum signal-hook 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9d9d8fde20b48055703dc074e08da8beb00896a8a50182486bcadc443730a649" | ||
1334 | "checksum siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537" | 1380 | "checksum siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537" |
1335 | "checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23" | ||
1336 | "checksum slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fdeff4cd9ecff59ec7e3744cbca73dfe5ac35c2aedb2cfba8a1c715a18912e9d" | 1381 | "checksum slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fdeff4cd9ecff59ec7e3744cbca73dfe5ac35c2aedb2cfba8a1c715a18912e9d" |
1337 | "checksum smallvec 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4c8cbcd6df1e117c2210e13ab5109635ad68a929fcbb8964dc965b76cb5ee013" | 1382 | "checksum smallvec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "26df3bb03ca5eac2e64192b723d51f56c1b1e0860e7c766281f4598f181acdc8" |
1338 | "checksum stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa" | 1383 | "checksum stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa" |
1339 | "checksum syn 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c67da57e61ebc7b7b6fff56bb34440ca3a83db037320b0507af4c10368deda7d" | 1384 | "checksum string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00caf261d6f90f588f8450b8e1230fa0d5be49ee6140fdfbcb55335aff350970" |
1340 | "checksum take 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b157868d8ac1f56b64604539990685fa7611d8fa9e5476cf0c02cf34d32917c5" | 1385 | "checksum syn 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)" = "2beff8ebc3658f07512a413866875adddd20f4fd47b2a4e6c9da65cd281baaea" |
1341 | "checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" | 1386 | "checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" |
1342 | "checksum term_size 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9e5b9a66db815dcfd2da92db471106457082577c3c278d4138ab3e3b4e189327" | 1387 | "checksum term_size 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9e5b9a66db815dcfd2da92db471106457082577c3c278d4138ab3e3b4e189327" |
1343 | "checksum thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "279ef31c19ededf577bfd12dfae728040a21f635b06a24cd670ff510edd38963" | 1388 | "checksum thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "279ef31c19ededf577bfd12dfae728040a21f635b06a24cd670ff510edd38963" |
@@ -1346,18 +1391,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1346 | "checksum tokio-codec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "881e9645b81c2ce95fcb799ded2c29ffb9f25ef5bef909089a420e5961dd8ccb" | 1391 | "checksum tokio-codec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "881e9645b81c2ce95fcb799ded2c29ffb9f25ef5bef909089a420e5961dd8ccb" |
1347 | "checksum tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "aeeffbbb94209023feaef3c196a41cbcdafa06b4a6f893f68779bb5e53796f71" | 1392 | "checksum tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "aeeffbbb94209023feaef3c196a41cbcdafa06b4a6f893f68779bb5e53796f71" |
1348 | "checksum tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8cac2a7883ff3567e9d66bb09100d09b33d90311feca0206c7ca034bc0c55113" | 1393 | "checksum tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8cac2a7883ff3567e9d66bb09100d09b33d90311feca0206c7ca034bc0c55113" |
1349 | "checksum tokio-fs 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fc42bae2f6e33865b99069d95bcddfc85c9f0849b4e7e7399eeee71956ef34d7" | 1394 | "checksum tokio-fs 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "40697ecbea5660df15b15d50a077386477d2f6a35002adf01ce76ff9dd9dce48" |
1350 | "checksum tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a5c9635ee806f26d302b8baa1e145689a280d8f5aa8d0552e7344808da54cc21" | 1395 | "checksum tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a5c9635ee806f26d302b8baa1e145689a280d8f5aa8d0552e7344808da54cc21" |
1351 | "checksum tokio-proto 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fbb47ae81353c63c487030659494b295f6cb6576242f907f203473b191b0389" | ||
1352 | "checksum tokio-reactor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e00ec63bbec2c97ce1178cb0587b2c438b2f6b09d3ee54a33c45a9cf0d530810" | 1396 | "checksum tokio-reactor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e00ec63bbec2c97ce1178cb0587b2c438b2f6b09d3ee54a33c45a9cf0d530810" |
1353 | "checksum tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162" | ||
1354 | "checksum tokio-tcp 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ec9b094851aadd2caf83ba3ad8e8c4ce65a42104f7b94d9e6550023f0407853f" | 1397 | "checksum tokio-tcp 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ec9b094851aadd2caf83ba3ad8e8c4ce65a42104f7b94d9e6550023f0407853f" |
1355 | "checksum tokio-threadpool 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c3873a6d8d0b636e024e77b9a82eaab6739578a06189ecd0e731c7308fbc5d" | 1398 | "checksum tokio-threadpool 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "24ab84f574027b0e875378f31575cf175360891919e93a3490f07e76e00e4efb" |
1356 | "checksum tokio-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "028b94314065b90f026a21826cffd62a4e40a92cda3e5c069cc7b02e5945f5e9" | 1399 | "checksum tokio-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "028b94314065b90f026a21826cffd62a4e40a92cda3e5c069cc7b02e5945f5e9" |
1357 | "checksum tokio-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "772f4b04e560117fe3b0a53e490c16ddc8ba6ec437015d91fa385564996ed913" | 1400 | "checksum tokio-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "772f4b04e560117fe3b0a53e490c16ddc8ba6ec437015d91fa385564996ed913" |
1358 | "checksum tokio-udp 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "43eb534af6e8f37d43ab1b612660df14755c42bd003c5f8d2475ee78cc4600c0" | 1401 | "checksum tokio-udp 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "43eb534af6e8f37d43ab1b612660df14755c42bd003c5f8d2475ee78cc4600c0" |
1359 | "checksum toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a0263c6c02c4db6c8f7681f9fd35e90de799ebd4cfdeab77a38f4ff6b3d8c0d9" | 1402 | "checksum toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a0263c6c02c4db6c8f7681f9fd35e90de799ebd4cfdeab77a38f4ff6b3d8c0d9" |
1360 | "checksum try-lock 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee2aa4715743892880f70885373966c83d73ef1b0838a664ef0c76fffd35e7c2" | 1403 | "checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" |
1361 | "checksum ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd2be2d6639d0f8fe6cdda291ad456e23629558d466e2789d2c3e9892bda285d" | 1404 | "checksum ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd2be2d6639d0f8fe6cdda291ad456e23629558d466e2789d2c3e9892bda285d" |
1362 | "checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33" | 1405 | "checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33" |
1363 | "checksum unicase 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "284b6d3db520d67fbe88fd778c21510d1b0ba4a551e5d0fbb023d33405f6de8a" | 1406 | "checksum unicase 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "284b6d3db520d67fbe88fd778c21510d1b0ba4a551e5d0fbb023d33405f6de8a" |
@@ -1367,14 +1410,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1367 | "checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526" | 1410 | "checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526" |
1368 | "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" | 1411 | "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
1369 | "checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56" | 1412 | "checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56" |
1370 | "checksum url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f808aadd8cfec6ef90e4a14eb46f24511824d1ac596b9682703c87056c8678b7" | 1413 | "checksum url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2a321979c09843d272956e73700d12c4e7d3d92b2ee112b31548aef0d4efc5a6" |
1371 | "checksum urlencoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3df3561629a8bb4c57e5a2e4c43348d9e29c7c29d9b1c4c1f47166deca8f37ed" | 1414 | "checksum urlencoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3df3561629a8bb4c57e5a2e4c43348d9e29c7c29d9b1c4c1f47166deca8f37ed" |
1372 | "checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122" | 1415 | "checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122" |
1373 | "checksum uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e1436e58182935dcd9ce0add9ea0b558e8a87befe01c1a301e6020aeb0876363" | 1416 | "checksum uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e1436e58182935dcd9ce0add9ea0b558e8a87befe01c1a301e6020aeb0876363" |
1374 | "checksum vcpkg 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cbe533e138811704c0e3cbde65a818b35d3240409b4346256c5ede403e082474" | 1417 | "checksum vcpkg 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cbe533e138811704c0e3cbde65a818b35d3240409b4346256c5ede403e082474" |
1375 | "checksum version_check 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6b772017e347561807c1aa192438c5fd74242a670a6cffacc40f2defd1dc069d" | 1418 | "checksum version_check 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7716c242968ee87e5542f8021178248f267f295a5c4803beae8b8b7fd9bc6051" |
1376 | "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" | 1419 | "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" |
1377 | "checksum want 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a05d9d966753fa4b5c8db73fcab5eed4549cfe0e1e4e66911e5564a0085c35d1" | 1420 | "checksum want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "797464475f30ddb8830cc529aaaae648d581f99e2036a928877dfde027ddf6b3" |
1378 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" | 1421 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
1379 | "checksum winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "773ef9dcc5f24b7d850d0ff101e542ff24c3b090a9768e03ff889fdef41f00fd" | 1422 | "checksum winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "773ef9dcc5f24b7d850d0ff101e542ff24c3b090a9768e03ff889fdef41f00fd" |
1380 | "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" | 1423 | "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
diff --git a/src/main.rs b/src/main.rs index 89f5dcd..0dbed8f 100644 --- a/src/main.rs +++ b/src/main.rs | |||
@@ -93,7 +93,7 @@ fn on_submit(s: &mut Cursive, name: &String) { | |||
93 | }; | 93 | }; |
94 | 94 | ||
95 | // get the act together | 95 | // get the act together |
96 | let article_content = TextView::new(extract_formatter(extract)); | 96 | let article_content = TextView::new(extract_formatter(extract)).scrollable(); |
97 | 97 | ||
98 | let links = SelectView::<String>::new() | 98 | let links = SelectView::<String>::new() |
99 | .with_all_str(link_vec) | 99 | .with_all_str(link_vec) |