瀏覽代碼

Update dependencies (glutin->winit is now 0.15.1)

Johannes Hofmann 7 年之前
父節點
當前提交
71befdbef1
共有 1 個檔案被更改,包括 55 行新增43 行删除
  1. 55
    43
      Cargo.lock

+ 55
- 43
Cargo.lock 查看文件

@@ -147,7 +147,7 @@ dependencies = [
147 147
 
148 148
 [[package]]
149 149
 name = "color_quant"
150
-version = "1.0.0"
150
+version = "1.0.1"
151 151
 source = "registry+https://github.com/rust-lang/crates.io-index"
152 152
 
153 153
 [[package]]
@@ -214,7 +214,7 @@ name = "crossbeam-deque"
214 214
 version = "0.3.1"
215 215
 source = "registry+https://github.com/rust-lang/crates.io-index"
216 216
 dependencies = [
217
- "crossbeam-epoch 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
217
+ "crossbeam-epoch 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
218 218
  "crossbeam-utils 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
219 219
 ]
220 220
 
@@ -234,7 +234,7 @@ dependencies = [
234 234
 
235 235
 [[package]]
236 236
 name = "crossbeam-epoch"
237
-version = "0.4.1"
237
+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)",
@@ -404,7 +404,7 @@ name = "gif"
404 404
 version = "0.10.0"
405 405
 source = "registry+https://github.com/rust-lang/crates.io-index"
406 406
 dependencies = [
407
- "color_quant 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
407
+ "color_quant 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
408 408
  "lzw 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
409 409
 ]
410 410
 
@@ -452,7 +452,7 @@ dependencies = [
452 452
  "shared_library 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
453 453
  "wayland-client 0.20.10 (registry+https://github.com/rust-lang/crates.io-index)",
454 454
  "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
455
- "winit 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
455
+ "winit 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)",
456 456
  "x11-dl 2.18.0 (registry+https://github.com/rust-lang/crates.io-index)",
457 457
 ]
458 458
 
@@ -488,7 +488,7 @@ dependencies = [
488 488
  "relay 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
489 489
  "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
490 490
  "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
491
- "tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
491
+ "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
492 492
  "tokio-proto 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
493 493
  "tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
494 494
  "unicase 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -504,7 +504,7 @@ dependencies = [
504 504
  "hyper 0.11.27 (registry+https://github.com/rust-lang/crates.io-index)",
505 505
  "native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
506 506
  "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
507
- "tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
507
+ "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
508 508
  "tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
509 509
  "tokio-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
510 510
 ]
@@ -526,7 +526,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
526 526
 dependencies = [
527 527
  "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
528 528
  "gif 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
529
- "jpeg-decoder 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
529
+ "jpeg-decoder 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
530 530
  "lzw 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
531 531
  "num-derive 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
532 532
  "num-iter 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -560,7 +560,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
560 560
 
561 561
 [[package]]
562 562
 name = "jpeg-decoder"
563
-version = "0.1.14"
563
+version = "0.1.15"
564 564
 source = "registry+https://github.com/rust-lang/crates.io-index"
565 565
 dependencies = [
566 566
  "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -900,7 +900,7 @@ name = "owning_ref"
900 900
 version = "0.3.3"
901 901
 source = "registry+https://github.com/rust-lang/crates.io-index"
902 902
 dependencies = [
903
- "stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
903
+ "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
904 904
 ]
905 905
 
906 906
 [[package]]
@@ -1066,14 +1066,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1066 1066
 dependencies = [
1067 1067
  "aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
1068 1068
  "memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1069
- "regex-syntax 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
1069
+ "regex-syntax 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
1070 1070
  "thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
1071 1071
  "utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1072 1072
 ]
1073 1073
 
1074 1074
 [[package]]
1075 1075
 name = "regex-syntax"
1076
-version = "0.6.0"
1076
+version = "0.6.1"
1077 1077
 source = "registry+https://github.com/rust-lang/crates.io-index"
1078 1078
 dependencies = [
1079 1079
  "ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1113,7 +1113,7 @@ dependencies = [
1113 1113
  "serde_json 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)",
1114 1114
  "serde_urlencoded 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
1115 1115
  "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
1116
- "tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1116
+ "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
1117 1117
  "tokio-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
1118 1118
  "url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
1119 1119
  "uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1247,7 +1247,7 @@ dependencies = [
1247 1247
 
1248 1248
 [[package]]
1249 1249
 name = "stable_deref_trait"
1250
-version = "1.0.0"
1250
+version = "1.1.0"
1251 1251
 source = "registry+https://github.com/rust-lang/crates.io-index"
1252 1252
 
1253 1253
 [[package]]
@@ -1344,13 +1344,23 @@ dependencies = [
1344 1344
  "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
1345 1345
  "mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
1346 1346
  "tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1347
- "tokio-fs 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1348
- "tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1349
- "tokio-reactor 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1347
+ "tokio-fs 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1348
+ "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
1349
+ "tokio-reactor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1350 1350
  "tokio-tcp 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1351 1351
  "tokio-threadpool 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
1352 1352
  "tokio-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
1353
- "tokio-udp 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1353
+ "tokio-udp 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1354
+]
1355
+
1356
+[[package]]
1357
+name = "tokio-codec"
1358
+version = "0.1.0"
1359
+source = "registry+https://github.com/rust-lang/crates.io-index"
1360
+dependencies = [
1361
+ "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1362
+ "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
1363
+ "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
1354 1364
 ]
1355 1365
 
1356 1366
 [[package]]
@@ -1366,8 +1376,8 @@ dependencies = [
1366 1376
  "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1367 1377
  "tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
1368 1378
  "tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1369
- "tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1370
- "tokio-reactor 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1379
+ "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
1380
+ "tokio-reactor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1371 1381
  "tokio-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
1372 1382
 ]
1373 1383
 
@@ -1381,17 +1391,17 @@ dependencies = [
1381 1391
 
1382 1392
 [[package]]
1383 1393
 name = "tokio-fs"
1384
-version = "0.1.0"
1394
+version = "0.1.1"
1385 1395
 source = "registry+https://github.com/rust-lang/crates.io-index"
1386 1396
 dependencies = [
1387 1397
  "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
1388
- "tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1398
+ "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
1389 1399
  "tokio-threadpool 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
1390 1400
 ]
1391 1401
 
1392 1402
 [[package]]
1393 1403
 name = "tokio-io"
1394
-version = "0.1.6"
1404
+version = "0.1.7"
1395 1405
 source = "registry+https://github.com/rust-lang/crates.io-index"
1396 1406
 dependencies = [
1397 1407
  "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1412,13 +1422,13 @@ dependencies = [
1412 1422
  "smallvec 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
1413 1423
  "take 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1414 1424
  "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
1415
- "tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1425
+ "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
1416 1426
  "tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1417 1427
 ]
1418 1428
 
1419 1429
 [[package]]
1420 1430
 name = "tokio-reactor"
1421
-version = "0.1.1"
1431
+version = "0.1.2"
1422 1432
 source = "registry+https://github.com/rust-lang/crates.io-index"
1423 1433
 dependencies = [
1424 1434
  "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1426,7 +1436,7 @@ dependencies = [
1426 1436
  "mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
1427 1437
  "slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1428 1438
  "tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1429
- "tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1439
+ "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
1430 1440
 ]
1431 1441
 
1432 1442
 [[package]]
@@ -1446,8 +1456,8 @@ dependencies = [
1446 1456
  "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
1447 1457
  "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1448 1458
  "mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
1449
- "tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1450
- "tokio-reactor 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1459
+ "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
1460
+ "tokio-reactor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1451 1461
 ]
1452 1462
 
1453 1463
 [[package]]
@@ -1480,20 +1490,21 @@ dependencies = [
1480 1490
  "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
1481 1491
  "native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1482 1492
  "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
1483
- "tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1493
+ "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
1484 1494
 ]
1485 1495
 
1486 1496
 [[package]]
1487 1497
 name = "tokio-udp"
1488
-version = "0.1.0"
1498
+version = "0.1.1"
1489 1499
 source = "registry+https://github.com/rust-lang/crates.io-index"
1490 1500
 dependencies = [
1491 1501
  "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1492 1502
  "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
1493 1503
  "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
1494 1504
  "mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
1495
- "tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
1496
- "tokio-reactor 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
1505
+ "tokio-codec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1506
+ "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
1507
+ "tokio-reactor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1497 1508
 ]
1498 1509
 
1499 1510
 [[package]]
@@ -1704,7 +1715,7 @@ dependencies = [
1704 1715
 
1705 1716
 [[package]]
1706 1717
 name = "winit"
1707
-version = "0.15.0"
1718
+version = "0.15.1"
1708 1719
 source = "registry+https://github.com/rust-lang/crates.io-index"
1709 1720
 dependencies = [
1710 1721
  "android_glue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1770,7 +1781,7 @@ dependencies = [
1770 1781
 "checksum cgmath 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)" = "64a4b57c8f4e3a2e9ac07e0f6abc9c24b6fc9e1b54c3478cfb598f3d0023e51c"
1771 1782
 "checksum clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f0f16b89cbb9ee36d87483dc939fe9f1e13c05898d56d7b230a0d4dff033a536"
1772 1783
 "checksum cocoa 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b44bd25bd275e9d74a5dff8ca55f2fb66c9ad5e12170d58697701df21a56e0e"
1773
-"checksum color_quant 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a475fc4af42d83d28adf72968d9bcfaf035a1a9381642d8e85d8a04957767b0d"
1784
+"checksum color_quant 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0dbbb57365263e881e805dc77d94697c9118fd94d8da011240555aa7b23445bd"
1774 1785
 "checksum core-foundation 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "25bfd746d203017f7d5cbd31ee5d8e17f94b6521c7af77ece6c9e4b2d4b16c67"
1775 1786
 "checksum core-foundation 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c7caa6cb9e76ddddbea09a03266d6b3bc98cd41e9fb9b017c473e7cca593ec25"
1776 1787
 "checksum core-foundation-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "065a5d7ffdcbc8fa145d6f0746f3555025b9097a9e9cda59f7467abae670c78d"
@@ -1780,7 +1791,7 @@ dependencies = [
1780 1791
 "checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3"
1781 1792
 "checksum crossbeam-deque 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fe8153ef04a7594ded05b427ffad46ddeaf22e63fd48d42b3e1e3bb4db07cae7"
1782 1793
 "checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150"
1783
-"checksum crossbeam-epoch 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9b4e2817eb773f770dcb294127c011e22771899c21d18fce7dd739c0b9832e81"
1794
+"checksum crossbeam-epoch 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2af0e75710d6181e234c8ecc79f14a97907850a541b13b0be1dd10992f2e4620"
1784 1795
 "checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
1785 1796
 "checksum crossbeam-utils 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d636a8b3bcc1b409d7ffd3facef8f21dcb4009626adbd0c5e6c4305c07253c7b"
1786 1797
 "checksum deflate 0.7.18 (registry+https://github.com/rust-lang/crates.io-index)" = "32c8120d981901a9970a3a1c97cf8b630e0fa8c3ca31e75b6fd6fd5f9f427b31"
@@ -1813,7 +1824,7 @@ dependencies = [
1813 1824
 "checksum inflate 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4ec18d981200fd14e65ee8e35fb60ed1ce55227a02407303f3a72517c6146dcc"
1814 1825
 "checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
1815 1826
 "checksum itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c069bbec61e1ca5a596166e55dfe4773ff745c3d16b700013bcaff9a6df2c682"
1816
-"checksum jpeg-decoder 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "0dfe27a6c0dabd772d0f9b9f8701c4ca12c4d1eebcadf2be1f6f70396f6a1434"
1827
+"checksum jpeg-decoder 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "c8b7d43206b34b3f94ea9445174bda196e772049b9bddbc620c9d29b2d20110d"
1817 1828
 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
1818 1829
 "checksum khronos_api 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "037ab472c33f67b5fbd3e9163a2645319e5356fcd355efa6d4eb7fff4bbcb554"
1819 1830
 "checksum language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
@@ -1874,7 +1885,7 @@ dependencies = [
1874 1885
 "checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1"
1875 1886
 "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
1876 1887
 "checksum regex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75ecf88252dce580404a22444fc7d626c01815debba56a7f4f536772a5ff19d3"
1877
-"checksum regex-syntax 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8f1ac0f60d675cc6cf13a20ec076568254472551051ad5dd050364d70671bf6b"
1888
+"checksum regex-syntax 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05b06a75f5217880fc5e905952a42750bf44787e56a6c6d6852ed0992f5e1d54"
1878 1889
 "checksum relay 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1576e382688d7e9deecea24417e350d3062d97e32e45d70b1cde65994ff1489a"
1879 1890
 "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
1880 1891
 "checksum reqwest 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2abe46f8e00792693a2488e296c593d1f4ea39bb1178cfce081d6793657575e4"
@@ -1895,7 +1906,7 @@ dependencies = [
1895 1906
 "checksum smallvec 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4c8cbcd6df1e117c2210e13ab5109635ad68a929fcbb8964dc965b76cb5ee013"
1896 1907
 "checksum smallvec 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03dab98ab5ded3a8b43b2c80751194608d0b2aa0f1d46cf95d1c35e192844aa7"
1897 1908
 "checksum smithay-client-toolkit 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "36ba61db0db08e06776ec5736bd729402ba1deb10184860a30430cfa2d83a198"
1898
-"checksum stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "15132e0e364248108c5e2c02e3ab539be8d6f5d52a01ca9bbf27ed657316f02b"
1909
+"checksum stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa"
1899 1910
 "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
1900 1911
 "checksum syn 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c67da57e61ebc7b7b6fff56bb34440ca3a83db037320b0507af4c10368deda7d"
1901 1912
 "checksum take 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b157868d8ac1f56b64604539990685fa7611d8fa9e5476cf0c02cf34d32917c5"
@@ -1907,18 +1918,19 @@ dependencies = [
1907 1918
 "checksum thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "279ef31c19ededf577bfd12dfae728040a21f635b06a24cd670ff510edd38963"
1908 1919
 "checksum time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b"
1909 1920
 "checksum tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8ee337e5f4e501fc32966fec6fe0ca0cc1c237b0b1b14a335f8bfe3c5f06e286"
1921
+"checksum tokio-codec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "881e9645b81c2ce95fcb799ded2c29ffb9f25ef5bef909089a420e5961dd8ccb"
1910 1922
 "checksum tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "aeeffbbb94209023feaef3c196a41cbcdafa06b4a6f893f68779bb5e53796f71"
1911 1923
 "checksum tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8cac2a7883ff3567e9d66bb09100d09b33d90311feca0206c7ca034bc0c55113"
1912
-"checksum tokio-fs 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "76766830bbf9a2d5bfb50c95350d56a2e79e2c80f675967fff448bc615899708"
1913
-"checksum tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "6af9eb326f64b2d6b68438e1953341e00ab3cf54de7e35d92bfc73af8555313a"
1924
+"checksum tokio-fs 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fc42bae2f6e33865b99069d95bcddfc85c9f0849b4e7e7399eeee71956ef34d7"
1925
+"checksum tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a5c9635ee806f26d302b8baa1e145689a280d8f5aa8d0552e7344808da54cc21"
1914 1926
 "checksum tokio-proto 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fbb47ae81353c63c487030659494b295f6cb6576242f907f203473b191b0389"
1915
-"checksum tokio-reactor 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3cedc8e5af5131dc3423ffa4f877cce78ad25259a9a62de0613735a13ebc64b"
1927
+"checksum tokio-reactor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e00ec63bbec2c97ce1178cb0587b2c438b2f6b09d3ee54a33c45a9cf0d530810"
1916 1928
 "checksum tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"
1917 1929
 "checksum tokio-tcp 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ec9b094851aadd2caf83ba3ad8e8c4ce65a42104f7b94d9e6550023f0407853f"
1918 1930
 "checksum tokio-threadpool 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c3873a6d8d0b636e024e77b9a82eaab6739578a06189ecd0e731c7308fbc5d"
1919 1931
 "checksum tokio-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "028b94314065b90f026a21826cffd62a4e40a92cda3e5c069cc7b02e5945f5e9"
1920 1932
 "checksum tokio-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "772f4b04e560117fe3b0a53e490c16ddc8ba6ec437015d91fa385564996ed913"
1921
-"checksum tokio-udp 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "137bda266504893ac4774e0ec4c2108f7ccdbcb7ac8dced6305fe9e4e0b5041a"
1933
+"checksum tokio-udp 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "43eb534af6e8f37d43ab1b612660df14755c42bd003c5f8d2475ee78cc4600c0"
1922 1934
 "checksum toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a0263c6c02c4db6c8f7681f9fd35e90de799ebd4cfdeab77a38f4ff6b3d8c0d9"
1923 1935
 "checksum try-lock 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee2aa4715743892880f70885373966c83d73ef1b0838a664ef0c76fffd35e7c2"
1924 1936
 "checksum ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd2be2d6639d0f8fe6cdda291ad456e23629558d466e2789d2c3e9892bda285d"
@@ -1948,7 +1960,7 @@ dependencies = [
1948 1960
 "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1949 1961
 "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1950 1962
 "checksum wincolor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eeb06499a3a4d44302791052df005d5232b927ed1a9658146d842165c4de7767"
1951
-"checksum winit 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "452e3331a6fb5b9d660efae533bf9ae022c528d36eb1e6278b37fc9319d58eff"
1963
+"checksum winit 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4bb6ea35de8bd722201914b28a33d503ee45b09fcf85fc4bbf574845e41f79e2"
1952 1964
 "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
1953 1965
 "checksum x11-dl 2.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "931d8584b49771143af0c422f372d8aef4280afd5920dad39b0a95a8e51df1e9"
1954 1966
 "checksum xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c1cb601d29fe2c2ac60a2b2e5e293994d87a1f6fa9687a31a15270f909be9c2"