瀏覽代碼

Update dependencies (except glutin/winit)

Johannes Hofmann 7 年之前
父節點
當前提交
4803a02187
共有 1 個文件被更改,包括 82 次插入89 次删除
  1. 82
    89
      Cargo.lock

+ 82
- 89
Cargo.lock 查看文件

@@ -1,11 +1,11 @@
1 1
 [[package]]
2 2
 name = "adler32"
3
-version = "1.0.2"
3
+version = "1.0.3"
4 4
 source = "registry+https://github.com/rust-lang/crates.io-index"
5 5
 
6 6
 [[package]]
7 7
 name = "aho-corasick"
8
-version = "0.6.4"
8
+version = "0.6.5"
9 9
 source = "registry+https://github.com/rust-lang/crates.io-index"
10 10
 dependencies = [
11 11
  "memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -97,7 +97,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
97 97
 
98 98
 [[package]]
99 99
 name = "cfg-if"
100
-version = "0.1.3"
100
+version = "0.1.4"
101 101
 source = "registry+https://github.com/rust-lang/crates.io-index"
102 102
 
103 103
 [[package]]
@@ -121,14 +121,14 @@ dependencies = [
121 121
 
122 122
 [[package]]
123 123
 name = "clap"
124
-version = "2.31.2"
124
+version = "2.32.0"
125 125
 source = "registry+https://github.com/rust-lang/crates.io-index"
126 126
 dependencies = [
127 127
  "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
128 128
  "atty 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
129 129
  "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
130 130
  "strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
131
- "textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
131
+ "textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
132 132
  "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
133 133
  "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
134 134
 ]
@@ -224,7 +224,7 @@ version = "0.3.1"
224 224
 source = "registry+https://github.com/rust-lang/crates.io-index"
225 225
 dependencies = [
226 226
  "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
227
- "cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
227
+ "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
228 228
  "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
229 229
  "lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
230 230
  "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -238,7 +238,7 @@ version = "0.4.3"
238 238
 source = "registry+https://github.com/rust-lang/crates.io-index"
239 239
 dependencies = [
240 240
  "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
241
- "cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
241
+ "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
242 242
  "crossbeam-utils 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
243 243
  "lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
244 244
  "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -250,7 +250,7 @@ name = "crossbeam-utils"
250 250
 version = "0.2.2"
251 251
 source = "registry+https://github.com/rust-lang/crates.io-index"
252 252
 dependencies = [
253
- "cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
253
+ "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
254 254
 ]
255 255
 
256 256
 [[package]]
@@ -258,7 +258,7 @@ name = "crossbeam-utils"
258 258
 version = "0.3.2"
259 259
 source = "registry+https://github.com/rust-lang/crates.io-index"
260 260
 dependencies = [
261
- "cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
261
+ "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
262 262
 ]
263 263
 
264 264
 [[package]]
@@ -266,7 +266,7 @@ name = "deflate"
266 266
 version = "0.7.18"
267 267
 source = "registry+https://github.com/rust-lang/crates.io-index"
268 268
 dependencies = [
269
- "adler32 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
269
+ "adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
270 270
  "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
271 271
 ]
272 272
 
@@ -275,7 +275,7 @@ name = "deltamap"
275 275
 version = "0.1.0"
276 276
 dependencies = [
277 277
  "cgmath 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)",
278
- "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",
278
+ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
279 279
  "directories 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
280 280
  "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
281 281
  "gl 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -287,7 +287,7 @@ dependencies = [
287 287
  "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
288 288
  "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
289 289
  "osmpbf 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
290
- "regex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
290
+ "regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
291 291
  "reqwest 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)",
292 292
  "scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
293 293
  "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -329,7 +329,7 @@ name = "encoding_rs"
329 329
 version = "0.7.2"
330 330
 source = "registry+https://github.com/rust-lang/crates.io-index"
331 331
 dependencies = [
332
- "cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
332
+ "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
333 333
 ]
334 334
 
335 335
 [[package]]
@@ -340,7 +340,7 @@ dependencies = [
340 340
  "atty 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
341 341
  "humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
342 342
  "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
343
- "regex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
343
+ "regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
344 344
  "termcolor 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
345 345
 ]
346 346
 
@@ -394,11 +394,6 @@ dependencies = [
394 394
  "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
395 395
 ]
396 396
 
397
-[[package]]
398
-name = "gcc"
399
-version = "0.3.54"
400
-source = "registry+https://github.com/rust-lang/crates.io-index"
401
-
402 397
 [[package]]
403 398
 name = "gif"
404 399
 version = "0.10.0"
@@ -458,7 +453,7 @@ dependencies = [
458 453
 
459 454
 [[package]]
460 455
 name = "httparse"
461
-version = "1.2.4"
456
+version = "1.3.1"
462 457
 source = "registry+https://github.com/rust-lang/crates.io-index"
463 458
 
464 459
 [[package]]
@@ -478,12 +473,12 @@ dependencies = [
478 473
  "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
479 474
  "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
480 475
  "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
481
- "httparse 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
476
+ "httparse 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
482 477
  "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
483 478
  "language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
484 479
  "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
485 480
  "mime 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
486
- "net2 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
481
+ "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
487 482
  "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
488 483
  "relay 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
489 484
  "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -531,17 +526,17 @@ dependencies = [
531 526
  "num-derive 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
532 527
  "num-iter 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
533 528
  "num-rational 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
534
- "num-traits 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
529
+ "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
535 530
  "png 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
536 531
  "scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
537 532
 ]
538 533
 
539 534
 [[package]]
540 535
 name = "inflate"
541
-version = "0.4.2"
536
+version = "0.4.3"
542 537
 source = "registry+https://github.com/rust-lang/crates.io-index"
543 538
 dependencies = [
544
- "adler32 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
539
+ "adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
545 540
 ]
546 541
 
547 542
 [[package]]
@@ -611,7 +606,7 @@ name = "libflate"
611 606
 version = "0.1.15"
612 607
 source = "registry+https://github.com/rust-lang/crates.io-index"
613 608
 dependencies = [
614
- "adler32 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
609
+ "adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
615 610
  "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
616 611
  "crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
617 612
 ]
@@ -643,7 +638,7 @@ name = "log"
643 638
 version = "0.4.2"
644 639
 source = "registry+https://github.com/rust-lang/crates.io-index"
645 640
 dependencies = [
646
- "cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
641
+ "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
647 642
 ]
648 643
 
649 644
 [[package]]
@@ -696,7 +691,7 @@ dependencies = [
696 691
 
697 692
 [[package]]
698 693
 name = "mime_guess"
699
-version = "2.0.0-alpha.4"
694
+version = "2.0.0-alpha.5"
700 695
 source = "registry+https://github.com/rust-lang/crates.io-index"
701 696
 dependencies = [
702 697
  "mime 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -727,7 +722,7 @@ dependencies = [
727 722
  "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
728 723
  "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
729 724
  "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
730
- "net2 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
725
+ "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
731 726
  "slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
732 727
  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
733 728
 ]
@@ -738,7 +733,7 @@ version = "0.2.1"
738 733
 source = "registry+https://github.com/rust-lang/crates.io-index"
739 734
 dependencies = [
740 735
  "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
741
- "net2 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
736
+ "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
742 737
  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
743 738
  "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
744 739
 ]
@@ -751,7 +746,7 @@ dependencies = [
751 746
  "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
752 747
  "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
753 748
  "openssl 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)",
754
- "schannel 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
749
+ "schannel 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
755 750
  "security-framework 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
756 751
  "security-framework-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
757 752
  "tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -759,23 +754,22 @@ dependencies = [
759 754
 
760 755
 [[package]]
761 756
 name = "net2"
762
-version = "0.2.32"
757
+version = "0.2.33"
763 758
 source = "registry+https://github.com/rust-lang/crates.io-index"
764 759
 dependencies = [
765
- "cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
760
+ "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
766 761
  "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
767 762
  "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
768 763
 ]
769 764
 
770 765
 [[package]]
771 766
 name = "nix"
772
-version = "0.10.0"
767
+version = "0.11.0"
773 768
 source = "registry+https://github.com/rust-lang/crates.io-index"
774 769
 dependencies = [
775 770
  "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
776
- "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
777
- "cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
778
- "gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
771
+ "cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
772
+ "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
779 773
  "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
780 774
  "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
781 775
 ]
@@ -790,7 +784,7 @@ name = "num-derive"
790 784
 version = "0.2.2"
791 785
 source = "registry+https://github.com/rust-lang/crates.io-index"
792 786
 dependencies = [
793
- "num-traits 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
787
+ "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
794 788
  "proc-macro2 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
795 789
  "quote 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
796 790
  "syn 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -798,10 +792,10 @@ dependencies = [
798 792
 
799 793
 [[package]]
800 794
 name = "num-integer"
801
-version = "0.1.38"
795
+version = "0.1.39"
802 796
 source = "registry+https://github.com/rust-lang/crates.io-index"
803 797
 dependencies = [
804
- "num-traits 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
798
+ "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
805 799
 ]
806 800
 
807 801
 [[package]]
@@ -809,8 +803,8 @@ name = "num-iter"
809 803
 version = "0.1.37"
810 804
 source = "registry+https://github.com/rust-lang/crates.io-index"
811 805
 dependencies = [
812
- "num-integer 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
813
- "num-traits 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
806
+ "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
807
+ "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
814 808
 ]
815 809
 
816 810
 [[package]]
@@ -818,8 +812,8 @@ name = "num-rational"
818 812
 version = "0.1.42"
819 813
 source = "registry+https://github.com/rust-lang/crates.io-index"
820 814
 dependencies = [
821
- "num-integer 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
822
- "num-traits 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
815
+ "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
816
+ "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
823 817
 ]
824 818
 
825 819
 [[package]]
@@ -827,12 +821,12 @@ name = "num-traits"
827 821
 version = "0.1.43"
828 822
 source = "registry+https://github.com/rust-lang/crates.io-index"
829 823
 dependencies = [
830
- "num-traits 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
824
+ "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
831 825
 ]
832 826
 
833 827
 [[package]]
834 828
 name = "num-traits"
835
-version = "0.2.4"
829
+version = "0.2.5"
836 830
 source = "registry+https://github.com/rust-lang/crates.io-index"
837 831
 
838 832
 [[package]]
@@ -871,7 +865,7 @@ dependencies = [
871 865
  "cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
872 866
  "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
873 867
  "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
874
- "vcpkg 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
868
+ "vcpkg 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
875 869
 ]
876 870
 
877 871
 [[package]]
@@ -889,7 +883,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
889 883
 dependencies = [
890 884
  "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
891 885
  "flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
892
- "inflate 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
886
+ "inflate 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
893 887
  "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
894 888
  "protobuf 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
895 889
  "rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -919,7 +913,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
919 913
 dependencies = [
920 914
  "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
921 915
  "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
922
- "smallvec 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
916
+ "smallvec 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
923 917
  "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
924 918
 ]
925 919
 
@@ -975,7 +969,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
975 969
 dependencies = [
976 970
  "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
977 971
  "deflate 0.7.18 (registry+https://github.com/rust-lang/crates.io-index)",
978
- "inflate 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
972
+ "inflate 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
979 973
  "num-iter 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
980 974
 ]
981 975
 
@@ -1061,10 +1055,10 @@ dependencies = [
1061 1055
 
1062 1056
 [[package]]
1063 1057
 name = "regex"
1064
-version = "1.0.0"
1058
+version = "1.0.1"
1065 1059
 source = "registry+https://github.com/rust-lang/crates.io-index"
1066 1060
 dependencies = [
1067
- "aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
1061
+ "aho-corasick 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
1068 1062
  "memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1069 1063
  "regex-syntax 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
1070 1064
  "thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1107,10 +1101,10 @@ dependencies = [
1107 1101
  "hyper-tls 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
1108 1102
  "libflate 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
1109 1103
  "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
1110
- "mime_guess 2.0.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
1104
+ "mime_guess 2.0.0-alpha.5 (registry+https://github.com/rust-lang/crates.io-index)",
1111 1105
  "native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1112
- "serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)",
1113
- "serde_json 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)",
1106
+ "serde 1.0.67 (registry+https://github.com/rust-lang/crates.io-index)",
1107
+ "serde_json 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)",
1114 1108
  "serde_urlencoded 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
1115 1109
  "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
1116 1110
  "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1126,7 +1120,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1126 1120
 
1127 1121
 [[package]]
1128 1122
 name = "schannel"
1129
-version = "0.1.12"
1123
+version = "0.1.13"
1130 1124
 source = "registry+https://github.com/rust-lang/crates.io-index"
1131 1125
 dependencies = [
1132 1126
  "lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1170,17 +1164,17 @@ dependencies = [
1170 1164
 
1171 1165
 [[package]]
1172 1166
 name = "serde"
1173
-version = "1.0.66"
1167
+version = "1.0.67"
1174 1168
 source = "registry+https://github.com/rust-lang/crates.io-index"
1175 1169
 
1176 1170
 [[package]]
1177 1171
 name = "serde_json"
1178
-version = "1.0.20"
1172
+version = "1.0.22"
1179 1173
 source = "registry+https://github.com/rust-lang/crates.io-index"
1180 1174
 dependencies = [
1181 1175
  "dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
1182 1176
  "itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
1183
- "serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)",
1177
+ "serde 1.0.67 (registry+https://github.com/rust-lang/crates.io-index)",
1184 1178
 ]
1185 1179
 
1186 1180
 [[package]]
@@ -1190,7 +1184,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1190 1184
 dependencies = [
1191 1185
  "dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
1192 1186
  "itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
1193
- "serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)",
1187
+ "serde 1.0.67 (registry+https://github.com/rust-lang/crates.io-index)",
1194 1188
  "url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
1195 1189
 ]
1196 1190
 
@@ -1225,12 +1219,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1225 1219
 
1226 1220
 [[package]]
1227 1221
 name = "smallvec"
1228
-version = "0.6.1"
1222
+version = "0.6.2"
1229 1223
 source = "registry+https://github.com/rust-lang/crates.io-index"
1230 1224
 
1231 1225
 [[package]]
1232 1226
 name = "smithay-client-toolkit"
1233
-version = "0.2.2"
1227
+version = "0.2.4"
1234 1228
 source = "registry+https://github.com/rust-lang/crates.io-index"
1235 1229
 dependencies = [
1236 1230
  "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1238,7 +1232,7 @@ dependencies = [
1238 1232
  "dlib 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
1239 1233
  "lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1240 1234
  "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
1241
- "nix 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
1235
+ "nix 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
1242 1236
  "tempfile 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
1243 1237
  "wayland-client 0.20.10 (registry+https://github.com/rust-lang/crates.io-index)",
1244 1238
  "wayland-commons 0.20.10 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1311,7 +1305,7 @@ dependencies = [
1311 1305
 
1312 1306
 [[package]]
1313 1307
 name = "textwrap"
1314
-version = "0.9.0"
1308
+version = "0.10.0"
1315 1309
 source = "registry+https://github.com/rust-lang/crates.io-index"
1316 1310
 dependencies = [
1317 1311
  "unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1416,7 +1410,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1416 1410
 dependencies = [
1417 1411
  "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
1418 1412
  "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
1419
- "net2 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
1413
+ "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
1420 1414
  "rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
1421 1415
  "slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1422 1416
  "smallvec 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1512,7 +1506,7 @@ name = "toml"
1512 1506
 version = "0.4.6"
1513 1507
 source = "registry+https://github.com/rust-lang/crates.io-index"
1514 1508
 dependencies = [
1515
- "serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)",
1509
+ "serde 1.0.67 (registry+https://github.com/rust-lang/crates.io-index)",
1516 1510
 ]
1517 1511
 
1518 1512
 [[package]]
@@ -1592,13 +1586,13 @@ name = "uuid"
1592 1586
 version = "0.6.5"
1593 1587
 source = "registry+https://github.com/rust-lang/crates.io-index"
1594 1588
 dependencies = [
1595
- "cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
1589
+ "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
1596 1590
  "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
1597 1591
 ]
1598 1592
 
1599 1593
 [[package]]
1600 1594
 name = "vcpkg"
1601
-version = "0.2.3"
1595
+version = "0.2.4"
1602 1596
 source = "registry+https://github.com/rust-lang/crates.io-index"
1603 1597
 
1604 1598
 [[package]]
@@ -1727,7 +1721,7 @@ dependencies = [
1727 1721
  "objc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1728 1722
  "parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
1729 1723
  "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1730
- "smithay-client-toolkit 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1724
+ "smithay-client-toolkit 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
1731 1725
  "wayland-client 0.20.10 (registry+https://github.com/rust-lang/crates.io-index)",
1732 1726
  "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
1733 1727
  "x11-dl 2.18.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1761,8 +1755,8 @@ dependencies = [
1761 1755
 ]
1762 1756
 
1763 1757
 [metadata]
1764
-"checksum adler32 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6cbd0b9af8587c72beadc9f72d35b9fbb070982c9e6203e46e93f10df25f8f45"
1765
-"checksum aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d6531d44de723825aa81398a6415283229725a00fa30713812ab9323faa82fc4"
1758
+"checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c"
1759
+"checksum aho-corasick 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f0ba20154ea1f47ce2793322f049c5646cc6d0fa9759d5f333f286e507bf8080"
1766 1760
 "checksum android_glue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "000444226fcff248f2bc4c7625be32c63caccfecc2723a2b9f78a7487a49c407"
1767 1761
 "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
1768 1762
 "checksum approx 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08abcc3b4e9339e33a3d0a5ed15d84a687350c05689d825e0f6655eef9e76a94"
@@ -1776,10 +1770,10 @@ dependencies = [
1776 1770
 "checksum byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "74c0b906e9446b0a2e4f760cdb3fa4b2c48cdc6db8766a845c54b6ff063fd2e9"
1777 1771
 "checksum bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7dd32989a66957d3f0cba6588f15d4281a733f4e9ffc43fcd2385f57d3bf99ff"
1778 1772
 "checksum cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)" = "49ec142f5768efb5b7622aebc3fdbdbb8950a4b9ba996393cb76ef7466e8747d"
1779
-"checksum cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "405216fd8fe65f718daa7102ea808a946b6ce40c742998fbfd3463645552de18"
1773
+"checksum cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "efe5c877e17a9c717a0bf3613b2709f723202c4e4675cc8f12926ded29bcb17e"
1780 1774
 "checksum cgl 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "80f05e25f9631fdee56693110feda284a49308ca1e768857a0ad3906cfc1502a"
1781 1775
 "checksum cgmath 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)" = "64a4b57c8f4e3a2e9ac07e0f6abc9c24b6fc9e1b54c3478cfb598f3d0023e51c"
1782
-"checksum clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f0f16b89cbb9ee36d87483dc939fe9f1e13c05898d56d7b230a0d4dff033a536"
1776
+"checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
1783 1777
 "checksum cocoa 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b44bd25bd275e9d74a5dff8ca55f2fb66c9ad5e12170d58697701df21a56e0e"
1784 1778
 "checksum color_quant 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0dbbb57365263e881e805dc77d94697c9118fd94d8da011240555aa7b23445bd"
1785 1779
 "checksum core-foundation 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "25bfd746d203017f7d5cbd31ee5d8e17f94b6521c7af77ece6c9e4b2d4b16c67"
@@ -1809,19 +1803,18 @@ dependencies = [
1809 1803
 "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
1810 1804
 "checksum futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "1a70b146671de62ec8c8ed572219ca5d594d9b06c0b364d5e67b722fc559b48c"
1811 1805
 "checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
1812
-"checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb"
1813 1806
 "checksum gif 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff3414b424657317e708489d2857d9575f4403698428b040b609b9d1c1a84a2c"
1814 1807
 "checksum gl 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "81457bb802910ad5b535eb48541c51830a761804aa5b7087adbc9d049aa57aca"
1815 1808
 "checksum gl_generator 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a795170cbd85b5a7baa58d6d7525cae6a03e486859860c220f7ebbbdd379d0a"
1816 1809
 "checksum gleam 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "12b793fcf40a23dd372f184c228ab3eb96f88c50bb4fba8319c483aa025a4e45"
1817 1810
 "checksum glutin 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "42fb2de780307bd2bedbe013bc585659a683e7c6307d0baa878aec3da9250fc1"
1818
-"checksum httparse 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2f407128745b78abc95c0ffbe4e5d37427fdc0d45470710cfef8c44522a2e37"
1811
+"checksum httparse 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "23801d98b42eed0318e5709b0527894ba7c3793d0236814618d6a9b6224152ff"
1819 1812
 "checksum humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0484fda3e7007f2a4a0d9c3a703ca38c71c54c55602ce4660c419fd32e188c9e"
1820 1813
 "checksum hyper 0.11.27 (registry+https://github.com/rust-lang/crates.io-index)" = "34a590ca09d341e94cddf8e5af0bbccde205d5fbc2fa3c09dd67c7f85cea59d7"
1821 1814
 "checksum hyper-tls 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a5aa51f6ae9842239b0fac14af5f22123b8432b4cc774a44ff059fcba0f675ca"
1822 1815
 "checksum idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "014b298351066f1512874135335d62a789ffe78a9974f94b43ed5621951eaf7d"
1823 1816
 "checksum image 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ebdff791af04e30089bde8ad2a632b86af433b40c04db8d70ad4b21487db7a6a"
1824
-"checksum inflate 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4ec18d981200fd14e65ee8e35fb60ed1ce55227a02407303f3a72517c6146dcc"
1817
+"checksum inflate 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6f53b811ee8e2057ccf9643ca6b4277de90efaf5e61e55fd5254576926bb4245"
1825 1818
 "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
1826 1819
 "checksum itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c069bbec61e1ca5a596166e55dfe4773ff745c3d16b700013bcaff9a6df2c682"
1827 1820
 "checksum jpeg-decoder 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "c8b7d43206b34b3f94ea9445174bda196e772049b9bddbc620c9d29b2d20110d"
@@ -1844,20 +1837,20 @@ dependencies = [
1844 1837
 "checksum memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2ffa2c986de11a9df78620c01eeaaf27d94d3ff02bf81bfcca953102dd0c6ff"
1845 1838
 "checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
1846 1839
 "checksum mime 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0b28683d0b09bbc20be1c9b3f6f24854efb1356ffcffee08ea3f6e65596e85fa"
1847
-"checksum mime_guess 2.0.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "130ea3c9c1b65dba905ab5a4d9ac59234a9585c24d135f264e187fe7336febbd"
1840
+"checksum mime_guess 2.0.0-alpha.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d1a78b5e2283080d5a8ba68216171b4fe34f6ccdd909bb29be16ce8a9a831341"
1848 1841
 "checksum miniz-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "609ce024854aeb19a0ef7567d348aaa5a746b32fb72e336df7fcc16869d7e2b4"
1849 1842
 "checksum mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)" = "6d771e3ef92d58a8da8df7d6976bfca9371ed1de6619d9d5a5ce5b1f29b85bfe"
1850 1843
 "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
1851 1844
 "checksum native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f74dbadc8b43df7864539cedb7bc91345e532fdd913cfdc23ad94f4d2d40fbc0"
1852
-"checksum net2 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)" = "9044faf1413a1057267be51b5afba8eb1090bd2231c693664aa1db716fe1eae0"
1853
-"checksum nix 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b7fd5681d13fda646462cfbd4e5f2051279a89a544d50eb98c365b507246839f"
1845
+"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
1846
+"checksum nix 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d37e713a259ff641624b6cb20e3b12b2952313ba36b6823c0f16e6cfd9e5de17"
1854 1847
 "checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
1855 1848
 "checksum num-derive 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0d2c31b75c36a993d30c7a13d70513cb93f02acafdd5b7ba250f9b0e18615de7"
1856
-"checksum num-integer 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" = "6ac0ea58d64a89d9d6b7688031b3be9358d6c919badcf7fbb0527ccfd891ee45"
1849
+"checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
1857 1850
 "checksum num-iter 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "af3fdbbc3291a5464dc57b03860ec37ca6bf915ed6ee385e7c6c052c422b2124"
1858 1851
 "checksum num-rational 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "ee314c74bd753fc86b4780aa9475da469155f3848473a261d2d18e35245a784e"
1859 1852
 "checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
1860
-"checksum num-traits 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "775393e285254d2f5004596d69bb8bc1149754570dcc08cf30cabeba67955e28"
1853
+"checksum num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "630de1ef5cc79d0cdd78b7e33b81f083cbfe90de0f4b2b2f07f905867c70e9fe"
1861 1854
 "checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
1862 1855
 "checksum objc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "877f30f37acef6749b1841cceab289707f211aecfc756553cd63976190e6cc2e"
1863 1856
 "checksum openssl 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)" = "a3605c298474a3aa69de92d21139fb5e2a81688d308262359d85cdd0d12a7985"
@@ -1884,28 +1877,28 @@ dependencies = [
1884 1877
 "checksum rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d24ad214285a7729b174ed6d3bcfcb80177807f959d95fafd5bfc5c4f201ac8"
1885 1878
 "checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1"
1886 1879
 "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
1887
-"checksum regex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75ecf88252dce580404a22444fc7d626c01815debba56a7f4f536772a5ff19d3"
1880
+"checksum regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "13c93d55961981ba9226a213b385216f83ab43bd6ac53ab16b2eeb47e337cf4e"
1888 1881
 "checksum regex-syntax 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05b06a75f5217880fc5e905952a42750bf44787e56a6c6d6852ed0992f5e1d54"
1889 1882
 "checksum relay 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1576e382688d7e9deecea24417e350d3062d97e32e45d70b1cde65994ff1489a"
1890 1883
 "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
1891 1884
 "checksum reqwest 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2abe46f8e00792693a2488e296c593d1f4ea39bb1178cfce081d6793657575e4"
1892 1885
 "checksum safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f"
1893
-"checksum schannel 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "85fd9df495640643ad2d00443b3d78aae69802ad488debab4f1dd52fc1806ade"
1886
+"checksum schannel 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "dc1fabf2a7b6483a141426e1afd09ad543520a77ac49bd03c286e7696ccfd77f"
1894 1887
 "checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28"
1895 1888
 "checksum scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
1896 1889
 "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
1897 1890
 "checksum security-framework 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "dfa44ee9c54ce5eecc9de7d5acbad112ee58755239381f687e564004ba4a2332"
1898 1891
 "checksum security-framework-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "5421621e836278a0b139268f36eee0dc7e389b784dc3f79d8f11aabadf41bead"
1899
-"checksum serde 1.0.66 (registry+https://github.com/rust-lang/crates.io-index)" = "e9a2d9a9ac5120e0f768801ca2b58ad6eec929dc9d1d616c162f208869c2ce95"
1900
-"checksum serde_json 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)" = "fc97cccc2959f39984524026d760c08ef0dd5f0f5948c8d31797dbfae458c875"
1892
+"checksum serde 1.0.67 (registry+https://github.com/rust-lang/crates.io-index)" = "4d385f7330d82659e6504cd41142b2ad3b9ff8861b722a80bc2efaa6d2be1f60"
1893
+"checksum serde_json 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)" = "84b8035cabe9b35878adec8ac5fe03d5f6bc97ff6edd7ccb96b44c1276ba390e"
1901 1894
 "checksum serde_urlencoded 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e703cef904312097cfceab9ce131ff6bbe09e8c964a0703345a5f49238757bc1"
1902 1895
 "checksum shared_library 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8254bf098ce4d8d7cc7cc6de438c5488adc5297e5b7ffef88816c0a91bd289c1"
1903 1896
 "checksum siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537"
1904 1897
 "checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23"
1905 1898
 "checksum slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fdeff4cd9ecff59ec7e3744cbca73dfe5ac35c2aedb2cfba8a1c715a18912e9d"
1906 1899
 "checksum smallvec 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4c8cbcd6df1e117c2210e13ab5109635ad68a929fcbb8964dc965b76cb5ee013"
1907
-"checksum smallvec 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03dab98ab5ded3a8b43b2c80751194608d0b2aa0f1d46cf95d1c35e192844aa7"
1908
-"checksum smithay-client-toolkit 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "36ba61db0db08e06776ec5736bd729402ba1deb10184860a30430cfa2d83a198"
1900
+"checksum smallvec 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "312a7df010092e73d6bbaf141957e868d4f30efd2bfd9bb1028ad91abec58514"
1901
+"checksum smithay-client-toolkit 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "428d6c019bb92753be9670367e3f483e4fcef396180a9b59e813b69b20014881"
1909 1902
 "checksum stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa"
1910 1903
 "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
1911 1904
 "checksum syn 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c67da57e61ebc7b7b6fff56bb34440ca3a83db037320b0507af4c10368deda7d"
@@ -1914,7 +1907,7 @@ dependencies = [
1914 1907
 "checksum tempfile 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "47776f63b85777d984a50ce49d6b9e58826b6a3766a449fc95bc66cd5663c15b"
1915 1908
 "checksum termcolor 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "adc4587ead41bf016f11af03e55a624c06568b5a19db4e90fde573d805074f83"
1916 1909
 "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
1917
-"checksum textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c0b59b6b4b44d867f1370ef1bd91bfb262bf07bf0ae65c202ea2fbc16153b693"
1910
+"checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6"
1918 1911
 "checksum thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "279ef31c19ededf577bfd12dfae728040a21f635b06a24cd670ff510edd38963"
1919 1912
 "checksum time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b"
1920 1913
 "checksum tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8ee337e5f4e501fc32966fec6fe0ca0cc1c237b0b1b14a335f8bfe3c5f06e286"
@@ -1944,7 +1937,7 @@ dependencies = [
1944 1937
 "checksum url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f808aadd8cfec6ef90e4a14eb46f24511824d1ac596b9682703c87056c8678b7"
1945 1938
 "checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122"
1946 1939
 "checksum uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e1436e58182935dcd9ce0add9ea0b558e8a87befe01c1a301e6020aeb0876363"
1947
-"checksum vcpkg 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7ed0f6789c8a85ca41bbc1c9d175422116a9869bd1cf31bb08e1493ecce60380"
1940
+"checksum vcpkg 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cbe533e138811704c0e3cbde65a818b35d3240409b4346256c5ede403e082474"
1948 1941
 "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
1949 1942
 "checksum version_check 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6b772017e347561807c1aa192438c5fd74242a670a6cffacc40f2defd1dc069d"
1950 1943
 "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"