|
|
@@ -286,7 +286,7 @@ dependencies = [
|
|
286
|
286
|
"linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
287
|
287
|
"log 0.4.6 (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
|
|
- "osmpbf 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
289
|
+ "osmpbf 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
290
|
290
|
"regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
291
|
291
|
"reqwest 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
292
|
292
|
"scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@@ -596,7 +596,7 @@ version = "0.1.15"
|
|
596
|
596
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
597
|
597
|
dependencies = [
|
|
598
|
598
|
"byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
599
|
|
- "rayon 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
599
|
+ "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
600
|
600
|
]
|
|
601
|
601
|
|
|
602
|
602
|
[[package]]
|
|
|
@@ -709,6 +709,15 @@ dependencies = [
|
|
709
|
709
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
710
|
710
|
]
|
|
711
|
711
|
|
|
|
712
|
+[[package]]
|
|
|
713
|
+name = "memmap"
|
|
|
714
|
+version = "0.7.0"
|
|
|
715
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
716
|
+dependencies = [
|
|
|
717
|
+ "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
718
|
+ "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
719
|
+]
|
|
|
720
|
+
|
|
712
|
721
|
[[package]]
|
|
713
|
722
|
name = "memoffset"
|
|
714
|
723
|
version = "0.2.1"
|
|
|
@@ -852,7 +861,7 @@ dependencies = [
|
|
852
|
861
|
"num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
853
|
862
|
"proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
854
|
863
|
"quote 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
855
|
|
- "syn 0.15.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
864
|
+ "syn 0.15.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
856
|
865
|
]
|
|
857
|
866
|
|
|
858
|
867
|
[[package]]
|
|
|
@@ -949,15 +958,15 @@ dependencies = [
|
|
949
|
958
|
|
|
950
|
959
|
[[package]]
|
|
951
|
960
|
name = "osmpbf"
|
|
952
|
|
-version = "0.1.10"
|
|
|
961
|
+version = "0.1.11"
|
|
953
|
962
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
954
|
963
|
dependencies = [
|
|
955
|
964
|
"byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
956
|
965
|
"flate2 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
957
|
966
|
"inflate 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
958
|
|
- "memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
967
|
+ "memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
959
|
968
|
"protobuf 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
960
|
|
- "rayon 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
969
|
+ "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
961
|
970
|
]
|
|
962
|
971
|
|
|
963
|
972
|
[[package]]
|
|
|
@@ -1108,7 +1117,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1108
|
1117
|
|
|
1109
|
1118
|
[[package]]
|
|
1110
|
1119
|
name = "rayon"
|
|
1111
|
|
-version = "1.0.2"
|
|
|
1120
|
+version = "1.0.3"
|
|
1112
|
1121
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1113
|
1122
|
dependencies = [
|
|
1114
|
1123
|
"crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@@ -1350,7 +1359,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1350
|
1359
|
|
|
1351
|
1360
|
[[package]]
|
|
1352
|
1361
|
name = "syn"
|
|
1353
|
|
-version = "0.15.17"
|
|
|
1362
|
+version = "0.15.18"
|
|
1354
|
1363
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1355
|
1364
|
dependencies = [
|
|
1356
|
1365
|
"proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@@ -1924,6 +1933,7 @@ dependencies = [
|
|
1924
|
1933
|
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
|
1925
|
1934
|
"checksum memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0a3eb002f0535929f1199681417029ebea04aadc0c7a4224b46be99c7f5d6a16"
|
|
1926
|
1935
|
"checksum memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2ffa2c986de11a9df78620c01eeaaf27d94d3ff02bf81bfcca953102dd0c6ff"
|
|
|
1936
|
+"checksum memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
|
|
1927
|
1937
|
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
|
|
1928
|
1938
|
"checksum mime 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)" = "0a907b83e7b9e987032439a387e187119cddafc92d5c2aaeb1d92580a793f630"
|
|
1929
|
1939
|
"checksum mime_guess 2.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)" = "30de2e4613efcba1ec63d8133f344076952090c122992a903359be5a4f99c3ed"
|
|
|
@@ -1949,7 +1959,7 @@ dependencies = [
|
|
1949
|
1959
|
"checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
|
|
1950
|
1960
|
"checksum openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)" = "278c1ad40a89aa1e741a1eed089a2f60b18fab8089c3139b542140fc7d674106"
|
|
1951
|
1961
|
"checksum osmesa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "88cfece6e95d2e717e0872a7f53a8684712ad13822a7979bc760b9c77ec0013b"
|
|
1952
|
|
-"checksum osmpbf 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "5b0363d724777963c4b40c91f8338e7b6f6472952afab30e16648224a6a7bcbc"
|
|
|
1962
|
+"checksum osmpbf 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "6c5f9ca1f40ab187fbc24f9d2ae4baf7009302add70d5342ec7b379a789542cb"
|
|
1953
|
1963
|
"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
|
|
1954
|
1964
|
"checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5"
|
|
1955
|
1965
|
"checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c"
|
|
|
@@ -1968,7 +1978,7 @@ dependencies = [
|
|
1968
|
1978
|
"checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c"
|
|
1969
|
1979
|
"checksum rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1961a422c4d189dfb50ffa9320bf1f2a9bd54ecb92792fb9477f99a1045f3372"
|
|
1970
|
1980
|
"checksum rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db"
|
|
1971
|
|
-"checksum rayon 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "df7a791f788cb4c516f0e091301a29c2b71ef680db5e644a7d68835c8ae6dbfa"
|
|
|
1981
|
+"checksum rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "373814f27745b2686b350dd261bfd24576a6fb0e2c5919b3a2b6005f820b0473"
|
|
1972
|
1982
|
"checksum rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b055d1e92aba6877574d8fe604a63c8b5df60f60e5982bf7ccbb1338ea527356"
|
|
1973
|
1983
|
"checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1"
|
|
1974
|
1984
|
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
|
|
|
@@ -1997,7 +2007,7 @@ dependencies = [
|
|
1997
|
2007
|
"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
|
|
1998
|
2008
|
"checksum string 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00caf261d6f90f588f8450b8e1230fa0d5be49ee6140fdfbcb55335aff350970"
|
|
1999
|
2009
|
"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
|
|
2000
|
|
-"checksum syn 0.15.17 (registry+https://github.com/rust-lang/crates.io-index)" = "3391038ebc3e4ab24eb028cb0ef2f2dc4ba0cbf72ee895ed6a6fad730640b5bc"
|
|
|
2010
|
+"checksum syn 0.15.18 (registry+https://github.com/rust-lang/crates.io-index)" = "90c39a061e2f412a9f869540471ab679e85e50c6b05604daf28bc3060f75c430"
|
|
2001
|
2011
|
"checksum tempfile 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "55c1195ef8513f3273d55ff59fe5da6940287a0d7a98331254397f464833675b"
|
|
2002
|
2012
|
"checksum termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f"
|
|
2003
|
2013
|
"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
|