Kaynağa Gözat

Update dependencies

Johannes Hofmann 8 yıl önce
ebeveyn
işleme
12ecfb6699
2 değiştirilmiş dosya ile 42 ekleme ve 21 silme
  1. 40
    19
      Cargo.lock
  2. 2
    2
      Cargo.toml

+ 40
- 19
Cargo.lock Dosyayı Görüntüle

@@ -217,8 +217,8 @@ dependencies = [
217 217
 name = "deltamap"
218 218
 version = "0.1.0"
219 219
 dependencies = [
220
- "gl 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
221
- "gl_generator 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
220
+ "gl 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
221
+ "gl_generator 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
222 222
  "image 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)",
223 223
  "linked-hash-map 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
224 224
  "osmpbf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -350,10 +350,10 @@ dependencies = [
350 350
 
351 351
 [[package]]
352 352
 name = "gl"
353
-version = "0.7.0"
353
+version = "0.9.0"
354 354
 source = "registry+https://github.com/rust-lang/crates.io-index"
355 355
 dependencies = [
356
- "gl_generator 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
356
+ "gl_generator 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
357 357
 ]
358 358
 
359 359
 [[package]]
@@ -368,7 +368,7 @@ dependencies = [
368 368
 
369 369
 [[package]]
370 370
 name = "gl_generator"
371
-version = "0.7.0"
371
+version = "0.8.0"
372 372
 source = "registry+https://github.com/rust-lang/crates.io-index"
373 373
 dependencies = [
374 374
  "khronos_api 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -405,7 +405,7 @@ dependencies = [
405 405
  "mime 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
406 406
  "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
407 407
  "relay 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
408
- "time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
408
+ "time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
409 409
  "tokio-core 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
410 410
  "tokio-io 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
411 411
  "tokio-proto 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -424,7 +424,7 @@ dependencies = [
424 424
  "tokio-core 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
425 425
  "tokio-io 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
426 426
  "tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
427
- "tokio-tls 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
427
+ "tokio-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
428 428
 ]
429 429
 
430 430
 [[package]]
@@ -541,7 +541,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
541 541
 
542 542
 [[package]]
543 543
 name = "libflate"
544
-version = "0.1.13"
544
+version = "0.1.14"
545 545
 source = "registry+https://github.com/rust-lang/crates.io-index"
546 546
 dependencies = [
547 547
  "adler32 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -897,7 +897,7 @@ dependencies = [
897 897
  "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
898 898
  "hyper 0.11.10 (registry+https://github.com/rust-lang/crates.io-index)",
899 899
  "hyper-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
900
- "libflate 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
900
+ "libflate 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
901 901
  "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
902 902
  "mime_guess 2.0.0-alpha.3 (registry+https://github.com/rust-lang/crates.io-index)",
903 903
  "native-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -906,7 +906,7 @@ dependencies = [
906 906
  "serde_urlencoded 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
907 907
  "tokio-core 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
908 908
  "tokio-io 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
909
- "tokio-tls 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
909
+ "tokio-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
910 910
  "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
911 911
  "uuid 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
912 912
 ]
@@ -1122,13 +1122,12 @@ dependencies = [
1122 1122
 
1123 1123
 [[package]]
1124 1124
 name = "time"
1125
-version = "0.1.38"
1125
+version = "0.1.39"
1126 1126
 source = "registry+https://github.com/rust-lang/crates.io-index"
1127 1127
 dependencies = [
1128
- "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1129 1128
  "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
1130 1129
  "redox_syscall 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
1131
- "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
1130
+ "winapi 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
1132 1131
 ]
1133 1132
 
1134 1133
 [[package]]
@@ -1183,7 +1182,7 @@ dependencies = [
1183 1182
 
1184 1183
 [[package]]
1185 1184
 name = "tokio-tls"
1186
-version = "0.1.3"
1185
+version = "0.1.4"
1187 1186
 source = "registry+https://github.com/rust-lang/crates.io-index"
1188 1187
 dependencies = [
1189 1188
  "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1276,11 +1275,30 @@ name = "winapi"
1276 1275
 version = "0.2.8"
1277 1276
 source = "registry+https://github.com/rust-lang/crates.io-index"
1278 1277
 
1278
+[[package]]
1279
+name = "winapi"
1280
+version = "0.3.3"
1281
+source = "registry+https://github.com/rust-lang/crates.io-index"
1282
+dependencies = [
1283
+ "winapi-i686-pc-windows-gnu 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
1284
+ "winapi-x86_64-pc-windows-gnu 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
1285
+]
1286
+
1279 1287
 [[package]]
1280 1288
 name = "winapi-build"
1281 1289
 version = "0.1.1"
1282 1290
 source = "registry+https://github.com/rust-lang/crates.io-index"
1283 1291
 
1292
+[[package]]
1293
+name = "winapi-i686-pc-windows-gnu"
1294
+version = "0.3.2"
1295
+source = "registry+https://github.com/rust-lang/crates.io-index"
1296
+
1297
+[[package]]
1298
+name = "winapi-x86_64-pc-windows-gnu"
1299
+version = "0.3.2"
1300
+source = "registry+https://github.com/rust-lang/crates.io-index"
1301
+
1284 1302
 [[package]]
1285 1303
 name = "ws2_32-sys"
1286 1304
 version = "0.2.1"
@@ -1353,9 +1371,9 @@ dependencies = [
1353 1371
 "checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
1354 1372
 "checksum gdi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0912515a8ff24ba900422ecda800b52f4016a56251922d397c576bf92c690518"
1355 1373
 "checksum gif 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2e41945ba23db3bf51b24756d73d81acb4f28d85c3dccc32c6fae904438c25f"
1356
-"checksum gl 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0660ae8cc64fe83bab1ab77eacce0dc23f8e458f4498ccb52018d8c57ccc4234"
1374
+"checksum gl 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8067824a3f3794cb508bf89a1937bada36a9f235680911fd30d919ebcd12aa36"
1357 1375
 "checksum gl_generator 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "75d69f914b49d9ff32fdf394cbd798f8c716d74fd19f9cc29da3e99797b2a78d"
1358
-"checksum gl_generator 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "04e3e0220a68b8875b5a311fe67ee3b76d3d9b719a92277aff0ec5bb5e7b0ec1"
1376
+"checksum gl_generator 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4f5c19cde55637681450c92f7a05ea16c78e2b6d0587e601ec1ebdab6960854b"
1359 1377
 "checksum gleam 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)" = "6f4f9148004bdc641f47173769e2625d8dec7aafd3f8d808309aab8f2d7c5ee0"
1360 1378
 "checksum httparse 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "af2f2dd97457e8fb1ae7c5a420db346af389926e36f43768b96f101546b04a07"
1361 1379
 "checksum hyper 0.11.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4844b207be8393981c5fcb61c9372d7c96432fcc8f5c3431a255a9d19b5c298b"
@@ -1374,7 +1392,7 @@ dependencies = [
1374 1392
 "checksum lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c8f31047daa365f19be14b47c29df4f7c3b581832407daabe6ae77397619237d"
1375 1393
 "checksum lazycell 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3b585b7a6811fb03aa10e74b278a0f00f8dd9b45dc681f148bb29fa5cb61859b"
1376 1394
 "checksum libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)" = "36fbc8a8929c632868295d0178dd8f63fc423fd7537ad0738372bd010b3ac9b0"
1377
-"checksum libflate 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6e0ae8f2ea4a426e1af2c2c1ba5696bd597368afe5068f9485fc960973fe6dfb"
1395
+"checksum libflate 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "1a429b86418868c7ea91ee50e9170683f47fd9d94f5375438ec86ec3adb74e8e"
1378 1396
 "checksum linked-hash-map 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d2aab0478615bb586559b0114d94dd8eca4fdbb73b443adcb0d00b61692b4bf"
1379 1397
 "checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
1380 1398
 "checksum log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "89f010e843f2b1a31dbd316b3b8d443758bc634bed37aabade59c686d644e0a2"
@@ -1440,12 +1458,12 @@ dependencies = [
1440 1458
 "checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
1441 1459
 "checksum take 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b157868d8ac1f56b64604539990685fa7611d8fa9e5476cf0c02cf34d32917c5"
1442 1460
 "checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6"
1443
-"checksum time 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" = "d5d788d3aa77bc0ef3e9621256885555368b47bd495c13dd2e7413c89f845520"
1461
+"checksum time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "a15375f1df02096fb3317256ce2cee6a1f42fc84ea5ad5fc8c421cfe40c73098"
1444 1462
 "checksum tokio-core 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c87c27560184212c9dc45cd8f38623f37918248aad5b58fb65303b5d07a98c6e"
1445 1463
 "checksum tokio-io 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "514aae203178929dbf03318ad7c683126672d4d96eccb77b29603d33c9e25743"
1446 1464
 "checksum tokio-proto 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8fbb47ae81353c63c487030659494b295f6cb6576242f907f203473b191b0389"
1447 1465
 "checksum tokio-service 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"
1448
-"checksum tokio-tls 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d88e411cac1c87e405e4090be004493c5d8072a370661033b1a64ea205ec2e13"
1466
+"checksum tokio-tls 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "772f4b04e560117fe3b0a53e490c16ddc8ba6ec437015d91fa385564996ed913"
1449 1467
 "checksum toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a7540f4ffc193e0d3c94121edb19b055670d369f77d5804db11ae053a45b6e7e"
1450 1468
 "checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
1451 1469
 "checksum unicase 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "284b6d3db520d67fbe88fd778c21510d1b0ba4a551e5d0fbb023d33405f6de8a"
@@ -1458,7 +1476,10 @@ dependencies = [
1458 1476
 "checksum vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9e0a7d8bed3178a8fb112199d466eeca9ed09a14ba8ad67718179b4fd5487d0b"
1459 1477
 "checksum version_check 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6b772017e347561807c1aa192438c5fd74242a670a6cffacc40f2defd1dc069d"
1460 1478
 "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
1479
+"checksum winapi 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b09fb3b6f248ea4cd42c9a65113a847d612e17505d6ebd1f7357ad68a8bf8693"
1461 1480
 "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
1481
+"checksum winapi-i686-pc-windows-gnu 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ec6667f60c23eca65c561e63a13d81b44234c2e38a6b6c959025ee907ec614cc"
1482
+"checksum winapi-x86_64-pc-windows-gnu 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "98f12c52b2630cd05d2c3ffd8e008f7f48252c042b4871c72aed9dc733b96668"
1462 1483
 "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
1463 1484
 "checksum x11-dl 2.17.2 (registry+https://github.com/rust-lang/crates.io-index)" = "28ec50063128cfdbdfe683b0504a3740e07b779c7c75fa26e941218b5f95e098"
1464 1485
 "checksum xml-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c1cb601d29fe2c2ac60a2b2e5e293994d87a1f6fa9687a31a15270f909be9c2"

+ 2
- 2
Cargo.toml Dosyayı Görüntüle

@@ -4,7 +4,7 @@ version = "0.1.0"
4 4
 authors = ["Johannes Hofmann <mail@b-r-u.org>"]
5 5
 
6 6
 [dependencies]
7
-gl = "0.7"
7
+gl = "0.9"
8 8
 image = "0.18"
9 9
 linked-hash-map = "0.5.0"
10 10
 osmpbf = "0.1"
@@ -15,4 +15,4 @@ reqwest = "0.8"
15 15
 toml = "0.4"
16 16
 
17 17
 [build-dependencies]
18
-gl_generator = "0.7"
18
+gl_generator = "0.8"