@@ -659,6 +659,16 @@ dependencies = [
659
659
" crossbeam-utils 0.6.5" ,
660
660
]
661
661
662
+ [[package ]]
663
+ name = " crossbeam-deque"
664
+ version = " 0.7.1"
665
+ source = " registry+https://github.com/rust-lang/crates.io-index"
666
+ checksum = " b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71"
667
+ dependencies = [
668
+ " crossbeam-epoch 0.7.2" ,
669
+ " crossbeam-utils 0.6.5" ,
670
+ ]
671
+
662
672
[[package ]]
663
673
name = " crossbeam-epoch"
664
674
version = " 0.3.1"
@@ -2791,22 +2801,22 @@ dependencies = [
2791
2801
2792
2802
[[package ]]
2793
2803
name = " rayon"
2794
- version = " 1.1 .0"
2804
+ version = " 1.2 .0"
2795
2805
source = " registry+https://github.com/rust-lang/crates.io-index"
2796
- checksum = " a4b0186e22767d5b9738a05eab7c6ac90b15db17e5b5f9bd87976dd7d89a10a4 "
2806
+ checksum = " 83a27732a533a1be0a0035a111fe76db89ad312f6f0347004c220c57f209a123 "
2797
2807
dependencies = [
2798
- " crossbeam-deque 0.6.3 " ,
2808
+ " crossbeam-deque 0.7.1 " ,
2799
2809
" either" ,
2800
2810
" rayon-core" ,
2801
2811
]
2802
2812
2803
2813
[[package ]]
2804
2814
name = " rayon-core"
2805
- version = " 1.5 .0"
2815
+ version = " 1.6 .0"
2806
2816
source = " registry+https://github.com/rust-lang/crates.io-index"
2807
- checksum = " ebbe0df8435ac0c397d467b6cad6d25543d06e8a019ef3f6af3c384597515bd2 "
2817
+ checksum = " 98dcf634205083b17d0861252431eb2acbfb698ab7478a2d20de07954f47ec7b "
2808
2818
dependencies = [
2809
- " crossbeam-deque 0.6.3 " ,
2819
+ " crossbeam-deque 0.7.1 " ,
2810
2820
" crossbeam-queue" ,
2811
2821
" crossbeam-utils 0.6.5" ,
2812
2822
" lazy_static 1.3.0" ,
@@ -3074,8 +3084,8 @@ dependencies = [
3074
3084
" num_cpus" ,
3075
3085
" parking_lot 0.9.0" ,
3076
3086
" polonius-engine" ,
3077
- " rustc-rayon" ,
3078
- " rustc-rayon-core" ,
3087
+ " rustc-rayon 0.3.0 " ,
3088
+ " rustc-rayon-core 0.3.0 " ,
3079
3089
" rustc_apfloat" ,
3080
3090
" rustc_data_structures" ,
3081
3091
" rustc_errors" ,
@@ -3123,8 +3133,8 @@ dependencies = [
3123
3133
" rustc-ap-graphviz" ,
3124
3134
" rustc-ap-serialize" ,
3125
3135
" rustc-hash" ,
3126
- " rustc-rayon" ,
3127
- " rustc-rayon-core" ,
3136
+ " rustc-rayon 0.2.0 " ,
3137
+ " rustc-rayon-core 0.2.0 " ,
3128
3138
" smallvec" ,
3129
3139
" stable_deref_trait" ,
3130
3140
]
@@ -3263,7 +3273,18 @@ checksum = "0d2e07e19601f21c59aad953c2632172ba70cb27e685771514ea66e4062b3363"
3263
3273
dependencies = [
3264
3274
" crossbeam-deque 0.2.0" ,
3265
3275
" either" ,
3266
- " rustc-rayon-core" ,
3276
+ " rustc-rayon-core 0.2.0" ,
3277
+ ]
3278
+
3279
+ [[package ]]
3280
+ name = " rustc-rayon"
3281
+ version = " 0.3.0"
3282
+ source = " registry+https://github.com/rust-lang/crates.io-index"
3283
+ checksum = " f32767f90d938f1b7199a174ef249ae1924f6e5bbdb9d112fea141e016f25b3a"
3284
+ dependencies = [
3285
+ " crossbeam-deque 0.7.1" ,
3286
+ " either" ,
3287
+ " rustc-rayon-core 0.3.0" ,
3267
3288
]
3268
3289
3269
3290
[[package ]]
@@ -3278,6 +3299,19 @@ dependencies = [
3278
3299
" num_cpus" ,
3279
3300
]
3280
3301
3302
+ [[package ]]
3303
+ name = " rustc-rayon-core"
3304
+ version = " 0.3.0"
3305
+ source = " registry+https://github.com/rust-lang/crates.io-index"
3306
+ checksum = " ea2427831f0053ea3ea73559c8eabd893133a51b251d142bacee53c62a288cb3"
3307
+ dependencies = [
3308
+ " crossbeam-deque 0.7.1" ,
3309
+ " crossbeam-queue" ,
3310
+ " crossbeam-utils 0.6.5" ,
3311
+ " lazy_static 1.3.0" ,
3312
+ " num_cpus" ,
3313
+ ]
3314
+
3281
3315
[[package ]]
3282
3316
name = " rustc-serialize"
3283
3317
version = " 0.3.24"
@@ -3398,8 +3432,8 @@ dependencies = [
3398
3432
" log" ,
3399
3433
" parking_lot 0.9.0" ,
3400
3434
" rustc-hash" ,
3401
- " rustc-rayon" ,
3402
- " rustc-rayon-core" ,
3435
+ " rustc-rayon 0.3.0 " ,
3436
+ " rustc-rayon-core 0.3.0 " ,
3403
3437
" rustc_index" ,
3404
3438
" serialize" ,
3405
3439
" smallvec" ,
@@ -3479,7 +3513,7 @@ dependencies = [
3479
3513
" log" ,
3480
3514
" once_cell" ,
3481
3515
" rustc" ,
3482
- " rustc-rayon" ,
3516
+ " rustc-rayon 0.3.0 " ,
3483
3517
" rustc_codegen_ssa" ,
3484
3518
" rustc_codegen_utils" ,
3485
3519
" rustc_data_structures" ,
@@ -3758,7 +3792,7 @@ version = "0.0.0"
3758
3792
dependencies = [
3759
3793
" minifier" ,
3760
3794
" pulldown-cmark 0.5.3" ,
3761
- " rustc-rayon" ,
3795
+ " rustc-rayon 0.3.0 " ,
3762
3796
" tempfile" ,
3763
3797
]
3764
3798
0 commit comments