diff options
author | Minijackson <minijackson@riseup.net> | 2018-10-08 00:12:03 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2018-10-08 00:12:03 +0200 |
commit | 103fee7fa38367be5b8d222124a4aeb3aba995fb (patch) | |
tree | e25186485f38811320b10051c040afa7bf67379b | |
parent | bea87725a87a3a045075ba4788b8455a806dbaf4 (diff) | |
download | set_eq-103fee7fa38367be5b8d222124a4aeb3aba995fb.tar.gz set_eq-103fee7fa38367be5b8d222124a4aeb3aba995fb.zip |
Update dependencies
-rw-r--r-- | Cargo.lock | 158 | ||||
-rw-r--r-- | derivation.nix | 2 |
2 files changed, 91 insertions, 69 deletions
@@ -3,7 +3,7 @@ name = "aho-corasick" | |||
3 | version = "0.6.8" | 3 | version = "0.6.8" |
4 | source = "registry+https://github.com/rust-lang/crates.io-index" | 4 | source = "registry+https://github.com/rust-lang/crates.io-index" |
5 | dependencies = [ | 5 | dependencies = [ |
6 | "memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 6 | "memchr 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
7 | ] | 7 | ] |
8 | 8 | ||
9 | [[package]] | 9 | [[package]] |
@@ -11,7 +11,7 @@ name = "ansi_term" | |||
11 | version = "0.11.0" | 11 | version = "0.11.0" |
12 | source = "registry+https://github.com/rust-lang/crates.io-index" | 12 | source = "registry+https://github.com/rust-lang/crates.io-index" |
13 | dependencies = [ | 13 | dependencies = [ |
14 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | 14 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
15 | ] | 15 | ] |
16 | 16 | ||
17 | [[package]] | 17 | [[package]] |
@@ -44,7 +44,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
44 | dependencies = [ | 44 | dependencies = [ |
45 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | 45 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
46 | "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | 46 | "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
47 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | 47 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
48 | ] | 48 | ] |
49 | 49 | ||
50 | [[package]] | 50 | [[package]] |
@@ -56,7 +56,7 @@ dependencies = [ | |||
56 | "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 56 | "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
57 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | 57 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
58 | "rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 58 | "rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
59 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | 59 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
60 | ] | 60 | ] |
61 | 61 | ||
62 | [[package]] | 62 | [[package]] |
@@ -64,7 +64,7 @@ name = "backtrace-sys" | |||
64 | version = "0.1.24" | 64 | version = "0.1.24" |
65 | source = "registry+https://github.com/rust-lang/crates.io-index" | 65 | source = "registry+https://github.com/rust-lang/crates.io-index" |
66 | dependencies = [ | 66 | dependencies = [ |
67 | "cc 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)", | 67 | "cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", |
68 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | 68 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
69 | ] | 69 | ] |
70 | 70 | ||
@@ -102,7 +102,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
102 | 102 | ||
103 | [[package]] | 103 | [[package]] |
104 | name = "cc" | 104 | name = "cc" |
105 | version = "1.0.23" | 105 | version = "1.0.25" |
106 | source = "registry+https://github.com/rust-lang/crates.io-index" | 106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
107 | 107 | ||
108 | [[package]] | 108 | [[package]] |
@@ -131,9 +131,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
131 | dependencies = [ | 131 | dependencies = [ |
132 | "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", | 132 | "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", |
133 | "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 133 | "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
134 | "log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 134 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
135 | "pretty_env_logger 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", | 135 | "pretty_env_logger 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", |
136 | "structopt 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", | 136 | "structopt 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
137 | ] | 137 | ] |
138 | 138 | ||
139 | [[package]] | 139 | [[package]] |
@@ -143,8 +143,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
143 | dependencies = [ | 143 | dependencies = [ |
144 | "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", | 144 | "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", |
145 | "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 145 | "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
146 | "log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 146 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
147 | "structopt 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", | 147 | "structopt 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
148 | ] | 148 | ] |
149 | 149 | ||
150 | [[package]] | 150 | [[package]] |
@@ -171,7 +171,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
171 | 171 | ||
172 | [[package]] | 172 | [[package]] |
173 | name = "digest" | 173 | name = "digest" |
174 | version = "0.7.5" | 174 | version = "0.7.6" |
175 | source = "registry+https://github.com/rust-lang/crates.io-index" | 175 | source = "registry+https://github.com/rust-lang/crates.io-index" |
176 | dependencies = [ | 176 | dependencies = [ |
177 | "generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 177 | "generic-array 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -184,8 +184,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
184 | dependencies = [ | 184 | dependencies = [ |
185 | "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 185 | "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
186 | "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | 186 | "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
187 | "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)", | 187 | "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", |
188 | "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)", | 188 | "serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", |
189 | "strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | 189 | "strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
190 | ] | 190 | ] |
191 | 191 | ||
@@ -206,9 +206,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
206 | dependencies = [ | 206 | dependencies = [ |
207 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | 207 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
208 | "humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 208 | "humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
209 | "log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 209 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
210 | "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 210 | "regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
211 | "termcolor 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 211 | "termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
212 | ] | 212 | ] |
213 | 213 | ||
214 | [[package]] | 214 | [[package]] |
@@ -225,7 +225,7 @@ name = "failure_derive" | |||
225 | version = "0.1.2" | 225 | version = "0.1.2" |
226 | source = "registry+https://github.com/rust-lang/crates.io-index" | 226 | source = "registry+https://github.com/rust-lang/crates.io-index" |
227 | dependencies = [ | 227 | dependencies = [ |
228 | "proc-macro2 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)", | 228 | "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", |
229 | "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", | 229 | "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", |
230 | "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)", | 230 | "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)", |
231 | "synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 231 | "synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -302,7 +302,7 @@ dependencies = [ | |||
302 | "atty 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 302 | "atty 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
303 | "bit-set 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 303 | "bit-set 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
304 | "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | 304 | "diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
305 | "digest 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", | 305 | "digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", |
306 | "docopt 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", | 306 | "docopt 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", |
307 | "ena 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | 307 | "ena 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
308 | "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", | 308 | "itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -311,8 +311,8 @@ dependencies = [ | |||
311 | "petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", | 311 | "petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", |
312 | "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | 312 | "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
313 | "regex-syntax 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 313 | "regex-syntax 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
314 | "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)", | 314 | "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", |
315 | "serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)", | 315 | "serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", |
316 | "sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 316 | "sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
317 | "string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", | 317 | "string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
318 | "term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 318 | "term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -349,7 +349,7 @@ name = "lazy_static" | |||
349 | version = "1.1.0" | 349 | version = "1.1.0" |
350 | source = "registry+https://github.com/rust-lang/crates.io-index" | 350 | source = "registry+https://github.com/rust-lang/crates.io-index" |
351 | dependencies = [ | 351 | dependencies = [ |
352 | "version_check 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | 352 | "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
353 | ] | 353 | ] |
354 | 354 | ||
355 | [[package]] | 355 | [[package]] |
@@ -367,7 +367,7 @@ dependencies = [ | |||
367 | 367 | ||
368 | [[package]] | 368 | [[package]] |
369 | name = "log" | 369 | name = "log" |
370 | version = "0.4.4" | 370 | version = "0.4.5" |
371 | source = "registry+https://github.com/rust-lang/crates.io-index" | 371 | source = "registry+https://github.com/rust-lang/crates.io-index" |
372 | dependencies = [ | 372 | dependencies = [ |
373 | "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 373 | "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -375,10 +375,12 @@ dependencies = [ | |||
375 | 375 | ||
376 | [[package]] | 376 | [[package]] |
377 | name = "memchr" | 377 | name = "memchr" |
378 | version = "2.0.2" | 378 | version = "2.1.0" |
379 | source = "registry+https://github.com/rust-lang/crates.io-index" | 379 | source = "registry+https://github.com/rust-lang/crates.io-index" |
380 | dependencies = [ | 380 | dependencies = [ |
381 | "cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
381 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | 382 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
383 | "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
382 | ] | 384 | ] |
383 | 385 | ||
384 | [[package]] | 386 | [[package]] |
@@ -437,7 +439,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
437 | dependencies = [ | 439 | dependencies = [ |
438 | "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 440 | "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
439 | "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", | 441 | "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", |
440 | "log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 442 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
441 | ] | 443 | ] |
442 | 444 | ||
443 | [[package]] | 445 | [[package]] |
@@ -450,7 +452,7 @@ dependencies = [ | |||
450 | 452 | ||
451 | [[package]] | 453 | [[package]] |
452 | name = "proc-macro2" | 454 | name = "proc-macro2" |
453 | version = "0.4.15" | 455 | version = "0.4.20" |
454 | source = "registry+https://github.com/rust-lang/crates.io-index" | 456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
455 | dependencies = [ | 457 | dependencies = [ |
456 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 458 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -474,7 +476,7 @@ name = "quote" | |||
474 | version = "0.6.8" | 476 | version = "0.6.8" |
475 | source = "registry+https://github.com/rust-lang/crates.io-index" | 477 | source = "registry+https://github.com/rust-lang/crates.io-index" |
476 | dependencies = [ | 478 | dependencies = [ |
477 | "proc-macro2 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)", | 479 | "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", |
478 | ] | 480 | ] |
479 | 481 | ||
480 | [[package]] | 482 | [[package]] |
@@ -485,13 +487,21 @@ dependencies = [ | |||
485 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | 487 | "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
486 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 488 | "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
487 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | 489 | "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
488 | "rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | 490 | "rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
489 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | 491 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
492 | ] | ||
493 | |||
494 | [[package]] | ||
495 | name = "rand_core" | ||
496 | version = "0.2.2" | ||
497 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
498 | dependencies = [ | ||
499 | "rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
490 | ] | 500 | ] |
491 | 501 | ||
492 | [[package]] | 502 | [[package]] |
493 | name = "rand_core" | 503 | name = "rand_core" |
494 | version = "0.2.1" | 504 | version = "0.3.0" |
495 | source = "registry+https://github.com/rust-lang/crates.io-index" | 505 | source = "registry+https://github.com/rust-lang/crates.io-index" |
496 | 506 | ||
497 | [[package]] | 507 | [[package]] |
@@ -513,7 +523,7 @@ version = "0.2.11" | |||
513 | source = "registry+https://github.com/rust-lang/crates.io-index" | 523 | source = "registry+https://github.com/rust-lang/crates.io-index" |
514 | dependencies = [ | 524 | dependencies = [ |
515 | "aho-corasick 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", | 525 | "aho-corasick 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", |
516 | "memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 526 | "memchr 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
517 | "regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", | 527 | "regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
518 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 528 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
519 | "utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 529 | "utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -521,11 +531,11 @@ dependencies = [ | |||
521 | 531 | ||
522 | [[package]] | 532 | [[package]] |
523 | name = "regex" | 533 | name = "regex" |
524 | version = "1.0.4" | 534 | version = "1.0.5" |
525 | source = "registry+https://github.com/rust-lang/crates.io-index" | 535 | source = "registry+https://github.com/rust-lang/crates.io-index" |
526 | dependencies = [ | 536 | dependencies = [ |
527 | "aho-corasick 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", | 537 | "aho-corasick 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", |
528 | "memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | 538 | "memchr 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
529 | "regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | 539 | "regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
530 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | 540 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
531 | "utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 541 | "utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -564,17 +574,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
564 | 574 | ||
565 | [[package]] | 575 | [[package]] |
566 | name = "serde" | 576 | name = "serde" |
567 | version = "1.0.75" | 577 | version = "1.0.79" |
568 | source = "registry+https://github.com/rust-lang/crates.io-index" | 578 | source = "registry+https://github.com/rust-lang/crates.io-index" |
569 | 579 | ||
570 | [[package]] | 580 | [[package]] |
571 | name = "serde_derive" | 581 | name = "serde_derive" |
572 | version = "1.0.75" | 582 | version = "1.0.79" |
573 | source = "registry+https://github.com/rust-lang/crates.io-index" | 583 | source = "registry+https://github.com/rust-lang/crates.io-index" |
574 | dependencies = [ | 584 | dependencies = [ |
575 | "proc-macro2 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)", | 585 | "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", |
576 | "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", | 586 | "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", |
577 | "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)", | 587 | "syn 0.15.9 (registry+https://github.com/rust-lang/crates.io-index)", |
578 | ] | 588 | ] |
579 | 589 | ||
580 | [[package]] | 590 | [[package]] |
@@ -584,7 +594,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
584 | dependencies = [ | 594 | dependencies = [ |
585 | "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", | 595 | "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
586 | "ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | 596 | "ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
587 | "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)", | 597 | "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", |
588 | ] | 598 | ] |
589 | 599 | ||
590 | [[package]] | 600 | [[package]] |
@@ -598,10 +608,10 @@ dependencies = [ | |||
598 | "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 608 | "failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
599 | "lalrpop 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", | 609 | "lalrpop 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", |
600 | "lalrpop-util 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", | 610 | "lalrpop-util 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", |
601 | "log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", | 611 | "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
602 | "regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", | 612 | "regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
603 | "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", | 613 | "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", |
604 | "structopt 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", | 614 | "structopt 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
605 | ] | 615 | ] |
606 | 616 | ||
607 | [[package]] | 617 | [[package]] |
@@ -611,7 +621,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
611 | dependencies = [ | 621 | dependencies = [ |
612 | "block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | 622 | "block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
613 | "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 623 | "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
614 | "digest 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", | 624 | "digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", |
615 | "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | 625 | "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
616 | ] | 626 | ] |
617 | 627 | ||
@@ -629,7 +639,7 @@ dependencies = [ | |||
629 | "new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 639 | "new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
630 | "phf_shared 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)", | 640 | "phf_shared 0.7.23 (registry+https://github.com/rust-lang/crates.io-index)", |
631 | "precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 641 | "precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
632 | "serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)", | 642 | "serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)", |
633 | "string_cache_codegen 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", | 643 | "string_cache_codegen 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
634 | "string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 644 | "string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
635 | ] | 645 | ] |
@@ -663,21 +673,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
663 | 673 | ||
664 | [[package]] | 674 | [[package]] |
665 | name = "structopt" | 675 | name = "structopt" |
666 | version = "0.2.10" | 676 | version = "0.2.11" |
667 | source = "registry+https://github.com/rust-lang/crates.io-index" | 677 | source = "registry+https://github.com/rust-lang/crates.io-index" |
668 | dependencies = [ | 678 | dependencies = [ |
669 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", | 679 | "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", |
670 | "structopt-derive 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", | 680 | "structopt-derive 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
671 | ] | 681 | ] |
672 | 682 | ||
673 | [[package]] | 683 | [[package]] |
674 | name = "structopt-derive" | 684 | name = "structopt-derive" |
675 | version = "0.2.10" | 685 | version = "0.2.11" |
676 | source = "registry+https://github.com/rust-lang/crates.io-index" | 686 | source = "registry+https://github.com/rust-lang/crates.io-index" |
677 | dependencies = [ | 687 | dependencies = [ |
678 | "proc-macro2 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)", | 688 | "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", |
679 | "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", | 689 | "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", |
680 | "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)", | 690 | "syn 0.15.9 (registry+https://github.com/rust-lang/crates.io-index)", |
681 | ] | 691 | ] |
682 | 692 | ||
683 | [[package]] | 693 | [[package]] |
@@ -685,7 +695,17 @@ name = "syn" | |||
685 | version = "0.14.9" | 695 | version = "0.14.9" |
686 | source = "registry+https://github.com/rust-lang/crates.io-index" | 696 | source = "registry+https://github.com/rust-lang/crates.io-index" |
687 | dependencies = [ | 697 | dependencies = [ |
688 | "proc-macro2 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)", | 698 | "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", |
699 | "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||
700 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
701 | ] | ||
702 | |||
703 | [[package]] | ||
704 | name = "syn" | ||
705 | version = "0.15.9" | ||
706 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
707 | dependencies = [ | ||
708 | "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", | ||
689 | "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", | 709 | "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", |
690 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 710 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
691 | ] | 711 | ] |
@@ -695,7 +715,7 @@ name = "synstructure" | |||
695 | version = "0.9.0" | 715 | version = "0.9.0" |
696 | source = "registry+https://github.com/rust-lang/crates.io-index" | 716 | source = "registry+https://github.com/rust-lang/crates.io-index" |
697 | dependencies = [ | 717 | dependencies = [ |
698 | "proc-macro2 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)", | 718 | "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", |
699 | "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", | 719 | "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", |
700 | "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)", | 720 | "syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)", |
701 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | 721 | "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -712,7 +732,7 @@ dependencies = [ | |||
712 | 732 | ||
713 | [[package]] | 733 | [[package]] |
714 | name = "termcolor" | 734 | name = "termcolor" |
715 | version = "1.0.3" | 735 | version = "1.0.4" |
716 | source = "registry+https://github.com/rust-lang/crates.io-index" | 736 | source = "registry+https://github.com/rust-lang/crates.io-index" |
717 | dependencies = [ | 737 | dependencies = [ |
718 | "wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | 738 | "wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -784,7 +804,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
784 | 804 | ||
785 | [[package]] | 805 | [[package]] |
786 | name = "version_check" | 806 | name = "version_check" |
787 | version = "0.1.4" | 807 | version = "0.1.5" |
788 | source = "registry+https://github.com/rust-lang/crates.io-index" | 808 | source = "registry+https://github.com/rust-lang/crates.io-index" |
789 | 809 | ||
790 | [[package]] | 810 | [[package]] |
@@ -799,7 +819,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
799 | 819 | ||
800 | [[package]] | 820 | [[package]] |
801 | name = "winapi" | 821 | name = "winapi" |
802 | version = "0.3.5" | 822 | version = "0.3.6" |
803 | source = "registry+https://github.com/rust-lang/crates.io-index" | 823 | source = "registry+https://github.com/rust-lang/crates.io-index" |
804 | dependencies = [ | 824 | dependencies = [ |
805 | "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | 825 | "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -821,7 +841,7 @@ name = "winapi-util" | |||
821 | version = "0.1.1" | 841 | version = "0.1.1" |
822 | source = "registry+https://github.com/rust-lang/crates.io-index" | 842 | source = "registry+https://github.com/rust-lang/crates.io-index" |
823 | dependencies = [ | 843 | dependencies = [ |
824 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | 844 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
825 | ] | 845 | ] |
826 | 846 | ||
827 | [[package]] | 847 | [[package]] |
@@ -834,7 +854,7 @@ name = "wincolor" | |||
834 | version = "1.0.1" | 854 | version = "1.0.1" |
835 | source = "registry+https://github.com/rust-lang/crates.io-index" | 855 | source = "registry+https://github.com/rust-lang/crates.io-index" |
836 | dependencies = [ | 856 | dependencies = [ |
837 | "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | 857 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
838 | "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 858 | "winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
839 | ] | 859 | ] |
840 | 860 | ||
@@ -852,7 +872,7 @@ dependencies = [ | |||
852 | "checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12" | 872 | "checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12" |
853 | "checksum block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab" | 873 | "checksum block-buffer 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a076c298b9ecdb530ed9d967e74a6027d6a7478924520acddcddc24c1c8ab3ab" |
854 | "checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40" | 874 | "checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40" |
855 | "checksum cc 1.0.23 (registry+https://github.com/rust-lang/crates.io-index)" = "c37f0efaa4b9b001fa6f02d4b644dee4af97d3414df07c51e3e4f015f3a3e131" | 875 | "checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16" |
856 | "checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3" | 876 | "checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3" |
857 | "checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e" | 877 | "checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e" |
858 | "checksum clap-log-flag 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b05213138aad9c0f820773c51e829eae4189986435aa5c115a6465b385892a5" | 878 | "checksum clap-log-flag 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b05213138aad9c0f820773c51e829eae4189986435aa5c115a6465b385892a5" |
@@ -860,7 +880,7 @@ dependencies = [ | |||
860 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" | 880 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
861 | "checksum dbus 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3e34c238dfb3f5881d46ad301403cd8f8ecf946e2a4e89bdd1166728b68b5008" | 881 | "checksum dbus 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3e34c238dfb3f5881d46ad301403cd8f8ecf946e2a4e89bdd1166728b68b5008" |
862 | "checksum diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a" | 882 | "checksum diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a" |
863 | "checksum digest 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "5b29c278aa8fd30796bd977169e8004b4aa88cdcd2f32a6eb22bc2d5d38df94a" | 883 | "checksum digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "03b072242a8cbaf9c145665af9d250c59af3b958f83ed6824e13533cf76d5b90" |
864 | "checksum docopt 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d8acd393692c503b168471874953a2531df0e9ab77d0b6bbc582395743300a4a" | 884 | "checksum docopt 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d8acd393692c503b168471874953a2531df0e9ab77d0b6bbc582395743300a4a" |
865 | "checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0" | 885 | "checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0" |
866 | "checksum ena 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cabe5a5078ac8c506d3e4430763b1ba9b609b1286913e7d08e581d1c2de9b7e5" | 886 | "checksum ena 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cabe5a5078ac8c506d3e4430763b1ba9b609b1286913e7d08e581d1c2de9b7e5" |
@@ -882,8 +902,8 @@ dependencies = [ | |||
882 | "checksum lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca488b89a5657b0a2ecd45b95609b3e848cf1755da332a0da46e2b2b1cb371a7" | 902 | "checksum lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca488b89a5657b0a2ecd45b95609b3e848cf1755da332a0da46e2b2b1cb371a7" |
883 | "checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d" | 903 | "checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d" |
884 | "checksum libdbus-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8720f9274907052cb50313f91201597868da9d625f8dd125f2aca5bddb7e83a1" | 904 | "checksum libdbus-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8720f9274907052cb50313f91201597868da9d625f8dd125f2aca5bddb7e83a1" |
885 | "checksum log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cba860f648db8e6f269df990180c2217f333472b4a6e901e97446858487971e2" | 905 | "checksum log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fcce5fa49cc693c312001daf1d13411c4a5283796bac1084299ea3e567113f" |
886 | "checksum memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a3b4142ab8738a78c51896f704f83c11df047ff1bda9a92a661aa6361552d93d" | 906 | "checksum memchr 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4b3629fe9fdbff6daa6c33b90f7c08355c1aca05a3d01fa8063b822fcf185f3b" |
887 | "checksum new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0cdc457076c78ab54d5e0d6fa7c47981757f1e34dc39ff92787f217dede586c4" | 907 | "checksum new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0cdc457076c78ab54d5e0d6fa7c47981757f1e34dc39ff92787f217dede586c4" |
888 | "checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" | 908 | "checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063" |
889 | "checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f" | 909 | "checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f" |
@@ -893,23 +913,24 @@ dependencies = [ | |||
893 | "checksum precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" | 913 | "checksum precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
894 | "checksum pretty_env_logger 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8ae1b463255bf6613ad435f8997cb57f5d045ef35eb255f5a3d6085be936bd79" | 914 | "checksum pretty_env_logger 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8ae1b463255bf6613ad435f8997cb57f5d045ef35eb255f5a3d6085be936bd79" |
895 | "checksum proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1b06e2f335f48d24442b35a19df506a835fb3547bc3c06ef27340da9acf5cae7" | 915 | "checksum proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1b06e2f335f48d24442b35a19df506a835fb3547bc3c06ef27340da9acf5cae7" |
896 | "checksum proc-macro2 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)" = "295af93acfb1d5be29c16ca5b3f82d863836efd9cb0c14fd83811eb9a110e452" | 916 | "checksum proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)" = "3d7b7eaaa90b4a90a932a9ea6666c95a389e424eff347f0f793979289429feee" |
897 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" | 917 | "checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
898 | "checksum quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9949cfe66888ffe1d53e6ec9d9f3b70714083854be20fd5e271b232a017401e8" | 918 | "checksum quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9949cfe66888ffe1d53e6ec9d9f3b70714083854be20fd5e271b232a017401e8" |
899 | "checksum quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dd636425967c33af890042c483632d33fa7a18f19ad1d7ea72e8998c6ef8dea5" | 919 | "checksum quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dd636425967c33af890042c483632d33fa7a18f19ad1d7ea72e8998c6ef8dea5" |
900 | "checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c" | 920 | "checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c" |
901 | "checksum rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "edecf0f94da5551fc9b492093e30b041a891657db7940ee221f9d2f66e82eef2" | 921 | "checksum rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372" |
922 | "checksum rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db" | ||
902 | "checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1" | 923 | "checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1" |
903 | "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" | 924 | "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" |
904 | "checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384" | 925 | "checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384" |
905 | "checksum regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "67d0301b0c6804eca7e3c275119d0b01ff3b7ab9258a65709e608a66312a1025" | 926 | "checksum regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2069749032ea3ec200ca51e4a31df41759190a88edca0d2d86ee8bedf7073341" |
906 | "checksum regex-syntax 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8e931c58b93d86f080c734bfd2bce7dd0079ae2331235818133c8be7f422e20e" | 927 | "checksum regex-syntax 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8e931c58b93d86f080c734bfd2bce7dd0079ae2331235818133c8be7f422e20e" |
907 | "checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7" | 928 | "checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7" |
908 | "checksum regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "747ba3b235651f6e2f67dfa8bcdcd073ddb7c243cb21c442fc12395dfcac212d" | 929 | "checksum regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "747ba3b235651f6e2f67dfa8bcdcd073ddb7c243cb21c442fc12395dfcac212d" |
909 | "checksum rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "bcfe5b13211b4d78e5c2cadfebd7769197d95c639c35a50057eb4c05de811395" | 930 | "checksum rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "bcfe5b13211b4d78e5c2cadfebd7769197d95c639c35a50057eb4c05de811395" |
910 | "checksum ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7153dd96dade874ab973e098cb62fcdbb89a03682e46b144fd09550998d4a4a7" | 931 | "checksum ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7153dd96dade874ab973e098cb62fcdbb89a03682e46b144fd09550998d4a4a7" |
911 | "checksum serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)" = "22d340507cea0b7e6632900a176101fea959c7065d93ba555072da90aaaafc87" | 932 | "checksum serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)" = "84257ccd054dc351472528c8587b4de2dbf0dc0fe2e634030c1a90bfdacebaa9" |
912 | "checksum serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)" = "234fc8b737737b148ccd625175fc6390f5e4dacfdaa543cb93a3430d984a9119" | 933 | "checksum serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)" = "31569d901045afbff7a9479f793177fe9259819aff10ab4f89ef69bbc5f567fe" |
913 | "checksum serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)" = "43344e7ce05d0d8280c5940cabb4964bea626aa58b1ec0e8c73fa2a8512a38ce" | 934 | "checksum serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)" = "43344e7ce05d0d8280c5940cabb4964bea626aa58b1ec0e8c73fa2a8512a38ce" |
914 | "checksum sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9eb6be24e4c23a84d7184280d2722f7f2731fcdd4a9d886efbfe4413e4847ea0" | 935 | "checksum sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9eb6be24e4c23a84d7184280d2722f7f2731fcdd4a9d886efbfe4413e4847ea0" |
915 | "checksum siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac" | 936 | "checksum siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac" |
@@ -918,12 +939,13 @@ dependencies = [ | |||
918 | "checksum string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b1884d1bc09741d466d9b14e6d37ac89d6909cbcac41dd9ae982d4d063bbedfc" | 939 | "checksum string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b1884d1bc09741d466d9b14e6d37ac89d6909cbcac41dd9ae982d4d063bbedfc" |
919 | "checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694" | 940 | "checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694" |
920 | "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" | 941 | "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" |
921 | "checksum structopt 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d8e9ad6a11096cbecdcca0cc6aa403fdfdbaeda2fb3323a39c98e6a166a1e45a" | 942 | "checksum structopt 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ca85f2c9a5a1e2d5ac686fc0be48e40f8ad803f5bbe31f692ff71eb2dd8aad45" |
922 | "checksum structopt-derive 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4cbce8ccdc62166bd594c14396a3242bf94c337a51dbfa9be1076dd74b3db2af" | 943 | "checksum structopt-derive 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "1383e5db585da799a5c4acc496c5c868e18bf82e658c00c75cc91038fa26b55f" |
923 | "checksum syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)" = "261ae9ecaa397c42b960649561949d69311f08eeaea86a65696e6e46517cf741" | 944 | "checksum syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)" = "261ae9ecaa397c42b960649561949d69311f08eeaea86a65696e6e46517cf741" |
945 | "checksum syn 0.15.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b10ee269228fb723234fce98e9aac0eaed2bd5f1ad2f6930e8d5b93f04445a1a" | ||
924 | "checksum synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "85bb9b7550d063ea184027c9b8c20ac167cd36d3e06b3a40bceb9d746dc1a7b7" | 946 | "checksum synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "85bb9b7550d063ea184027c9b8c20ac167cd36d3e06b3a40bceb9d746dc1a7b7" |
925 | "checksum term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fa63644f74ce96fbeb9b794f66aff2a52d601cbd5e80f4b97123e3899f4570f1" | 947 | "checksum term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fa63644f74ce96fbeb9b794f66aff2a52d601cbd5e80f4b97123e3899f4570f1" |
926 | "checksum termcolor 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ff3bac0e465b59f194e7037ed404b0326e56ff234d767edc4c5cc9cd49e7a2c7" | 948 | "checksum termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f" |
927 | "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" | 949 | "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" |
928 | "checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6" | 950 | "checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6" |
929 | "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" | 951 | "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" |
@@ -934,10 +956,10 @@ dependencies = [ | |||
934 | "checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56" | 956 | "checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56" |
935 | "checksum utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd70f467df6810094968e2fce0ee1bd0e87157aceb026a8c083bcf5e25b9efe4" | 957 | "checksum utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd70f467df6810094968e2fce0ee1bd0e87157aceb026a8c083bcf5e25b9efe4" |
936 | "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" | 958 | "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" |
937 | "checksum version_check 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7716c242968ee87e5542f8021178248f267f295a5c4803beae8b8b7fd9bc6051" | 959 | "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" |
938 | "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" | 960 | "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" |
939 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" | 961 | "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
940 | "checksum winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "773ef9dcc5f24b7d850d0ff101e542ff24c3b090a9768e03ff889fdef41f00fd" | 962 | "checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0" |
941 | "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" | 963 | "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
942 | "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | 964 | "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
943 | "checksum winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "afc5508759c5bf4285e61feb862b6083c8480aec864fa17a81fdec6f69b461ab" | 965 | "checksum winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "afc5508759c5bf4285e61feb862b6083c8480aec864fa17a81fdec6f69b461ab" |
diff --git a/derivation.nix b/derivation.nix index 4c956da..fbaa95e 100644 --- a/derivation.nix +++ b/derivation.nix | |||
@@ -7,7 +7,7 @@ rustPlatform.buildRustPackage rec { | |||
7 | buildInputs = [ dbus pkgconfig ]; | 7 | buildInputs = [ dbus pkgconfig ]; |
8 | 8 | ||
9 | src = ./.; | 9 | src = ./.; |
10 | cargoSha256 = "1x4b5dxw38l6cqwp8qdx4nb6v3b9nccj8j9ma3x4dvnmbm40m8xa"; | 10 | cargoSha256 = "130mvc2hbvfl0ia0mj5v33abrwnr9hhqrqrfxjwgxk2n1q9z1ay7"; |
11 | 11 | ||
12 | preFixup = '' | 12 | preFixup = '' |
13 | mkdir -p "$out/share/"{bash-completion/completions,fish/vendor_completions.d,zsh/site-functions} | 13 | mkdir -p "$out/share/"{bash-completion/completions,fish/vendor_completions.d,zsh/site-functions} |