diff options
author | Minijackson <minijackson@riseup.net> | 2019-11-15 18:14:07 +0100 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2019-11-15 18:14:07 +0100 |
commit | 304d9f220cc208dd78fce11b703354ecd8d2168c (patch) | |
tree | 22c0bc3b13a21c8696d0e20be217c71d8555eabd /Cargo.lock | |
parent | 3301430c676e4af6b95d96b6408a66f9d2768653 (diff) | |
download | poseidoc-304d9f220cc208dd78fce11b703354ecd8d2168c.tar.gz poseidoc-304d9f220cc208dd78fce11b703354ecd8d2168c.zip |
add basic config file, use codemap_diagnostic for main errors
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 158 |
1 files changed, 85 insertions, 73 deletions
@@ -18,7 +18,7 @@ dependencies = [ | |||
18 | 18 | ||
19 | [[package]] | 19 | [[package]] |
20 | name = "anyhow" | 20 | name = "anyhow" |
21 | version = "1.0.12" | 21 | version = "1.0.19" |
22 | source = "registry+https://github.com/rust-lang/crates.io-index" | 22 | source = "registry+https://github.com/rust-lang/crates.io-index" |
23 | 23 | ||
24 | [[package]] | 24 | [[package]] |
@@ -26,23 +26,23 @@ name = "atty" | |||
26 | version = "0.2.13" | 26 | version = "0.2.13" |
27 | source = "registry+https://github.com/rust-lang/crates.io-index" | 27 | source = "registry+https://github.com/rust-lang/crates.io-index" |
28 | dependencies = [ | 28 | dependencies = [ |
29 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 29 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
30 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 30 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
31 | ] | 31 | ] |
32 | 32 | ||
33 | [[package]] | 33 | [[package]] |
34 | name = "autocfg" | 34 | name = "autocfg" |
35 | version = "0.1.6" | 35 | version = "0.1.7" |
36 | source = "registry+https://github.com/rust-lang/crates.io-index" | 36 | source = "registry+https://github.com/rust-lang/crates.io-index" |
37 | 37 | ||
38 | [[package]] | 38 | [[package]] |
39 | name = "bitflags" | 39 | name = "bitflags" |
40 | version = "1.2.0" | 40 | version = "1.2.1" |
41 | source = "registry+https://github.com/rust-lang/crates.io-index" | 41 | source = "registry+https://github.com/rust-lang/crates.io-index" |
42 | 42 | ||
43 | [[package]] | 43 | [[package]] |
44 | name = "cfg-if" | 44 | name = "cfg-if" |
45 | version = "0.1.9" | 45 | version = "0.1.10" |
46 | source = "registry+https://github.com/rust-lang/crates.io-index" | 46 | source = "registry+https://github.com/rust-lang/crates.io-index" |
47 | 47 | ||
48 | [[package]] | 48 | [[package]] |
@@ -50,9 +50,9 @@ name = "chrono" | |||
50 | version = "0.4.9" | 50 | version = "0.4.9" |
51 | source = "registry+https://github.com/rust-lang/crates.io-index" | 51 | source = "registry+https://github.com/rust-lang/crates.io-index" |
52 | dependencies = [ | 52 | dependencies = [ |
53 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 53 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
54 | "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", | 54 | "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", |
55 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 55 | "num-traits 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
56 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", | 56 | "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", |
57 | ] | 57 | ] |
58 | 58 | ||
@@ -62,7 +62,7 @@ version = "0.23.0" | |||
62 | source = "registry+https://github.com/rust-lang/crates.io-index" | 62 | source = "registry+https://github.com/rust-lang/crates.io-index" |
63 | dependencies = [ | 63 | dependencies = [ |
64 | "clang-sys 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)", | 64 | "clang-sys 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)", |
65 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 65 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
66 | ] | 66 | ] |
67 | 67 | ||
68 | [[package]] | 68 | [[package]] |
@@ -71,7 +71,7 @@ version = "0.28.1" | |||
71 | source = "registry+https://github.com/rust-lang/crates.io-index" | 71 | source = "registry+https://github.com/rust-lang/crates.io-index" |
72 | dependencies = [ | 72 | dependencies = [ |
73 | "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 73 | "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
74 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 74 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
75 | ] | 75 | ] |
76 | 76 | ||
77 | [[package]] | 77 | [[package]] |
@@ -81,7 +81,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
81 | dependencies = [ | 81 | dependencies = [ |
82 | "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 82 | "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
83 | "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", | 83 | "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", |
84 | "bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 84 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
85 | "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 85 | "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
86 | "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 86 | "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
87 | "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 87 | "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -125,7 +125,7 @@ name = "heck" | |||
125 | version = "0.3.1" | 125 | version = "0.3.1" |
126 | source = "registry+https://github.com/rust-lang/crates.io-index" | 126 | source = "registry+https://github.com/rust-lang/crates.io-index" |
127 | dependencies = [ | 127 | dependencies = [ |
128 | "unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 128 | "unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
129 | ] | 129 | ] |
130 | 130 | ||
131 | [[package]] | 131 | [[package]] |
@@ -133,7 +133,7 @@ name = "hermit-abi" | |||
133 | version = "0.1.3" | 133 | version = "0.1.3" |
134 | source = "registry+https://github.com/rust-lang/crates.io-index" | 134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
135 | dependencies = [ | 135 | dependencies = [ |
136 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 136 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
137 | ] | 137 | ] |
138 | 138 | ||
139 | [[package]] | 139 | [[package]] |
@@ -156,7 +156,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
156 | 156 | ||
157 | [[package]] | 157 | [[package]] |
158 | name = "libc" | 158 | name = "libc" |
159 | version = "0.2.62" | 159 | version = "0.2.65" |
160 | source = "registry+https://github.com/rust-lang/crates.io-index" | 160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
161 | 161 | ||
162 | [[package]] | 162 | [[package]] |
@@ -164,7 +164,7 @@ name = "log" | |||
164 | version = "0.4.8" | 164 | version = "0.4.8" |
165 | source = "registry+https://github.com/rust-lang/crates.io-index" | 165 | source = "registry+https://github.com/rust-lang/crates.io-index" |
166 | dependencies = [ | 166 | dependencies = [ |
167 | "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 167 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
168 | ] | 168 | ] |
169 | 169 | ||
170 | [[package]] | 170 | [[package]] |
@@ -177,25 +177,25 @@ name = "num-integer" | |||
177 | version = "0.1.41" | 177 | version = "0.1.41" |
178 | source = "registry+https://github.com/rust-lang/crates.io-index" | 178 | source = "registry+https://github.com/rust-lang/crates.io-index" |
179 | dependencies = [ | 179 | dependencies = [ |
180 | "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 180 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
181 | "num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 181 | "num-traits 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
182 | ] | 182 | ] |
183 | 183 | ||
184 | [[package]] | 184 | [[package]] |
185 | name = "num-traits" | 185 | name = "num-traits" |
186 | version = "0.2.8" | 186 | version = "0.2.9" |
187 | source = "registry+https://github.com/rust-lang/crates.io-index" | 187 | source = "registry+https://github.com/rust-lang/crates.io-index" |
188 | dependencies = [ | 188 | dependencies = [ |
189 | "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | 189 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
190 | ] | 190 | ] |
191 | 191 | ||
192 | [[package]] | 192 | [[package]] |
193 | name = "num_cpus" | 193 | name = "num_cpus" |
194 | version = "1.11.0" | 194 | version = "1.11.1" |
195 | source = "registry+https://github.com/rust-lang/crates.io-index" | 195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
196 | dependencies = [ | 196 | dependencies = [ |
197 | "hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 197 | "hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
198 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 198 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
199 | ] | 199 | ] |
200 | 200 | ||
201 | [[package]] | 201 | [[package]] |
@@ -203,9 +203,9 @@ name = "pandoc_types" | |||
203 | version = "0.2.0" | 203 | version = "0.2.0" |
204 | source = "registry+https://github.com/rust-lang/crates.io-index" | 204 | source = "registry+https://github.com/rust-lang/crates.io-index" |
205 | dependencies = [ | 205 | dependencies = [ |
206 | "serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", | 206 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", |
207 | "serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", | 207 | "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", |
208 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", | 208 | "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", |
209 | ] | 209 | ] |
210 | 210 | ||
211 | [[package]] | 211 | [[package]] |
@@ -217,20 +217,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
217 | name = "poseidoc" | 217 | name = "poseidoc" |
218 | version = "0.1.0" | 218 | version = "0.1.0" |
219 | dependencies = [ | 219 | dependencies = [ |
220 | "anyhow 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", | 220 | "anyhow 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)", |
221 | "clang 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)", | 221 | "clang 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)", |
222 | "codemap 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 222 | "codemap 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
223 | "codemap-diagnostic 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 223 | "codemap-diagnostic 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
224 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", | 224 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
225 | "num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 225 | "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", |
226 | "pandoc_types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 226 | "pandoc_types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
227 | "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 227 | "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
228 | "pretty_env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 228 | "pretty_env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
229 | "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", | 229 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", |
230 | "serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", | ||
231 | "serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", | ||
230 | "shell-words 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 232 | "shell-words 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
231 | "structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 233 | "structopt 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
232 | "thiserror 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 234 | "thiserror 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
233 | "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 235 | "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
236 | "toml 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
234 | "xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 237 | "xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
235 | ] | 238 | ] |
236 | 239 | ||
@@ -249,14 +252,14 @@ name = "proc-macro-error" | |||
249 | version = "0.2.6" | 252 | version = "0.2.6" |
250 | source = "registry+https://github.com/rust-lang/crates.io-index" | 253 | source = "registry+https://github.com/rust-lang/crates.io-index" |
251 | dependencies = [ | 254 | dependencies = [ |
252 | "proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 255 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
253 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 256 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
254 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 257 | "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
255 | ] | 258 | ] |
256 | 259 | ||
257 | [[package]] | 260 | [[package]] |
258 | name = "proc-macro2" | 261 | name = "proc-macro2" |
259 | version = "1.0.3" | 262 | version = "1.0.6" |
260 | source = "registry+https://github.com/rust-lang/crates.io-index" | 263 | source = "registry+https://github.com/rust-lang/crates.io-index" |
261 | dependencies = [ | 264 | dependencies = [ |
262 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 265 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -272,7 +275,7 @@ name = "quote" | |||
272 | version = "1.0.2" | 275 | version = "1.0.2" |
273 | source = "registry+https://github.com/rust-lang/crates.io-index" | 276 | source = "registry+https://github.com/rust-lang/crates.io-index" |
274 | dependencies = [ | 277 | dependencies = [ |
275 | "proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 278 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
276 | ] | 279 | ] |
277 | 280 | ||
278 | [[package]] | 281 | [[package]] |
@@ -298,32 +301,32 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
298 | 301 | ||
299 | [[package]] | 302 | [[package]] |
300 | name = "ryu" | 303 | name = "ryu" |
301 | version = "1.0.0" | 304 | version = "1.0.2" |
302 | source = "registry+https://github.com/rust-lang/crates.io-index" | 305 | source = "registry+https://github.com/rust-lang/crates.io-index" |
303 | 306 | ||
304 | [[package]] | 307 | [[package]] |
305 | name = "serde" | 308 | name = "serde" |
306 | version = "1.0.100" | 309 | version = "1.0.102" |
307 | source = "registry+https://github.com/rust-lang/crates.io-index" | 310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
308 | 311 | ||
309 | [[package]] | 312 | [[package]] |
310 | name = "serde_derive" | 313 | name = "serde_derive" |
311 | version = "1.0.100" | 314 | version = "1.0.102" |
312 | source = "registry+https://github.com/rust-lang/crates.io-index" | 315 | source = "registry+https://github.com/rust-lang/crates.io-index" |
313 | dependencies = [ | 316 | dependencies = [ |
314 | "proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 317 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
315 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 318 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
316 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 319 | "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
317 | ] | 320 | ] |
318 | 321 | ||
319 | [[package]] | 322 | [[package]] |
320 | name = "serde_json" | 323 | name = "serde_json" |
321 | version = "1.0.40" | 324 | version = "1.0.41" |
322 | source = "registry+https://github.com/rust-lang/crates.io-index" | 325 | source = "registry+https://github.com/rust-lang/crates.io-index" |
323 | dependencies = [ | 326 | dependencies = [ |
324 | "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 327 | "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
325 | "ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 328 | "ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
326 | "serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", | 329 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", |
327 | ] | 330 | ] |
328 | 331 | ||
329 | [[package]] | 332 | [[package]] |
@@ -338,31 +341,31 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
338 | 341 | ||
339 | [[package]] | 342 | [[package]] |
340 | name = "structopt" | 343 | name = "structopt" |
341 | version = "0.3.3" | 344 | version = "0.3.4" |
342 | source = "registry+https://github.com/rust-lang/crates.io-index" | 345 | source = "registry+https://github.com/rust-lang/crates.io-index" |
343 | dependencies = [ | 346 | dependencies = [ |
344 | "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", | 347 | "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", |
345 | "structopt-derive 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 348 | "structopt-derive 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
346 | ] | 349 | ] |
347 | 350 | ||
348 | [[package]] | 351 | [[package]] |
349 | name = "structopt-derive" | 352 | name = "structopt-derive" |
350 | version = "0.3.3" | 353 | version = "0.3.4" |
351 | source = "registry+https://github.com/rust-lang/crates.io-index" | 354 | source = "registry+https://github.com/rust-lang/crates.io-index" |
352 | dependencies = [ | 355 | dependencies = [ |
353 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 356 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
354 | "proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 357 | "proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
355 | "proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 358 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
356 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 359 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
357 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 360 | "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
358 | ] | 361 | ] |
359 | 362 | ||
360 | [[package]] | 363 | [[package]] |
361 | name = "syn" | 364 | name = "syn" |
362 | version = "1.0.5" | 365 | version = "1.0.8" |
363 | source = "registry+https://github.com/rust-lang/crates.io-index" | 366 | source = "registry+https://github.com/rust-lang/crates.io-index" |
364 | dependencies = [ | 367 | dependencies = [ |
365 | "proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 368 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
366 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 369 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
367 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 370 | "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
368 | ] | 371 | ] |
@@ -385,20 +388,20 @@ dependencies = [ | |||
385 | 388 | ||
386 | [[package]] | 389 | [[package]] |
387 | name = "thiserror" | 390 | name = "thiserror" |
388 | version = "1.0.1" | 391 | version = "1.0.5" |
389 | source = "registry+https://github.com/rust-lang/crates.io-index" | 392 | source = "registry+https://github.com/rust-lang/crates.io-index" |
390 | dependencies = [ | 393 | dependencies = [ |
391 | "thiserror-impl 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 394 | "thiserror-impl 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
392 | ] | 395 | ] |
393 | 396 | ||
394 | [[package]] | 397 | [[package]] |
395 | name = "thiserror-impl" | 398 | name = "thiserror-impl" |
396 | version = "1.0.0" | 399 | version = "1.0.5" |
397 | source = "registry+https://github.com/rust-lang/crates.io-index" | 400 | source = "registry+https://github.com/rust-lang/crates.io-index" |
398 | dependencies = [ | 401 | dependencies = [ |
399 | "proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 402 | "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
400 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 403 | "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
401 | "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | 404 | "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
402 | ] | 405 | ] |
403 | 406 | ||
404 | [[package]] | 407 | [[package]] |
@@ -414,7 +417,7 @@ name = "threadpool" | |||
414 | version = "1.7.1" | 417 | version = "1.7.1" |
415 | source = "registry+https://github.com/rust-lang/crates.io-index" | 418 | source = "registry+https://github.com/rust-lang/crates.io-index" |
416 | dependencies = [ | 419 | dependencies = [ |
417 | "num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 420 | "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", |
418 | ] | 421 | ] |
419 | 422 | ||
420 | [[package]] | 423 | [[package]] |
@@ -422,14 +425,22 @@ name = "time" | |||
422 | version = "0.1.42" | 425 | version = "0.1.42" |
423 | source = "registry+https://github.com/rust-lang/crates.io-index" | 426 | source = "registry+https://github.com/rust-lang/crates.io-index" |
424 | dependencies = [ | 427 | dependencies = [ |
425 | "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", | 428 | "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
426 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", | 429 | "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
427 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 430 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
428 | ] | 431 | ] |
429 | 432 | ||
430 | [[package]] | 433 | [[package]] |
434 | name = "toml" | ||
435 | version = "0.5.5" | ||
436 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
437 | dependencies = [ | ||
438 | "serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)", | ||
439 | ] | ||
440 | |||
441 | [[package]] | ||
431 | name = "unicode-segmentation" | 442 | name = "unicode-segmentation" |
432 | version = "1.3.0" | 443 | version = "1.6.0" |
433 | source = "registry+https://github.com/rust-lang/crates.io-index" | 444 | source = "registry+https://github.com/rust-lang/crates.io-index" |
434 | 445 | ||
435 | [[package]] | 446 | [[package]] |
@@ -491,11 +502,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
491 | [metadata] | 502 | [metadata] |
492 | "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" | 503 | "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" |
493 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" | 504 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
494 | "checksum anyhow 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)" = "aaf594cde167a6a4e715d4c8c3a71eb07e6b2c48b28014f9425bc8f7d8bdec11" | 505 | "checksum anyhow 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)" = "57114fc2a6cc374bce195d3482057c846e706d252ff3604363449695684d7a0d" |
495 | "checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" | 506 | "checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" |
496 | "checksum autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b671c8fb71b457dd4ae18c4ba1e59aa81793daacc361d82fcd410cef0d491875" | 507 | "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" |
497 | "checksum bitflags 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8a606a02debe2813760609f57a64a2ffd27d9fdf5b2f133eaca0b248dd92cdd2" | 508 | "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
498 | "checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33" | 509 | "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
499 | "checksum chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e8493056968583b0193c1bb04d6f7684586f3726992d6c573261941a895dbd68" | 510 | "checksum chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e8493056968583b0193c1bb04d6f7684586f3726992d6c573261941a895dbd68" |
500 | "checksum clang 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)" = "edaa418fdc81a329f3c8258a4e8776f7d2c31682147c5bda1c5c37ab8e818114" | 511 | "checksum clang 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)" = "edaa418fdc81a329f3c8258a4e8776f7d2c31682147c5bda1c5c37ab8e818114" |
501 | "checksum clang-sys 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)" = "81de550971c976f176130da4b2978d3b524eaa0fd9ac31f3ceb5ae1231fb4853" | 512 | "checksum clang-sys 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)" = "81de550971c976f176130da4b2978d3b524eaa0fd9ac31f3ceb5ae1231fb4853" |
@@ -509,39 +520,40 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
509 | "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" | 520 | "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" |
510 | "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" | 521 | "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" |
511 | "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | 522 | "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
512 | "checksum libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba" | 523 | "checksum libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)" = "1a31a0627fdf1f6a39ec0dd577e101440b7db22672c0901fe00a9a6fbb5c24e8" |
513 | "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" | 524 | "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
514 | "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" | 525 | "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" |
515 | "checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09" | 526 | "checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09" |
516 | "checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32" | 527 | "checksum num-traits 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "443c53b3c3531dfcbfa499d8893944db78474ad7a1d87fa2d94d1a2231693ac6" |
517 | "checksum num_cpus 1.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "155394f924cdddf08149da25bfb932d226b4a593ca7468b08191ff6335941af5" | 528 | "checksum num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72" |
518 | "checksum pandoc_types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "29869c4f0ed84c2514105047415ff220679d7dbe566982c32f60a5c330cb77ed" | 529 | "checksum pandoc_types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "29869c4f0ed84c2514105047415ff220679d7dbe566982c32f60a5c330cb77ed" |
519 | "checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" | 530 | "checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" |
520 | "checksum pretty_env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "717ee476b1690853d222af4634056d830b5197ffd747726a9a1eee6da9f49074" | 531 | "checksum pretty_env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "717ee476b1690853d222af4634056d830b5197ffd747726a9a1eee6da9f49074" |
521 | "checksum proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aeccfe4d5d8ea175d5f0e4a2ad0637e0f4121d63bd99d356fb1f39ab2e7c6097" | 532 | "checksum proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aeccfe4d5d8ea175d5f0e4a2ad0637e0f4121d63bd99d356fb1f39ab2e7c6097" |
522 | "checksum proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e98a83a9f9b331f54b924e68a66acb1bb35cb01fb0a23645139967abefb697e8" | 533 | "checksum proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27" |
523 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" | 534 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
524 | "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" | 535 | "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" |
525 | "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" | 536 | "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" |
526 | "checksum regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd" | 537 | "checksum regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd" |
527 | "checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716" | 538 | "checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716" |
528 | "checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997" | 539 | "checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8" |
529 | "checksum serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)" = "f4473e8506b213730ff2061073b48fa51dcc66349219e2e7c5608f0296a1d95a" | 540 | "checksum serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4b39bd9b0b087684013a792c59e3e07a46a01d2322518d8a1104641a0b1be0" |
530 | "checksum serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)" = "11e410fde43e157d789fc290d26bc940778ad0fdd47836426fbac36573710dbb" | 541 | "checksum serde_derive 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)" = "ca13fc1a832f793322228923fbb3aba9f3f44444898f835d31ad1b74fa0a2bf8" |
531 | "checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704" | 542 | "checksum serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "2f72eb2a68a7dc3f9a691bfda9305a1c017a6215e5a4545c258500d2099a37c2" |
532 | "checksum shell-words 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "39acde55a154c4cd3ae048ac78cc21c25f3a0145e44111b523279113dce0d94a" | 543 | "checksum shell-words 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "39acde55a154c4cd3ae048ac78cc21c25f3a0145e44111b523279113dce0d94a" |
533 | "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" | 544 | "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
534 | "checksum structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6d4f66a4c0ddf7aee4677995697366de0749b0139057342eccbb609b12d0affc" | 545 | "checksum structopt 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c167b61c7d4c126927f5346a4327ce20abf8a186b8041bbeb1ce49e5db49587b" |
535 | "checksum structopt-derive 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8fe0c13e476b4e21ff7f5c4ace3818b6d7bdc16897c31c73862471bc1663acae" | 546 | "checksum structopt-derive 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "519621841414165d2ad0d4c92be8f41844203f2b67e245f9345a5a12d40c69d7" |
536 | "checksum syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "66850e97125af79138385e9b88339cbcd037e3f28ceab8c5ad98e64f0f1f80bf" | 547 | "checksum syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "661641ea2aa15845cddeb97dad000d22070bb5c1fb456b96c1cba883ec691e92" |
537 | "checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e" | 548 | "checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e" |
538 | "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" | 549 | "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
539 | "checksum thiserror 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76a6728729f99559e9ec7e39848ea39623849aa1d7d3bb99b30ec349a2ffc730" | 550 | "checksum thiserror 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f9fb62ff737e573b1e677459bea6fd023cd5d6e868c3242d3cdf3ef2f0554824" |
540 | "checksum thiserror-impl 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e9d53f5a0d2bd66d1d841e69a4beb74a226216b3f158ff0c534578f76e7beac9" | 551 | "checksum thiserror-impl 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "24069c0ba08aab54289d6a25f5036d94afc61e1538bbc42ae5501df141c9027d" |
541 | "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" | 552 | "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" |
542 | "checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" | 553 | "checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" |
543 | "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" | 554 | "checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" |
544 | "checksum unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9" | 555 | "checksum toml 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "01d1404644c8b12b16bfcffa4322403a91a451584daaaa7c28d3152e6cbc98cf" |
556 | "checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" | ||
545 | "checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20" | 557 | "checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20" |
546 | "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" | 558 | "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |
547 | "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" | 559 | "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" |