@@ -784,12 +784,6 @@ dependencies = [
784
784
" windows-sys 0.52.0" ,
785
785
]
786
786
787
- [[package ]]
788
- name = " convert_case"
789
- version = " 0.4.0"
790
- source = " registry+https://github.com/rust-lang/crates.io-index"
791
- checksum = " 6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
792
-
793
787
[[package ]]
794
788
name = " core"
795
789
version = " 0.0.0"
@@ -1035,10 +1029,8 @@ version = "0.99.17"
1035
1029
source = " registry+https://github.com/rust-lang/crates.io-index"
1036
1030
checksum = " 4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
1037
1031
dependencies = [
1038
- " convert_case" ,
1039
1032
" proc-macro2" ,
1040
1033
" quote" ,
1041
- " rustc_version" ,
1042
1034
" syn 1.0.109" ,
1043
1035
]
1044
1036
@@ -3498,7 +3490,7 @@ dependencies = [
3498
3490
name = " rustc_ast_passes"
3499
3491
version = " 0.0.0"
3500
3492
dependencies = [
3501
- " itertools 0.11.0 " ,
3493
+ " itertools 0.12.1 " ,
3502
3494
" rustc_ast" ,
3503
3495
" rustc_ast_pretty" ,
3504
3496
" rustc_attr" ,
@@ -3518,7 +3510,7 @@ dependencies = [
3518
3510
name = " rustc_ast_pretty"
3519
3511
version = " 0.0.0"
3520
3512
dependencies = [
3521
- " itertools 0.11.0 " ,
3513
+ " itertools 0.12.1 " ,
3522
3514
" rustc_ast" ,
3523
3515
" rustc_lexer" ,
3524
3516
" rustc_span" ,
@@ -3559,7 +3551,7 @@ name = "rustc_borrowck"
3559
3551
version = " 0.0.0"
3560
3552
dependencies = [
3561
3553
" either" ,
3562
- " itertools 0.11.0 " ,
3554
+ " itertools 0.12.1 " ,
3563
3555
" polonius-engine" ,
3564
3556
" rustc_data_structures" ,
3565
3557
" rustc_errors" ,
@@ -3612,7 +3604,7 @@ name = "rustc_codegen_llvm"
3612
3604
version = " 0.0.0"
3613
3605
dependencies = [
3614
3606
" bitflags 2.4.2" ,
3615
- " itertools 0.11.0 " ,
3607
+ " itertools 0.12.1 " ,
3616
3608
" libc" ,
3617
3609
" measureme" ,
3618
3610
" object" ,
@@ -3648,7 +3640,7 @@ dependencies = [
3648
3640
" ar_archive_writer" ,
3649
3641
" bitflags 2.4.2" ,
3650
3642
" cc" ,
3651
- " itertools 0.11.0 " ,
3643
+ " itertools 0.12.1 " ,
3652
3644
" jobserver" ,
3653
3645
" libc" ,
3654
3646
" object" ,
@@ -3930,7 +3922,7 @@ dependencies = [
3930
3922
name = " rustc_hir_analysis"
3931
3923
version = " 0.0.0"
3932
3924
dependencies = [
3933
- " itertools 0.11.0 " ,
3925
+ " itertools 0.12.1 " ,
3934
3926
" rustc_arena" ,
3935
3927
" rustc_ast" ,
3936
3928
" rustc_attr" ,
@@ -3969,7 +3961,7 @@ dependencies = [
3969
3961
name = " rustc_hir_typeck"
3970
3962
version = " 0.0.0"
3971
3963
dependencies = [
3972
- " itertools 0.11.0 " ,
3964
+ " itertools 0.12.1 " ,
3973
3965
" rustc_ast" ,
3974
3966
" rustc_ast_ir" ,
3975
3967
" rustc_attr" ,
@@ -4134,7 +4126,6 @@ dependencies = [
4134
4126
" rustc_target" ,
4135
4127
" rustc_trait_selection" ,
4136
4128
" rustc_type_ir" ,
4137
- " smallvec" ,
4138
4129
" tracing" ,
4139
4130
" unicode-security" ,
4140
4131
]
@@ -4218,7 +4209,6 @@ name = "rustc_middle"
4218
4209
version = " 0.0.0"
4219
4210
dependencies = [
4220
4211
" bitflags 2.4.2" ,
4221
- " derive_more" ,
4222
4212
" either" ,
4223
4213
" field-offset" ,
4224
4214
" gsgdt" ,
@@ -4256,7 +4246,7 @@ name = "rustc_mir_build"
4256
4246
version = " 0.0.0"
4257
4247
dependencies = [
4258
4248
" either" ,
4259
- " itertools 0.11.0 " ,
4249
+ " itertools 0.12.1 " ,
4260
4250
" rustc_apfloat" ,
4261
4251
" rustc_arena" ,
4262
4252
" rustc_ast" ,
@@ -4303,7 +4293,7 @@ name = "rustc_mir_transform"
4303
4293
version = " 0.0.0"
4304
4294
dependencies = [
4305
4295
" either" ,
4306
- " itertools 0.11.0 " ,
4296
+ " itertools 0.12.1 " ,
4307
4297
" rustc_arena" ,
4308
4298
" rustc_ast" ,
4309
4299
" rustc_attr" ,
@@ -4383,7 +4373,6 @@ dependencies = [
4383
4373
name = " rustc_passes"
4384
4374
version = " 0.0.0"
4385
4375
dependencies = [
4386
- " itertools 0.11.0" ,
4387
4376
" rustc_ast" ,
4388
4377
" rustc_ast_pretty" ,
4389
4378
" rustc_attr" ,
@@ -4573,6 +4562,7 @@ name = "rustc_span"
4573
4562
version = " 0.0.0"
4574
4563
dependencies = [
4575
4564
" indexmap" ,
4565
+ " itoa" ,
4576
4566
" md-5" ,
4577
4567
" rustc_arena" ,
4578
4568
" rustc_data_structures" ,
@@ -4633,7 +4623,7 @@ name = "rustc_trait_selection"
4633
4623
version = " 0.0.0"
4634
4624
dependencies = [
4635
4625
" bitflags 2.4.2" ,
4636
- " itertools 0.11.0 " ,
4626
+ " itertools 0.12.1 " ,
4637
4627
" rustc_ast" ,
4638
4628
" rustc_ast_ir" ,
4639
4629
" rustc_attr" ,
@@ -4673,7 +4663,7 @@ dependencies = [
4673
4663
name = " rustc_transmute"
4674
4664
version = " 0.0.0"
4675
4665
dependencies = [
4676
- " itertools 0.11.0 " ,
4666
+ " itertools 0.12.1 " ,
4677
4667
" rustc_ast_ir" ,
4678
4668
" rustc_data_structures" ,
4679
4669
" rustc_hir" ,
@@ -4689,7 +4679,7 @@ dependencies = [
4689
4679
name = " rustc_ty_utils"
4690
4680
version = " 0.0.0"
4691
4681
dependencies = [
4692
- " itertools 0.11.0 " ,
4682
+ " itertools 0.12.1 " ,
4693
4683
" rustc_ast_ir" ,
4694
4684
" rustc_data_structures" ,
4695
4685
" rustc_errors" ,
@@ -4739,7 +4729,7 @@ dependencies = [
4739
4729
" askama" ,
4740
4730
" expect-test" ,
4741
4731
" indexmap" ,
4742
- " itertools 0.11.0 " ,
4732
+ " itertools 0.12.1 " ,
4743
4733
" minifier" ,
4744
4734
" once_cell" ,
4745
4735
" regex" ,
0 commit comments