Johannes Hofmann пре 7 година
родитељ
комит
13da723ee5
1 измењених фајлова са 56 додато и 54 уклоњено
  1. 56
    54
      Cargo.lock

+ 56
- 54
Cargo.lock Прегледај датотеку

@@ -52,7 +52,7 @@ name = "base64"
52 52
 version = "0.9.3"
53 53
 source = "registry+https://github.com/rust-lang/crates.io-index"
54 54
 dependencies = [
55
- "byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
55
+ "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
56 56
  "safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
57 57
 ]
58 58
 
@@ -73,7 +73,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
73 73
 
74 74
 [[package]]
75 75
 name = "byteorder"
76
-version = "1.2.6"
76
+version = "1.2.7"
77 77
 source = "registry+https://github.com/rust-lang/crates.io-index"
78 78
 
79 79
 [[package]]
@@ -81,7 +81,7 @@ name = "bytes"
81 81
 version = "0.4.10"
82 82
 source = "registry+https://github.com/rust-lang/crates.io-index"
83 83
 dependencies = [
84
- "byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
84
+ "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
85 85
  "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
86 86
 ]
87 87
 
@@ -267,7 +267,7 @@ version = "0.7.19"
267 267
 source = "registry+https://github.com/rust-lang/crates.io-index"
268 268
 dependencies = [
269 269
  "adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
270
- "byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
270
+ "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
271 271
 ]
272 272
 
273 273
 [[package]]
@@ -288,7 +288,7 @@ dependencies = [
288 288
  "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
289 289
  "osmpbf 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
290 290
  "regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
291
- "reqwest 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
291
+ "reqwest 0.9.4 (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.8 (registry+https://github.com/rust-lang/crates.io-index)",
294 294
 ]
@@ -463,16 +463,16 @@ name = "h2"
463 463
 version = "0.1.13"
464 464
 source = "registry+https://github.com/rust-lang/crates.io-index"
465 465
 dependencies = [
466
- "byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
466
+ "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
467 467
  "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
468 468
  "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
469 469
  "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
470 470
  "http 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
471
- "indexmap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
471
+ "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
472 472
  "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
473 473
  "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
474 474
  "string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
475
- "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
475
+ "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
476 476
 ]
477 477
 
478 478
 [[package]]
@@ -500,7 +500,7 @@ dependencies = [
500 500
 
501 501
 [[package]]
502 502
 name = "hyper"
503
-version = "0.12.12"
503
+version = "0.12.13"
504 504
 source = "registry+https://github.com/rust-lang/crates.io-index"
505 505
 dependencies = [
506 506
  "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -516,9 +516,10 @@ dependencies = [
516 516
  "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
517 517
  "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
518 518
  "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
519
- "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
519
+ "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
520 520
  "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
521 521
  "tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
522
+ "tokio-threadpool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
522 523
  "tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
523 524
  "want 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
524 525
 ]
@@ -530,9 +531,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
530 531
 dependencies = [
531 532
  "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
532 533
  "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
533
- "hyper 0.12.12 (registry+https://github.com/rust-lang/crates.io-index)",
534
- "native-tls 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
535
- "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
534
+ "hyper 0.12.13 (registry+https://github.com/rust-lang/crates.io-index)",
535
+ "native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
536
+ "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
536 537
 ]
537 538
 
538 539
 [[package]]
@@ -550,7 +551,7 @@ name = "image"
550 551
 version = "0.20.0"
551 552
 source = "registry+https://github.com/rust-lang/crates.io-index"
552 553
 dependencies = [
553
- "byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
554
+ "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
554 555
  "gif 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
555 556
  "jpeg-decoder 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
556 557
  "lzw 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -564,7 +565,7 @@ dependencies = [
564 565
 
565 566
 [[package]]
566 567
 name = "indexmap"
567
-version = "1.0.1"
568
+version = "1.0.2"
568 569
 source = "registry+https://github.com/rust-lang/crates.io-index"
569 570
 
570 571
 [[package]]
@@ -594,7 +595,7 @@ name = "jpeg-decoder"
594 595
 version = "0.1.15"
595 596
 source = "registry+https://github.com/rust-lang/crates.io-index"
596 597
 dependencies = [
597
- "byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
598
+ "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
598 599
  "rayon 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
599 600
 ]
600 601
 
@@ -636,7 +637,7 @@ version = "0.1.18"
636 637
 source = "registry+https://github.com/rust-lang/crates.io-index"
637 638
 dependencies = [
638 639
  "adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
639
- "byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
640
+ "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
640 641
  "crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
641 642
 ]
642 643
 
@@ -801,12 +802,13 @@ dependencies = [
801 802
 
802 803
 [[package]]
803 804
 name = "native-tls"
804
-version = "0.2.1"
805
+version = "0.2.2"
805 806
 source = "registry+https://github.com/rust-lang/crates.io-index"
806 807
 dependencies = [
807 808
  "lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
808 809
  "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
809
- "openssl 0.10.14 (registry+https://github.com/rust-lang/crates.io-index)",
810
+ "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
811
+ "openssl 0.10.15 (registry+https://github.com/rust-lang/crates.io-index)",
810 812
  "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
811 813
  "openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)",
812 814
  "schannel 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -850,7 +852,7 @@ dependencies = [
850 852
  "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
851 853
  "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
852 854
  "quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
853
- "syn 0.15.13 (registry+https://github.com/rust-lang/crates.io-index)",
855
+ "syn 0.15.14 (registry+https://github.com/rust-lang/crates.io-index)",
854 856
 ]
855 857
 
856 858
 [[package]]
@@ -910,7 +912,7 @@ dependencies = [
910 912
 
911 913
 [[package]]
912 914
 name = "openssl"
913
-version = "0.10.14"
915
+version = "0.10.15"
914 916
 source = "registry+https://github.com/rust-lang/crates.io-index"
915 917
 dependencies = [
916 918
  "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -950,7 +952,7 @@ name = "osmpbf"
950 952
 version = "0.1.10"
951 953
 source = "registry+https://github.com/rust-lang/crates.io-index"
952 954
 dependencies = [
953
- "byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
955
+ "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
954 956
  "flate2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
955 957
  "inflate 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
956 958
  "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1168,7 +1170,7 @@ dependencies = [
1168 1170
 
1169 1171
 [[package]]
1170 1172
 name = "reqwest"
1171
-version = "0.9.3"
1173
+version = "0.9.4"
1172 1174
 source = "registry+https://github.com/rust-lang/crates.io-index"
1173 1175
 dependencies = [
1174 1176
  "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1176,18 +1178,18 @@ dependencies = [
1176 1178
  "encoding_rs 0.8.10 (registry+https://github.com/rust-lang/crates.io-index)",
1177 1179
  "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
1178 1180
  "http 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
1179
- "hyper 0.12.12 (registry+https://github.com/rust-lang/crates.io-index)",
1181
+ "hyper 0.12.13 (registry+https://github.com/rust-lang/crates.io-index)",
1180 1182
  "hyper-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
1181 1183
  "libflate 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
1182 1184
  "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
1183 1185
  "mime 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
1184 1186
  "mime_guess 2.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)",
1185
- "native-tls 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
1187
+ "native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1186 1188
  "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)",
1187 1189
  "serde_json 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)",
1188 1190
  "serde_urlencoded 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
1189 1191
  "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
1190
- "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1192
+ "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
1191 1193
  "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
1192 1194
  "uuid 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
1193 1195
 ]
@@ -1348,7 +1350,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1348 1350
 
1349 1351
 [[package]]
1350 1352
 name = "syn"
1351
-version = "0.15.13"
1353
+version = "0.15.14"
1352 1354
 source = "registry+https://github.com/rust-lang/crates.io-index"
1353 1355
 dependencies = [
1354 1356
  "proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1408,7 +1410,7 @@ name = "tiff"
1408 1410
 version = "0.2.1"
1409 1411
 source = "registry+https://github.com/rust-lang/crates.io-index"
1410 1412
 dependencies = [
1411
- "byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
1413
+ "byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
1412 1414
  "lzw 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
1413 1415
  "num-derive 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
1414 1416
  "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1435,14 +1437,14 @@ dependencies = [
1435 1437
  "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1436 1438
  "tokio-current-thread 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
1437 1439
  "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1438
- "tokio-fs 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
1439
- "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1440
+ "tokio-fs 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
1441
+ "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
1440 1442
  "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1441 1443
  "tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1442
- "tokio-threadpool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
1444
+ "tokio-threadpool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
1443 1445
  "tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
1444 1446
  "tokio-udp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1445
- "tokio-uds 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1447
+ "tokio-uds 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
1446 1448
 ]
1447 1449
 
1448 1450
 [[package]]
@@ -1452,7 +1454,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1452 1454
 dependencies = [
1453 1455
  "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
1454 1456
  "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
1455
- "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1457
+ "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
1456 1458
 ]
1457 1459
 
1458 1460
 [[package]]
@@ -1474,17 +1476,17 @@ dependencies = [
1474 1476
 
1475 1477
 [[package]]
1476 1478
 name = "tokio-fs"
1477
-version = "0.1.3"
1479
+version = "0.1.4"
1478 1480
 source = "registry+https://github.com/rust-lang/crates.io-index"
1479 1481
 dependencies = [
1480 1482
  "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
1481
- "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1482
- "tokio-threadpool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
1483
+ "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
1484
+ "tokio-threadpool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
1483 1485
 ]
1484 1486
 
1485 1487
 [[package]]
1486 1488
 name = "tokio-io"
1487
-version = "0.1.9"
1489
+version = "0.1.10"
1488 1490
 source = "registry+https://github.com/rust-lang/crates.io-index"
1489 1491
 dependencies = [
1490 1492
  "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1506,7 +1508,7 @@ dependencies = [
1506 1508
  "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
1507 1509
  "slab 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
1508 1510
  "tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1509
- "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1511
+ "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
1510 1512
 ]
1511 1513
 
1512 1514
 [[package]]
@@ -1518,13 +1520,13 @@ dependencies = [
1518 1520
  "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
1519 1521
  "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1520 1522
  "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
1521
- "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1523
+ "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
1522 1524
  "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1523 1525
 ]
1524 1526
 
1525 1527
 [[package]]
1526 1528
 name = "tokio-threadpool"
1527
-version = "0.1.7"
1529
+version = "0.1.8"
1528 1530
 source = "registry+https://github.com/rust-lang/crates.io-index"
1529 1531
 dependencies = [
1530 1532
  "crossbeam-deque 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1557,13 +1559,13 @@ dependencies = [
1557 1559
  "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
1558 1560
  "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
1559 1561
  "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1560
- "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1562
+ "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
1561 1563
  "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1562 1564
 ]
1563 1565
 
1564 1566
 [[package]]
1565 1567
 name = "tokio-uds"
1566
-version = "0.2.2"
1568
+version = "0.2.3"
1567 1569
 source = "registry+https://github.com/rust-lang/crates.io-index"
1568 1570
 dependencies = [
1569 1571
  "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1573,7 +1575,7 @@ dependencies = [
1573 1575
  "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
1574 1576
  "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
1575 1577
  "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
1576
- "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
1578
+ "tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
1577 1579
  "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1578 1580
 ]
1579 1581
 
@@ -1851,7 +1853,7 @@ dependencies = [
1851 1853
 "checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
1852 1854
 "checksum block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
1853 1855
 "checksum build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39"
1854
-"checksum byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "90492c5858dd7d2e78691cfb89f90d273a2800fc11d98f60786e5d87e2f83781"
1856
+"checksum byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "94f88df23a25417badc922ab0f5716cc1330e87f71ddd9203b3a3ccd9cedf75d"
1855 1857
 "checksum bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0ce55bd354b095246fc34caf4e9e242f5297a7fd938b090cadfea6eee614aa62"
1856 1858
 "checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16"
1857 1859
 "checksum cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "082bb9b28e00d3c9d39cc03e64ce4cea0f1bb9b3fde493f0cbc008472d22bdf4"
@@ -1898,11 +1900,11 @@ dependencies = [
1898 1900
 "checksum http 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "24f58e8c2d8e886055c3ead7b28793e1455270b5fb39650984c224bc538ba581"
1899 1901
 "checksum httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83"
1900 1902
 "checksum humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0484fda3e7007f2a4a0d9c3a703ca38c71c54c55602ce4660c419fd32e188c9e"
1901
-"checksum hyper 0.12.12 (registry+https://github.com/rust-lang/crates.io-index)" = "4aca412c241a2dd53af261efc7adf7736fdebd67dc0d1cc1ffdbcb9407e0e810"
1903
+"checksum hyper 0.12.13 (registry+https://github.com/rust-lang/crates.io-index)" = "95ffee0d1d30de4313fdaaa485891ce924991d45bbc18adfc8ac5b1639e62fbb"
1902 1904
 "checksum hyper-tls 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "32cd73f14ad370d3b4d4b7dce08f69b81536c82e39fcc89731930fe5788cd661"
1903 1905
 "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
1904 1906
 "checksum image 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60710fd3cb40c2434451d8d5147bcf39bbb68aae0741041133e09439cb2401e3"
1905
-"checksum indexmap 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08173ba1e906efb6538785a8844dd496f5d34f0a2d88038e95195172fc667220"
1907
+"checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d"
1906 1908
 "checksum inflate 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6f53b811ee8e2057ccf9643ca6b4277de90efaf5e61e55fd5254576926bb4245"
1907 1909
 "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
1908 1910
 "checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b"
@@ -1931,7 +1933,7 @@ dependencies = [
1931 1933
 "checksum mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)" = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432"
1932 1934
 "checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
1933 1935
 "checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
1934
-"checksum native-tls 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8b0a7bd714e83db15676d31caf968ad7318e9cc35f93c85a90231c8f22867549"
1936
+"checksum native-tls 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ff8e08de0070bbf4c31f452ea2a70db092f36f6f2e4d897adf5674477d488fb2"
1935 1937
 "checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
1936 1938
 "checksum nix 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d37e713a259ff641624b6cb20e3b12b2952313ba36b6823c0f16e6cfd9e5de17"
1937 1939
 "checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
@@ -1943,7 +1945,7 @@ dependencies = [
1943 1945
 "checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1"
1944 1946
 "checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
1945 1947
 "checksum objc 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "9833ab0efe5361b1e2122a0544a5d3359576911a42cb098c2e59be8650807367"
1946
-"checksum openssl 0.10.14 (registry+https://github.com/rust-lang/crates.io-index)" = "6285ab297861546af7a2753593b3160bfc09f0ab9d1f5bb009e39d81a169b499"
1948
+"checksum openssl 0.10.15 (registry+https://github.com/rust-lang/crates.io-index)" = "5e1309181cdcbdb51bc3b6bedb33dfac2a83b3d585033d3f6d9e22e8c1928613"
1947 1949
 "checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
1948 1950
 "checksum openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)" = "278c1ad40a89aa1e741a1eed089a2f60b18fab8089c3139b542140fc7d674106"
1949 1951
 "checksum osmesa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "88cfece6e95d2e717e0872a7f53a8684712ad13822a7979bc760b9c77ec0013b"
@@ -1973,7 +1975,7 @@ dependencies = [
1973 1975
 "checksum regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2069749032ea3ec200ca51e4a31df41759190a88edca0d2d86ee8bedf7073341"
1974 1976
 "checksum regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "747ba3b235651f6e2f67dfa8bcdcd073ddb7c243cb21c442fc12395dfcac212d"
1975 1977
 "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
1976
-"checksum reqwest 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "aa238ac676ec77e62be3e70656828ca4f596fccd33c6fab92942701bc8c8b4fe"
1978
+"checksum reqwest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)" = "00a5870d8edc74fc6e1eb58edbd2815d2243e1a2255d6bf9c82a7a875901b5db"
1977 1979
 "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
1978 1980
 "checksum ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7153dd96dade874ab973e098cb62fcdbb89a03682e46b144fd09550998d4a4a7"
1979 1981
 "checksum safemem 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dca453248a96cb0749e36ccdfe2b0b4e54a61bfef89fb97ec621eb8e0a93dd9"
@@ -1995,7 +1997,7 @@ dependencies = [
1995 1997
 "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
1996 1998
 "checksum string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00caf261d6f90f588f8450b8e1230fa0d5be49ee6140fdfbcb55335aff350970"
1997 1999
 "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
1998
-"checksum syn 0.15.13 (registry+https://github.com/rust-lang/crates.io-index)" = "7b4439ee8325b4e4b57e59309c3724c9a4478eaeb4eb094b6f3fac180a3b2876"
2000
+"checksum syn 0.15.14 (registry+https://github.com/rust-lang/crates.io-index)" = "baaba45c6bf60fe29aaf241fa33306c0b75c801edea8378263a8f043b09a5634"
1999 2001
 "checksum tempfile 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "55c1195ef8513f3273d55ff59fe5da6940287a0d7a98331254397f464833675b"
2000 2002
 "checksum termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f"
2001 2003
 "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
@@ -2007,14 +2009,14 @@ dependencies = [
2007 2009
 "checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f"
2008 2010
 "checksum tokio-current-thread 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f90fcd90952f0a496d438a976afba8e5c205fb12123f813d8ab3aa1c8436638c"
2009 2011
 "checksum tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c117b6cf86bb730aab4834f10df96e4dd586eff2c3c27d3781348da49e255bde"
2010
-"checksum tokio-fs 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b5cbe4ca6e71cb0b62a66e4e6f53a8c06a6eefe46cc5f665ad6f274c9906f135"
2011
-"checksum tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "8b8a85fffbec3c5ab1ab62324570230dcd37ee5996a7859da5caf7b9d45e3e8c"
2012
+"checksum tokio-fs 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "60ae25f6b17d25116d2cba342083abe5255d3c2c79cb21ea11aa049c53bf7c75"
2013
+"checksum tokio-io 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "7392fe0a70d5ce0c882c4778116c519bd5dbaa8a7c3ae3d04578b3afafdcda21"
2012 2014
 "checksum tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4b26fd37f1125738b2170c80b551f69ff6fecb277e6e5ca885e53eec2b005018"
2013 2015
 "checksum tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7ad235e9dadd126b2d47f6736f65aa1fdcd6420e66ca63f44177bc78df89f912"
2014
-"checksum tokio-threadpool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bbd8a8b911301c60cbfaa2a6588fb210e5c1038375b8bdecc47aa09a94c3c05f"
2016
+"checksum tokio-threadpool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3929aee321c9220ed838ed6c3928be7f9b69986b0e3c22c972a66dbf8a298c68"
2015 2017
 "checksum tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "3a52f00c97fedb6d535d27f65cccb7181c8dd4c6edc3eda9ea93f6d45d05168e"
2016 2018
 "checksum tokio-udp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "da941144b816d0dcda4db3a1ba87596e4df5e860a72b70783fe435891f80601c"
2017
-"checksum tokio-uds 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "22e3aa6d1fcc19e635418dc0a30ab5bd65d347973d6f43f1a37bf8d9d1335fc9"
2019
+"checksum tokio-uds 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "df195376b43508f01570bacc73e13a1de0854dc59e79d1ec09913e8db6dd2a70"
2018 2020
 "checksum toml 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "4a2ecc31b0351ea18b3fe11274b8db6e4d82bce861bbb22e6dbed40417902c65"
2019 2021
 "checksum try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
2020 2022
 "checksum ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd2be2d6639d0f8fe6cdda291ad456e23629558d466e2789d2c3e9892bda285d"