ソースを参照

Update dependencies

Johannes Hofmann 8 年 前
コミット
feee4039d4
共有1 個のファイルを変更した85 個の追加57 個の削除を含む
  1. 85
    57
      Cargo.lock

+ 85
- 57
Cargo.lock ファイルの表示

@@ -42,7 +42,7 @@ dependencies = [
42 42
 
43 43
 [[package]]
44 44
 name = "base64"
45
-version = "0.8.0"
45
+version = "0.9.0"
46 46
 source = "registry+https://github.com/rust-lang/crates.io-index"
47 47
 dependencies = [
48 48
  "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -180,7 +180,7 @@ dependencies = [
180 180
 
181 181
 [[package]]
182 182
 name = "crc"
183
-version = "1.6.0"
183
+version = "1.7.0"
184 184
 source = "registry+https://github.com/rust-lang/crates.io-index"
185 185
 dependencies = [
186 186
  "build_const 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -223,8 +223,8 @@ dependencies = [
223 223
  "linked-hash-map 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
224 224
  "osmpbf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
225 225
  "reqwest 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
226
- "serde 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
227
- "serde_derive 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
226
+ "serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
227
+ "serde_derive 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
228 228
  "servo-glutin 0.13.3 (registry+https://github.com/rust-lang/crates.io-index)",
229 229
  "toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
230 230
 ]
@@ -294,6 +294,15 @@ dependencies = [
294 294
  "fuchsia-zircon-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
295 295
 ]
296 296
 
297
+[[package]]
298
+name = "fuchsia-zircon"
299
+version = "0.3.2"
300
+source = "registry+https://github.com/rust-lang/crates.io-index"
301
+dependencies = [
302
+ "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
303
+ "fuchsia-zircon-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
304
+]
305
+
297 306
 [[package]]
298 307
 name = "fuchsia-zircon-sys"
299 308
 version = "0.2.0"
@@ -302,6 +311,11 @@ dependencies = [
302 311
  "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
303 312
 ]
304 313
 
314
+[[package]]
315
+name = "fuchsia-zircon-sys"
316
+version = "0.3.2"
317
+source = "registry+https://github.com/rust-lang/crates.io-index"
318
+
305 319
 [[package]]
306 320
 name = "futures"
307 321
 version = "0.1.17"
@@ -313,7 +327,7 @@ version = "0.1.7"
313 327
 source = "registry+https://github.com/rust-lang/crates.io-index"
314 328
 dependencies = [
315 329
  "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
316
- "num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
330
+ "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
317 331
 ]
318 332
 
319 333
 [[package]]
@@ -348,7 +362,7 @@ version = "0.6.1"
348 362
 source = "registry+https://github.com/rust-lang/crates.io-index"
349 363
 dependencies = [
350 364
  "khronos_api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
351
- "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
365
+ "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
352 366
  "xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
353 367
 ]
354 368
 
@@ -358,7 +372,7 @@ version = "0.7.0"
358 372
 source = "registry+https://github.com/rust-lang/crates.io-index"
359 373
 dependencies = [
360 374
  "khronos_api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
361
- "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
375
+ "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
362 376
  "xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
363 377
 ]
364 378
 
@@ -378,16 +392,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
378 392
 
379 393
 [[package]]
380 394
 name = "hyper"
381
-version = "0.11.9"
395
+version = "0.11.10"
382 396
 source = "registry+https://github.com/rust-lang/crates.io-index"
383 397
 dependencies = [
384
- "base64 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
398
+ "base64 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
385 399
  "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
386 400
  "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
387 401
  "futures-cpupool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
388 402
  "httparse 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
389 403
  "language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
390
- "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
404
+ "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
391 405
  "mime 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
392 406
  "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
393 407
  "relay 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -405,7 +419,7 @@ version = "0.1.2"
405 419
 source = "registry+https://github.com/rust-lang/crates.io-index"
406 420
 dependencies = [
407 421
  "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
408
- "hyper 0.11.9 (registry+https://github.com/rust-lang/crates.io-index)",
422
+ "hyper 0.11.10 (registry+https://github.com/rust-lang/crates.io-index)",
409 423
  "native-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
410 424
  "tokio-core 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
411 425
  "tokio-io 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -527,12 +541,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
527 541
 
528 542
 [[package]]
529 543
 name = "libflate"
530
-version = "0.1.12"
544
+version = "0.1.13"
531 545
 source = "registry+https://github.com/rust-lang/crates.io-index"
532 546
 dependencies = [
533 547
  "adler32 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
534 548
  "byteorder 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
535
- "crc 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
549
+ "crc 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
536 550
 ]
537 551
 
538 552
 [[package]]
@@ -542,8 +556,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
542 556
 
543 557
 [[package]]
544 558
 name = "log"
545
-version = "0.3.8"
559
+version = "0.3.9"
546 560
 source = "registry+https://github.com/rust-lang/crates.io-index"
561
+dependencies = [
562
+ "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
563
+]
564
+
565
+[[package]]
566
+name = "log"
567
+version = "0.4.1"
568
+source = "registry+https://github.com/rust-lang/crates.io-index"
569
+dependencies = [
570
+ "cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
571
+]
547 572
 
548 573
 [[package]]
549 574
 name = "lzw"
@@ -612,7 +637,7 @@ dependencies = [
612 637
  "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
613 638
  "lazycell 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
614 639
  "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
615
- "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
640
+ "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
616 641
  "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
617 642
  "net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
618 643
  "slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -687,7 +712,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
687 712
 
688 713
 [[package]]
689 714
 name = "num_cpus"
690
-version = "1.7.0"
715
+version = "1.8.0"
691 716
 source = "registry+https://github.com/rust-lang/crates.io-index"
692 717
 dependencies = [
693 718
  "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -774,7 +799,7 @@ version = "0.7.21"
774 799
 source = "registry+https://github.com/rust-lang/crates.io-index"
775 800
 dependencies = [
776 801
  "phf_shared 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)",
777
- "rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
802
+ "rand 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
778 803
 ]
779 804
 
780 805
 [[package]]
@@ -814,10 +839,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
814 839
 
815 840
 [[package]]
816 841
 name = "rand"
817
-version = "0.3.18"
842
+version = "0.3.19"
818 843
 source = "registry+https://github.com/rust-lang/crates.io-index"
819 844
 dependencies = [
820
- "fuchsia-zircon 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
845
+ "fuchsia-zircon 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
821 846
  "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
822 847
 ]
823 848
 
@@ -846,13 +871,13 @@ dependencies = [
846 871
  "coco 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
847 872
  "lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
848 873
  "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
849
- "num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
850
- "rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
874
+ "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
875
+ "rand 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
851 876
 ]
852 877
 
853 878
 [[package]]
854 879
 name = "redox_syscall"
855
-version = "0.1.32"
880
+version = "0.1.33"
856 881
 source = "registry+https://github.com/rust-lang/crates.io-index"
857 882
 
858 883
 [[package]]
@@ -870,14 +895,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
870 895
 dependencies = [
871 896
  "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
872 897
  "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
873
- "hyper 0.11.9 (registry+https://github.com/rust-lang/crates.io-index)",
898
+ "hyper 0.11.10 (registry+https://github.com/rust-lang/crates.io-index)",
874 899
  "hyper-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
875
- "libflate 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
876
- "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
900
+ "libflate 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
901
+ "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
877 902
  "mime_guess 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)",
878 903
  "native-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
879
- "serde 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
880
- "serde_json 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
904
+ "serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
905
+ "serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
881 906
  "serde_urlencoded 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
882 907
  "tokio-core 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
883 908
  "tokio-io 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -956,22 +981,22 @@ dependencies = [
956 981
 
957 982
 [[package]]
958 983
 name = "serde"
959
-version = "1.0.24"
984
+version = "1.0.27"
960 985
 source = "registry+https://github.com/rust-lang/crates.io-index"
961 986
 
962 987
 [[package]]
963 988
 name = "serde_derive"
964
-version = "1.0.24"
989
+version = "1.0.27"
965 990
 source = "registry+https://github.com/rust-lang/crates.io-index"
966 991
 dependencies = [
967 992
  "quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
968
- "serde_derive_internals 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)",
993
+ "serde_derive_internals 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
969 994
  "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
970 995
 ]
971 996
 
972 997
 [[package]]
973 998
 name = "serde_derive_internals"
974
-version = "0.18.0"
999
+version = "0.19.0"
975 1000
 source = "registry+https://github.com/rust-lang/crates.io-index"
976 1001
 dependencies = [
977 1002
  "syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -980,13 +1005,13 @@ dependencies = [
980 1005
 
981 1006
 [[package]]
982 1007
 name = "serde_json"
983
-version = "1.0.8"
1008
+version = "1.0.9"
984 1009
 source = "registry+https://github.com/rust-lang/crates.io-index"
985 1010
 dependencies = [
986 1011
  "dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
987 1012
  "itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
988 1013
  "num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
989
- "serde 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
1014
+ "serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
990 1015
 ]
991 1016
 
992 1017
 [[package]]
@@ -996,7 +1021,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
996 1021
 dependencies = [
997 1022
  "dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
998 1023
  "itoa 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
999
- "serde 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
1024
+ "serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
1000 1025
  "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
1001 1026
 ]
1002 1027
 
@@ -1023,7 +1048,7 @@ dependencies = [
1023 1048
  "shell32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1024 1049
  "user32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
1025 1050
  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
1026
- "x11-dl 2.17.1 (registry+https://github.com/rust-lang/crates.io-index)",
1051
+ "x11-dl 2.17.2 (registry+https://github.com/rust-lang/crates.io-index)",
1027 1052
 ]
1028 1053
 
1029 1054
 [[package]]
@@ -1092,7 +1117,7 @@ name = "tempdir"
1092 1117
 version = "0.3.5"
1093 1118
 source = "registry+https://github.com/rust-lang/crates.io-index"
1094 1119
 dependencies = [
1095
- "rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
1120
+ "rand 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
1096 1121
 ]
1097 1122
 
1098 1123
 [[package]]
@@ -1102,7 +1127,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1102 1127
 dependencies = [
1103 1128
  "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1104 1129
  "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
1105
- "redox_syscall 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
1130
+ "redox_syscall 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
1106 1131
  "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
1107 1132
 ]
1108 1133
 
@@ -1114,7 +1139,7 @@ dependencies = [
1114 1139
  "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
1115 1140
  "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
1116 1141
  "iovec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1117
- "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1142
+ "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
1118 1143
  "mio 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
1119 1144
  "scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1120 1145
  "slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1128,7 +1153,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1128 1153
 dependencies = [
1129 1154
  "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
1130 1155
  "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
1131
- "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1156
+ "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
1132 1157
 ]
1133 1158
 
1134 1159
 [[package]]
@@ -1137,9 +1162,9 @@ version = "0.1.1"
1137 1162
 source = "registry+https://github.com/rust-lang/crates.io-index"
1138 1163
 dependencies = [
1139 1164
  "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
1140
- "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
1165
+ "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
1141 1166
  "net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
1142
- "rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
1167
+ "rand 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
1143 1168
  "slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1144 1169
  "smallvec 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
1145 1170
  "take 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1172,7 +1197,7 @@ name = "toml"
1172 1197
 version = "0.4.5"
1173 1198
 source = "registry+https://github.com/rust-lang/crates.io-index"
1174 1199
 dependencies = [
1175
- "serde 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
1200
+ "serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
1176 1201
 ]
1177 1202
 
1178 1203
 [[package]]
@@ -1233,7 +1258,7 @@ name = "uuid"
1233 1258
 version = "0.5.1"
1234 1259
 source = "registry+https://github.com/rust-lang/crates.io-index"
1235 1260
 dependencies = [
1236
- "rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
1261
+ "rand 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
1237 1262
 ]
1238 1263
 
1239 1264
 [[package]]
@@ -1267,7 +1292,7 @@ dependencies = [
1267 1292
 
1268 1293
 [[package]]
1269 1294
 name = "x11-dl"
1270
-version = "2.17.1"
1295
+version = "2.17.2"
1271 1296
 source = "registry+https://github.com/rust-lang/crates.io-index"
1272 1297
 dependencies = [
1273 1298
  "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1289,7 +1314,7 @@ dependencies = [
1289 1314
 "checksum android_glue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "000444226fcff248f2bc4c7625be32c63caccfecc2723a2b9f78a7487a49c407"
1290 1315
 "checksum backtrace 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8709cc7ec06f6f0ae6c2c7e12f6ed41540781f72b488d83734978295ceae182e"
1291 1316
 "checksum backtrace-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "44585761d6161b0f57afc49482ab6bd067e4edef48c12a152c237eb0203f7661"
1292
-"checksum base64 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7c4a342b450b268e1be8036311e2c613d7f8a7ed31214dff1cc3b60852a3168d"
1317
+"checksum base64 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "229d032f1a99302697f10b27167ae6d03d49d032e6a8e2550e8d3fc13356d2b4"
1293 1318
 "checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
1294 1319
 "checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
1295 1320
 "checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf"
@@ -1308,7 +1333,7 @@ dependencies = [
1308 1333
 "checksum core-foundation-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "065a5d7ffdcbc8fa145d6f0746f3555025b9097a9e9cda59f7467abae670c78d"
1309 1334
 "checksum core-foundation-sys 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "152195421a2e6497a8179195672e9d4ee8e45ed8c465b626f1606d27a08ebcd5"
1310 1335
 "checksum core-graphics 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8de78908c558a9ba526877d165635c9eaed0818a785a93efddde1c5bfd2ce5d1"
1311
-"checksum crc 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "64d4a687c40efbc7d376958117b34d5f1cece11709110a742405bf58e7a34f00"
1336
+"checksum crc 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bd5d02c0aac6bd68393ed69e00bbc2457f3e89075c6349db7189618dc4ddc1d7"
1312 1337
 "checksum crypt32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e34988f7e069e0b2f3bfc064295161e489b2d4e04a2e4248fb94360cdf00b4ec"
1313 1338
 "checksum dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97590ba53bcb8ac28279161ca943a924d1fd4a8fb3fa63302591647c4fc5b850"
1314 1339
 "checksum deflate 0.7.17 (registry+https://github.com/rust-lang/crates.io-index)" = "4dddda59aaab719767ab11d3efd9a714e95b610c4445d4435765021e9d52dfb1"
@@ -1321,7 +1346,9 @@ dependencies = [
1321 1346
 "checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1322 1347
 "checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1323 1348
 "checksum fuchsia-zircon 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f6c0581a4e363262e52b87f59ee2afe3415361c6ec35e665924eb08afe8ff159"
1349
+"checksum fuchsia-zircon 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bd510087c325af53ba24f3be8f1c081b0982319adcb8b03cad764512923ccc19"
1324 1350
 "checksum fuchsia-zircon-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "43f3795b4bae048dc6123a6b972cadde2e676f9ded08aef6bb77f5f157684a82"
1351
+"checksum fuchsia-zircon-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "08b3a6f13ad6b96572b53ce7af74543132f1a7055ccceb6d073dd36c54481859"
1325 1352
 "checksum futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "118b49cac82e04121117cbd3121ede3147e885627d82c4546b87c702debb90c1"
1326 1353
 "checksum futures-cpupool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "e86f49cc0d92fe1b97a5980ec32d56208272cbb00f15044ea9e2799dde766fdf"
1327 1354
 "checksum gdi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0912515a8ff24ba900422ecda800b52f4016a56251922d397c576bf92c690518"
@@ -1331,7 +1358,7 @@ dependencies = [
1331 1358
 "checksum gl_generator 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "04e3e0220a68b8875b5a311fe67ee3b76d3d9b719a92277aff0ec5bb5e7b0ec1"
1332 1359
 "checksum gleam 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)" = "6f4f9148004bdc641f47173769e2625d8dec7aafd3f8d808309aab8f2d7c5ee0"
1333 1360
 "checksum httparse 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "af2f2dd97457e8fb1ae7c5a420db346af389926e36f43768b96f101546b04a07"
1334
-"checksum hyper 0.11.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e0594792d2109069d0caffd176f674d770a84adf024c5bb48e686b1ee5ac7659"
1361
+"checksum hyper 0.11.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4844b207be8393981c5fcb61c9372d7c96432fcc8f5c3431a255a9d19b5c298b"
1335 1362
 "checksum hyper-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c81fa95203e2a6087242c38691a0210f23e9f3f8f944350bd676522132e2985"
1336 1363
 "checksum idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "014b298351066f1512874135335d62a789ffe78a9974f94b43ed5621951eaf7d"
1337 1364
 "checksum image 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d1576ffa01849c91b484b95c01d54dddc242b4d50923eaa2d4d74a58c4b9e8fd"
@@ -1347,9 +1374,10 @@ dependencies = [
1347 1374
 "checksum lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c8f31047daa365f19be14b47c29df4f7c3b581832407daabe6ae77397619237d"
1348 1375
 "checksum lazycell 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3b585b7a6811fb03aa10e74b278a0f00f8dd9b45dc681f148bb29fa5cb61859b"
1349 1376
 "checksum libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)" = "36fbc8a8929c632868295d0178dd8f63fc423fd7537ad0738372bd010b3ac9b0"
1350
-"checksum libflate 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ae46bcdafa496981e996e57c5be82c0a7f130a071323764c6faa4803619f1e67"
1377
+"checksum libflate 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6e0ae8f2ea4a426e1af2c2c1ba5696bd597368afe5068f9485fc960973fe6dfb"
1351 1378
 "checksum linked-hash-map 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d2aab0478615bb586559b0114d94dd8eca4fdbb73b443adcb0d00b61692b4bf"
1352
-"checksum log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "880f77541efa6e5cc74e76910c9884d9859683118839d6a1dc3b11e63512565b"
1379
+"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
1380
+"checksum log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "89f010e843f2b1a31dbd316b3b8d443758bc634bed37aabade59c686d644e0a2"
1353 1381
 "checksum lzw 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7d947cbb889ed21c2a84be6ffbaebf5b4e0f4340638cba0444907e38b56be084"
1354 1382
 "checksum malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
1355 1383
 "checksum matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376"
@@ -1365,7 +1393,7 @@ dependencies = [
1365 1393
 "checksum num-iter 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)" = "7485fcc84f85b4ecd0ea527b14189281cf27d60e583ae65ebc9c088b13dffe01"
1366 1394
 "checksum num-rational 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "0c7cb72a95250d8a370105c828f388932373e0e94414919891a0f945222310fe"
1367 1395
 "checksum num-traits 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "cacfcab5eb48250ee7d0c7896b51a2c5eec99c1feea5f32025635f5ae4b00070"
1368
-"checksum num_cpus 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "514f0d73e64be53ff320680ca671b64fe3fb91da01e1ae2ddc99eb51d453b20d"
1396
+"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
1369 1397
 "checksum objc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "877f30f37acef6749b1841cceab289707f211aecfc756553cd63976190e6cc2e"
1370 1398
 "checksum openssl 0.9.23 (registry+https://github.com/rust-lang/crates.io-index)" = "169a4b9160baf9b9b1ab975418c673686638995ba921683a7f1e01470dcb8854"
1371 1399
 "checksum openssl-sys 0.9.23 (registry+https://github.com/rust-lang/crates.io-index)" = "2200ffec628e3f14c39fc0131a301db214f1a7d584e36507ee8700b0c7fb7a46"
@@ -1380,11 +1408,11 @@ dependencies = [
1380 1408
 "checksum png 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f0b0cabbbd20c2d7f06dbf015e06aad59b6ca3d9ed14848783e98af9aaf19925"
1381 1409
 "checksum protobuf 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bec26e67194b7d991908145fdf21b7cae8b08423d96dcb9e860cd31f854b9506"
1382 1410
 "checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
1383
-"checksum rand 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)" = "6475140dfd8655aeb72e1fd4b7a1cc1c202be65d71669476e392fe62532b9edd"
1411
+"checksum rand 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)" = "9e7944d95d25ace8f377da3ac7068ce517e4c646754c43a1b1849177bbf72e59"
1384 1412
 "checksum rayon 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b614fe08b6665cb9a231d07ac1364b0ef3cb3698f1239ee0c4c3a88a524f54c8"
1385 1413
 "checksum rayon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ed02d09394c94ffbdfdc755ad62a132e94c3224a8354e78a1200ced34df12edf"
1386 1414
 "checksum rayon-core 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e64b609139d83da75902f88fd6c01820046840a18471e4dfcd5ac7c0f46bea53"
1387
-"checksum redox_syscall 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "ab105df655884ede59d45b7070c8a65002d921461ee813a024558ca16030eea0"
1415
+"checksum redox_syscall 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)" = "07b8f011e3254d5a9b318fde596d409a0001c9ae4c6e7907520c2eaa4d988c99"
1388 1416
 "checksum relay 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f301bafeb60867c85170031bdb2fcf24c8041f33aee09e7b116a58d4e9f781c5"
1389 1417
 "checksum reqwest 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3161ca63fd11ce36c7718af239e6492a25a3dbfcec54240f959b9d816cf42413"
1390 1418
 "checksum rustc-demangle 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "aee45432acc62f7b9a108cc054142dac51f979e69e71ddce7d6fc7adf29e817e"
@@ -1396,10 +1424,10 @@ dependencies = [
1396 1424
 "checksum secur32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3f412dfa83308d893101dd59c10d6fda8283465976c28c287c5c855bf8d216bc"
1397 1425
 "checksum security-framework 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "dfa44ee9c54ce5eecc9de7d5acbad112ee58755239381f687e564004ba4a2332"
1398 1426
 "checksum security-framework-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "5421621e836278a0b139268f36eee0dc7e389b784dc3f79d8f11aabadf41bead"
1399
-"checksum serde 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)" = "1c57ab4ec5fa85d08aaf8ed9245899d9bbdd66768945b21113b84d5f595cb6a1"
1400
-"checksum serde_derive 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)" = "02c92ea07b6e49b959c1481804ebc9bfd92d3c459f1274c9a9546829e42a66ce"
1401
-"checksum serde_derive_internals 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75c6aac7b99801a16db5b40b7bf0d7e4ba16e76fbf231e32a4677f271cac0603"
1402
-"checksum serde_json 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7cf5b0b5b4bd22eeecb7e01ac2e1225c7ef5e4272b79ee28a8392a8c8489c839"
1427
+"checksum serde 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)" = "db99f3919e20faa51bb2996057f5031d8685019b5a06139b1ce761da671b8526"
1428
+"checksum serde_derive 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)" = "f4ba7591cfe93755e89eeecdbcc668885624829b020050e6aec99c2a03bd3fd0"
1429
+"checksum serde_derive_internals 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6e03f1c9530c3fb0a0a5c9b826bdd9246a5921ae995d75f512ac917fc4dd55b5"
1430
+"checksum serde_json 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c9db7266c7d63a4c4b7fe8719656ccdd51acf1bed6124b174f933b009fb10bcb"
1403 1431
 "checksum serde_urlencoded 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce0fd303af908732989354c6f02e05e2e6d597152870f2c6990efb0577137480"
1404 1432
 "checksum servo-glutin 0.13.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f5a0f8bf1b9904f47f3c191f2f7be6b1fdc8dc6e2e0d22934533c62cbe049793"
1405 1433
 "checksum shared_library 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8254bf098ce4d8d7cc7cc6de438c5488adc5297e5b7ffef88816c0a91bd289c1"
@@ -1432,5 +1460,5 @@ dependencies = [
1432 1460
 "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
1433 1461
 "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
1434 1462
 "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
1435
-"checksum x11-dl 2.17.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6f84b64ab91da2b73e87f43c7c3fe5d2422633a2618d9074f3684cb65d23fa3b"
1463
+"checksum x11-dl 2.17.2 (registry+https://github.com/rust-lang/crates.io-index)" = "28ec50063128cfdbdfe683b0504a3740e07b779c7c75fa26e941218b5f95e098"
1436 1464
 "checksum xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c1cb601d29fe2c2ac60a2b2e5e293994d87a1f6fa9687a31a15270f909be9c2"