瀏覽代碼

Update glutin (to 0.16) and other dependencies

Johannes Hofmann 7 年之前
父節點
當前提交
f5bef94f35
共有 2 個檔案被更改,包括 140 行新增137 行删除
  1. 139
    136
      Cargo.lock
  2. 1
    1
      Cargo.toml

+ 139
- 136
Cargo.lock 查看文件

@@ -42,27 +42,6 @@ dependencies = [
42 42
  "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
43 43
 ]
44 44
 
45
-[[package]]
46
-name = "backtrace"
47
-version = "0.3.8"
48
-source = "registry+https://github.com/rust-lang/crates.io-index"
49
-dependencies = [
50
- "backtrace-sys 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
51
- "cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
52
- "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
53
- "rustc-demangle 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
54
- "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
55
-]
56
-
57
-[[package]]
58
-name = "backtrace-sys"
59
-version = "0.1.21"
60
-source = "registry+https://github.com/rust-lang/crates.io-index"
61
-dependencies = [
62
- "cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
63
- "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
64
-]
65
-
66 45
 [[package]]
67 46
 name = "base64"
68 47
 version = "0.9.1"
@@ -99,7 +78,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
99 78
 
100 79
 [[package]]
101 80
 name = "bytes"
102
-version = "0.4.7"
81
+version = "0.4.8"
103 82
 source = "registry+https://github.com/rust-lang/crates.io-index"
104 83
 dependencies = [
105 84
  "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -141,12 +120,12 @@ dependencies = [
141 120
 
142 121
 [[package]]
143 122
 name = "cocoa"
144
-version = "0.14.0"
123
+version = "0.15.0"
145 124
 source = "registry+https://github.com/rust-lang/crates.io-index"
146 125
 dependencies = [
147 126
  "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
148 127
  "block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
149
- "core-graphics 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
128
+ "core-graphics 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
150 129
  "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
151 130
  "objc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
152 131
 ]
@@ -167,10 +146,10 @@ dependencies = [
167 146
 
168 147
 [[package]]
169 148
 name = "core-foundation"
170
-version = "0.5.1"
149
+version = "0.6.0"
171 150
 source = "registry+https://github.com/rust-lang/crates.io-index"
172 151
 dependencies = [
173
- "core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
152
+ "core-foundation-sys 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
174 153
  "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
175 154
 ]
176 155
 
@@ -184,19 +163,16 @@ dependencies = [
184 163
 
185 164
 [[package]]
186 165
 name = "core-foundation-sys"
187
-version = "0.5.1"
166
+version = "0.6.0"
188 167
 source = "registry+https://github.com/rust-lang/crates.io-index"
189
-dependencies = [
190
- "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
191
-]
192 168
 
193 169
 [[package]]
194 170
 name = "core-graphics"
195
-version = "0.13.0"
171
+version = "0.14.0"
196 172
 source = "registry+https://github.com/rust-lang/crates.io-index"
197 173
 dependencies = [
198 174
  "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
199
- "core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
175
+ "core-foundation 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
200 176
  "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
201 177
  "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
202 178
 ]
@@ -287,11 +263,11 @@ dependencies = [
287 263
  "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
288 264
  "gl 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
289 265
  "gl_generator 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
290
- "glutin 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
266
+ "glutin 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
291 267
  "image 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
292 268
  "linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
293 269
  "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
294
- "osmpbf 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
270
+ "osmpbf 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
295 271
  "reqwest 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)",
296 272
  "toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
297 273
  "xdg 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -305,6 +281,11 @@ dependencies = [
305 281
  "libloading 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
306 282
 ]
307 283
 
284
+[[package]]
285
+name = "downcast-rs"
286
+version = "1.0.3"
287
+source = "registry+https://github.com/rust-lang/crates.io-index"
288
+
308 289
 [[package]]
309 290
 name = "dtoa"
310 291
 version = "0.4.2"
@@ -335,14 +316,6 @@ dependencies = [
335 316
  "termcolor 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
336 317
 ]
337 318
 
338
-[[package]]
339
-name = "error-chain"
340
-version = "0.11.0"
341
-source = "registry+https://github.com/rust-lang/crates.io-index"
342
-dependencies = [
343
- "backtrace 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
344
-]
345
-
346 319
 [[package]]
347 320
 name = "flate2"
348 321
 version = "1.0.1"
@@ -430,23 +403,23 @@ dependencies = [
430 403
 
431 404
 [[package]]
432 405
 name = "glutin"
433
-version = "0.15.0"
406
+version = "0.16.0"
434 407
 source = "registry+https://github.com/rust-lang/crates.io-index"
435 408
 dependencies = [
436 409
  "android_glue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
437 410
  "cgl 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
438
- "cocoa 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
439
- "core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
440
- "core-graphics 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
411
+ "cocoa 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
412
+ "core-foundation 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
413
+ "core-graphics 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
441 414
  "gl_generator 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
442 415
  "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
443 416
  "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
444 417
  "objc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
445 418
  "osmesa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
446 419
  "shared_library 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
447
- "wayland-client 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)",
420
+ "wayland-client 0.20.8 (registry+https://github.com/rust-lang/crates.io-index)",
448 421
  "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
449
- "winit 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
422
+ "winit 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
450 423
  "x11-dl 2.17.5 (registry+https://github.com/rust-lang/crates.io-index)",
451 424
 ]
452 425
 
@@ -460,7 +433,7 @@ name = "humantime"
460 433
 version = "1.1.1"
461 434
 source = "registry+https://github.com/rust-lang/crates.io-index"
462 435
 dependencies = [
463
- "quick-error 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
436
+ "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
464 437
 ]
465 438
 
466 439
 [[package]]
@@ -469,7 +442,7 @@ version = "0.11.27"
469 442
 source = "registry+https://github.com/rust-lang/crates.io-index"
470 443
 dependencies = [
471 444
  "base64 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
472
- "bytes 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
445
+ "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
473 446
  "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
474 447
  "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
475 448
  "httparse 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -857,18 +830,45 @@ dependencies = [
857 830
 
858 831
 [[package]]
859 832
 name = "osmpbf"
860
-version = "0.1.8"
833
+version = "0.1.9"
861 834
 source = "registry+https://github.com/rust-lang/crates.io-index"
862 835
 dependencies = [
863 836
  "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
864
- "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
865 837
  "flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
866 838
  "inflate 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
867 839
  "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
868
- "protobuf 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
840
+ "protobuf 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
869 841
  "rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
870 842
 ]
871 843
 
844
+[[package]]
845
+name = "owning_ref"
846
+version = "0.3.3"
847
+source = "registry+https://github.com/rust-lang/crates.io-index"
848
+dependencies = [
849
+ "stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
850
+]
851
+
852
+[[package]]
853
+name = "parking_lot"
854
+version = "0.5.5"
855
+source = "registry+https://github.com/rust-lang/crates.io-index"
856
+dependencies = [
857
+ "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
858
+ "parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
859
+]
860
+
861
+[[package]]
862
+name = "parking_lot_core"
863
+version = "0.2.14"
864
+source = "registry+https://github.com/rust-lang/crates.io-index"
865
+dependencies = [
866
+ "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
867
+ "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
868
+ "smallvec 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
869
+ "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
870
+]
871
+
872 872
 [[package]]
873 873
 name = "percent-encoding"
874 874
 version = "1.0.1"
@@ -935,12 +935,12 @@ dependencies = [
935 935
 
936 936
 [[package]]
937 937
 name = "protobuf"
938
-version = "1.6.0"
938
+version = "2.0.1"
939 939
 source = "registry+https://github.com/rust-lang/crates.io-index"
940 940
 
941 941
 [[package]]
942 942
 name = "quick-error"
943
-version = "1.2.1"
943
+version = "1.2.2"
944 944
 source = "registry+https://github.com/rust-lang/crates.io-index"
945 945
 
946 946
 [[package]]
@@ -1046,7 +1046,7 @@ name = "reqwest"
1046 1046
 version = "0.8.5"
1047 1047
 source = "registry+https://github.com/rust-lang/crates.io-index"
1048 1048
 dependencies = [
1049
- "bytes 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
1049
+ "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1050 1050
  "encoding_rs 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
1051 1051
  "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
1052 1052
  "hyper 0.11.27 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1055,8 +1055,8 @@ dependencies = [
1055 1055
  "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
1056 1056
  "mime_guess 2.0.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",
1057 1057
  "native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1058
- "serde 1.0.59 (registry+https://github.com/rust-lang/crates.io-index)",
1059
- "serde_json 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
1058
+ "serde 1.0.62 (registry+https://github.com/rust-lang/crates.io-index)",
1059
+ "serde_json 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
1060 1060
  "serde_urlencoded 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
1061 1061
  "tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
1062 1062
  "tokio-io 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1065,11 +1065,6 @@ dependencies = [
1065 1065
  "uuid 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
1066 1066
 ]
1067 1067
 
1068
-[[package]]
1069
-name = "rustc-demangle"
1070
-version = "0.1.8"
1071
-source = "registry+https://github.com/rust-lang/crates.io-index"
1072
-
1073 1068
 [[package]]
1074 1069
 name = "safemem"
1075 1070
 version = "0.2.0"
@@ -1121,17 +1116,17 @@ dependencies = [
1121 1116
 
1122 1117
 [[package]]
1123 1118
 name = "serde"
1124
-version = "1.0.59"
1119
+version = "1.0.62"
1125 1120
 source = "registry+https://github.com/rust-lang/crates.io-index"
1126 1121
 
1127 1122
 [[package]]
1128 1123
 name = "serde_json"
1129
-version = "1.0.17"
1124
+version = "1.0.18"
1130 1125
 source = "registry+https://github.com/rust-lang/crates.io-index"
1131 1126
 dependencies = [
1132 1127
  "dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
1133 1128
  "itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
1134
- "serde 1.0.59 (registry+https://github.com/rust-lang/crates.io-index)",
1129
+ "serde 1.0.62 (registry+https://github.com/rust-lang/crates.io-index)",
1135 1130
 ]
1136 1131
 
1137 1132
 [[package]]
@@ -1141,7 +1136,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1141 1136
 dependencies = [
1142 1137
  "dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
1143 1138
  "itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
1144
- "serde 1.0.59 (registry+https://github.com/rust-lang/crates.io-index)",
1139
+ "serde 1.0.62 (registry+https://github.com/rust-lang/crates.io-index)",
1145 1140
  "url 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
1146 1141
 ]
1147 1142
 
@@ -1174,6 +1169,32 @@ name = "smallvec"
1174 1169
 version = "0.2.1"
1175 1170
 source = "registry+https://github.com/rust-lang/crates.io-index"
1176 1171
 
1172
+[[package]]
1173
+name = "smallvec"
1174
+version = "0.6.1"
1175
+source = "registry+https://github.com/rust-lang/crates.io-index"
1176
+
1177
+[[package]]
1178
+name = "smithay-client-toolkit"
1179
+version = "0.2.1"
1180
+source = "registry+https://github.com/rust-lang/crates.io-index"
1181
+dependencies = [
1182
+ "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
1183
+ "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
1184
+ "dlib 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
1185
+ "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1186
+ "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
1187
+ "tempfile 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
1188
+ "wayland-client 0.20.8 (registry+https://github.com/rust-lang/crates.io-index)",
1189
+ "wayland-commons 0.20.8 (registry+https://github.com/rust-lang/crates.io-index)",
1190
+ "wayland-protocols 0.20.8 (registry+https://github.com/rust-lang/crates.io-index)",
1191
+]
1192
+
1193
+[[package]]
1194
+name = "stable_deref_trait"
1195
+version = "1.0.0"
1196
+source = "registry+https://github.com/rust-lang/crates.io-index"
1197
+
1177 1198
 [[package]]
1178 1199
 name = "strsim"
1179 1200
 version = "0.7.0"
@@ -1260,11 +1281,6 @@ dependencies = [
1260 1281
  "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
1261 1282
 ]
1262 1283
 
1263
-[[package]]
1264
-name = "token_store"
1265
-version = "0.1.2"
1266
-source = "registry+https://github.com/rust-lang/crates.io-index"
1267
-
1268 1284
 [[package]]
1269 1285
 name = "tokio"
1270 1286
 version = "0.1.6"
@@ -1287,7 +1303,7 @@ name = "tokio-core"
1287 1303
 version = "0.1.17"
1288 1304
 source = "registry+https://github.com/rust-lang/crates.io-index"
1289 1305
 dependencies = [
1290
- "bytes 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
1306
+ "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1291 1307
  "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
1292 1308
  "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1293 1309
  "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1323,7 +1339,7 @@ name = "tokio-io"
1323 1339
 version = "0.1.6"
1324 1340
 source = "registry+https://github.com/rust-lang/crates.io-index"
1325 1341
 dependencies = [
1326
- "bytes 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
1342
+ "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1327 1343
  "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
1328 1344
  "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
1329 1345
 ]
@@ -1371,7 +1387,7 @@ name = "tokio-tcp"
1371 1387
 version = "0.1.0"
1372 1388
 source = "registry+https://github.com/rust-lang/crates.io-index"
1373 1389
 dependencies = [
1374
- "bytes 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
1390
+ "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1375 1391
  "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
1376 1392
  "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1377 1393
  "mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1417,7 +1433,7 @@ name = "tokio-udp"
1417 1433
 version = "0.1.0"
1418 1434
 source = "registry+https://github.com/rust-lang/crates.io-index"
1419 1435
 dependencies = [
1420
- "bytes 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
1436
+ "bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
1421 1437
  "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
1422 1438
  "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
1423 1439
  "mio 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1430,7 +1446,7 @@ name = "toml"
1430 1446
 version = "0.4.6"
1431 1447
 source = "registry+https://github.com/rust-lang/crates.io-index"
1432 1448
 dependencies = [
1433
- "serde 1.0.59 (registry+https://github.com/rust-lang/crates.io-index)",
1449
+ "serde 1.0.62 (registry+https://github.com/rust-lang/crates.io-index)",
1434 1450
 ]
1435 1451
 
1436 1452
 [[package]]
@@ -1545,42 +1561,40 @@ dependencies = [
1545 1561
 
1546 1562
 [[package]]
1547 1563
 name = "wayland-client"
1548
-version = "0.12.5"
1564
+version = "0.20.8"
1549 1565
 source = "registry+https://github.com/rust-lang/crates.io-index"
1550 1566
 dependencies = [
1551 1567
  "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
1552 1568
  "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
1553
- "token_store 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1554
- "wayland-scanner 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)",
1555
- "wayland-sys 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)",
1569
+ "wayland-commons 0.20.8 (registry+https://github.com/rust-lang/crates.io-index)",
1570
+ "wayland-scanner 0.20.8 (registry+https://github.com/rust-lang/crates.io-index)",
1571
+ "wayland-sys 0.20.8 (registry+https://github.com/rust-lang/crates.io-index)",
1556 1572
 ]
1557 1573
 
1558 1574
 [[package]]
1559
-name = "wayland-kbd"
1560
-version = "0.13.1"
1575
+name = "wayland-commons"
1576
+version = "0.20.8"
1561 1577
 source = "registry+https://github.com/rust-lang/crates.io-index"
1562 1578
 dependencies = [
1563
- "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
1564
- "dlib 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
1565
- "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1566
- "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
1567
- "wayland-client 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)",
1579
+ "downcast-rs 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
1580
+ "wayland-sys 0.20.8 (registry+https://github.com/rust-lang/crates.io-index)",
1568 1581
 ]
1569 1582
 
1570 1583
 [[package]]
1571 1584
 name = "wayland-protocols"
1572
-version = "0.12.5"
1585
+version = "0.20.8"
1573 1586
 source = "registry+https://github.com/rust-lang/crates.io-index"
1574 1587
 dependencies = [
1575 1588
  "bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
1576
- "wayland-client 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)",
1577
- "wayland-scanner 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)",
1578
- "wayland-sys 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)",
1589
+ "wayland-client 0.20.8 (registry+https://github.com/rust-lang/crates.io-index)",
1590
+ "wayland-commons 0.20.8 (registry+https://github.com/rust-lang/crates.io-index)",
1591
+ "wayland-scanner 0.20.8 (registry+https://github.com/rust-lang/crates.io-index)",
1592
+ "wayland-sys 0.20.8 (registry+https://github.com/rust-lang/crates.io-index)",
1579 1593
 ]
1580 1594
 
1581 1595
 [[package]]
1582 1596
 name = "wayland-scanner"
1583
-version = "0.12.5"
1597
+version = "0.20.8"
1584 1598
 source = "registry+https://github.com/rust-lang/crates.io-index"
1585 1599
 dependencies = [
1586 1600
  "xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1588,24 +1602,13 @@ dependencies = [
1588 1602
 
1589 1603
 [[package]]
1590 1604
 name = "wayland-sys"
1591
-version = "0.12.5"
1605
+version = "0.20.8"
1592 1606
 source = "registry+https://github.com/rust-lang/crates.io-index"
1593 1607
 dependencies = [
1594 1608
  "dlib 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
1595 1609
  "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1596 1610
 ]
1597 1611
 
1598
-[[package]]
1599
-name = "wayland-window"
1600
-version = "0.13.3"
1601
-source = "registry+https://github.com/rust-lang/crates.io-index"
1602
-dependencies = [
1603
- "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
1604
- "tempfile 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
1605
- "wayland-client 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)",
1606
- "wayland-protocols 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)",
1607
-]
1608
-
1609 1612
 [[package]]
1610 1613
 name = "winapi"
1611 1614
 version = "0.2.8"
@@ -1645,21 +1648,20 @@ dependencies = [
1645 1648
 
1646 1649
 [[package]]
1647 1650
 name = "winit"
1648
-version = "0.13.1"
1651
+version = "0.15.0"
1649 1652
 source = "registry+https://github.com/rust-lang/crates.io-index"
1650 1653
 dependencies = [
1651 1654
  "android_glue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
1652
- "cocoa 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
1653
- "core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
1654
- "core-graphics 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
1655
+ "cocoa 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
1656
+ "core-foundation 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
1657
+ "core-graphics 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
1655 1658
  "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1656 1659
  "libc 0.2.41 (registry+https://github.com/rust-lang/crates.io-index)",
1657 1660
  "objc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1661
+ "parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
1658 1662
  "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1659
- "wayland-client 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)",
1660
- "wayland-kbd 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
1661
- "wayland-protocols 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)",
1662
- "wayland-window 0.13.3 (registry+https://github.com/rust-lang/crates.io-index)",
1663
+ "smithay-client-toolkit 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
1664
+ "wayland-client 0.20.8 (registry+https://github.com/rust-lang/crates.io-index)",
1663 1665
  "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
1664 1666
  "x11-dl 2.17.5 (registry+https://github.com/rust-lang/crates.io-index)",
1665 1667
 ]
@@ -1703,26 +1705,24 @@ dependencies = [
1703 1705
 "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
1704 1706
 "checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef"
1705 1707
 "checksum atty 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "2fc4a1aa4c24c0718a250f0681885c1af91419d242f29eb8f2ab28502d80dbd1"
1706
-"checksum backtrace 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dbdd17cd962b570302f5297aea8648d5923e22e555c2ed2d8b2e34eca646bf6d"
1707
-"checksum backtrace-sys 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "b46a4e68c24954dfc8a0e515b069f695481d2997b840356db013ff9e52cdb8fe"
1708 1708
 "checksum base64 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9263aa6a38da271eec5c91a83ce1e800f093c8535788d403d626d8d5c3f8f007"
1709 1709
 "checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
1710 1710
 "checksum bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d0c54bb8f454c567f21197eefcdbf5679d0bd99f2ddbe52e84c77061952e6789"
1711 1711
 "checksum block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
1712 1712
 "checksum build_const 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39"
1713 1713
 "checksum byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "74c0b906e9446b0a2e4f760cdb3fa4b2c48cdc6db8766a845c54b6ff063fd2e9"
1714
-"checksum bytes 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "2f1d50c876fb7545f5f289cd8b2aee3f359d073ae819eed5d6373638e2c61e59"
1714
+"checksum bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7dd32989a66957d3f0cba6588f15d4281a733f4e9ffc43fcd2385f57d3bf99ff"
1715 1715
 "checksum cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "0ebb87d1116151416c0cf66a0e3fb6430cccd120fd6300794b4dfaa050ac40ba"
1716 1716
 "checksum cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "405216fd8fe65f718daa7102ea808a946b6ce40c742998fbfd3463645552de18"
1717 1717
 "checksum cgl 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "80f05e25f9631fdee56693110feda284a49308ca1e768857a0ad3906cfc1502a"
1718 1718
 "checksum clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f0f16b89cbb9ee36d87483dc939fe9f1e13c05898d56d7b230a0d4dff033a536"
1719
-"checksum cocoa 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0c23085dde1ef4429df6e5896b89356d35cdd321fb43afe3e378d010bb5adc6"
1719
+"checksum cocoa 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b44bd25bd275e9d74a5dff8ca55f2fb66c9ad5e12170d58697701df21a56e0e"
1720 1720
 "checksum color_quant 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a475fc4af42d83d28adf72968d9bcfaf035a1a9381642d8e85d8a04957767b0d"
1721 1721
 "checksum core-foundation 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "25bfd746d203017f7d5cbd31ee5d8e17f94b6521c7af77ece6c9e4b2d4b16c67"
1722
-"checksum core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "286e0b41c3a20da26536c6000a280585d519fd07b3956b43aed8a79e9edce980"
1722
+"checksum core-foundation 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c7caa6cb9e76ddddbea09a03266d6b3bc98cd41e9fb9b017c473e7cca593ec25"
1723 1723
 "checksum core-foundation-sys 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "065a5d7ffdcbc8fa145d6f0746f3555025b9097a9e9cda59f7467abae670c78d"
1724
-"checksum core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "716c271e8613ace48344f723b60b900a93150271e5be206212d052bbc0883efa"
1725
-"checksum core-graphics 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fb0ed45fdc32f9ab426238fba9407dfead7bacd7900c9b4dd3f396f46eafdae3"
1724
+"checksum core-foundation-sys 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b2a53cce0ddcf7e7e1f998738d757d5a3bf08bf799a180e50ebe50d298f52f5a"
1725
+"checksum core-graphics 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e54c4ab33705fa1fc8af375bb7929d68e1c1546c1ecef408966d8c3e49a1d84a"
1726 1726
 "checksum crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb"
1727 1727
 "checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3"
1728 1728
 "checksum crossbeam-deque 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fe8153ef04a7594ded05b427ffad46ddeaf22e63fd48d42b3e1e3bb4db07cae7"
@@ -1732,11 +1732,11 @@ dependencies = [
1732 1732
 "checksum crossbeam-utils 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d636a8b3bcc1b409d7ffd3facef8f21dcb4009626adbd0c5e6c4305c07253c7b"
1733 1733
 "checksum deflate 0.7.18 (registry+https://github.com/rust-lang/crates.io-index)" = "32c8120d981901a9970a3a1c97cf8b630e0fa8c3ca31e75b6fd6fd5f9f427b31"
1734 1734
 "checksum dlib 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "77e51249a9d823a4cb79e3eca6dcd756153e8ed0157b6c04775d04bf1b13b76a"
1735
+"checksum downcast-rs 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "18df8ce4470c189d18aa926022da57544f31e154631eb4cfe796aea97051fe6c"
1735 1736
 "checksum dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab"
1736 1737
 "checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0"
1737 1738
 "checksum encoding_rs 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "98fd0f24d1fb71a4a6b9330c8ca04cbd4e7cc5d846b54ca74ff376bc7c9f798d"
1738 1739
 "checksum env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0e6e40ebb0e66918a37b38c7acab4e10d299e0463fe2af5d29b9cc86710cfd2a"
1739
-"checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3"
1740 1740
 "checksum flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9fac2277e84e5e858483756647a9d0aa8d9a2b7cba517fd84325a0aaa69a0909"
1741 1741
 "checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1742 1742
 "checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
@@ -1748,7 +1748,7 @@ dependencies = [
1748 1748
 "checksum gl 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "81457bb802910ad5b535eb48541c51830a761804aa5b7087adbc9d049aa57aca"
1749 1749
 "checksum gl_generator 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a795170cbd85b5a7baa58d6d7525cae6a03e486859860c220f7ebbbdd379d0a"
1750 1750
 "checksum gleam 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "12b793fcf40a23dd372f184c228ab3eb96f88c50bb4fba8319c483aa025a4e45"
1751
-"checksum glutin 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9caee44b73388b2b4452ab783b13a1af80edb363bfc6e5292bdb2dd990a3171"
1751
+"checksum glutin 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "42fb2de780307bd2bedbe013bc585659a683e7c6307d0baa878aec3da9250fc1"
1752 1752
 "checksum httparse 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2f407128745b78abc95c0ffbe4e5d37427fdc0d45470710cfef8c44522a2e37"
1753 1753
 "checksum humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0484fda3e7007f2a4a0d9c3a703ca38c71c54c55602ce4660c419fd32e188c9e"
1754 1754
 "checksum hyper 0.11.27 (registry+https://github.com/rust-lang/crates.io-index)" = "34a590ca09d341e94cddf8e5af0bbccde205d5fbc2fa3c09dd67c7f85cea59d7"
@@ -1795,7 +1795,10 @@ dependencies = [
1795 1795
 "checksum openssl 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)" = "a3605c298474a3aa69de92d21139fb5e2a81688d308262359d85cdd0d12a7985"
1796 1796
 "checksum openssl-sys 0.9.31 (registry+https://github.com/rust-lang/crates.io-index)" = "a4d6a27d108b29befe1822d40e2e22f85518dac59acbf7f30fdc532f48fd0a77"
1797 1797
 "checksum osmesa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "88cfece6e95d2e717e0872a7f53a8684712ad13822a7979bc760b9c77ec0013b"
1798
-"checksum osmpbf 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0f2ae5490ca38d19571f897e4c69bd2575ee964705f8fbe6b27db9f4268543f8"
1798
+"checksum osmpbf 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1568618bf701aa4d505a5097b9400c707d930d6e1a103a60e402368e1282ce6f"
1799
+"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
1800
+"checksum parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4d05f1349491390b1730afba60bb20d55761bef489a954546b58b4b34e1e2ac"
1801
+"checksum parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "4db1a8ccf734a7bce794cc19b3df06ed87ab2f3907036b693c68f56b4d4537fa"
1799 1802
 "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
1800 1803
 "checksum phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "7d37a244c75a9748e049225155f56dbcb98fe71b192fd25fd23cb914b5ad62f2"
1801 1804
 "checksum phf_codegen 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "4e4048fe7dd7a06b8127ecd6d3803149126e9b33c7558879846da3a63f734f2b"
@@ -1804,8 +1807,8 @@ dependencies = [
1804 1807
 "checksum pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "110d5ee3593dbb73f56294327fe5668bcc997897097cbc76b51e7aed3f52452f"
1805 1808
 "checksum png 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f54b9600d584d3b8a739e1662a595fab051329eff43f20e7d8cc22872962145b"
1806 1809
 "checksum proc-macro2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a45f2f0ae0b5757f6fe9e68745ba25f5246aea3598984ed81d013865873c1f84"
1807
-"checksum protobuf 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "63af89a2e832acba65595d0fc9b8444f5b014356c2a7ad759d6b846c4fa52efb"
1808
-"checksum quick-error 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eda5fe9b71976e62bc81b781206aaa076401769b2143379d3eb2118388babac4"
1810
+"checksum protobuf 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "610c2e4cad7a79d82b941751342a75380d3689dca2ecfd5f045384255b8b3f2c"
1811
+"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
1809 1812
 "checksum quote 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9e53eeda07ddbd8b057dde66d9beded11d0dfda13f0db0769e6b71d6bcf2074e"
1810 1813
 "checksum rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "15a732abf9d20f0ad8eeb6f909bf6868722d9a06e1e50802b6a70351f40b4eb1"
1811 1814
 "checksum rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eba5f8cb59cc50ed56be8880a5c7b496bfd9bd26394e176bc67884094145c2c5"
@@ -1818,7 +1821,6 @@ dependencies = [
1818 1821
 "checksum relay 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1576e382688d7e9deecea24417e350d3062d97e32e45d70b1cde65994ff1489a"
1819 1822
 "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
1820 1823
 "checksum reqwest 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)" = "241faa9a8ca28a03cbbb9815a5d085f271d4c0168a19181f106aa93240c22ddb"
1821
-"checksum rustc-demangle 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "76d7ba1feafada44f2d38eed812bd2489a03c0f5abb975799251518b68848649"
1822 1824
 "checksum safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e27a8b19b835f7aea908818e871f5cc3a5a186550c30773be987e155e8163d8f"
1823 1825
 "checksum schannel 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "85fd9df495640643ad2d00443b3d78aae69802ad488debab4f1dd52fc1806ade"
1824 1826
 "checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28"
@@ -1826,14 +1828,17 @@ dependencies = [
1826 1828
 "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
1827 1829
 "checksum security-framework 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "dfa44ee9c54ce5eecc9de7d5acbad112ee58755239381f687e564004ba4a2332"
1828 1830
 "checksum security-framework-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "5421621e836278a0b139268f36eee0dc7e389b784dc3f79d8f11aabadf41bead"
1829
-"checksum serde 1.0.59 (registry+https://github.com/rust-lang/crates.io-index)" = "2a4d976362a13caad61c38cf841401d2d4d480496a9391c3842c288b01f9de95"
1830
-"checksum serde_json 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)" = "f3ad6d546e765177cf3dded3c2e424a8040f870083a0e64064746b958ece9cb1"
1831
+"checksum serde 1.0.62 (registry+https://github.com/rust-lang/crates.io-index)" = "44d9552562673a8ea8757f5b77ccd794b54dd6841d2def71e9936f293ee81c72"
1832
+"checksum serde_json 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "ee382a792fabc5d720630aeafe1a4c69abe3d32aaaa5dbba6762fd8246d1bbe3"
1831 1833
 "checksum serde_urlencoded 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e703cef904312097cfceab9ce131ff6bbe09e8c964a0703345a5f49238757bc1"
1832 1834
 "checksum shared_library 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8254bf098ce4d8d7cc7cc6de438c5488adc5297e5b7ffef88816c0a91bd289c1"
1833 1835
 "checksum siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537"
1834 1836
 "checksum slab 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23"
1835 1837
 "checksum slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fdeff4cd9ecff59ec7e3744cbca73dfe5ac35c2aedb2cfba8a1c715a18912e9d"
1836 1838
 "checksum smallvec 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4c8cbcd6df1e117c2210e13ab5109635ad68a929fcbb8964dc965b76cb5ee013"
1839
+"checksum smallvec 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03dab98ab5ded3a8b43b2c80751194608d0b2aa0f1d46cf95d1c35e192844aa7"
1840
+"checksum smithay-client-toolkit 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "92dd41b4a4a0679e5873f8e58b8191554d4dc0104d32a22ff09b678059327bd2"
1841
+"checksum stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "15132e0e364248108c5e2c02e3ab539be8d6f5d52a01ca9bbf27ed657316f02b"
1837 1842
 "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
1838 1843
 "checksum syn 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "99d991a9e7c33123925e511baab68f7ec25c3795962fe326a2395e5a42a614f0"
1839 1844
 "checksum take 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b157868d8ac1f56b64604539990685fa7611d8fa9e5476cf0c02cf34d32917c5"
@@ -1844,7 +1849,6 @@ dependencies = [
1844 1849
 "checksum textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c0b59b6b4b44d867f1370ef1bd91bfb262bf07bf0ae65c202ea2fbc16153b693"
1845 1850
 "checksum thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "279ef31c19ededf577bfd12dfae728040a21f635b06a24cd670ff510edd38963"
1846 1851
 "checksum time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b"
1847
-"checksum token_store 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a686838375fc11103b9c1529c6508320b7bd5e2401cd62831ca51b3e82e61849"
1848 1852
 "checksum tokio 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d00555353b013e170ed8bc4e13f648a317d1fd12157dbcae13f7013f6cf29f5"
1849 1853
 "checksum tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "aeeffbbb94209023feaef3c196a41cbcdafa06b4a6f893f68779bb5e53796f71"
1850 1854
 "checksum tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8cac2a7883ff3567e9d66bb09100d09b33d90311feca0206c7ca034bc0c55113"
@@ -1876,19 +1880,18 @@ dependencies = [
1876 1880
 "checksum version_check 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6b772017e347561807c1aa192438c5fd74242a670a6cffacc40f2defd1dc069d"
1877 1881
 "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
1878 1882
 "checksum want 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a05d9d966753fa4b5c8db73fcab5eed4549cfe0e1e4e66911e5564a0085c35d1"
1879
-"checksum wayland-client 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2b90adf943117ee4930d7944fe103dcb6f36ba05421f46521cb5adbf6bf0fbc8"
1880
-"checksum wayland-kbd 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4fe0fb1c9917da9529d781659e456d84a693d74fe873d1658109758444616f76"
1881
-"checksum wayland-protocols 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb5942dd2fc79d934db437c9ea3aabffceb49b546046ea453bcba531005e5537"
1882
-"checksum wayland-scanner 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)" = "dcffa55a621e6f2c3d436de64d840fc325e1d0a467b92ee5e7292e17552e08ad"
1883
-"checksum wayland-sys 0.12.5 (registry+https://github.com/rust-lang/crates.io-index)" = "377a2f83063c463e801ca10ae8cb9666e6e597eecac0049ac36cc7b9a83b0db3"
1884
-"checksum wayland-window 0.13.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e5bf431e84f0de9cd06a30b2fb9ab9458f449cb6c36277da703e979ad5c141b1"
1883
+"checksum wayland-client 0.20.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7de22033af9c568a9c91230c9c46358bc832308c76bf04884dab2f89dd75489c"
1884
+"checksum wayland-commons 0.20.8 (registry+https://github.com/rust-lang/crates.io-index)" = "d3faac04ae4d5f42b86ed0b32cbedd3b212bd12b064258c2b8a10a43ec81a353"
1885
+"checksum wayland-protocols 0.20.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7a2dfff48d5f7d0be1de525db808e3dae429cbd0517b89244ee07ce0238612b2"
1886
+"checksum wayland-scanner 0.20.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0fb79019ceee53288e51e3657eec52d1ddda70f0a11e74ad7ad83789a3bdecf1"
1887
+"checksum wayland-sys 0.20.8 (registry+https://github.com/rust-lang/crates.io-index)" = "e47d1f8971491be2431996a326e81d78e56563d581d856c95195fff5bb738059"
1885 1888
 "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
1886 1889
 "checksum winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "04e3bd221fcbe8a271359c04f21a76db7d0c6028862d1bb5512d85e1e2eb5bb3"
1887 1890
 "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
1888 1891
 "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1889 1892
 "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1890 1893
 "checksum wincolor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eeb06499a3a4d44302791052df005d5232b927ed1a9658146d842165c4de7767"
1891
-"checksum winit 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3706b5ba299cc9ed06d39b8021fc5edd5a7d27d8e99355ca09636fddd9b14cc0"
1894
+"checksum winit 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "452e3331a6fb5b9d660efae533bf9ae022c528d36eb1e6278b37fc9319d58eff"
1892 1895
 "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
1893 1896
 "checksum x11-dl 2.17.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3235540540fde1ae074c8df49054166c0e070407f1c6e1ee17b8c87c2c7bcc7d"
1894 1897
 "checksum xdg 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a66b7c2281ebde13cf4391d70d4c7e5946c3c25e72a7b859ca8f677dcd0b0c61"

+ 1
- 1
Cargo.toml 查看文件

@@ -19,7 +19,7 @@ linked-hash-map = "0.5.0"
19 19
 log = "0.4"
20 20
 osmpbf = "0.1"
21 21
 reqwest = "0.8"
22
-glutin = "0.15"
22
+glutin = "0.16"
23 23
 toml = "0.4"
24 24
 xdg = "2.1"
25 25