Mercurial > templog
comparison rust/Cargo.lock @ 637:1e147b3c2c55 rust
update deps
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 09 Nov 2019 11:35:43 +0800 |
parents | a5721c02d3ee |
children | 89818a14648b |
comparison
equal
deleted
inserted
replaced
636:43eb3cfdf769 | 637:1e147b3c2c55 |
---|---|
23 dependencies = [ | 23 dependencies = [ |
24 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 24 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
25 ] | 25 ] |
26 | 26 |
27 [[package]] | 27 [[package]] |
28 name = "arrayvec" | 28 name = "anyhow" |
29 version = "0.4.11" | 29 version = "1.0.19" |
30 source = "registry+https://github.com/rust-lang/crates.io-index" | 30 source = "registry+https://github.com/rust-lang/crates.io-index" |
31 dependencies = [ | |
32 "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", | |
33 ] | |
34 | 31 |
35 [[package]] | 32 [[package]] |
36 name = "atomicwrites" | 33 name = "atomicwrites" |
37 version = "0.2.4" | 34 version = "0.2.5" |
38 source = "registry+https://github.com/rust-lang/crates.io-index" | 35 source = "registry+https://github.com/rust-lang/crates.io-index" |
39 dependencies = [ | 36 dependencies = [ |
40 "nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", | 37 "nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", |
41 "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", | 38 "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
42 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 39 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
45 [[package]] | 42 [[package]] |
46 name = "atty" | 43 name = "atty" |
47 version = "0.2.13" | 44 version = "0.2.13" |
48 source = "registry+https://github.com/rust-lang/crates.io-index" | 45 source = "registry+https://github.com/rust-lang/crates.io-index" |
49 dependencies = [ | 46 dependencies = [ |
50 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 47 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
51 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 48 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
52 ] | 49 ] |
53 | 50 |
54 [[package]] | 51 [[package]] |
55 name = "autocfg" | 52 name = "autocfg" |
56 version = "0.1.6" | 53 version = "0.1.7" |
57 source = "registry+https://github.com/rust-lang/crates.io-index" | 54 source = "registry+https://github.com/rust-lang/crates.io-index" |
58 | 55 |
59 [[package]] | 56 [[package]] |
60 name = "base64" | 57 name = "base64" |
61 version = "0.4.2" | 58 version = "0.4.2" |
64 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 61 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
65 ] | 62 ] |
66 | 63 |
67 [[package]] | 64 [[package]] |
68 name = "bitflags" | 65 name = "bitflags" |
69 version = "1.1.0" | 66 version = "1.2.1" |
70 source = "registry+https://github.com/rust-lang/crates.io-index" | 67 source = "registry+https://github.com/rust-lang/crates.io-index" |
71 | 68 |
72 [[package]] | 69 [[package]] |
73 name = "byteorder" | 70 name = "byteorder" |
74 version = "1.3.2" | 71 version = "1.3.2" |
78 name = "bytes" | 75 name = "bytes" |
79 version = "0.4.12" | 76 version = "0.4.12" |
80 source = "registry+https://github.com/rust-lang/crates.io-index" | 77 source = "registry+https://github.com/rust-lang/crates.io-index" |
81 dependencies = [ | 78 dependencies = [ |
82 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 79 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
83 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 80 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
84 ] | 81 ] |
85 | 82 |
86 [[package]] | 83 [[package]] |
87 name = "c2-chacha" | 84 name = "c2-chacha" |
88 version = "0.2.2" | 85 version = "0.2.3" |
89 source = "registry+https://github.com/rust-lang/crates.io-index" | 86 source = "registry+https://github.com/rust-lang/crates.io-index" |
90 dependencies = [ | 87 dependencies = [ |
91 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 88 "ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
92 "ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
93 ] | 89 ] |
94 | 90 |
95 [[package]] | 91 [[package]] |
96 name = "cc" | 92 name = "cc" |
97 version = "1.0.45" | 93 version = "1.0.47" |
98 source = "registry+https://github.com/rust-lang/crates.io-index" | 94 source = "registry+https://github.com/rust-lang/crates.io-index" |
99 | 95 |
100 [[package]] | 96 [[package]] |
101 name = "cfg-if" | 97 name = "cfg-if" |
102 version = "0.1.9" | 98 version = "0.1.10" |
103 source = "registry+https://github.com/rust-lang/crates.io-index" | 99 source = "registry+https://github.com/rust-lang/crates.io-index" |
104 | 100 |
105 [[package]] | 101 [[package]] |
106 name = "chrono" | 102 name = "chrono" |
107 version = "0.4.9" | 103 version = "0.4.9" |
108 source = "registry+https://github.com/rust-lang/crates.io-index" | 104 source = "registry+https://github.com/rust-lang/crates.io-index" |
109 dependencies = [ | 105 dependencies = [ |
110 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 106 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
111 "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", | 107 "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", |
112 "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 108 "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
113 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | 109 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
114 ] | 110 ] |
115 | 111 |
118 version = "2.33.0" | 114 version = "2.33.0" |
119 source = "registry+https://github.com/rust-lang/crates.io-index" | 115 source = "registry+https://github.com/rust-lang/crates.io-index" |
120 dependencies = [ | 116 dependencies = [ |
121 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 117 "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
122 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", | 118 "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", |
123 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 119 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
124 "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 120 "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
125 "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 121 "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
126 "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 122 "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
127 "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | 123 "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
128 ] | 124 ] |
130 [[package]] | 126 [[package]] |
131 name = "cloudabi" | 127 name = "cloudabi" |
132 version = "0.0.3" | 128 version = "0.0.3" |
133 source = "registry+https://github.com/rust-lang/crates.io-index" | 129 source = "registry+https://github.com/rust-lang/crates.io-index" |
134 dependencies = [ | 130 dependencies = [ |
135 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 131 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
136 ] | 132 ] |
137 | 133 |
138 [[package]] | 134 [[package]] |
139 name = "config" | 135 name = "config" |
140 version = "0.9.3" | 136 version = "0.9.3" |
141 source = "registry+https://github.com/rust-lang/crates.io-index" | 137 source = "registry+https://github.com/rust-lang/crates.io-index" |
142 dependencies = [ | 138 dependencies = [ |
143 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 139 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
144 "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 140 "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
145 "rust-ini 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", | 141 "rust-ini 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
146 "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", | 142 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", |
147 "serde-hjson 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | 143 "serde-hjson 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
148 "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", | 144 "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", |
149 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", | 145 "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
150 "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 146 "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
151 ] | 147 ] |
152 | 148 |
153 [[package]] | 149 [[package]] |
158 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", | 154 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
159 ] | 155 ] |
160 | 156 |
161 [[package]] | 157 [[package]] |
162 name = "crossbeam-deque" | 158 name = "crossbeam-deque" |
163 version = "0.7.1" | 159 version = "0.7.2" |
164 source = "registry+https://github.com/rust-lang/crates.io-index" | 160 source = "registry+https://github.com/rust-lang/crates.io-index" |
165 dependencies = [ | 161 dependencies = [ |
166 "crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 162 "crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
167 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", | 163 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
168 ] | 164 ] |
169 | 165 |
170 [[package]] | 166 [[package]] |
171 name = "crossbeam-epoch" | 167 name = "crossbeam-epoch" |
172 version = "0.7.2" | 168 version = "0.8.0" |
173 source = "registry+https://github.com/rust-lang/crates.io-index" | 169 source = "registry+https://github.com/rust-lang/crates.io-index" |
174 dependencies = [ | 170 dependencies = [ |
175 "arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", | 171 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
176 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 172 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
177 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", | 173 "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
178 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 174 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
179 "memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 175 "memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
180 "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 176 "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
181 ] | 177 ] |
182 | 178 |
183 [[package]] | 179 [[package]] |
184 name = "crossbeam-queue" | 180 name = "crossbeam-queue" |
191 [[package]] | 187 [[package]] |
192 name = "crossbeam-utils" | 188 name = "crossbeam-utils" |
193 version = "0.6.6" | 189 version = "0.6.6" |
194 source = "registry+https://github.com/rust-lang/crates.io-index" | 190 source = "registry+https://github.com/rust-lang/crates.io-index" |
195 dependencies = [ | 191 dependencies = [ |
196 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 192 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
193 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
194 ] | |
195 | |
196 [[package]] | |
197 name = "crossbeam-utils" | |
198 version = "0.7.0" | |
199 source = "registry+https://github.com/rust-lang/crates.io-index" | |
200 dependencies = [ | |
201 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
202 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
197 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 203 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
198 ] | 204 ] |
199 | 205 |
200 [[package]] | 206 [[package]] |
201 name = "env_logger" | 207 name = "env_logger" |
222 [[package]] | 228 [[package]] |
223 name = "fuchsia-zircon" | 229 name = "fuchsia-zircon" |
224 version = "0.3.3" | 230 version = "0.3.3" |
225 source = "registry+https://github.com/rust-lang/crates.io-index" | 231 source = "registry+https://github.com/rust-lang/crates.io-index" |
226 dependencies = [ | 232 dependencies = [ |
227 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 233 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
228 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 234 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
229 ] | 235 ] |
230 | 236 |
231 [[package]] | 237 [[package]] |
232 name = "fuchsia-zircon-sys" | 238 name = "fuchsia-zircon-sys" |
252 version = "0.3.0-alpha.18" | 258 version = "0.3.0-alpha.18" |
253 source = "registry+https://github.com/rust-lang/crates.io-index" | 259 source = "registry+https://github.com/rust-lang/crates.io-index" |
254 dependencies = [ | 260 dependencies = [ |
255 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 261 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
256 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 262 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
257 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | 263 "num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
258 ] | 264 ] |
259 | 265 |
260 [[package]] | 266 [[package]] |
261 name = "futures-io-preview" | 267 name = "futures-io-preview" |
262 version = "0.3.0-alpha.18" | 268 version = "0.3.0-alpha.18" |
297 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 303 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
298 ] | 304 ] |
299 | 305 |
300 [[package]] | 306 [[package]] |
301 name = "getrandom" | 307 name = "getrandom" |
302 version = "0.1.12" | 308 version = "0.1.13" |
303 source = "registry+https://github.com/rust-lang/crates.io-index" | 309 source = "registry+https://github.com/rust-lang/crates.io-index" |
304 dependencies = [ | 310 dependencies = [ |
305 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 311 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
306 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 312 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
307 "wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | 313 "wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
308 ] | 314 ] |
309 | 315 |
310 [[package]] | 316 [[package]] |
311 name = "h2" | 317 name = "h2" |
315 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | 321 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
316 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 322 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
317 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 323 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
318 "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 324 "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
319 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 325 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
320 "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", | 326 "http 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", |
321 "indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 327 "indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
322 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 328 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
323 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 329 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
324 "string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 330 "string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
325 "tokio-codec 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | 331 "tokio-codec 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", |
326 "tokio-io 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | 332 "tokio-io 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", |
330 [[package]] | 336 [[package]] |
331 name = "heck" | 337 name = "heck" |
332 version = "0.3.1" | 338 version = "0.3.1" |
333 source = "registry+https://github.com/rust-lang/crates.io-index" | 339 source = "registry+https://github.com/rust-lang/crates.io-index" |
334 dependencies = [ | 340 dependencies = [ |
335 "unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 341 "unicode-segmentation 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
342 ] | |
343 | |
344 [[package]] | |
345 name = "hermit-abi" | |
346 version = "0.1.3" | |
347 source = "registry+https://github.com/rust-lang/crates.io-index" | |
348 dependencies = [ | |
349 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | |
336 ] | 350 ] |
337 | 351 |
338 [[package]] | 352 [[package]] |
339 name = "http" | 353 name = "http" |
340 version = "0.1.18" | 354 version = "0.1.19" |
341 source = "registry+https://github.com/rust-lang/crates.io-index" | 355 source = "registry+https://github.com/rust-lang/crates.io-index" |
342 dependencies = [ | 356 dependencies = [ |
343 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | 357 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
344 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", | 358 "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
345 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 359 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
349 name = "http-body" | 363 name = "http-body" |
350 version = "0.2.0-alpha.1" | 364 version = "0.2.0-alpha.1" |
351 source = "registry+https://github.com/rust-lang/crates.io-index" | 365 source = "registry+https://github.com/rust-lang/crates.io-index" |
352 dependencies = [ | 366 dependencies = [ |
353 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | 367 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
354 "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", | 368 "http 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", |
355 ] | 369 ] |
356 | 370 |
357 [[package]] | 371 [[package]] |
358 name = "httparse" | 372 name = "httparse" |
359 version = "1.3.4" | 373 version = "1.3.4" |
375 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | 389 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
376 "futures-channel-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 390 "futures-channel-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
377 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 391 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
378 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 392 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
379 "h2 0.2.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)", | 393 "h2 0.2.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)", |
380 "http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", | 394 "http 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", |
381 "http-body 0.2.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)", | 395 "http-body 0.2.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)", |
382 "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", | 396 "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
383 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 397 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
384 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 398 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
385 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 399 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
386 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", | 400 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
387 "pin-project 0.4.0-alpha.7 (registry+https://github.com/rust-lang/crates.io-index)", | 401 "pin-project 0.4.0-alpha.7 (registry+https://github.com/rust-lang/crates.io-index)", |
388 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | 402 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
397 "want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 411 "want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
398 ] | 412 ] |
399 | 413 |
400 [[package]] | 414 [[package]] |
401 name = "indexmap" | 415 name = "indexmap" |
402 version = "1.2.0" | 416 version = "1.3.0" |
403 source = "registry+https://github.com/rust-lang/crates.io-index" | 417 source = "registry+https://github.com/rust-lang/crates.io-index" |
418 dependencies = [ | |
419 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | |
420 ] | |
404 | 421 |
405 [[package]] | 422 [[package]] |
406 name = "iovec" | 423 name = "iovec" |
407 version = "0.1.2" | 424 version = "0.1.4" |
408 source = "registry+https://github.com/rust-lang/crates.io-index" | 425 source = "registry+https://github.com/rust-lang/crates.io-index" |
409 dependencies = [ | 426 dependencies = [ |
410 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 427 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
411 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | |
412 ] | 428 ] |
413 | 429 |
414 [[package]] | 430 [[package]] |
415 name = "itoa" | 431 name = "itoa" |
416 version = "0.4.4" | 432 version = "0.4.4" |
438 "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 454 "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
439 ] | 455 ] |
440 | 456 |
441 [[package]] | 457 [[package]] |
442 name = "libc" | 458 name = "libc" |
443 version = "0.2.62" | 459 version = "0.2.65" |
444 source = "registry+https://github.com/rust-lang/crates.io-index" | 460 source = "registry+https://github.com/rust-lang/crates.io-index" |
445 | 461 |
446 [[package]] | 462 [[package]] |
447 name = "linked-hash-map" | 463 name = "linked-hash-map" |
448 version = "0.3.0" | 464 version = "0.3.0" |
468 [[package]] | 484 [[package]] |
469 name = "log" | 485 name = "log" |
470 version = "0.4.8" | 486 version = "0.4.8" |
471 source = "registry+https://github.com/rust-lang/crates.io-index" | 487 source = "registry+https://github.com/rust-lang/crates.io-index" |
472 dependencies = [ | 488 dependencies = [ |
473 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 489 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
474 ] | 490 ] |
491 | |
492 [[package]] | |
493 name = "maybe-uninit" | |
494 version = "2.0.0" | |
495 source = "registry+https://github.com/rust-lang/crates.io-index" | |
475 | 496 |
476 [[package]] | 497 [[package]] |
477 name = "memchr" | 498 name = "memchr" |
478 version = "2.2.1" | 499 version = "2.2.1" |
479 source = "registry+https://github.com/rust-lang/crates.io-index" | 500 source = "registry+https://github.com/rust-lang/crates.io-index" |
480 | 501 |
481 [[package]] | 502 [[package]] |
482 name = "memoffset" | 503 name = "memoffset" |
483 version = "0.5.1" | 504 version = "0.5.3" |
484 source = "registry+https://github.com/rust-lang/crates.io-index" | 505 source = "registry+https://github.com/rust-lang/crates.io-index" |
485 dependencies = [ | 506 dependencies = [ |
486 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 507 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
487 ] | 508 ] |
488 | 509 |
491 version = "0.6.19" | 512 version = "0.6.19" |
492 source = "registry+https://github.com/rust-lang/crates.io-index" | 513 source = "registry+https://github.com/rust-lang/crates.io-index" |
493 dependencies = [ | 514 dependencies = [ |
494 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 515 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
495 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 516 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
496 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 517 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
497 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 518 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
498 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 519 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
499 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 520 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
500 "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 521 "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
501 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", | 522 "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
502 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 523 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
503 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 524 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
506 [[package]] | 527 [[package]] |
507 name = "mio-uds" | 528 name = "mio-uds" |
508 version = "0.6.7" | 529 version = "0.6.7" |
509 source = "registry+https://github.com/rust-lang/crates.io-index" | 530 source = "registry+https://github.com/rust-lang/crates.io-index" |
510 dependencies = [ | 531 dependencies = [ |
511 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 532 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
512 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 533 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
513 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", | 534 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
514 ] | 535 ] |
515 | 536 |
516 [[package]] | 537 [[package]] |
517 name = "miow" | 538 name = "miow" |
527 [[package]] | 548 [[package]] |
528 name = "net2" | 549 name = "net2" |
529 version = "0.2.33" | 550 version = "0.2.33" |
530 source = "registry+https://github.com/rust-lang/crates.io-index" | 551 source = "registry+https://github.com/rust-lang/crates.io-index" |
531 dependencies = [ | 552 dependencies = [ |
532 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 553 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
533 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 554 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
534 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 555 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
535 ] | 556 ] |
536 | 557 |
537 [[package]] | 558 [[package]] |
538 name = "nix" | 559 name = "nix" |
539 version = "0.14.1" | 560 version = "0.14.1" |
540 source = "registry+https://github.com/rust-lang/crates.io-index" | 561 source = "registry+https://github.com/rust-lang/crates.io-index" |
541 dependencies = [ | 562 dependencies = [ |
542 "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 563 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
543 "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", | 564 "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", |
544 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 565 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
545 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 566 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
546 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 567 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
547 ] | 568 ] |
548 | |
549 [[package]] | |
550 name = "nodrop" | |
551 version = "0.1.13" | |
552 source = "registry+https://github.com/rust-lang/crates.io-index" | |
553 | 569 |
554 [[package]] | 570 [[package]] |
555 name = "nom" | 571 name = "nom" |
556 version = "4.2.3" | 572 version = "4.2.3" |
557 source = "registry+https://github.com/rust-lang/crates.io-index" | 573 source = "registry+https://github.com/rust-lang/crates.io-index" |
563 [[package]] | 579 [[package]] |
564 name = "num-integer" | 580 name = "num-integer" |
565 version = "0.1.41" | 581 version = "0.1.41" |
566 source = "registry+https://github.com/rust-lang/crates.io-index" | 582 source = "registry+https://github.com/rust-lang/crates.io-index" |
567 dependencies = [ | 583 dependencies = [ |
568 "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 584 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
569 "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 585 "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
570 ] | 586 ] |
571 | 587 |
572 [[package]] | 588 [[package]] |
573 name = "num-traits" | 589 name = "num-traits" |
580 [[package]] | 596 [[package]] |
581 name = "num-traits" | 597 name = "num-traits" |
582 version = "0.2.8" | 598 version = "0.2.8" |
583 source = "registry+https://github.com/rust-lang/crates.io-index" | 599 source = "registry+https://github.com/rust-lang/crates.io-index" |
584 dependencies = [ | 600 dependencies = [ |
585 "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 601 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
586 ] | 602 ] |
587 | 603 |
588 [[package]] | 604 [[package]] |
589 name = "num_cpus" | 605 name = "num_cpus" |
590 version = "1.10.1" | 606 version = "1.11.0" |
591 source = "registry+https://github.com/rust-lang/crates.io-index" | 607 source = "registry+https://github.com/rust-lang/crates.io-index" |
592 dependencies = [ | 608 dependencies = [ |
593 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 609 "hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
610 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", | |
594 ] | 611 ] |
595 | 612 |
596 [[package]] | 613 [[package]] |
597 name = "parking_lot" | 614 name = "parking_lot" |
598 version = "0.9.0" | 615 version = "0.9.0" |
606 [[package]] | 623 [[package]] |
607 name = "parking_lot_core" | 624 name = "parking_lot_core" |
608 version = "0.6.2" | 625 version = "0.6.2" |
609 source = "registry+https://github.com/rust-lang/crates.io-index" | 626 source = "registry+https://github.com/rust-lang/crates.io-index" |
610 dependencies = [ | 627 dependencies = [ |
611 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 628 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
612 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 629 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
613 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 630 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
614 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | 631 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
615 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 632 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
616 "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", | 633 "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
617 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 634 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
618 ] | 635 ] |
619 | 636 |
620 [[package]] | 637 [[package]] |
621 name = "pin-project" | 638 name = "pin-project" |
628 [[package]] | 645 [[package]] |
629 name = "pin-project-internal" | 646 name = "pin-project-internal" |
630 version = "0.4.0-alpha.7" | 647 version = "0.4.0-alpha.7" |
631 source = "registry+https://github.com/rust-lang/crates.io-index" | 648 source = "registry+https://github.com/rust-lang/crates.io-index" |
632 dependencies = [ | 649 dependencies = [ |
633 "proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 650 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
634 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 651 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
635 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | 652 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
636 "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 653 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
637 ] | 654 ] |
638 | 655 |
639 [[package]] | 656 [[package]] |
640 name = "pin-utils" | 657 name = "pin-utils" |
641 version = "0.1.0-alpha.4" | 658 version = "0.1.0-alpha.4" |
642 source = "registry+https://github.com/rust-lang/crates.io-index" | 659 source = "registry+https://github.com/rust-lang/crates.io-index" |
643 | 660 |
644 [[package]] | 661 [[package]] |
645 name = "ppv-lite86" | 662 name = "ppv-lite86" |
646 version = "0.2.5" | 663 version = "0.2.6" |
647 source = "registry+https://github.com/rust-lang/crates.io-index" | 664 source = "registry+https://github.com/rust-lang/crates.io-index" |
648 | 665 |
649 [[package]] | 666 [[package]] |
650 name = "proc-macro-error" | 667 name = "proc-macro-error" |
651 version = "0.2.6" | 668 version = "0.2.6" |
652 source = "registry+https://github.com/rust-lang/crates.io-index" | 669 source = "registry+https://github.com/rust-lang/crates.io-index" |
653 dependencies = [ | 670 dependencies = [ |
654 "proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 671 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
655 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 672 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
656 "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 673 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
657 ] | 674 ] |
658 | 675 |
659 [[package]] | 676 [[package]] |
660 name = "proc-macro2" | 677 name = "proc-macro2" |
661 version = "0.4.30" | 678 version = "0.4.30" |
664 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 681 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
665 ] | 682 ] |
666 | 683 |
667 [[package]] | 684 [[package]] |
668 name = "proc-macro2" | 685 name = "proc-macro2" |
669 version = "1.0.3" | 686 version = "1.0.6" |
670 source = "registry+https://github.com/rust-lang/crates.io-index" | 687 source = "registry+https://github.com/rust-lang/crates.io-index" |
671 dependencies = [ | 688 dependencies = [ |
672 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 689 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
673 ] | 690 ] |
674 | 691 |
688 [[package]] | 705 [[package]] |
689 name = "quote" | 706 name = "quote" |
690 version = "1.0.2" | 707 version = "1.0.2" |
691 source = "registry+https://github.com/rust-lang/crates.io-index" | 708 source = "registry+https://github.com/rust-lang/crates.io-index" |
692 dependencies = [ | 709 dependencies = [ |
693 "proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 710 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
694 ] | 711 ] |
695 | 712 |
696 [[package]] | 713 [[package]] |
697 name = "rand" | 714 name = "rand" |
698 version = "0.4.6" | 715 version = "0.4.6" |
699 source = "registry+https://github.com/rust-lang/crates.io-index" | 716 source = "registry+https://github.com/rust-lang/crates.io-index" |
700 dependencies = [ | 717 dependencies = [ |
701 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 718 "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
702 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 719 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
703 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 720 "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
704 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 721 "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
705 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 722 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
706 ] | 723 ] |
707 | 724 |
708 [[package]] | 725 [[package]] |
709 name = "rand" | 726 name = "rand" |
710 version = "0.7.2" | 727 version = "0.7.2" |
711 source = "registry+https://github.com/rust-lang/crates.io-index" | 728 source = "registry+https://github.com/rust-lang/crates.io-index" |
712 dependencies = [ | 729 dependencies = [ |
713 "getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | 730 "getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
714 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 731 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
715 "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 732 "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
716 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 733 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
717 "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 734 "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
718 ] | 735 ] |
719 | 736 |
720 [[package]] | 737 [[package]] |
721 name = "rand_chacha" | 738 name = "rand_chacha" |
722 version = "0.2.1" | 739 version = "0.2.1" |
723 source = "registry+https://github.com/rust-lang/crates.io-index" | 740 source = "registry+https://github.com/rust-lang/crates.io-index" |
724 dependencies = [ | 741 dependencies = [ |
725 "c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 742 "c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
726 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 743 "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
727 ] | 744 ] |
728 | 745 |
729 [[package]] | 746 [[package]] |
730 name = "rand_core" | 747 name = "rand_core" |
742 [[package]] | 759 [[package]] |
743 name = "rand_core" | 760 name = "rand_core" |
744 version = "0.5.1" | 761 version = "0.5.1" |
745 source = "registry+https://github.com/rust-lang/crates.io-index" | 762 source = "registry+https://github.com/rust-lang/crates.io-index" |
746 dependencies = [ | 763 dependencies = [ |
747 "getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | 764 "getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
748 ] | 765 ] |
749 | 766 |
750 [[package]] | 767 [[package]] |
751 name = "rand_hc" | 768 name = "rand_hc" |
752 version = "0.2.0" | 769 version = "0.2.0" |
852 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 869 "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
853 ] | 870 ] |
854 | 871 |
855 [[package]] | 872 [[package]] |
856 name = "ryu" | 873 name = "ryu" |
857 version = "1.0.0" | 874 version = "1.0.2" |
858 source = "registry+https://github.com/rust-lang/crates.io-index" | 875 source = "registry+https://github.com/rust-lang/crates.io-index" |
859 | 876 |
860 [[package]] | 877 [[package]] |
861 name = "scopeguard" | 878 name = "scopeguard" |
862 version = "1.0.0" | 879 version = "1.0.0" |
880 version = "0.8.23" | 897 version = "0.8.23" |
881 source = "registry+https://github.com/rust-lang/crates.io-index" | 898 source = "registry+https://github.com/rust-lang/crates.io-index" |
882 | 899 |
883 [[package]] | 900 [[package]] |
884 name = "serde" | 901 name = "serde" |
885 version = "1.0.101" | 902 version = "1.0.102" |
886 source = "registry+https://github.com/rust-lang/crates.io-index" | 903 source = "registry+https://github.com/rust-lang/crates.io-index" |
887 dependencies = [ | 904 dependencies = [ |
888 "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", | 905 "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", |
889 ] | 906 ] |
890 | 907 |
891 [[package]] | 908 [[package]] |
892 name = "serde-hjson" | 909 name = "serde-hjson" |
893 version = "0.8.2" | 910 version = "0.8.2" |
900 "serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)", | 917 "serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)", |
901 ] | 918 ] |
902 | 919 |
903 [[package]] | 920 [[package]] |
904 name = "serde_derive" | 921 name = "serde_derive" |
905 version = "1.0.101" | 922 version = "1.0.102" |
906 source = "registry+https://github.com/rust-lang/crates.io-index" | 923 source = "registry+https://github.com/rust-lang/crates.io-index" |
907 dependencies = [ | 924 dependencies = [ |
908 "proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 925 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
909 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 926 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
910 "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 927 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
911 ] | 928 ] |
912 | 929 |
913 [[package]] | 930 [[package]] |
914 name = "serde_json" | 931 name = "serde_json" |
915 version = "1.0.40" | 932 version = "1.0.41" |
916 source = "registry+https://github.com/rust-lang/crates.io-index" | 933 source = "registry+https://github.com/rust-lang/crates.io-index" |
917 dependencies = [ | 934 dependencies = [ |
918 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 935 "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
919 "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 936 "ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
920 "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", | 937 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", |
921 ] | 938 ] |
922 | 939 |
923 [[package]] | 940 [[package]] |
924 name = "serde_test" | 941 name = "serde_test" |
925 version = "0.8.23" | 942 version = "0.8.23" |
933 version = "0.4.2" | 950 version = "0.4.2" |
934 source = "registry+https://github.com/rust-lang/crates.io-index" | 951 source = "registry+https://github.com/rust-lang/crates.io-index" |
935 | 952 |
936 [[package]] | 953 [[package]] |
937 name = "smallvec" | 954 name = "smallvec" |
938 version = "0.6.10" | 955 version = "0.6.13" |
939 source = "registry+https://github.com/rust-lang/crates.io-index" | 956 source = "registry+https://github.com/rust-lang/crates.io-index" |
957 dependencies = [ | |
958 "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
959 ] | |
940 | 960 |
941 [[package]] | 961 [[package]] |
942 name = "spin" | 962 name = "spin" |
943 version = "0.5.2" | 963 version = "0.5.2" |
944 source = "registry+https://github.com/rust-lang/crates.io-index" | 964 source = "registry+https://github.com/rust-lang/crates.io-index" |
956 version = "0.8.0" | 976 version = "0.8.0" |
957 source = "registry+https://github.com/rust-lang/crates.io-index" | 977 source = "registry+https://github.com/rust-lang/crates.io-index" |
958 | 978 |
959 [[package]] | 979 [[package]] |
960 name = "structopt" | 980 name = "structopt" |
961 version = "0.3.2" | 981 version = "0.3.4" |
962 source = "registry+https://github.com/rust-lang/crates.io-index" | 982 source = "registry+https://github.com/rust-lang/crates.io-index" |
963 dependencies = [ | 983 dependencies = [ |
964 "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", | 984 "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", |
965 "structopt-derive 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 985 "structopt-derive 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
966 ] | 986 ] |
967 | 987 |
968 [[package]] | 988 [[package]] |
969 name = "structopt-derive" | 989 name = "structopt-derive" |
970 version = "0.3.2" | 990 version = "0.3.4" |
971 source = "registry+https://github.com/rust-lang/crates.io-index" | 991 source = "registry+https://github.com/rust-lang/crates.io-index" |
972 dependencies = [ | 992 dependencies = [ |
973 "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 993 "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
974 "proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 994 "proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
975 "proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 995 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
976 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 996 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
977 "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 997 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
978 ] | 998 ] |
979 | 999 |
980 [[package]] | 1000 [[package]] |
981 name = "syn" | 1001 name = "syn" |
982 version = "0.15.44" | 1002 version = "0.15.44" |
987 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1007 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
988 ] | 1008 ] |
989 | 1009 |
990 [[package]] | 1010 [[package]] |
991 name = "syn" | 1011 name = "syn" |
992 version = "1.0.5" | 1012 version = "1.0.8" |
993 source = "registry+https://github.com/rust-lang/crates.io-index" | 1013 source = "registry+https://github.com/rust-lang/crates.io-index" |
994 dependencies = [ | 1014 dependencies = [ |
995 "proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1015 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
996 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1016 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
997 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1017 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
998 ] | 1018 ] |
999 | 1019 |
1000 [[package]] | 1020 [[package]] |
1041 [[package]] | 1061 [[package]] |
1042 name = "time" | 1062 name = "time" |
1043 version = "0.1.42" | 1063 version = "0.1.42" |
1044 source = "registry+https://github.com/rust-lang/crates.io-index" | 1064 source = "registry+https://github.com/rust-lang/crates.io-index" |
1045 dependencies = [ | 1065 dependencies = [ |
1046 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 1066 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
1047 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | 1067 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
1048 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1068 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1049 ] | 1069 ] |
1050 | 1070 |
1051 [[package]] | 1071 [[package]] |
1054 source = "registry+https://github.com/rust-lang/crates.io-index" | 1074 source = "registry+https://github.com/rust-lang/crates.io-index" |
1055 dependencies = [ | 1075 dependencies = [ |
1056 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 1076 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
1057 "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 1077 "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
1058 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 1078 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
1059 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1079 "num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1060 "tokio-executor 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1080 "tokio-executor 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1061 "tokio-io 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1081 "tokio-io 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1062 "tokio-macros 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1082 "tokio-macros 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1063 "tokio-net 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1083 "tokio-net 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1064 "tokio-sync 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1084 "tokio-sync 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1065 "tokio-timer 0.3.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1085 "tokio-timer 0.3.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1066 "tracing-core 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1086 "tracing-core 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1067 ] | 1087 ] |
1068 | 1088 |
1069 [[package]] | 1089 [[package]] |
1070 name = "tokio-codec" | 1090 name = "tokio-codec" |
1071 version = "0.2.0-alpha.4" | 1091 version = "0.2.0-alpha.4" |
1082 name = "tokio-executor" | 1102 name = "tokio-executor" |
1083 version = "0.2.0-alpha.4" | 1103 version = "0.2.0-alpha.4" |
1084 source = "registry+https://github.com/rust-lang/crates.io-index" | 1104 source = "registry+https://github.com/rust-lang/crates.io-index" |
1085 dependencies = [ | 1105 dependencies = [ |
1086 "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1106 "crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1087 "crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1107 "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1088 "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1108 "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1089 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1109 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1090 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 1110 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
1091 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 1111 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
1092 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1112 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1093 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1113 "num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1094 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1114 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1095 "tokio-sync 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1115 "tokio-sync 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1096 "tracing 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1116 "tracing 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1097 ] | 1117 ] |
1098 | 1118 |
1099 [[package]] | 1119 [[package]] |
1100 name = "tokio-io" | 1120 name = "tokio-io" |
1101 version = "0.2.0-alpha.4" | 1121 version = "0.2.0-alpha.4" |
1112 name = "tokio-macros" | 1132 name = "tokio-macros" |
1113 version = "0.2.0-alpha.4" | 1133 version = "0.2.0-alpha.4" |
1114 source = "registry+https://github.com/rust-lang/crates.io-index" | 1134 source = "registry+https://github.com/rust-lang/crates.io-index" |
1115 dependencies = [ | 1135 dependencies = [ |
1116 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1136 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1117 "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1137 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1118 ] | 1138 ] |
1119 | 1139 |
1120 [[package]] | 1140 [[package]] |
1121 name = "tokio-net" | 1141 name = "tokio-net" |
1122 version = "0.2.0-alpha.4" | 1142 version = "0.2.0-alpha.4" |
1125 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | 1145 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
1126 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1146 "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1127 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 1147 "futures-core-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
1128 "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 1148 "futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
1129 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 1149 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
1130 "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1150 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1131 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1151 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1132 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 1152 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
1133 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", | 1153 "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |
1134 "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1154 "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1135 "num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1155 "num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1136 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1156 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1137 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1157 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1138 "tokio-codec 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1158 "tokio-codec 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1139 "tokio-executor 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1159 "tokio-executor 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1140 "tokio-io 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1160 "tokio-io 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1141 "tokio-sync 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1161 "tokio-sync 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1142 "tracing 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1162 "tracing 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1143 ] | 1163 ] |
1144 | 1164 |
1145 [[package]] | 1165 [[package]] |
1146 name = "tokio-sync" | 1166 name = "tokio-sync" |
1147 version = "0.2.0-alpha.4" | 1167 version = "0.2.0-alpha.4" |
1169 [[package]] | 1189 [[package]] |
1170 name = "toml" | 1190 name = "toml" |
1171 version = "0.4.10" | 1191 version = "0.4.10" |
1172 source = "registry+https://github.com/rust-lang/crates.io-index" | 1192 source = "registry+https://github.com/rust-lang/crates.io-index" |
1173 dependencies = [ | 1193 dependencies = [ |
1174 "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", | 1194 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", |
1175 ] | 1195 ] |
1176 | 1196 |
1177 [[package]] | 1197 [[package]] |
1178 name = "tower-make" | 1198 name = "tower-make" |
1179 version = "0.1.0-alpha.2" | 1199 version = "0.1.0-alpha.2" |
1188 version = "0.3.0-alpha.1" | 1208 version = "0.3.0-alpha.1" |
1189 source = "registry+https://github.com/rust-lang/crates.io-index" | 1209 source = "registry+https://github.com/rust-lang/crates.io-index" |
1190 | 1210 |
1191 [[package]] | 1211 [[package]] |
1192 name = "tracing" | 1212 name = "tracing" |
1193 version = "0.1.9" | 1213 version = "0.1.10" |
1194 source = "registry+https://github.com/rust-lang/crates.io-index" | 1214 source = "registry+https://github.com/rust-lang/crates.io-index" |
1195 dependencies = [ | 1215 dependencies = [ |
1196 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1216 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1197 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1217 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1198 "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1218 "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1199 "tracing-attributes 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1219 "tracing-attributes 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1200 "tracing-core 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1220 "tracing-core 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1201 ] | 1221 ] |
1202 | 1222 |
1203 [[package]] | 1223 [[package]] |
1204 name = "tracing-attributes" | 1224 name = "tracing-attributes" |
1205 version = "0.1.3" | 1225 version = "0.1.5" |
1206 source = "registry+https://github.com/rust-lang/crates.io-index" | 1226 source = "registry+https://github.com/rust-lang/crates.io-index" |
1207 dependencies = [ | 1227 dependencies = [ |
1208 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1228 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1209 "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1229 "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1210 ] | 1230 ] |
1211 | 1231 |
1212 [[package]] | 1232 [[package]] |
1213 name = "tracing-core" | 1233 name = "tracing-core" |
1214 version = "0.1.6" | 1234 version = "0.1.7" |
1215 source = "registry+https://github.com/rust-lang/crates.io-index" | 1235 source = "registry+https://github.com/rust-lang/crates.io-index" |
1216 dependencies = [ | 1236 dependencies = [ |
1217 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1237 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1218 "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1238 "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1219 ] | 1239 ] |
1228 version = "0.1.5" | 1248 version = "0.1.5" |
1229 source = "registry+https://github.com/rust-lang/crates.io-index" | 1249 source = "registry+https://github.com/rust-lang/crates.io-index" |
1230 | 1250 |
1231 [[package]] | 1251 [[package]] |
1232 name = "unicode-segmentation" | 1252 name = "unicode-segmentation" |
1233 version = "1.3.0" | 1253 version = "1.5.0" |
1234 source = "registry+https://github.com/rust-lang/crates.io-index" | 1254 source = "registry+https://github.com/rust-lang/crates.io-index" |
1235 | 1255 |
1236 [[package]] | 1256 [[package]] |
1237 name = "unicode-width" | 1257 name = "unicode-width" |
1238 version = "0.1.6" | 1258 version = "0.1.6" |
1256 [[package]] | 1276 [[package]] |
1257 name = "uuid" | 1277 name = "uuid" |
1258 version = "0.6.5" | 1278 version = "0.6.5" |
1259 source = "registry+https://github.com/rust-lang/crates.io-index" | 1279 source = "registry+https://github.com/rust-lang/crates.io-index" |
1260 dependencies = [ | 1280 dependencies = [ |
1261 "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1281 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
1262 "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1282 "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1263 ] | 1283 ] |
1264 | 1284 |
1265 [[package]] | 1285 [[package]] |
1266 name = "vec_map" | 1286 name = "vec_map" |
1339 | 1359 |
1340 [[package]] | 1360 [[package]] |
1341 name = "wort-templog" | 1361 name = "wort-templog" |
1342 version = "0.1.0" | 1362 version = "0.1.0" |
1343 dependencies = [ | 1363 dependencies = [ |
1344 "atomicwrites 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1364 "anyhow 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", |
1365 "atomicwrites 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
1345 "base64 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1366 "base64 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1346 "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", | 1367 "chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", |
1347 "config 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1368 "config 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1348 "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1369 "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1349 "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 1370 "futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
1350 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", | 1371 "futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)", |
1351 "hyper 0.13.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1372 "hyper 0.13.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1352 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1373 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1353 "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 1374 "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
1354 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1375 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1355 "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1376 "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1356 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1377 "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1357 "riker 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1378 "riker 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1358 "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", | 1379 "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", |
1359 "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", | 1380 "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", |
1360 "structopt 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1381 "structopt 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1361 "sysfs_gpio 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1382 "sysfs_gpio 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1362 ] | 1383 ] |
1363 | 1384 |
1364 [[package]] | 1385 [[package]] |
1365 name = "ws2_32-sys" | 1386 name = "ws2_32-sys" |
1380 | 1401 |
1381 [metadata] | 1402 [metadata] |
1382 "checksum aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5" | 1403 "checksum aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5" |
1383 "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" | 1404 "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" |
1384 "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" | 1405 "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
1385 "checksum arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b8d73f9beda665eaa98ab9e4f7442bd4e7de6652587de55b2525e52e29c1b0ba" | 1406 "checksum anyhow 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)" = "57114fc2a6cc374bce195d3482057c846e706d252ff3604363449695684d7a0d" |
1386 "checksum atomicwrites 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "dbdce238c9ddb6246af284b057dfcda5b5806fec553a0df10aca6bda939be3bc" | 1407 "checksum atomicwrites 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6a2baf2feb820299c53c7ad1cc4f5914a220a1cb76d7ce321d2522a94b54651f" |
1387 "checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" | 1408 "checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" |
1388 "checksum autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b671c8fb71b457dd4ae18c4ba1e59aa81793daacc361d82fcd410cef0d491875" | 1409 "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" |
1389 "checksum base64 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "979d348dc50dfcd050a87df408ec61f01a0a27ee9b4ebdc6085baba8275b2c7f" | 1410 "checksum base64 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "979d348dc50dfcd050a87df408ec61f01a0a27ee9b4ebdc6085baba8275b2c7f" |
1390 "checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd" | 1411 "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
1391 "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" | 1412 "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" |
1392 "checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" | 1413 "checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" |
1393 "checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101" | 1414 "checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" |
1394 "checksum cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)" = "4fc9a35e1f4290eb9e5fc54ba6cf40671ed2a2514c3eeb2b2a908dda2ea5a1be" | 1415 "checksum cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" = "aa87058dce70a3ff5621797f1506cb837edd02ac4c0ae642b4542dce802908b8" |
1395 "checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33" | 1416 "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
1396 "checksum chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e8493056968583b0193c1bb04d6f7684586f3726992d6c573261941a895dbd68" | 1417 "checksum chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e8493056968583b0193c1bb04d6f7684586f3726992d6c573261941a895dbd68" |
1397 "checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" | 1418 "checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" |
1398 "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" | 1419 "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
1399 "checksum config 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f9107d78ed62b3fa5a86e7d18e647abed48cfd8f8fab6c72f4cdb982d196f7e6" | 1420 "checksum config 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f9107d78ed62b3fa5a86e7d18e647abed48cfd8f8fab6c72f4cdb982d196f7e6" |
1400 "checksum crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c8ec7fcd21571dc78f96cc96243cab8d8f035247c3efd16c687be154c3fa9efa" | 1421 "checksum crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c8ec7fcd21571dc78f96cc96243cab8d8f035247c3efd16c687be154c3fa9efa" |
1401 "checksum crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71" | 1422 "checksum crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3aa945d63861bfe624b55d153a39684da1e8c0bc8fba932f7ee3a3c16cea3ca" |
1402 "checksum crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fedcd6772e37f3da2a9af9bf12ebe046c0dfe657992377b4df982a2b54cd37a9" | 1423 "checksum crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5064ebdbf05ce3cb95e45c8b086f72263f4166b29b97f6baff7ef7fe047b55ac" |
1403 "checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b" | 1424 "checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b" |
1404 "checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" | 1425 "checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" |
1426 "checksum crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4" | |
1405 "checksum env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3" | 1427 "checksum env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3" |
1406 "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" | 1428 "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" |
1407 "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" | 1429 "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" |
1408 "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" | 1430 "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
1409 "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" | 1431 "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
1412 "checksum futures-executor-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "80705612926df8a1bc05f0057e77460e29318801f988bf7d803a734cf54e7528" | 1434 "checksum futures-executor-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "80705612926df8a1bc05f0057e77460e29318801f988bf7d803a734cf54e7528" |
1413 "checksum futures-io-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "ee7de0c1c9ed23f9457b0437fec7663ce64d9cc3c906597e714e529377b5ddd1" | 1435 "checksum futures-io-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "ee7de0c1c9ed23f9457b0437fec7663ce64d9cc3c906597e714e529377b5ddd1" |
1414 "checksum futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "efa8f90c4fb2328e381f8adfd4255b4a2b696f77d1c63a3dee6700b564c4e4b5" | 1436 "checksum futures-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "efa8f90c4fb2328e381f8adfd4255b4a2b696f77d1c63a3dee6700b564c4e4b5" |
1415 "checksum futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "e9b65a2481863d1b78e094a07e9c0eed458cc7dc6e72b22b7138b8a67d924859" | 1437 "checksum futures-sink-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "e9b65a2481863d1b78e094a07e9c0eed458cc7dc6e72b22b7138b8a67d924859" |
1416 "checksum futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "7df53daff1e98cc024bf2720f3ceb0414d96fbb0a94f3cad3a5c3bf3be1d261c" | 1438 "checksum futures-util-preview 0.3.0-alpha.18 (registry+https://github.com/rust-lang/crates.io-index)" = "7df53daff1e98cc024bf2720f3ceb0414d96fbb0a94f3cad3a5c3bf3be1d261c" |
1417 "checksum getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "473a1265acc8ff1e808cd0a1af8cee3c2ee5200916058a2ca113c29f2d903571" | 1439 "checksum getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e7db7ca94ed4cd01190ceee0d8a8052f08a247aa1b469a7f68c6a3b71afcf407" |
1418 "checksum h2 0.2.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6000ed6220e54986be8e0a647fddaee205559e5cbea0ac36205b005414b92fdb" | 1440 "checksum h2 0.2.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6000ed6220e54986be8e0a647fddaee205559e5cbea0ac36205b005414b92fdb" |
1419 "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" | 1441 "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
1420 "checksum http 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "372bcb56f939e449117fb0869c2e8fd8753a8223d92a172c6e808cf123a5b6e4" | 1442 "checksum hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "307c3c9f937f38e3534b1d6447ecf090cafcc9744e4a6360e8b037b2cf5af120" |
1443 "checksum http 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)" = "d7e06e336150b178206af098a055e3621e8336027e2b4d126bda0bc64824baaf" | |
1421 "checksum http-body 0.2.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1bc8dfa1f6155eadd665d39458a6c1a2c37bbd372a053383a4245775a0d9d98a" | 1444 "checksum http-body 0.2.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1bc8dfa1f6155eadd665d39458a6c1a2c37bbd372a053383a4245775a0d9d98a" |
1422 "checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9" | 1445 "checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9" |
1423 "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" | 1446 "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" |
1424 "checksum hyper 0.13.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b29d2384e8be7c31ae4a829d1aea12d3edd55d35b50bc462d57cf9e5cf0c40ad" | 1447 "checksum hyper 0.13.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b29d2384e8be7c31ae4a829d1aea12d3edd55d35b50bc462d57cf9e5cf0c40ad" |
1425 "checksum indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a61202fbe46c4a951e9404a720a0180bcf3212c750d735cb5c4ba4dc551299f3" | 1448 "checksum indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712d7b3ea5827fcb9d4fda14bf4da5f136f0db2ae9c8f4bd4e2d1c6fde4e6db2" |
1426 "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08" | 1449 "checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" |
1427 "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" | 1450 "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" |
1428 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" | 1451 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
1429 "checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" | 1452 "checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" |
1430 "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | 1453 "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
1431 "checksum libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba" | 1454 "checksum libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)" = "1a31a0627fdf1f6a39ec0dd577e101440b7db22672c0901fe00a9a6fbb5c24e8" |
1432 "checksum linked-hash-map 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d262045c5b87c0861b3f004610afd0e2c851e2908d08b6c870cbb9d5f494ecd" | 1455 "checksum linked-hash-map 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d262045c5b87c0861b3f004610afd0e2c851e2908d08b6c870cbb9d5f494ecd" |
1433 "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" | 1456 "checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83" |
1434 "checksum lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f8912e782533a93a167888781b836336a6ca5da6175c05944c86cf28c31104dc" | 1457 "checksum lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f8912e782533a93a167888781b836336a6ca5da6175c05944c86cf28c31104dc" |
1435 "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" | 1458 "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
1459 "checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" | |
1436 "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" | 1460 "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" |
1437 "checksum memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f" | 1461 "checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" |
1438 "checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23" | 1462 "checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23" |
1439 "checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125" | 1463 "checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125" |
1440 "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" | 1464 "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919" |
1441 "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" | 1465 "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88" |
1442 "checksum nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce" | 1466 "checksum nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce" |
1443 "checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945" | |
1444 "checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6" | 1467 "checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6" |
1445 "checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09" | 1468 "checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09" |
1446 "checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31" | 1469 "checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31" |
1447 "checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32" | 1470 "checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32" |
1448 "checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273" | 1471 "checksum num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "155394f924cdddf08149da25bfb932d226b4a593ca7468b08191ff6335941af5" |
1449 "checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" | 1472 "checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" |
1450 "checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b" | 1473 "checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b" |
1451 "checksum pin-project 0.4.0-alpha.7 (registry+https://github.com/rust-lang/crates.io-index)" = "23958463f707b6c0ee047deb774954c1593d685c86670438f68bd0813b78b136" | 1474 "checksum pin-project 0.4.0-alpha.7 (registry+https://github.com/rust-lang/crates.io-index)" = "23958463f707b6c0ee047deb774954c1593d685c86670438f68bd0813b78b136" |
1452 "checksum pin-project-internal 0.4.0-alpha.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c6a2609686498260f9260bbc627fc6131b23e150273ac4367a3c888a0daffb46" | 1475 "checksum pin-project-internal 0.4.0-alpha.7 (registry+https://github.com/rust-lang/crates.io-index)" = "c6a2609686498260f9260bbc627fc6131b23e150273ac4367a3c888a0daffb46" |
1453 "checksum pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587" | 1476 "checksum pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587" |
1454 "checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b" | 1477 "checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" |
1455 "checksum proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aeccfe4d5d8ea175d5f0e4a2ad0637e0f4121d63bd99d356fb1f39ab2e7c6097" | 1478 "checksum proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aeccfe4d5d8ea175d5f0e4a2ad0637e0f4121d63bd99d356fb1f39ab2e7c6097" |
1456 "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" | 1479 "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" |
1457 "checksum proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e98a83a9f9b331f54b924e68a66acb1bb35cb01fb0a23645139967abefb697e8" | 1480 "checksum proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27" |
1458 "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" | 1481 "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
1459 "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" | 1482 "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" |
1460 "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" | 1483 "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" |
1461 "checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" | 1484 "checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" |
1462 "checksum rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3ae1b169243eaf61759b8475a998f0a385e42042370f3a7dbaf35246eacc8412" | 1485 "checksum rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3ae1b169243eaf61759b8475a998f0a385e42042370f3a7dbaf35246eacc8412" |
1474 "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" | 1497 "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" |
1475 "checksum riker 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "28db5ac9d5e68e3fc4d71a7a1da905f6051d1dd1d44e0c0db6867f5b6af8c68b" | 1498 "checksum riker 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "28db5ac9d5e68e3fc4d71a7a1da905f6051d1dd1d44e0c0db6867f5b6af8c68b" |
1476 "checksum riker-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f06e98f4eb1a65f85e01c38a42f2b6823968f8257e35ff5bb4ae1dc996f4fd09" | 1499 "checksum riker-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f06e98f4eb1a65f85e01c38a42f2b6823968f8257e35ff5bb4ae1dc996f4fd09" |
1477 "checksum rust-ini 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3e52c148ef37f8c375d49d5a73aa70713125b7f19095948a923f80afdeb22ec2" | 1500 "checksum rust-ini 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3e52c148ef37f8c375d49d5a73aa70713125b7f19095948a923f80afdeb22ec2" |
1478 "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" | 1501 "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
1479 "checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997" | 1502 "checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8" |
1480 "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" | 1503 "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" |
1481 "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | 1504 "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
1482 "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | 1505 "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
1483 "checksum serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)" = "9dad3f759919b92c3068c696c15c3d17238234498bbdcc80f2c469606f948ac8" | 1506 "checksum serde 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)" = "9dad3f759919b92c3068c696c15c3d17238234498bbdcc80f2c469606f948ac8" |
1484 "checksum serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "9796c9b7ba2ffe7a9ce53c2287dfc48080f4b2b362fcc245a259b3a7201119dd" | 1507 "checksum serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4b39bd9b0b087684013a792c59e3e07a46a01d2322518d8a1104641a0b1be0" |
1485 "checksum serde-hjson 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0b833c5ad67d52ced5f5938b2980f32a9c1c5ef047f0b4fb3127e7a423c76153" | 1508 "checksum serde-hjson 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0b833c5ad67d52ced5f5938b2980f32a9c1c5ef047f0b4fb3127e7a423c76153" |
1486 "checksum serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "4b133a43a1ecd55d4086bd5b4dc6c1751c68b1bfbeba7a5040442022c7e7c02e" | 1509 "checksum serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)" = "ca13fc1a832f793322228923fbb3aba9f3f44444898f835d31ad1b74fa0a2bf8" |
1487 "checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704" | 1510 "checksum serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "2f72eb2a68a7dc3f9a691bfda9305a1c017a6215e5a4545c258500d2099a37c2" |
1488 "checksum serde_test 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)" = "110b3dbdf8607ec493c22d5d947753282f3bae73c0f56d322af1e8c78e4c23d5" | 1511 "checksum serde_test 0.8.23 (registry+https://github.com/rust-lang/crates.io-index)" = "110b3dbdf8607ec493c22d5d947753282f3bae73c0f56d322af1e8c78e4c23d5" |
1489 "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" | 1512 "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" |
1490 "checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7" | 1513 "checksum smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6" |
1491 "checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" | 1514 "checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
1492 "checksum string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d" | 1515 "checksum string 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d" |
1493 "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" | 1516 "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
1494 "checksum structopt 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe8d3289b63ef2f196d89e7701f986583c0895e764b78f052a55b9b5d34d84a" | 1517 "checksum structopt 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c167b61c7d4c126927f5346a4327ce20abf8a186b8041bbeb1ce49e5db49587b" |
1495 "checksum structopt-derive 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f3add731f5b4fb85931d362a3c92deb1ad7113649a8d51701fb257673705f122" | 1518 "checksum structopt-derive 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "519621841414165d2ad0d4c92be8f41844203f2b67e245f9345a5a12d40c69d7" |
1496 "checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" | 1519 "checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" |
1497 "checksum syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "66850e97125af79138385e9b88339cbcd037e3f28ceab8c5ad98e64f0f1f80bf" | 1520 "checksum syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "661641ea2aa15845cddeb97dad000d22070bb5c1fb456b96c1cba883ec691e92" |
1498 "checksum sysfs_gpio 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "24961a55846623d8e4f6cec38718945116fed8d6970336a7110710a07aa9b5d1" | 1521 "checksum sysfs_gpio 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "24961a55846623d8e4f6cec38718945116fed8d6970336a7110710a07aa9b5d1" |
1499 "checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" | 1522 "checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" |
1500 "checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e" | 1523 "checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e" |
1501 "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" | 1524 "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
1502 "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" | 1525 "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" |
1510 "checksum tokio-sync 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3c63865749332d5ce8e21ebeb5992a2b65636b2fa4d6e5f9322bbbbb3a811225" | 1533 "checksum tokio-sync 0.2.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3c63865749332d5ce8e21ebeb5992a2b65636b2fa4d6e5f9322bbbbb3a811225" |
1511 "checksum tokio-timer 0.3.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "799925fa2682e7b23510f081c3cc99f30be640d5be617f837dc730e20f916f0e" | 1534 "checksum tokio-timer 0.3.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "799925fa2682e7b23510f081c3cc99f30be640d5be617f837dc730e20f916f0e" |
1512 "checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f" | 1535 "checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f" |
1513 "checksum tower-make 0.1.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fa885d02419e2ae670016951e6456137f7e9f3cf4b2d210dfe8c7974ff9010c3" | 1536 "checksum tower-make 0.1.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fa885d02419e2ae670016951e6456137f7e9f3cf4b2d210dfe8c7974ff9010c3" |
1514 "checksum tower-service 0.3.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7bb202f83c619c74a3f9b5d6d508e9b703be59e86ab49a89adc7eafb1e822b83" | 1537 "checksum tower-service 0.3.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7bb202f83c619c74a3f9b5d6d508e9b703be59e86ab49a89adc7eafb1e822b83" |
1515 "checksum tracing 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c21ff9457accc293386c20e8f754d0b059e67e325edf2284f04230d125d7e5ff" | 1538 "checksum tracing 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ff4e4f59e752cb3beb5b61c6d5e11191c7946231ba84faec2902c9efdd8691c5" |
1516 "checksum tracing-attributes 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "5e27d1065a1de5d8ad2637e41fe14d3cd14363d4a20cb99090b9012004955637" | 1539 "checksum tracing-attributes 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a4263b12c3d3c403274493eb805966093b53214124796552d674ca1dd5d27c2b" |
1517 "checksum tracing-core 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "528c8ebaaa16cdac34795180b046c031775b0d56402704d98c096788f33d646a" | 1540 "checksum tracing-core 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bc913647c520c959b6d21e35ed8fa6984971deca9f0a2fcb8c51207e0c56af1d" |
1518 "checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" | 1541 "checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382" |
1519 "checksum ucd-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa9b3b49edd3468c0e6565d85783f51af95212b6fa3986a5500954f00b460874" | 1542 "checksum ucd-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa9b3b49edd3468c0e6565d85783f51af95212b6fa3986a5500954f00b460874" |
1520 "checksum unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9" | 1543 "checksum unicode-segmentation 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49f5526225fd8b77342d5986ab5f6055552e9c0776193b5b63fd53b46debfad7" |
1521 "checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20" | 1544 "checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20" |
1522 "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" | 1545 "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
1523 "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" | 1546 "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |
1524 "checksum utf8-ranges 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b4ae116fef2b7fea257ed6440d3cfcff7f190865f170cdad00bb6465bf18ecba" | 1547 "checksum utf8-ranges 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b4ae116fef2b7fea257ed6440d3cfcff7f190865f170cdad00bb6465bf18ecba" |
1525 "checksum uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e1436e58182935dcd9ce0add9ea0b558e8a87befe01c1a301e6020aeb0876363" | 1548 "checksum uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e1436e58182935dcd9ce0add9ea0b558e8a87befe01c1a301e6020aeb0876363" |