소스 검색

Update dependencies

This fixes a glutin/winit issue that resulted in 100% CPU usage because
of repeated X11 ConfigureWindow/ConfigureNotify events.
Johannes Hofmann 7 년 전
부모
커밋
2084a7bb2d
1개의 변경된 파일38개의 추가작업 그리고 37개의 파일을 삭제
  1. 38
    37
      Cargo.lock

+ 38
- 37
Cargo.lock 파일 보기

@@ -284,7 +284,7 @@ dependencies = [
284 284
  "image 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
285 285
  "lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
286 286
  "linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
287
- "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
287
+ "log 0.4.3 (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 290
  "regex 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -339,7 +339,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
339 339
 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
- "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
342
+ "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
343 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
 ]
@@ -417,7 +417,7 @@ version = "0.9.0"
417 417
 source = "registry+https://github.com/rust-lang/crates.io-index"
418 418
 dependencies = [
419 419
  "khronos_api 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
420
- "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
420
+ "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
421 421
  "xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
422 422
 ]
423 423
 
@@ -447,13 +447,13 @@ dependencies = [
447 447
  "shared_library 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
448 448
  "wayland-client 0.20.10 (registry+https://github.com/rust-lang/crates.io-index)",
449 449
  "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
450
- "winit 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
450
+ "winit 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)",
451 451
  "x11-dl 2.18.0 (registry+https://github.com/rust-lang/crates.io-index)",
452 452
 ]
453 453
 
454 454
 [[package]]
455 455
 name = "httparse"
456
-version = "1.3.1"
456
+version = "1.3.2"
457 457
 source = "registry+https://github.com/rust-lang/crates.io-index"
458 458
 
459 459
 [[package]]
@@ -473,11 +473,11 @@ dependencies = [
473 473
  "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
474 474
  "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
475 475
  "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
476
- "httparse 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
476
+ "httparse 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
477 477
  "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
478 478
  "language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
479
- "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
480
- "mime 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
479
+ "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
480
+ "mime 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
481 481
  "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
482 482
  "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
483 483
  "relay 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -603,7 +603,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
603 603
 
604 604
 [[package]]
605 605
 name = "libflate"
606
-version = "0.1.15"
606
+version = "0.1.16"
607 607
 source = "registry+https://github.com/rust-lang/crates.io-index"
608 608
 dependencies = [
609 609
  "adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -630,12 +630,12 @@ name = "log"
630 630
 version = "0.3.9"
631 631
 source = "registry+https://github.com/rust-lang/crates.io-index"
632 632
 dependencies = [
633
- "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
633
+ "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
634 634
 ]
635 635
 
636 636
 [[package]]
637 637
 name = "log"
638
-version = "0.4.2"
638
+version = "0.4.3"
639 639
 source = "registry+https://github.com/rust-lang/crates.io-index"
640 640
 dependencies = [
641 641
  "cfg-if 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -683,7 +683,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
683 683
 
684 684
 [[package]]
685 685
 name = "mime"
686
-version = "0.3.7"
686
+version = "0.3.8"
687 687
 source = "registry+https://github.com/rust-lang/crates.io-index"
688 688
 dependencies = [
689 689
  "unicase 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -694,7 +694,7 @@ name = "mime_guess"
694 694
 version = "2.0.0-alpha.5"
695 695
 source = "registry+https://github.com/rust-lang/crates.io-index"
696 696
 dependencies = [
697
- "mime 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
697
+ "mime 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
698 698
  "phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
699 699
  "phf_codegen 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
700 700
  "unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -720,7 +720,7 @@ dependencies = [
720 720
  "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
721 721
  "lazycell 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
722 722
  "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
723
- "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
723
+ "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
724 724
  "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
725 725
  "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
726 726
  "slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -787,7 +787,7 @@ dependencies = [
787 787
  "num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
788 788
  "proc-macro2 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
789 789
  "quote 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
790
- "syn 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)",
790
+ "syn 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)",
791 791
 ]
792 792
 
793 793
 [[package]]
@@ -1099,11 +1099,11 @@ dependencies = [
1099 1099
  "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
1100 1100
  "hyper 0.11.27 (registry+https://github.com/rust-lang/crates.io-index)",
1101 1101
  "hyper-tls 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
1102
- "libflate 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
1103
- "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
1102
+ "libflate 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
1103
+ "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
1104 1104
  "mime_guess 2.0.0-alpha.5 (registry+https://github.com/rust-lang/crates.io-index)",
1105 1105
  "native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1106
- "serde 1.0.67 (registry+https://github.com/rust-lang/crates.io-index)",
1106
+ "serde 1.0.69 (registry+https://github.com/rust-lang/crates.io-index)",
1107 1107
  "serde_json 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)",
1108 1108
  "serde_urlencoded 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
1109 1109
  "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1164,7 +1164,7 @@ dependencies = [
1164 1164
 
1165 1165
 [[package]]
1166 1166
 name = "serde"
1167
-version = "1.0.67"
1167
+version = "1.0.69"
1168 1168
 source = "registry+https://github.com/rust-lang/crates.io-index"
1169 1169
 
1170 1170
 [[package]]
@@ -1174,7 +1174,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1174 1174
 dependencies = [
1175 1175
  "dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
1176 1176
  "itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
1177
- "serde 1.0.67 (registry+https://github.com/rust-lang/crates.io-index)",
1177
+ "serde 1.0.69 (registry+https://github.com/rust-lang/crates.io-index)",
1178 1178
 ]
1179 1179
 
1180 1180
 [[package]]
@@ -1184,7 +1184,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1184 1184
 dependencies = [
1185 1185
  "dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
1186 1186
  "itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
1187
- "serde 1.0.67 (registry+https://github.com/rust-lang/crates.io-index)",
1187
+ "serde 1.0.69 (registry+https://github.com/rust-lang/crates.io-index)",
1188 1188
  "url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
1189 1189
 ]
1190 1190
 
@@ -1251,7 +1251,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1251 1251
 
1252 1252
 [[package]]
1253 1253
 name = "syn"
1254
-version = "0.14.2"
1254
+version = "0.14.4"
1255 1255
 source = "registry+https://github.com/rust-lang/crates.io-index"
1256 1256
 dependencies = [
1257 1257
  "proc-macro2 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1365,7 +1365,7 @@ dependencies = [
1365 1365
  "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1366 1366
  "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
1367 1367
  "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1368
- "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
1368
+ "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
1369 1369
  "mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
1370 1370
  "scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1371 1371
  "tokio 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1400,7 +1400,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1400 1400
 dependencies = [
1401 1401
  "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1402 1402
  "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
1403
- "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
1403
+ "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
1404 1404
 ]
1405 1405
 
1406 1406
 [[package]]
@@ -1426,7 +1426,7 @@ version = "0.1.2"
1426 1426
 source = "registry+https://github.com/rust-lang/crates.io-index"
1427 1427
 dependencies = [
1428 1428
  "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
1429
- "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
1429
+ "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
1430 1430
  "mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
1431 1431
  "slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
1432 1432
  "tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1461,7 +1461,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1461 1461
 dependencies = [
1462 1462
  "crossbeam-deque 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
1463 1463
  "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
1464
- "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
1464
+ "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
1465 1465
  "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1466 1466
  "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
1467 1467
  "tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1494,7 +1494,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1494 1494
 dependencies = [
1495 1495
  "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1496 1496
  "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
1497
- "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
1497
+ "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
1498 1498
  "mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
1499 1499
  "tokio-codec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1500 1500
  "tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1506,7 +1506,7 @@ name = "toml"
1506 1506
 version = "0.4.6"
1507 1507
 source = "registry+https://github.com/rust-lang/crates.io-index"
1508 1508
 dependencies = [
1509
- "serde 1.0.67 (registry+https://github.com/rust-lang/crates.io-index)",
1509
+ "serde 1.0.69 (registry+https://github.com/rust-lang/crates.io-index)",
1510 1510
 ]
1511 1511
 
1512 1512
 [[package]]
@@ -1616,7 +1616,7 @@ version = "0.0.4"
1616 1616
 source = "registry+https://github.com/rust-lang/crates.io-index"
1617 1617
 dependencies = [
1618 1618
  "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
1619
- "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
1619
+ "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
1620 1620
  "try-lock 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1621 1621
 ]
1622 1622
 
@@ -1709,7 +1709,7 @@ dependencies = [
1709 1709
 
1710 1710
 [[package]]
1711 1711
 name = "winit"
1712
-version = "0.16.0"
1712
+version = "0.16.1"
1713 1713
 source = "registry+https://github.com/rust-lang/crates.io-index"
1714 1714
 dependencies = [
1715 1715
  "android_glue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1718,6 +1718,7 @@ dependencies = [
1718 1718
  "core-graphics 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
1719 1719
  "lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1720 1720
  "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
1721
+ "log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
1721 1722
  "objc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1722 1723
  "parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
1723 1724
  "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1808,7 +1809,7 @@ dependencies = [
1808 1809
 "checksum gl_generator 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a795170cbd85b5a7baa58d6d7525cae6a03e486859860c220f7ebbbdd379d0a"
1809 1810
 "checksum gleam 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "12b793fcf40a23dd372f184c228ab3eb96f88c50bb4fba8319c483aa025a4e45"
1810 1811
 "checksum glutin 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a70c5fe78efbd5a3b243a804ea1032053c584510f8822819f94cfb29b2100317"
1811
-"checksum httparse 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "23801d98b42eed0318e5709b0527894ba7c3793d0236814618d6a9b6224152ff"
1812
+"checksum httparse 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7b6288d7db100340ca12873fd4d08ad1b8f206a9457798dfb17c018a33fee540"
1812 1813
 "checksum humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0484fda3e7007f2a4a0d9c3a703ca38c71c54c55602ce4660c419fd32e188c9e"
1813 1814
 "checksum hyper 0.11.27 (registry+https://github.com/rust-lang/crates.io-index)" = "34a590ca09d341e94cddf8e5af0bbccde205d5fbc2fa3c09dd67c7f85cea59d7"
1814 1815
 "checksum hyper-tls 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a5aa51f6ae9842239b0fac14af5f22123b8432b4cc774a44ff059fcba0f675ca"
@@ -1825,18 +1826,18 @@ dependencies = [
1825 1826
 "checksum lazy_static 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e6412c5e2ad9584b0b8e979393122026cdd6d2a80b933f890dcd694ddbe73739"
1826 1827
 "checksum lazycell 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a6f08839bc70ef4a3fe1d566d5350f519c5912ea86be0df1740a7d247c7fc0ef"
1827 1828
 "checksum libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)" = "b685088df2b950fccadf07a7187c8ef846a959c142338a48f9dc0b94517eb5f1"
1828
-"checksum libflate 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "f70a41040e4ed915b462ffb9c8dd20ece3700565aa5e2e163288a0f7ca00487a"
1829
+"checksum libflate 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "7d4b4c7aff5bac19b956f693d0ea0eade8066deb092186ae954fa6ba14daab98"
1829 1830
 "checksum libloading 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3ad660d7cb8c5822cd83d10897b0f1f1526792737a179e73896152f85b88c2"
1830 1831
 "checksum linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e"
1831 1832
 "checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
1832
-"checksum log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6fddaa003a65722a7fb9e26b0ce95921fe4ba590542ced664d8ce2fa26f9f3ac"
1833
+"checksum log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "61bd98ae7f7b754bc53dca7d44b604f733c6bba044ea6f41bc8d89272d8161d2"
1833 1834
 "checksum lzw 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7d947cbb889ed21c2a84be6ffbaebf5b4e0f4340638cba0444907e38b56be084"
1834 1835
 "checksum malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
1835 1836
 "checksum matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376"
1836 1837
 "checksum memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "796fba70e76612589ed2ce7f45282f5af869e0fdd7cc6199fa1aa1f1d591ba9d"
1837 1838
 "checksum memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2ffa2c986de11a9df78620c01eeaaf27d94d3ff02bf81bfcca953102dd0c6ff"
1838 1839
 "checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
1839
-"checksum mime 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0b28683d0b09bbc20be1c9b3f6f24854efb1356ffcffee08ea3f6e65596e85fa"
1840
+"checksum mime 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "fe51c8699d2dc522bf8c1ebe26ea2193d151fb54bcdfd7d0318750c189994cd9"
1840 1841
 "checksum mime_guess 2.0.0-alpha.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d1a78b5e2283080d5a8ba68216171b4fe34f6ccdd909bb29be16ce8a9a831341"
1841 1842
 "checksum miniz-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "609ce024854aeb19a0ef7567d348aaa5a746b32fb72e336df7fcc16869d7e2b4"
1842 1843
 "checksum mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)" = "6d771e3ef92d58a8da8df7d6976bfca9371ed1de6619d9d5a5ce5b1f29b85bfe"
@@ -1889,7 +1890,7 @@ dependencies = [
1889 1890
 "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
1890 1891
 "checksum security-framework 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "dfa44ee9c54ce5eecc9de7d5acbad112ee58755239381f687e564004ba4a2332"
1891 1892
 "checksum security-framework-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "5421621e836278a0b139268f36eee0dc7e389b784dc3f79d8f11aabadf41bead"
1892
-"checksum serde 1.0.67 (registry+https://github.com/rust-lang/crates.io-index)" = "4d385f7330d82659e6504cd41142b2ad3b9ff8861b722a80bc2efaa6d2be1f60"
1893
+"checksum serde 1.0.69 (registry+https://github.com/rust-lang/crates.io-index)" = "210e5a3b159c566d7527e9b22e44be73f2e0fcc330bb78fef4dbccb56d2e74c8"
1893 1894
 "checksum serde_json 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)" = "84b8035cabe9b35878adec8ac5fe03d5f6bc97ff6edd7ccb96b44c1276ba390e"
1894 1895
 "checksum serde_urlencoded 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e703cef904312097cfceab9ce131ff6bbe09e8c964a0703345a5f49238757bc1"
1895 1896
 "checksum shared_library 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8254bf098ce4d8d7cc7cc6de438c5488adc5297e5b7ffef88816c0a91bd289c1"
@@ -1901,7 +1902,7 @@ dependencies = [
1901 1902
 "checksum smithay-client-toolkit 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "428d6c019bb92753be9670367e3f483e4fcef396180a9b59e813b69b20014881"
1902 1903
 "checksum stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa"
1903 1904
 "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
1904
-"checksum syn 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c67da57e61ebc7b7b6fff56bb34440ca3a83db037320b0507af4c10368deda7d"
1905
+"checksum syn 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)" = "2beff8ebc3658f07512a413866875adddd20f4fd47b2a4e6c9da65cd281baaea"
1905 1906
 "checksum take 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b157868d8ac1f56b64604539990685fa7611d8fa9e5476cf0c02cf34d32917c5"
1906 1907
 "checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
1907 1908
 "checksum tempfile 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "47776f63b85777d984a50ce49d6b9e58826b6a3766a449fc95bc66cd5663c15b"
@@ -1953,7 +1954,7 @@ dependencies = [
1953 1954
 "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1954 1955
 "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1955 1956
 "checksum wincolor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eeb06499a3a4d44302791052df005d5232b927ed1a9658146d842165c4de7767"
1956
-"checksum winit 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b9612edff5352d247ca263aa28e9a902ba80981cf4d3e88caf1833366ba9d354"
1957
+"checksum winit 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2b8fcc11afa052cfa71e5cf0c54094ea0f931fe05798c278e663ba0edb0d83ce"
1957 1958
 "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
1958 1959
 "checksum x11-dl 2.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "931d8584b49771143af0c422f372d8aef4280afd5920dad39b0a95a8e51df1e9"
1959 1960
 "checksum xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c1cb601d29fe2c2ac60a2b2e5e293994d87a1f6fa9687a31a15270f909be9c2"