@@ -240,7 +240,7 @@ dependencies = [
240240 " clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
241241 " core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
242242 " 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)" ,
244244 " crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
245245 " curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" ,
246246 " curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -563,7 +563,7 @@ version = "0.3.4"
563563source = " registry+https://github.com/rust-lang/crates.io-index"
564564dependencies = [
565565 " 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)" ,
567567 " parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
568568 " rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
569569 " smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -584,7 +584,7 @@ version = "0.6.3"
584584source = " registry+https://github.com/rust-lang/crates.io-index"
585585dependencies = [
586586 " 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)" ,
588588]
589589
590590[[package ]]
@@ -608,7 +608,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
608608dependencies = [
609609 " arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
610610 " 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)" ,
612612 " lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
613613 " memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
614614 " scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -624,10 +624,11 @@ dependencies = [
624624
625625[[package ]]
626626name = " crossbeam-utils"
627- version = " 0.6.2 "
627+ version = " 0.6.5 "
628628source = " registry+https://github.com/rust-lang/crates.io-index"
629629dependencies = [
630630 " 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)" ,
631632]
632633
633634[[package ]]
@@ -2644,6 +2645,7 @@ name = "rustc_data_structures"
26442645version = " 0.0.0"
26452646dependencies = [
26462647 " 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)" ,
26472649 " ena 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
26482650 " graphviz 0.0.0" ,
26492651 " jobserver 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -3553,7 +3555,7 @@ name = "tokio-executor"
35533555version = " 0.1.6"
35543556source = " registry+https://github.com/rust-lang/crates.io-index"
35553557dependencies = [
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)" ,
35573559 " futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" ,
35583560]
35593561
@@ -3597,7 +3599,7 @@ name = "tokio-reactor"
35973599version = " 0.1.8"
35983600source = " registry+https://github.com/rust-lang/crates.io-index"
35993601dependencies = [
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)" ,
36013603 " futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" ,
36023604 " lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
36033605 " 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"
36453647dependencies = [
36463648 " crossbeam-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
36473649 " 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)" ,
36493651 " futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" ,
36503652 " log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
36513653 " num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -3658,7 +3660,7 @@ name = "tokio-timer"
36583660version = " 0.2.8"
36593661source = " registry+https://github.com/rust-lang/crates.io-index"
36603662dependencies = [
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)" ,
36623664 " futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" ,
36633665 " slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
36643666 " 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"
40184020"checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150"
40194021"checksum crossbeam-epoch 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = " f10a4f8f409aaac4b16a5474fb233624238fcdeefb9ba50d5ea059aab63ba31c"
40204022"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 "
40224024"checksum crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 09de9ee0fc255ace04c7fa0763c9395a945c37c8292bb554f8d48361d1dcf1b4"
40234025"checksum curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" = " c7c9d851c825e0c033979d4516c9173bc19a78a96eb4d6ae51d4045440eafa16"
40244026"checksum curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)" = " 721c204978be2143fab0a84b708c49d79d1f6100b8785610f456043a90708870"
0 commit comments