Mercurial > templog
comparison rust/Cargo.lock @ 598:d4fbfb5c46ff rust
broken update of versions of things
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 07 Feb 2017 21:56:58 +0800 |
parents | a440eafa84a9 |
children | 8c21df3711e2 |
comparison
equal
deleted
inserted
replaced
597:a440eafa84a9 | 598:d4fbfb5c46ff |
---|---|
1 [root] | 1 [root] |
2 name = "wort-templog" | 2 name = "wort-templog" |
3 version = "0.1.0" | 3 version = "0.1.0" |
4 dependencies = [ | 4 dependencies = [ |
5 "docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 5 "docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
6 "docopt_macros 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
7 "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | 6 "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
8 "futures 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 7 "futures 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
9 "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 8 "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
10 "rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", | 9 "rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
11 "rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", | 10 "rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", |
12 "serde 0.8.21 (registry+https://github.com/rust-lang/crates.io-index)", | 11 "serde 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)", |
13 "serde_derive 0.8.21 (registry+https://github.com/rust-lang/crates.io-index)", | 12 "serde_derive 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)", |
14 "time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", | 13 "time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)", |
15 "tokio-core 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 14 "tokio-core 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
16 "toml 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 15 "toml 0.2.1 (git+https://github.com/alexcrichton/toml-rs?branch=serde-upgrade)", |
17 ] | 16 ] |
18 | 17 |
19 [[package]] | 18 [[package]] |
20 name = "aho-corasick" | 19 name = "aho-corasick" |
21 version = "0.5.3" | 20 version = "0.5.3" |
29 version = "0.6.1" | 28 version = "0.6.1" |
30 source = "registry+https://github.com/rust-lang/crates.io-index" | 29 source = "registry+https://github.com/rust-lang/crates.io-index" |
31 dependencies = [ | 30 dependencies = [ |
32 "memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 31 "memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
33 ] | 32 ] |
34 | |
35 [[package]] | |
36 name = "bitflags" | |
37 version = "0.4.0" | |
38 source = "registry+https://github.com/rust-lang/crates.io-index" | |
39 | 33 |
40 [[package]] | 34 [[package]] |
41 name = "cfg-if" | 35 name = "cfg-if" |
42 version = "0.1.0" | 36 version = "0.1.0" |
43 source = "registry+https://github.com/rust-lang/crates.io-index" | 37 source = "registry+https://github.com/rust-lang/crates.io-index" |
52 "rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", | 46 "rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", |
53 "strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | 47 "strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
54 ] | 48 ] |
55 | 49 |
56 [[package]] | 50 [[package]] |
57 name = "docopt_macros" | |
58 version = "0.7.0" | |
59 source = "registry+https://github.com/rust-lang/crates.io-index" | |
60 dependencies = [ | |
61 "docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
62 ] | |
63 | |
64 [[package]] | |
65 name = "env_logger" | 51 name = "env_logger" |
66 version = "0.3.5" | 52 version = "0.3.5" |
67 source = "registry+https://github.com/rust-lang/crates.io-index" | 53 source = "registry+https://github.com/rust-lang/crates.io-index" |
68 dependencies = [ | 54 dependencies = [ |
69 "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 55 "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
70 "regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)", | 56 "regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)", |
71 ] | 57 ] |
72 | 58 |
73 [[package]] | 59 [[package]] |
74 name = "futures" | 60 name = "futures" |
75 version = "0.1.7" | 61 version = "0.1.10" |
76 source = "registry+https://github.com/rust-lang/crates.io-index" | 62 source = "registry+https://github.com/rust-lang/crates.io-index" |
77 dependencies = [ | 63 dependencies = [ |
78 "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 64 "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
79 ] | 65 ] |
80 | 66 |
97 version = "0.4.0" | 83 version = "0.4.0" |
98 source = "registry+https://github.com/rust-lang/crates.io-index" | 84 source = "registry+https://github.com/rust-lang/crates.io-index" |
99 | 85 |
100 [[package]] | 86 [[package]] |
101 name = "libc" | 87 name = "libc" |
102 version = "0.2.19" | 88 version = "0.2.20" |
103 source = "registry+https://github.com/rust-lang/crates.io-index" | 89 source = "registry+https://github.com/rust-lang/crates.io-index" |
104 | 90 |
105 [[package]] | 91 [[package]] |
106 name = "log" | 92 name = "log" |
107 version = "0.3.6" | 93 version = "0.3.6" |
110 [[package]] | 96 [[package]] |
111 name = "memchr" | 97 name = "memchr" |
112 version = "0.1.11" | 98 version = "0.1.11" |
113 source = "registry+https://github.com/rust-lang/crates.io-index" | 99 source = "registry+https://github.com/rust-lang/crates.io-index" |
114 dependencies = [ | 100 dependencies = [ |
115 "libc 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", | 101 "libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", |
116 ] | 102 ] |
117 | 103 |
118 [[package]] | 104 [[package]] |
119 name = "memchr" | 105 name = "memchr" |
120 version = "1.0.1" | 106 version = "1.0.1" |
121 source = "registry+https://github.com/rust-lang/crates.io-index" | 107 source = "registry+https://github.com/rust-lang/crates.io-index" |
122 dependencies = [ | 108 dependencies = [ |
123 "libc 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", | 109 "libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", |
124 ] | 110 ] |
125 | 111 |
126 [[package]] | 112 [[package]] |
127 name = "mio" | 113 name = "mio" |
128 version = "0.6.2" | 114 version = "0.6.4" |
129 source = "registry+https://github.com/rust-lang/crates.io-index" | 115 source = "registry+https://github.com/rust-lang/crates.io-index" |
130 dependencies = [ | 116 dependencies = [ |
131 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 117 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
132 "lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 118 "lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
133 "libc 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", | 119 "libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", |
134 "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 120 "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
135 "miow 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 121 "miow 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
136 "net2 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", | 122 "net2 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
137 "nix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
138 "slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 123 "slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
139 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 124 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
140 ] | 125 ] |
141 | 126 |
142 [[package]] | 127 [[package]] |
143 name = "miow" | 128 name = "miow" |
144 version = "0.1.5" | 129 version = "0.2.0" |
145 source = "registry+https://github.com/rust-lang/crates.io-index" | 130 source = "registry+https://github.com/rust-lang/crates.io-index" |
146 dependencies = [ | 131 dependencies = [ |
147 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 132 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
148 "net2 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", | 133 "net2 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)", |
149 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 134 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
155 version = "0.2.26" | 140 version = "0.2.26" |
156 source = "registry+https://github.com/rust-lang/crates.io-index" | 141 source = "registry+https://github.com/rust-lang/crates.io-index" |
157 dependencies = [ | 142 dependencies = [ |
158 "cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 143 "cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
159 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 144 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
160 "libc 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", | 145 "libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", |
161 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 146 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
162 "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 147 "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
163 ] | 148 ] |
164 | 149 |
165 [[package]] | 150 [[package]] |
166 name = "nix" | |
167 version = "0.7.0" | |
168 source = "registry+https://github.com/rust-lang/crates.io-index" | |
169 dependencies = [ | |
170 "bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
171 "cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
172 "libc 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", | |
173 "rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
174 "semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)", | |
175 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
176 ] | |
177 | |
178 [[package]] | |
179 name = "quote" | 151 name = "quote" |
180 version = "0.3.10" | 152 version = "0.3.12" |
181 source = "registry+https://github.com/rust-lang/crates.io-index" | 153 source = "registry+https://github.com/rust-lang/crates.io-index" |
182 | 154 |
183 [[package]] | 155 [[package]] |
184 name = "rand" | 156 name = "rand" |
185 version = "0.3.15" | 157 version = "0.3.15" |
186 source = "registry+https://github.com/rust-lang/crates.io-index" | 158 source = "registry+https://github.com/rust-lang/crates.io-index" |
187 dependencies = [ | 159 dependencies = [ |
188 "libc 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", | 160 "libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", |
189 ] | 161 ] |
162 | |
163 [[package]] | |
164 name = "redox_syscall" | |
165 version = "0.1.16" | |
166 source = "registry+https://github.com/rust-lang/crates.io-index" | |
190 | 167 |
191 [[package]] | 168 [[package]] |
192 name = "regex" | 169 name = "regex" |
193 version = "0.1.80" | 170 version = "0.1.80" |
194 source = "registry+https://github.com/rust-lang/crates.io-index" | 171 source = "registry+https://github.com/rust-lang/crates.io-index" |
226 name = "rustc-serialize" | 203 name = "rustc-serialize" |
227 version = "0.3.22" | 204 version = "0.3.22" |
228 source = "registry+https://github.com/rust-lang/crates.io-index" | 205 source = "registry+https://github.com/rust-lang/crates.io-index" |
229 | 206 |
230 [[package]] | 207 [[package]] |
231 name = "rustc_version" | |
232 version = "0.1.7" | |
233 source = "registry+https://github.com/rust-lang/crates.io-index" | |
234 dependencies = [ | |
235 "semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)", | |
236 ] | |
237 | |
238 [[package]] | |
239 name = "scoped-tls" | 208 name = "scoped-tls" |
240 version = "0.1.0" | 209 version = "0.1.0" |
241 source = "registry+https://github.com/rust-lang/crates.io-index" | 210 source = "registry+https://github.com/rust-lang/crates.io-index" |
242 | 211 |
243 [[package]] | 212 [[package]] |
244 name = "semver" | |
245 version = "0.1.20" | |
246 source = "registry+https://github.com/rust-lang/crates.io-index" | |
247 | |
248 [[package]] | |
249 name = "serde" | 213 name = "serde" |
250 version = "0.8.21" | 214 version = "0.9.6" |
251 source = "registry+https://github.com/rust-lang/crates.io-index" | 215 source = "registry+https://github.com/rust-lang/crates.io-index" |
252 | |
253 [[package]] | |
254 name = "serde_codegen" | |
255 version = "0.8.21" | |
256 source = "registry+https://github.com/rust-lang/crates.io-index" | |
257 dependencies = [ | |
258 "quote 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
259 "serde_codegen_internals 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
260 "syn 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
261 ] | |
262 | 216 |
263 [[package]] | 217 [[package]] |
264 name = "serde_codegen_internals" | 218 name = "serde_codegen_internals" |
265 version = "0.11.3" | 219 version = "0.13.0" |
266 source = "registry+https://github.com/rust-lang/crates.io-index" | 220 source = "registry+https://github.com/rust-lang/crates.io-index" |
267 dependencies = [ | 221 dependencies = [ |
268 "syn 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", | 222 "syn 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", |
269 ] | 223 ] |
270 | 224 |
271 [[package]] | 225 [[package]] |
272 name = "serde_derive" | 226 name = "serde_derive" |
273 version = "0.8.21" | 227 version = "0.9.6" |
274 source = "registry+https://github.com/rust-lang/crates.io-index" | 228 source = "registry+https://github.com/rust-lang/crates.io-index" |
275 dependencies = [ | 229 dependencies = [ |
276 "serde_codegen 0.8.21 (registry+https://github.com/rust-lang/crates.io-index)", | 230 "quote 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)", |
231 "serde_codegen_internals 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
232 "syn 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", | |
277 ] | 233 ] |
278 | 234 |
279 [[package]] | 235 [[package]] |
280 name = "slab" | 236 name = "slab" |
281 version = "0.3.0" | 237 version = "0.3.0" |
286 version = "0.6.0" | 242 version = "0.6.0" |
287 source = "registry+https://github.com/rust-lang/crates.io-index" | 243 source = "registry+https://github.com/rust-lang/crates.io-index" |
288 | 244 |
289 [[package]] | 245 [[package]] |
290 name = "syn" | 246 name = "syn" |
291 version = "0.10.5" | 247 version = "0.11.4" |
292 source = "registry+https://github.com/rust-lang/crates.io-index" | 248 source = "registry+https://github.com/rust-lang/crates.io-index" |
293 dependencies = [ | 249 dependencies = [ |
294 "quote 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)", | 250 "quote 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)", |
295 "unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 251 "unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
296 ] | 252 ] |
297 | 253 |
298 [[package]] | 254 [[package]] |
299 name = "thread-id" | 255 name = "thread-id" |
300 version = "2.0.0" | 256 version = "2.0.0" |
301 source = "registry+https://github.com/rust-lang/crates.io-index" | 257 source = "registry+https://github.com/rust-lang/crates.io-index" |
302 dependencies = [ | 258 dependencies = [ |
303 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 259 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
304 "libc 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", | 260 "libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", |
305 ] | 261 ] |
306 | 262 |
307 [[package]] | 263 [[package]] |
308 name = "thread-id" | 264 name = "thread-id" |
309 version = "3.0.0" | 265 version = "3.0.0" |
310 source = "registry+https://github.com/rust-lang/crates.io-index" | 266 source = "registry+https://github.com/rust-lang/crates.io-index" |
311 dependencies = [ | 267 dependencies = [ |
312 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 268 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
313 "libc 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", | 269 "libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", |
314 ] | 270 ] |
315 | 271 |
316 [[package]] | 272 [[package]] |
317 name = "thread_local" | 273 name = "thread_local" |
318 version = "0.2.7" | 274 version = "0.2.7" |
330 "unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 286 "unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
331 ] | 287 ] |
332 | 288 |
333 [[package]] | 289 [[package]] |
334 name = "time" | 290 name = "time" |
335 version = "0.1.35" | 291 version = "0.1.36" |
336 source = "registry+https://github.com/rust-lang/crates.io-index" | 292 source = "registry+https://github.com/rust-lang/crates.io-index" |
337 dependencies = [ | 293 dependencies = [ |
338 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 294 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
339 "libc 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", | 295 "libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)", |
296 "redox_syscall 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", | |
340 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 297 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
341 ] | 298 ] |
342 | 299 |
343 [[package]] | 300 [[package]] |
344 name = "tokio-core" | 301 name = "tokio-core" |
345 version = "0.1.2" | 302 version = "0.1.4" |
346 source = "registry+https://github.com/rust-lang/crates.io-index" | 303 source = "registry+https://github.com/rust-lang/crates.io-index" |
347 dependencies = [ | 304 dependencies = [ |
348 "futures 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 305 "futures 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
349 "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 306 "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
350 "mio 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | 307 "mio 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
351 "scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 308 "scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
352 "slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 309 "slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
353 ] | 310 ] |
354 | 311 |
355 [[package]] | 312 [[package]] |
356 name = "toml" | 313 name = "toml" |
357 version = "0.2.1" | 314 version = "0.2.1" |
358 source = "registry+https://github.com/rust-lang/crates.io-index" | 315 source = "git+https://github.com/alexcrichton/toml-rs?branch=serde-upgrade#32a0a67b8de1d0b2a0dd98f1c96087fc9109fd00" |
359 dependencies = [ | 316 dependencies = [ |
360 "rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", | 317 "serde 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)", |
361 "serde 0.8.21 (registry+https://github.com/rust-lang/crates.io-index)", | |
362 ] | 318 ] |
363 | 319 |
364 [[package]] | 320 [[package]] |
365 name = "unicode-xid" | 321 name = "unicode-xid" |
366 version = "0.0.3" | 322 version = "0.0.4" |
367 source = "registry+https://github.com/rust-lang/crates.io-index" | 323 source = "registry+https://github.com/rust-lang/crates.io-index" |
368 | 324 |
369 [[package]] | 325 [[package]] |
370 name = "unreachable" | 326 name = "unreachable" |
371 version = "0.1.1" | 327 version = "0.1.1" |
409 ] | 365 ] |
410 | 366 |
411 [metadata] | 367 [metadata] |
412 "checksum aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ca972c2ea5f742bfce5687b9aef75506a764f61d37f8f649047846a9686ddb66" | 368 "checksum aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ca972c2ea5f742bfce5687b9aef75506a764f61d37f8f649047846a9686ddb66" |
413 "checksum aho-corasick 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4f660b942762979b56c9f07b4b36bb559776fbad102f05d6771e1b629e8fd5bf" | 369 "checksum aho-corasick 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4f660b942762979b56c9f07b4b36bb559776fbad102f05d6771e1b629e8fd5bf" |
414 "checksum bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dead7461c1127cf637931a1e50934eb6eee8bff2f74433ac7909e9afcee04a3" | |
415 "checksum cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de1e760d7b6535af4241fca8bd8adf68e2e7edacc6b29f5d399050c5e48cf88c" | 370 "checksum cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de1e760d7b6535af4241fca8bd8adf68e2e7edacc6b29f5d399050c5e48cf88c" |
416 "checksum docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab32ea6e284d87987066f21a9e809a73c14720571ef34516f0890b3d355ccfd8" | 371 "checksum docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab32ea6e284d87987066f21a9e809a73c14720571ef34516f0890b3d355ccfd8" |
417 "checksum docopt_macros 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac439b88ab0d3926c9852dbf49daa4ac40cc0cf229589ef12baa6394a5cd012f" | |
418 "checksum env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "15abd780e45b3ea4f76b4e9a26ff4843258dd8a3eed2775a0e7368c2e7936c2f" | 372 "checksum env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "15abd780e45b3ea4f76b4e9a26ff4843258dd8a3eed2775a0e7368c2e7936c2f" |
419 "checksum futures 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "177a82a61dd7e528022ce97f24e54b499dd2fee4d4646a0f283c5fb500dbfe20" | 373 "checksum futures 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "c1913eb7083840b1bbcbf9631b7fda55eaf35fe7ead13cca034e8946f9e2bc41" |
420 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" | 374 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
421 "checksum lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6abe0ee2e758cd6bc8a2cd56726359007748fbf4128da998b65d0b70f881e19b" | 375 "checksum lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6abe0ee2e758cd6bc8a2cd56726359007748fbf4128da998b65d0b70f881e19b" |
422 "checksum lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce12306c4739d86ee97c23139f3a34ddf0387bbf181bc7929d287025a8c3ef6b" | 376 "checksum lazycell 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce12306c4739d86ee97c23139f3a34ddf0387bbf181bc7929d287025a8c3ef6b" |
423 "checksum libc 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)" = "9e030dc72013ed68994d1b2cbf36a94dd0e58418ba949c4b0db7eeb70a7a6352" | 377 "checksum libc 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)" = "684f330624d8c3784fb9558ca46c4ce488073a8d22450415c5eb4f4cfb0d11b5" |
424 "checksum log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ab83497bf8bf4ed2a74259c1c802351fcd67a65baa86394b6ba73c36f4838054" | 378 "checksum log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ab83497bf8bf4ed2a74259c1c802351fcd67a65baa86394b6ba73c36f4838054" |
425 "checksum memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20" | 379 "checksum memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20" |
426 "checksum memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4" | 380 "checksum memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4" |
427 "checksum mio 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5b493dc9fd96bd2077f2117f178172b0765db4dfda3ea4d8000401e6d65d3e80" | 381 "checksum mio 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "eecdbdd49a849336e77b453f021c89972a2cfb5b51931a0026ae0ac4602de681" |
428 "checksum miow 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3e690c5df6b2f60acd45d56378981e827ff8295562fc8d34f573deb267a59cd1" | 382 "checksum miow 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3a78d2605eb97302c10cf944b8d96b0a2a890c52957caf92fcd1f24f69049579" |
429 "checksum net2 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)" = "5edf9cb6be97212423aed9413dd4729d62b370b5e1c571750e882cebbbc1e3e2" | 383 "checksum net2 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)" = "5edf9cb6be97212423aed9413dd4729d62b370b5e1c571750e882cebbbc1e3e2" |
430 "checksum nix 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a0d95c5fa8b641c10ad0b8887454ebaafa3c92b5cd5350f8fc693adafd178e7b" | 384 "checksum quote 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)" = "e7b44fd83db28b83c1c58187159934906e5e955c812e211df413b76b03c909a5" |
431 "checksum quote 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)" = "6732e32663c9c271bfc7c1823486b471f18c47a2dbf87c066897b7b51afc83be" | |
432 "checksum rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "022e0636ec2519ddae48154b028864bdce4eaf7d35226ab8e65c611be97b189d" | 385 "checksum rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "022e0636ec2519ddae48154b028864bdce4eaf7d35226ab8e65c611be97b189d" |
386 "checksum redox_syscall 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "8dd35cc9a8bdec562c757e3d43c1526b5c6d2653e23e2315065bc25556550753" | |
433 "checksum regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)" = "4fd4ace6a8cf7860714a2c2280d6c1f7e6a413486c13298bbc86fd3da019402f" | 387 "checksum regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)" = "4fd4ace6a8cf7860714a2c2280d6c1f7e6a413486c13298bbc86fd3da019402f" |
434 "checksum regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4278c17d0f6d62dfef0ab00028feb45bd7d2102843f80763474eeb1be8a10c01" | 388 "checksum regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4278c17d0f6d62dfef0ab00028feb45bd7d2102843f80763474eeb1be8a10c01" |
435 "checksum regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "f9ec002c35e86791825ed294b50008eea9ddfc8def4420124fbc6b08db834957" | 389 "checksum regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "f9ec002c35e86791825ed294b50008eea9ddfc8def4420124fbc6b08db834957" |
436 "checksum regex-syntax 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9191b1f57603095f105d317e375d19b1c9c5c3185ea9633a99a6dcbed04457" | 390 "checksum regex-syntax 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9191b1f57603095f105d317e375d19b1c9c5c3185ea9633a99a6dcbed04457" |
437 "checksum rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "237546c689f20bb44980270c73c3b9edd0891c1be49cc1274406134a66d3957b" | 391 "checksum rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "237546c689f20bb44980270c73c3b9edd0891c1be49cc1274406134a66d3957b" |
438 "checksum rustc_version 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c5f5376ea5e30ce23c03eb77cbe4962b988deead10910c372b226388b594c084" | |
439 "checksum scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f417c22df063e9450888a7561788e9bd46d3bb3c1466435b4eccb903807f147d" | 392 "checksum scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f417c22df063e9450888a7561788e9bd46d3bb3c1466435b4eccb903807f147d" |
440 "checksum semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)" = "d4f410fedcf71af0345d7607d246e7ad15faaadd49d240ee3b24e5dc21a820ac" | 393 "checksum serde 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0ae9a3c8b07c09dbe43022486d55a18c629a0618d2241e49829aaef9b6d862f9" |
441 "checksum serde 0.8.21 (registry+https://github.com/rust-lang/crates.io-index)" = "7b7c6bf11cf766473ea1d53eb4e3bc4e80f31f50082fc24077cf06f600279a66" | 394 "checksum serde_codegen_internals 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c3172bf2940b975c0e4f6ab42a511c0a4407d4f46ccef87a9d3615db5c26fa96" |
442 "checksum serde_codegen 0.8.21 (registry+https://github.com/rust-lang/crates.io-index)" = "64e0d87d19ec28bf431ffa9bad1f1e4ea3b381cd616c6cc56dca9eedbc7f6ab8" | 395 "checksum serde_derive 0.9.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ecc6e0379ca933ece58302d2d3034443f06fbf38fd535857c1dc516195cbc3bf" |
443 "checksum serde_codegen_internals 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "afad7924a009f859f380e4a2e3a509a845c2ac66435fcead74a4d983b21ae806" | |
444 "checksum serde_derive 0.8.21 (registry+https://github.com/rust-lang/crates.io-index)" = "6e7ad1e74679b92730ca39c361ea125e2846df337c5d94d084eb2f7837c1843d" | |
445 "checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23" | 396 "checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23" |
446 "checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694" | 397 "checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694" |
447 "checksum syn 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1a437f8b4353179418870f014113876cd4cd4f642e42dbc5ed4f328d5f808246" | 398 "checksum syn 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f4f94368aae82bb29656c98443a7026ca931a659e8d19dcdc41d6e273054e820" |
448 "checksum thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9539db560102d1cef46b8b78ce737ff0bb64e7e18d35b2a5688f7d097d0ff03" | 399 "checksum thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9539db560102d1cef46b8b78ce737ff0bb64e7e18d35b2a5688f7d097d0ff03" |
449 "checksum thread-id 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4437c97558c70d129e40629a5b385b3fb1ffac301e63941335e4d354081ec14a" | 400 "checksum thread-id 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4437c97558c70d129e40629a5b385b3fb1ffac301e63941335e4d354081ec14a" |
450 "checksum thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8576dbbfcaef9641452d5cf0df9b0e7eeab7694956dd33bb61515fb8f18cfdd5" | 401 "checksum thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8576dbbfcaef9641452d5cf0df9b0e7eeab7694956dd33bb61515fb8f18cfdd5" |
451 "checksum thread_local 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7793b722f0f77ce716e7f1acf416359ca32ff24d04ffbac4269f44a4a83be05d" | 402 "checksum thread_local 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7793b722f0f77ce716e7f1acf416359ca32ff24d04ffbac4269f44a4a83be05d" |
452 "checksum time 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "3c7ec6d62a20df54e07ab3b78b9a3932972f4b7981de295563686849eb3989af" | 403 "checksum time 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)" = "211b63c112206356ef1ff9b19355f43740fc3f85960c598a93d3a3d3ba7beade" |
453 "checksum tokio-core 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "52416b3e937abac22a543a7f1c66bd37feb60137ff1ab42390fa02df85347e58" | 404 "checksum tokio-core 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3d1be481b55126f02ef88ff86748086473cb537a949fc4a8f4be403a530ae54b" |
454 "checksum toml 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "736b60249cb25337bc196faa43ee12c705e426f3d55c214d73a4e7be06f92cb4" | 405 "checksum toml 0.2.1 (git+https://github.com/alexcrichton/toml-rs?branch=serde-upgrade)" = "<none>" |
455 "checksum unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "36dff09cafb4ec7c8cf0023eb0b686cb6ce65499116a12201c9e11840ca01beb" | 406 "checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc" |
456 "checksum unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1f2ae5ddb18e1c92664717616dd9549dde73f539f01bd7b77c2edb2446bdff91" | 407 "checksum unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1f2ae5ddb18e1c92664717616dd9549dde73f539f01bd7b77c2edb2446bdff91" |
457 "checksum utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f" | 408 "checksum utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f" |
458 "checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122" | 409 "checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122" |
459 "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" | 410 "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" |
460 "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" | 411 "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |