@@ -240,7 +240,7 @@ dependencies = [
240
240
" clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
241
241
" core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
242
242
" crates-io 0.24.0" ,
243
- " crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
243
+ " crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
244
244
" crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
245
245
" curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" ,
246
246
" curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -563,7 +563,7 @@ version = "0.3.4"
563
563
source = " registry+https://github.com/rust-lang/crates.io-index"
564
564
dependencies = [
565
565
" crossbeam-epoch 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
566
- " crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
566
+ " crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
567
567
" parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
568
568
" rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
569
569
" smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -584,7 +584,7 @@ version = "0.6.3"
584
584
source = " registry+https://github.com/rust-lang/crates.io-index"
585
585
dependencies = [
586
586
" crossbeam-epoch 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
587
- " crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
587
+ " crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
588
588
]
589
589
590
590
[[package ]]
@@ -608,7 +608,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
608
608
dependencies = [
609
609
" arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
610
610
" cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
611
- " crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
611
+ " crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
612
612
" lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
613
613
" memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
614
614
" scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -624,10 +624,11 @@ dependencies = [
624
624
625
625
[[package ]]
626
626
name = " crossbeam-utils"
627
- version = " 0.6.2 "
627
+ version = " 0.6.5 "
628
628
source = " registry+https://github.com/rust-lang/crates.io-index"
629
629
dependencies = [
630
630
" cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
631
+ " lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
631
632
]
632
633
633
634
[[package ]]
@@ -2644,6 +2645,7 @@ name = "rustc_data_structures"
2644
2645
version = " 0.0.0"
2645
2646
dependencies = [
2646
2647
" cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
2648
+ " crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2647
2649
" ena 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2648
2650
" graphviz 0.0.0" ,
2649
2651
" jobserver 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -3553,7 +3555,7 @@ name = "tokio-executor"
3553
3555
version = " 0.1.6"
3554
3556
source = " registry+https://github.com/rust-lang/crates.io-index"
3555
3557
dependencies = [
3556
- " crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
3558
+ " crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
3557
3559
" futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" ,
3558
3560
]
3559
3561
@@ -3597,7 +3599,7 @@ name = "tokio-reactor"
3597
3599
version = " 0.1.8"
3598
3600
source = " registry+https://github.com/rust-lang/crates.io-index"
3599
3601
dependencies = [
3600
- " crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
3602
+ " crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
3601
3603
" futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" ,
3602
3604
" lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
3603
3605
" log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -3645,7 +3647,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3645
3647
dependencies = [
3646
3648
" crossbeam-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
3647
3649
" crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
3648
- " crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
3650
+ " crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
3649
3651
" futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" ,
3650
3652
" log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
3651
3653
" num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -3658,7 +3660,7 @@ name = "tokio-timer"
3658
3660
version = " 0.2.8"
3659
3661
source = " registry+https://github.com/rust-lang/crates.io-index"
3660
3662
dependencies = [
3661
- " crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
3663
+ " crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
3662
3664
" futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" ,
3663
3665
" slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
3664
3666
" tokio-executor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -4018,7 +4020,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4018
4020
"checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150"
4019
4021
"checksum crossbeam-epoch 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = " f10a4f8f409aaac4b16a5474fb233624238fcdeefb9ba50d5ea059aab63ba31c"
4020
4022
"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
4021
- "checksum crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = " e07fc155212827475223f0bcfae57e945e694fc90950ddf3f6695bbfd5555c72 "
4023
+ "checksum crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = " f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c "
4022
4024
"checksum crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 09de9ee0fc255ace04c7fa0763c9395a945c37c8292bb554f8d48361d1dcf1b4"
4023
4025
"checksum curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" = " c7c9d851c825e0c033979d4516c9173bc19a78a96eb4d6ae51d4045440eafa16"
4024
4026
"checksum curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)" = " 721c204978be2143fab0a84b708c49d79d1f6100b8785610f456043a90708870"
0 commit comments