@@ -337,7 +337,7 @@ dependencies = [
337
337
" cargo-util" ,
338
338
" clap 3.0.6" ,
339
339
" crates-io" ,
340
- " crossbeam-utils 0.8.3 " ,
340
+ " crossbeam-utils" ,
341
341
" curl" ,
342
342
" curl-sys" ,
343
343
" env_logger 0.9.0" ,
@@ -857,69 +857,44 @@ dependencies = [
857
857
858
858
[[package ]]
859
859
name = " crossbeam-channel"
860
- version = " 0.5.0 "
860
+ version = " 0.5.2 "
861
861
source = " registry+https://github.com/rust-lang/crates.io-index"
862
- checksum = " dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775 "
862
+ checksum = " e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa "
863
863
dependencies = [
864
864
" cfg-if 1.0.0" ,
865
- " crossbeam-utils 0.8.3 " ,
865
+ " crossbeam-utils" ,
866
866
]
867
867
868
868
[[package ]]
869
869
name = " crossbeam-deque"
870
- version = " 0.7.4 "
870
+ version = " 0.8.1 "
871
871
source = " registry+https://github.com/rust-lang/crates.io-index"
872
- checksum = " c20ff29ded3204c5106278a81a38f4b482636ed4fa1e6cfbeef193291beb29ed "
872
+ checksum = " 6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e "
873
873
dependencies = [
874
+ " cfg-if 1.0.0" ,
874
875
" crossbeam-epoch" ,
875
- " crossbeam-utils 0.7.2" ,
876
- " maybe-uninit" ,
876
+ " crossbeam-utils" ,
877
877
]
878
878
879
879
[[package ]]
880
880
name = " crossbeam-epoch"
881
- version = " 0.8.2 "
881
+ version = " 0.9.6 "
882
882
source = " registry+https://github.com/rust-lang/crates.io-index"
883
- checksum = " 058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace "
883
+ checksum = " 97242a70df9b89a65d0b6df3c4bf5b9ce03c5b7309019777fbde37e7537f8762 "
884
884
dependencies = [
885
- " autocfg" ,
886
- " cfg-if 0.1.10" ,
887
- " crossbeam-utils 0.7.2" ,
885
+ " cfg-if 1.0.0" ,
886
+ " crossbeam-utils" ,
888
887
" lazy_static" ,
889
- " maybe-uninit" ,
890
888
" memoffset" ,
891
889
" scopeguard" ,
892
890
]
893
891
894
- [[package ]]
895
- name = " crossbeam-queue"
896
- version = " 0.2.3"
897
- source = " registry+https://github.com/rust-lang/crates.io-index"
898
- checksum = " 774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
899
- dependencies = [
900
- " cfg-if 0.1.10" ,
901
- " crossbeam-utils 0.7.2" ,
902
- " maybe-uninit" ,
903
- ]
904
-
905
- [[package ]]
906
- name = " crossbeam-utils"
907
- version = " 0.7.2"
908
- source = " registry+https://github.com/rust-lang/crates.io-index"
909
- checksum = " c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
910
- dependencies = [
911
- " autocfg" ,
912
- " cfg-if 0.1.10" ,
913
- " lazy_static" ,
914
- ]
915
-
916
892
[[package ]]
917
893
name = " crossbeam-utils"
918
- version = " 0.8.3 "
894
+ version = " 0.8.6 "
919
895
source = " registry+https://github.com/rust-lang/crates.io-index"
920
- checksum = " e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49 "
896
+ checksum = " cfcae03edb34f947e64acdb1c33ec169824e20657e9ecb61cef6c8c74dcb8120 "
921
897
dependencies = [
922
- " autocfg" ,
923
898
" cfg-if 1.0.0" ,
924
899
" lazy_static" ,
925
900
]
@@ -1725,7 +1700,7 @@ version = "0.4.17"
1725
1700
source = " registry+https://github.com/rust-lang/crates.io-index"
1726
1701
checksum = " b287fb45c60bb826a0dc68ff08742b9d88a2fea13d6e0c286b3172065aaf878c"
1727
1702
dependencies = [
1728
- " crossbeam-utils 0.8.3 " ,
1703
+ " crossbeam-utils" ,
1729
1704
" globset" ,
1730
1705
" lazy_static" ,
1731
1706
" log" ,
@@ -2195,12 +2170,6 @@ version = "0.1.8"
2195
2170
source = " registry+https://github.com/rust-lang/crates.io-index"
2196
2171
checksum = " 7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2197
2172
2198
- [[package ]]
2199
- name = " maybe-uninit"
2200
- version = " 2.0.0"
2201
- source = " registry+https://github.com/rust-lang/crates.io-index"
2202
- checksum = " 60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
2203
-
2204
2173
[[package ]]
2205
2174
name = " md-5"
2206
2175
version = " 0.9.1"
@@ -2289,9 +2258,9 @@ dependencies = [
2289
2258
2290
2259
[[package ]]
2291
2260
name = " memoffset"
2292
- version = " 0.5 .5"
2261
+ version = " 0.6 .5"
2293
2262
source = " registry+https://github.com/rust-lang/crates.io-index"
2294
- checksum = " c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f "
2263
+ checksum = " 5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce "
2295
2264
dependencies = [
2296
2265
" autocfg" ,
2297
2266
]
@@ -3101,9 +3070,9 @@ dependencies = [
3101
3070
3102
3071
[[package ]]
3103
3072
name = " rayon"
3104
- version = " 1.3 .1"
3073
+ version = " 1.5 .1"
3105
3074
source = " registry+https://github.com/rust-lang/crates.io-index"
3106
- checksum = " 62f02856753d04e03e26929f820d0a0a337ebe71f849801eea335d464b349080 "
3075
+ checksum = " c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90 "
3107
3076
dependencies = [
3108
3077
" autocfg" ,
3109
3078
" crossbeam-deque" ,
@@ -3113,13 +3082,13 @@ dependencies = [
3113
3082
3114
3083
[[package ]]
3115
3084
name = " rayon-core"
3116
- version = " 1.7 .1"
3085
+ version = " 1.9 .1"
3117
3086
source = " registry+https://github.com/rust-lang/crates.io-index"
3118
- checksum = " e92e15d89083484e11353891f1af602cc661426deb9564c298b270c726973280 "
3087
+ checksum = " d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e "
3119
3088
dependencies = [
3089
+ " crossbeam-channel" ,
3120
3090
" crossbeam-deque" ,
3121
- " crossbeam-queue" ,
3122
- " crossbeam-utils 0.7.2" ,
3091
+ " crossbeam-utils" ,
3123
3092
" lazy_static" ,
3124
3093
" num_cpus" ,
3125
3094
]
@@ -3372,7 +3341,7 @@ dependencies = [
3372
3341
" arrayvec" ,
3373
3342
" bitflags" ,
3374
3343
" cfg-if 0.1.10" ,
3375
- " crossbeam-utils 0.8.3 " ,
3344
+ " crossbeam-utils" ,
3376
3345
" ena" ,
3377
3346
" indexmap" ,
3378
3347
" jobserver" ,
@@ -3599,9 +3568,9 @@ dependencies = [
3599
3568
3600
3569
[[package ]]
3601
3570
name = " rustc-rayon"
3602
- version = " 0.3.1 "
3571
+ version = " 0.3.2 "
3603
3572
source = " registry+https://github.com/rust-lang/crates.io-index"
3604
- checksum = " ed7d6a39f8bfd4421ce720918234d1e672b83824c91345b47c93746839cf1629 "
3573
+ checksum = " 9974ab223660e61c1b4e7b43b827379df286736ca988308ce7e16f59f2d89246 "
3605
3574
dependencies = [
3606
3575
" crossbeam-deque" ,
3607
3576
" either" ,
@@ -3610,13 +3579,12 @@ dependencies = [
3610
3579
3611
3580
[[package ]]
3612
3581
name = " rustc-rayon-core"
3613
- version = " 0.3.1 "
3582
+ version = " 0.3.2 "
3614
3583
source = " registry+https://github.com/rust-lang/crates.io-index"
3615
- checksum = " e94187d9ea3e8c38fafdbc38acb94eafa7ce155867f6ccb13830466a0d0db8c6 "
3584
+ checksum = " 564bfd27be8db888d0fa76aa4335e7851aaed0c2c11ad1e93aeb9349f6b88500 "
3616
3585
dependencies = [
3617
3586
" crossbeam-deque" ,
3618
- " crossbeam-queue" ,
3619
- " crossbeam-utils 0.7.2" ,
3587
+ " crossbeam-utils" ,
3620
3588
" lazy_static" ,
3621
3589
" num_cpus" ,
3622
3590
]
@@ -3654,7 +3622,7 @@ version = "1.0.0"
3654
3622
dependencies = [
3655
3623
" bstr" ,
3656
3624
" byteorder" ,
3657
- " crossbeam-utils 0.8.3 " ,
3625
+ " crossbeam-utils" ,
3658
3626
" libc" ,
3659
3627
" libz-sys" ,
3660
3628
" proc-macro2" ,
@@ -5417,7 +5385,7 @@ name = "tidy"
5417
5385
version = " 0.1.0"
5418
5386
dependencies = [
5419
5387
" cargo_metadata 0.12.0" ,
5420
- " crossbeam-utils 0.8.3 " ,
5388
+ " crossbeam-utils" ,
5421
5389
" lazy_static" ,
5422
5390
" regex" ,
5423
5391
" walkdir" ,
0 commit comments