@@ -129,20 +129,6 @@ dependencies = [
129
129
" winapi" ,
130
130
]
131
131
132
- [[package ]]
133
- name = " anstream"
134
- version = " 0.5.0"
135
- source = " registry+https://github.com/rust-lang/crates.io-index"
136
- checksum = " b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c"
137
- dependencies = [
138
- " anstyle" ,
139
- " anstyle-parse" ,
140
- " anstyle-query" ,
141
- " anstyle-wincon 2.1.0" ,
142
- " colorchoice" ,
143
- " utf8parse" ,
144
- ]
145
-
146
132
[[package ]]
147
133
name = " anstream"
148
134
version = " 0.6.11"
@@ -152,7 +138,7 @@ dependencies = [
152
138
" anstyle" ,
153
139
" anstyle-parse" ,
154
140
" anstyle-query" ,
155
- " anstyle-wincon 3.0.2 " ,
141
+ " anstyle-wincon" ,
156
142
" colorchoice" ,
157
143
" utf8parse" ,
158
144
]
@@ -181,16 +167,6 @@ dependencies = [
181
167
" windows-sys 0.52.0" ,
182
168
]
183
169
184
- [[package ]]
185
- name = " anstyle-wincon"
186
- version = " 2.1.0"
187
- source = " registry+https://github.com/rust-lang/crates.io-index"
188
- checksum = " 58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd"
189
- dependencies = [
190
- " anstyle" ,
191
- " windows-sys 0.48.0" ,
192
- ]
193
-
194
170
[[package ]]
195
171
name = " anstyle-wincon"
196
172
version = " 3.0.2"
@@ -534,7 +510,7 @@ version = "4.5.0"
534
510
source = " registry+https://github.com/rust-lang/crates.io-index"
535
511
checksum = " 458bf1f341769dfcf849846f65dffdf9146daa56bcd2a47cb4e1de9915567c99"
536
512
dependencies = [
537
- " anstream 0.6.11 " ,
513
+ " anstream" ,
538
514
" anstyle" ,
539
515
" clap_lex" ,
540
516
" strsim 0.11.0" ,
@@ -572,15 +548,15 @@ checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
572
548
name = " clippy"
573
549
version = " 0.1.78"
574
550
dependencies = [
575
- " anstream 0.5.0 " ,
551
+ " anstream" ,
576
552
" clippy_config" ,
577
553
" clippy_lints" ,
578
554
" clippy_utils" ,
579
555
" color-print" ,
580
556
" filetime" ,
581
557
" futures" ,
582
558
" if_chain" ,
583
- " itertools" ,
559
+ " itertools 0.12.1 " ,
584
560
" parking_lot" ,
585
561
" quote" ,
586
562
" regex" ,
@@ -592,7 +568,7 @@ dependencies = [
592
568
" tester" ,
593
569
" tokio" ,
594
570
" toml 0.7.8" ,
595
- " ui_test" ,
571
+ " ui_test 0.22.2 " ,
596
572
" walkdir" ,
597
573
]
598
574
@@ -613,7 +589,7 @@ dependencies = [
613
589
" aho-corasick" ,
614
590
" clap" ,
615
591
" indoc" ,
616
- " itertools" ,
592
+ " itertools 0.12.1 " ,
617
593
" opener" ,
618
594
" shell-escape" ,
619
595
" walkdir" ,
@@ -628,7 +604,7 @@ dependencies = [
628
604
" clippy_config" ,
629
605
" clippy_utils" ,
630
606
" declare_clippy_lint" ,
631
- " itertools" ,
607
+ " itertools 0.12.1 " ,
632
608
" quine-mc_cluskey" ,
633
609
" regex" ,
634
610
" regex-syntax 0.8.2" ,
@@ -650,7 +626,7 @@ version = "0.1.78"
650
626
dependencies = [
651
627
" arrayvec" ,
652
628
" clippy_config" ,
653
- " itertools" ,
629
+ " itertools 0.12.1 " ,
654
630
" rustc-semver" ,
655
631
]
656
632
@@ -974,7 +950,7 @@ checksum = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
974
950
name = " declare_clippy_lint"
975
951
version = " 0.1.78"
976
952
dependencies = [
977
- " itertools" ,
953
+ " itertools 0.12.1 " ,
978
954
" quote" ,
979
955
" syn 2.0.48" ,
980
956
]
@@ -1230,7 +1206,7 @@ version = "0.11.2"
1230
1206
source = " registry+https://github.com/rust-lang/crates.io-index"
1231
1207
checksum = " 6c012a26a7f605efc424dd53697843a72be7dc86ad2d01f7814337794a12231d"
1232
1208
dependencies = [
1233
- " anstream 0.6.11 " ,
1209
+ " anstream" ,
1234
1210
" anstyle" ,
1235
1211
" env_filter" ,
1236
1212
" humantime" ,
@@ -2054,6 +2030,15 @@ dependencies = [
2054
2030
" either" ,
2055
2031
]
2056
2032
2033
+ [[package ]]
2034
+ name = " itertools"
2035
+ version = " 0.12.1"
2036
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2037
+ checksum = " ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
2038
+ dependencies = [
2039
+ " either" ,
2040
+ ]
2041
+
2057
2042
[[package ]]
2058
2043
name = " itoa"
2059
2044
version = " 1.0.10"
@@ -2476,7 +2461,7 @@ dependencies = [
2476
2461
" regex" ,
2477
2462
" rustc_version" ,
2478
2463
" smallvec" ,
2479
- " ui_test" ,
2464
+ " ui_test 0.21.2 " ,
2480
2465
]
2481
2466
2482
2467
[[package ]]
@@ -3469,7 +3454,7 @@ dependencies = [
3469
3454
name = " rustc_ast_passes"
3470
3455
version = " 0.0.0"
3471
3456
dependencies = [
3472
- " itertools" ,
3457
+ " itertools 0.11.0 " ,
3473
3458
" rustc_ast" ,
3474
3459
" rustc_ast_pretty" ,
3475
3460
" rustc_attr" ,
@@ -3489,7 +3474,7 @@ dependencies = [
3489
3474
name = " rustc_ast_pretty"
3490
3475
version = " 0.0.0"
3491
3476
dependencies = [
3492
- " itertools" ,
3477
+ " itertools 0.11.0 " ,
3493
3478
" rustc_ast" ,
3494
3479
" rustc_span" ,
3495
3480
" thin-vec" ,
@@ -3529,7 +3514,7 @@ name = "rustc_borrowck"
3529
3514
version = " 0.0.0"
3530
3515
dependencies = [
3531
3516
" either" ,
3532
- " itertools" ,
3517
+ " itertools 0.11.0 " ,
3533
3518
" polonius-engine" ,
3534
3519
" rustc_data_structures" ,
3535
3520
" rustc_errors" ,
@@ -3582,7 +3567,7 @@ name = "rustc_codegen_llvm"
3582
3567
version = " 0.0.0"
3583
3568
dependencies = [
3584
3569
" bitflags 2.4.2" ,
3585
- " itertools" ,
3570
+ " itertools 0.11.0 " ,
3586
3571
" libc" ,
3587
3572
" measureme" ,
3588
3573
" object" ,
@@ -3618,7 +3603,7 @@ dependencies = [
3618
3603
" ar_archive_writer" ,
3619
3604
" bitflags 2.4.2" ,
3620
3605
" cc" ,
3621
- " itertools" ,
3606
+ " itertools 0.11.0 " ,
3622
3607
" jobserver" ,
3623
3608
" libc" ,
3624
3609
" object" ,
@@ -3899,7 +3884,7 @@ dependencies = [
3899
3884
name = " rustc_hir_analysis"
3900
3885
version = " 0.0.0"
3901
3886
dependencies = [
3902
- " itertools" ,
3887
+ " itertools 0.11.0 " ,
3903
3888
" rustc_arena" ,
3904
3889
" rustc_ast" ,
3905
3890
" rustc_attr" ,
@@ -3938,7 +3923,7 @@ dependencies = [
3938
3923
name = " rustc_hir_typeck"
3939
3924
version = " 0.0.0"
3940
3925
dependencies = [
3941
- " itertools" ,
3926
+ " itertools 0.11.0 " ,
3942
3927
" rustc_ast" ,
3943
3928
" rustc_attr" ,
3944
3929
" rustc_data_structures" ,
@@ -4222,7 +4207,7 @@ name = "rustc_mir_build"
4222
4207
version = " 0.0.0"
4223
4208
dependencies = [
4224
4209
" either" ,
4225
- " itertools" ,
4210
+ " itertools 0.11.0 " ,
4226
4211
" rustc_apfloat" ,
4227
4212
" rustc_arena" ,
4228
4213
" rustc_ast" ,
@@ -4269,7 +4254,7 @@ name = "rustc_mir_transform"
4269
4254
version = " 0.0.0"
4270
4255
dependencies = [
4271
4256
" either" ,
4272
- " itertools" ,
4257
+ " itertools 0.11.0 " ,
4273
4258
" rustc_arena" ,
4274
4259
" rustc_ast" ,
4275
4260
" rustc_attr" ,
@@ -4349,7 +4334,7 @@ dependencies = [
4349
4334
name = " rustc_passes"
4350
4335
version = " 0.0.0"
4351
4336
dependencies = [
4352
- " itertools" ,
4337
+ " itertools 0.11.0 " ,
4353
4338
" rustc_ast" ,
4354
4339
" rustc_ast_pretty" ,
4355
4340
" rustc_attr" ,
@@ -4599,7 +4584,7 @@ name = "rustc_trait_selection"
4599
4584
version = " 0.0.0"
4600
4585
dependencies = [
4601
4586
" bitflags 2.4.2" ,
4602
- " itertools" ,
4587
+ " itertools 0.11.0 " ,
4603
4588
" rustc_ast" ,
4604
4589
" rustc_attr" ,
4605
4590
" rustc_data_structures" ,
@@ -4638,7 +4623,7 @@ dependencies = [
4638
4623
name = " rustc_transmute"
4639
4624
version = " 0.0.0"
4640
4625
dependencies = [
4641
- " itertools" ,
4626
+ " itertools 0.11.0 " ,
4642
4627
" rustc_data_structures" ,
4643
4628
" rustc_hir" ,
4644
4629
" rustc_infer" ,
@@ -4653,7 +4638,7 @@ dependencies = [
4653
4638
name = " rustc_ty_utils"
4654
4639
version = " 0.0.0"
4655
4640
dependencies = [
4656
- " itertools" ,
4641
+ " itertools 0.11.0 " ,
4657
4642
" rustc_data_structures" ,
4658
4643
" rustc_errors" ,
4659
4644
" rustc_fluent_macro" ,
@@ -4701,7 +4686,7 @@ dependencies = [
4701
4686
" askama" ,
4702
4687
" expect-test" ,
4703
4688
" indexmap" ,
4704
- " itertools" ,
4689
+ " itertools 0.11.0 " ,
4705
4690
" minifier" ,
4706
4691
" once_cell" ,
4707
4692
" regex" ,
@@ -4783,7 +4768,7 @@ dependencies = [
4783
4768
" dirs" ,
4784
4769
" getopts" ,
4785
4770
" ignore" ,
4786
- " itertools" ,
4771
+ " itertools 0.11.0 " ,
4787
4772
" lazy_static" ,
4788
4773
" regex" ,
4789
4774
" rustfmt-config_proc_macro" ,
@@ -5045,6 +5030,16 @@ dependencies = [
5045
5030
" windows-sys 0.48.0" ,
5046
5031
]
5047
5032
5033
+ [[package ]]
5034
+ name = " spanned"
5035
+ version = " 0.1.6"
5036
+ source = " registry+https://github.com/rust-lang/crates.io-index"
5037
+ checksum = " ad48ded9f0734eca7058107cc170767b8758e41e4088fb0020e7ff7ec6b0d92d"
5038
+ dependencies = [
5039
+ " bstr" ,
5040
+ " color-eyre" ,
5041
+ ]
5042
+
5048
5043
[[package ]]
5049
5044
name = " spdx-expression"
5050
5045
version = " 0.5.2"
@@ -5796,6 +5791,34 @@ dependencies = [
5796
5791
" tempfile" ,
5797
5792
]
5798
5793
5794
+ [[package ]]
5795
+ name = " ui_test"
5796
+ version = " 0.22.2"
5797
+ source = " registry+https://github.com/rust-lang/crates.io-index"
5798
+ checksum = " 0b1ded30ff8c9d83e8d85d7e8e8aabbaf2c282a2b0ea09ef3f1accd4906134c7"
5799
+ dependencies = [
5800
+ " annotate-snippets 0.10.1" ,
5801
+ " anyhow" ,
5802
+ " bstr" ,
5803
+ " cargo-platform" ,
5804
+ " cargo_metadata 0.18.1" ,
5805
+ " color-eyre" ,
5806
+ " colored" ,
5807
+ " comma" ,
5808
+ " crossbeam-channel" ,
5809
+ " indicatif" ,
5810
+ " lazy_static" ,
5811
+ " levenshtein" ,
5812
+ " prettydiff" ,
5813
+ " regex" ,
5814
+ " rustc_version" ,
5815
+ " rustfix" ,
5816
+ " serde" ,
5817
+ " serde_json" ,
5818
+ " spanned" ,
5819
+ " tempfile" ,
5820
+ ]
5821
+
5799
5822
[[package ]]
5800
5823
name = " unic-langid"
5801
5824
version = " 0.9.4"
0 commit comments