@@ -734,16 +734,6 @@ dependencies = [
734
734
" crossbeam-utils 0.2.2" ,
735
735
]
736
736
737
- [[package ]]
738
- name = " crossbeam-deque"
739
- version = " 0.6.3"
740
- source = " registry+https://github.com/rust-lang/crates.io-index"
741
- checksum = " 05e44b8cf3e1a625844d1750e1f7820da46044ff6d28f4d43e455ba3e5bb2c13"
742
- dependencies = [
743
- " crossbeam-epoch 0.7.2" ,
744
- " crossbeam-utils 0.6.5" ,
745
- ]
746
-
747
737
[[package ]]
748
738
name = " crossbeam-deque"
749
739
version = " 0.7.1"
@@ -1760,7 +1750,7 @@ dependencies = [
1760
1750
" jsonrpc-server-utils" ,
1761
1751
" log" ,
1762
1752
" parity-tokio-ipc" ,
1763
- " parking_lot 0.9.0 " ,
1753
+ " parking_lot" ,
1764
1754
" tokio-service" ,
1765
1755
]
1766
1756
@@ -1772,7 +1762,7 @@ checksum = "e2c08b444cc0ed70263798834343d0ac875e664257df8079160f23ac1ea79446"
1772
1762
dependencies = [
1773
1763
" jsonrpc-core" ,
1774
1764
" log" ,
1775
- " parking_lot 0.9.0 " ,
1765
+ " parking_lot" ,
1776
1766
" serde" ,
1777
1767
]
1778
1768
@@ -1884,16 +1874,6 @@ dependencies = [
1884
1874
name = " linkchecker"
1885
1875
version = " 0.1.0"
1886
1876
1887
- [[package ]]
1888
- name = " lock_api"
1889
- version = " 0.1.3"
1890
- source = " registry+https://github.com/rust-lang/crates.io-index"
1891
- checksum = " 949826a5ccf18c1b3a7c3d57692778d21768b79e46eb9dd07bfc4c2160036c54"
1892
- dependencies = [
1893
- " owning_ref" ,
1894
- " scopeguard 0.3.3" ,
1895
- ]
1896
-
1897
1877
[[package ]]
1898
1878
name = " lock_api"
1899
1879
version = " 0.3.1"
@@ -2358,15 +2338,6 @@ version = "0.3.0"
2358
2338
source = " registry+https://github.com/rust-lang/crates.io-index"
2359
2339
checksum = " dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
2360
2340
2361
- [[package ]]
2362
- name = " owning_ref"
2363
- version = " 0.3.3"
2364
- source = " registry+https://github.com/rust-lang/crates.io-index"
2365
- checksum = " cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
2366
- dependencies = [
2367
- " stable_deref_trait" ,
2368
- ]
2369
-
2370
2341
[[package ]]
2371
2342
name = " packed_simd"
2372
2343
version = " 0.3.1"
@@ -2415,40 +2386,17 @@ dependencies = [
2415
2386
" winapi 0.3.8" ,
2416
2387
]
2417
2388
2418
- [[package ]]
2419
- name = " parking_lot"
2420
- version = " 0.7.1"
2421
- source = " registry+https://github.com/rust-lang/crates.io-index"
2422
- checksum = " ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337"
2423
- dependencies = [
2424
- " lock_api 0.1.3" ,
2425
- " parking_lot_core 0.4.0" ,
2426
- ]
2427
-
2428
2389
[[package ]]
2429
2390
name = " parking_lot"
2430
2391
version = " 0.9.0"
2431
2392
source = " registry+https://github.com/rust-lang/crates.io-index"
2432
2393
checksum = " f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
2433
2394
dependencies = [
2434
- " lock_api 0.3.1 " ,
2435
- " parking_lot_core 0.6.2 " ,
2395
+ " lock_api" ,
2396
+ " parking_lot_core" ,
2436
2397
" rustc_version" ,
2437
2398
]
2438
2399
2439
- [[package ]]
2440
- name = " parking_lot_core"
2441
- version = " 0.4.0"
2442
- source = " registry+https://github.com/rust-lang/crates.io-index"
2443
- checksum = " 94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9"
2444
- dependencies = [
2445
- " libc" ,
2446
- " rand 0.6.1" ,
2447
- " rustc_version" ,
2448
- " smallvec 0.6.10" ,
2449
- " winapi 0.3.8" ,
2450
- ]
2451
-
2452
2400
[[package ]]
2453
2401
name = " parking_lot_core"
2454
2402
version = " 0.6.2"
@@ -3193,7 +3141,7 @@ dependencies = [
3193
3141
" log" ,
3194
3142
" measureme" ,
3195
3143
" num_cpus" ,
3196
- " parking_lot 0.9.0 " ,
3144
+ " parking_lot" ,
3197
3145
" polonius-engine" ,
3198
3146
" rustc-rayon 0.3.0" ,
3199
3147
" rustc-rayon-core 0.3.0" ,
@@ -3243,7 +3191,7 @@ dependencies = [
3243
3191
" jobserver" ,
3244
3192
" lazy_static 1.3.0" ,
3245
3193
" log" ,
3246
- " parking_lot 0.9.0 " ,
3194
+ " parking_lot" ,
3247
3195
" rustc-ap-graphviz" ,
3248
3196
" rustc-ap-rustc_index" ,
3249
3197
" rustc-ap-serialize" ,
@@ -3556,7 +3504,7 @@ dependencies = [
3556
3504
" lazy_static 1.3.0" ,
3557
3505
" log" ,
3558
3506
" measureme" ,
3559
- " parking_lot 0.9.0 " ,
3507
+ " parking_lot" ,
3560
3508
" rustc-hash" ,
3561
3509
" rustc-rayon 0.3.0" ,
3562
3510
" rustc-rayon-core 0.3.0" ,
@@ -4693,9 +4641,9 @@ dependencies = [
4693
4641
4694
4642
[[package ]]
4695
4643
name = " tokio"
4696
- version = " 0.1.14 "
4644
+ version = " 0.1.22 "
4697
4645
source = " registry+https://github.com/rust-lang/crates.io-index"
4698
- checksum = " 4790d0be6f4ba6ae4f48190efa2ed7780c9e3567796abdb285003cf39840d9c5 "
4646
+ checksum = " 5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6 "
4699
4647
dependencies = [
4700
4648
" bytes" ,
4701
4649
" futures" ,
@@ -4707,6 +4655,7 @@ dependencies = [
4707
4655
" tokio-fs" ,
4708
4656
" tokio-io" ,
4709
4657
" tokio-reactor" ,
4658
+ " tokio-sync" ,
4710
4659
" tokio-tcp" ,
4711
4660
" tokio-threadpool" ,
4712
4661
" tokio-timer" ,
@@ -4738,29 +4687,29 @@ dependencies = [
4738
4687
4739
4688
[[package ]]
4740
4689
name = " tokio-current-thread"
4741
- version = " 0.1.4 "
4690
+ version = " 0.1.6 "
4742
4691
source = " registry+https://github.com/rust-lang/crates.io-index"
4743
- checksum = " 331c8acc267855ec06eb0c94618dcbbfea45bed2d20b77252940095273fb58f6 "
4692
+ checksum = " d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443 "
4744
4693
dependencies = [
4745
4694
" futures" ,
4746
4695
" tokio-executor" ,
4747
4696
]
4748
4697
4749
4698
[[package ]]
4750
4699
name = " tokio-executor"
4751
- version = " 0.1.6 "
4700
+ version = " 0.1.9 "
4752
4701
source = " registry+https://github.com/rust-lang/crates.io-index"
4753
- checksum = " 30c6dbf2d1ad1de300b393910e8a3aa272b724a400b6531da03eed99e329fbf0 "
4702
+ checksum = " ca6df436c42b0c3330a82d855d2ef017cd793090ad550a6bc2184f4b933532ab "
4754
4703
dependencies = [
4755
4704
" crossbeam-utils 0.6.5" ,
4756
4705
" futures" ,
4757
4706
]
4758
4707
4759
4708
[[package ]]
4760
4709
name = " tokio-fs"
4761
- version = " 0.1.5 "
4710
+ version = " 0.1.6 "
4762
4711
source = " registry+https://github.com/rust-lang/crates.io-index"
4763
- checksum = " 0e9cbbc8a3698b7ab652340f46633364f9eaa928ddaaee79d8b8f356dd79a09d "
4712
+ checksum = " 3fe6dc22b08d6993916647d108a1a7d15b9cd29c4f4496c62b92c45b5041b7af "
4764
4713
dependencies = [
4765
4714
" futures" ,
4766
4715
" tokio-io" ,
@@ -4769,9 +4718,9 @@ dependencies = [
4769
4718
4770
4719
[[package ]]
4771
4720
name = " tokio-io"
4772
- version = " 0.1.11 "
4721
+ version = " 0.1.12 "
4773
4722
source = " registry+https://github.com/rust-lang/crates.io-index"
4774
- checksum = " b53aeb9d3f5ccf2ebb29e19788f96987fa1355f8fe45ea193928eaaaf3ae820f "
4723
+ checksum = " 5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926 "
4775
4724
dependencies = [
4776
4725
" bytes" ,
4777
4726
" futures" ,
@@ -4793,12 +4742,15 @@ dependencies = [
4793
4742
4794
4743
[[package ]]
4795
4744
name = " tokio-process"
4796
- version = " 0.2.3 "
4745
+ version = " 0.2.4 "
4797
4746
source = " registry+https://github.com/rust-lang/crates.io-index"
4798
- checksum = " 88e1281e412013f1ff5787def044a9577a0bed059f451e835f1643201f8b777d "
4747
+ checksum = " afbd6ef1b8cc2bd2c2b580d882774d443ebb1c6ceefe35ba9ea4ab586c89dbe8 "
4799
4748
dependencies = [
4749
+ " crossbeam-queue" ,
4800
4750
" futures" ,
4751
+ " lazy_static 1.3.0" ,
4801
4752
" libc" ,
4753
+ " log" ,
4802
4754
" mio" ,
4803
4755
" mio-named-pipes" ,
4804
4756
" tokio-io" ,
@@ -4809,20 +4761,21 @@ dependencies = [
4809
4761
4810
4762
[[package ]]
4811
4763
name = " tokio-reactor"
4812
- version = " 0.1.8 "
4764
+ version = " 0.1.11 "
4813
4765
source = " registry+https://github.com/rust-lang/crates.io-index"
4814
- checksum = " afbcdb0f0d2a1e4c440af82d7bbf0bf91a8a8c0575bcd20c05d15be7e9d3a02f "
4766
+ checksum = " 6732fe6b53c8d11178dcb77ac6d9682af27fc6d4cb87789449152e5377377146 "
4815
4767
dependencies = [
4816
4768
" crossbeam-utils 0.6.5" ,
4817
4769
" futures" ,
4818
4770
" lazy_static 1.3.0" ,
4819
4771
" log" ,
4820
4772
" mio" ,
4821
4773
" num_cpus" ,
4822
- " parking_lot 0.7.1 " ,
4774
+ " parking_lot" ,
4823
4775
" slab" ,
4824
4776
" tokio-executor" ,
4825
4777
" tokio-io" ,
4778
+ " tokio-sync" ,
4826
4779
]
4827
4780
4828
4781
[[package ]]
@@ -4851,6 +4804,16 @@ dependencies = [
4851
4804
" winapi 0.3.8" ,
4852
4805
]
4853
4806
4807
+ [[package ]]
4808
+ name = " tokio-sync"
4809
+ version = " 0.1.7"
4810
+ source = " registry+https://github.com/rust-lang/crates.io-index"
4811
+ checksum = " d06554cce1ae4a50f42fba8023918afa931413aded705b560e29600ccf7c6d76"
4812
+ dependencies = [
4813
+ " fnv" ,
4814
+ " futures" ,
4815
+ ]
4816
+
4854
4817
[[package ]]
4855
4818
name = " tokio-tcp"
4856
4819
version = " 0.1.3"
@@ -4867,25 +4830,26 @@ dependencies = [
4867
4830
4868
4831
[[package ]]
4869
4832
name = " tokio-threadpool"
4870
- version = " 0.1.10 "
4833
+ version = " 0.1.16 "
4871
4834
source = " registry+https://github.com/rust-lang/crates.io-index"
4872
- checksum = " 17465013014410310f9f61fa10bf4724803c149ea1d51efece131c38efca93aa "
4835
+ checksum = " 2bd2c6a3885302581f4401c82af70d792bb9df1700e7437b0aeb4ada94d5388c "
4873
4836
dependencies = [
4874
- " crossbeam-channel " ,
4875
- " crossbeam-deque 0.6.3 " ,
4837
+ " crossbeam-deque 0.7.1 " ,
4838
+ " crossbeam-queue " ,
4876
4839
" crossbeam-utils 0.6.5" ,
4877
4840
" futures" ,
4841
+ " lazy_static 1.3.0" ,
4878
4842
" log" ,
4879
4843
" num_cpus" ,
4880
- " rand 0.6.1 " ,
4844
+ " slab " ,
4881
4845
" tokio-executor" ,
4882
4846
]
4883
4847
4884
4848
[[package ]]
4885
4849
name = " tokio-timer"
4886
- version = " 0.2.8 "
4850
+ version = " 0.2.12 "
4887
4851
source = " registry+https://github.com/rust-lang/crates.io-index"
4888
- checksum = " 4f37f0111d76cc5da132fe9bc0590b9b9cfd079bc7e75ac3846278430a299ff8 "
4852
+ checksum = " 1739638e364e558128461fc1ad84d997702c8e31c2e6b18fb99842268199e827 "
4889
4853
dependencies = [
4890
4854
" crossbeam-utils 0.6.5" ,
4891
4855
" futures" ,
@@ -4895,9 +4859,9 @@ dependencies = [
4895
4859
4896
4860
[[package ]]
4897
4861
name = " tokio-udp"
4898
- version = " 0.1.3 "
4862
+ version = " 0.1.5 "
4899
4863
source = " registry+https://github.com/rust-lang/crates.io-index"
4900
- checksum = " 66268575b80f4a4a710ef83d087fdfeeabdce9b74c797535fbac18a2cb906e92 "
4864
+ checksum = " f02298505547f73e60f568359ef0d016d5acd6e830ab9bc7c4a5b3403440121b "
4901
4865
dependencies = [
4902
4866
" bytes" ,
4903
4867
" futures" ,
0 commit comments