@@ -469,9 +469,9 @@ version = "0.1.0"
469
469
470
470
[[package ]]
471
471
name = " cc"
472
- version = " 1.0.79 "
472
+ version = " 1.0.90 "
473
473
source = " registry+https://github.com/rust-lang/crates.io-index"
474
- checksum = " 50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f "
474
+ checksum = " 8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5 "
475
475
476
476
[[package ]]
477
477
name = " cfg-if"
@@ -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
@@ -2504,6 +2496,7 @@ dependencies = [
2504
2496
" regex" ,
2505
2497
" rustc_version" ,
2506
2498
" smallvec" ,
2499
+ " tempfile" ,
2507
2500
" ui_test 0.21.2" ,
2508
2501
]
2509
2502
@@ -3508,7 +3501,7 @@ dependencies = [
3508
3501
name = " rustc_ast_passes"
3509
3502
version = " 0.0.0"
3510
3503
dependencies = [
3511
- " itertools 0.11.0 " ,
3504
+ " itertools 0.12.1 " ,
3512
3505
" rustc_ast" ,
3513
3506
" rustc_ast_pretty" ,
3514
3507
" rustc_attr" ,
@@ -3528,7 +3521,7 @@ dependencies = [
3528
3521
name = " rustc_ast_pretty"
3529
3522
version = " 0.0.0"
3530
3523
dependencies = [
3531
- " itertools 0.11.0 " ,
3524
+ " itertools 0.12.1 " ,
3532
3525
" rustc_ast" ,
3533
3526
" rustc_lexer" ,
3534
3527
" rustc_span" ,
@@ -3569,7 +3562,7 @@ name = "rustc_borrowck"
3569
3562
version = " 0.0.0"
3570
3563
dependencies = [
3571
3564
" either" ,
3572
- " itertools 0.11.0 " ,
3565
+ " itertools 0.12.1 " ,
3573
3566
" polonius-engine" ,
3574
3567
" rustc_data_structures" ,
3575
3568
" rustc_errors" ,
@@ -3622,7 +3615,7 @@ name = "rustc_codegen_llvm"
3622
3615
version = " 0.0.0"
3623
3616
dependencies = [
3624
3617
" bitflags 2.4.2" ,
3625
- " itertools 0.11.0 " ,
3618
+ " itertools 0.12.1 " ,
3626
3619
" libc" ,
3627
3620
" measureme" ,
3628
3621
" object" ,
@@ -3658,7 +3651,7 @@ dependencies = [
3658
3651
" ar_archive_writer" ,
3659
3652
" bitflags 2.4.2" ,
3660
3653
" cc" ,
3661
- " itertools 0.11.0 " ,
3654
+ " itertools 0.12.1 " ,
3662
3655
" jobserver" ,
3663
3656
" libc" ,
3664
3657
" object" ,
@@ -3940,7 +3933,7 @@ dependencies = [
3940
3933
name = " rustc_hir_analysis"
3941
3934
version = " 0.0.0"
3942
3935
dependencies = [
3943
- " itertools 0.11.0 " ,
3936
+ " itertools 0.12.1 " ,
3944
3937
" rustc_arena" ,
3945
3938
" rustc_ast" ,
3946
3939
" rustc_attr" ,
@@ -3979,7 +3972,7 @@ dependencies = [
3979
3972
name = " rustc_hir_typeck"
3980
3973
version = " 0.0.0"
3981
3974
dependencies = [
3982
- " itertools 0.11.0 " ,
3975
+ " itertools 0.12.1 " ,
3983
3976
" rustc_ast" ,
3984
3977
" rustc_ast_ir" ,
3985
3978
" rustc_attr" ,
@@ -4144,7 +4137,6 @@ dependencies = [
4144
4137
" rustc_target" ,
4145
4138
" rustc_trait_selection" ,
4146
4139
" rustc_type_ir" ,
4147
- " smallvec" ,
4148
4140
" tracing" ,
4149
4141
" unicode-security" ,
4150
4142
]
@@ -4228,7 +4220,6 @@ name = "rustc_middle"
4228
4220
version = " 0.0.0"
4229
4221
dependencies = [
4230
4222
" bitflags 2.4.2" ,
4231
- " derive_more" ,
4232
4223
" either" ,
4233
4224
" field-offset" ,
4234
4225
" gsgdt" ,
@@ -4266,7 +4257,7 @@ name = "rustc_mir_build"
4266
4257
version = " 0.0.0"
4267
4258
dependencies = [
4268
4259
" either" ,
4269
- " itertools 0.11.0 " ,
4260
+ " itertools 0.12.1 " ,
4270
4261
" rustc_apfloat" ,
4271
4262
" rustc_arena" ,
4272
4263
" rustc_ast" ,
@@ -4313,7 +4304,7 @@ name = "rustc_mir_transform"
4313
4304
version = " 0.0.0"
4314
4305
dependencies = [
4315
4306
" either" ,
4316
- " itertools 0.11.0 " ,
4307
+ " itertools 0.12.1 " ,
4317
4308
" rustc_arena" ,
4318
4309
" rustc_ast" ,
4319
4310
" rustc_attr" ,
@@ -4393,7 +4384,6 @@ dependencies = [
4393
4384
name = " rustc_passes"
4394
4385
version = " 0.0.0"
4395
4386
dependencies = [
4396
- " itertools 0.11.0" ,
4397
4387
" rustc_ast" ,
4398
4388
" rustc_ast_pretty" ,
4399
4389
" rustc_attr" ,
@@ -4583,6 +4573,7 @@ name = "rustc_span"
4583
4573
version = " 0.0.0"
4584
4574
dependencies = [
4585
4575
" indexmap" ,
4576
+ " itoa" ,
4586
4577
" md-5" ,
4587
4578
" rustc_arena" ,
4588
4579
" rustc_data_structures" ,
@@ -4643,7 +4634,7 @@ name = "rustc_trait_selection"
4643
4634
version = " 0.0.0"
4644
4635
dependencies = [
4645
4636
" bitflags 2.4.2" ,
4646
- " itertools 0.11.0 " ,
4637
+ " itertools 0.12.1 " ,
4647
4638
" rustc_ast" ,
4648
4639
" rustc_ast_ir" ,
4649
4640
" rustc_attr" ,
@@ -4683,7 +4674,7 @@ dependencies = [
4683
4674
name = " rustc_transmute"
4684
4675
version = " 0.0.0"
4685
4676
dependencies = [
4686
- " itertools 0.11.0 " ,
4677
+ " itertools 0.12.1 " ,
4687
4678
" rustc_ast_ir" ,
4688
4679
" rustc_data_structures" ,
4689
4680
" rustc_hir" ,
@@ -4699,7 +4690,7 @@ dependencies = [
4699
4690
name = " rustc_ty_utils"
4700
4691
version = " 0.0.0"
4701
4692
dependencies = [
4702
- " itertools 0.11.0 " ,
4693
+ " itertools 0.12.1 " ,
4703
4694
" rustc_ast_ir" ,
4704
4695
" rustc_data_structures" ,
4705
4696
" rustc_errors" ,
@@ -4749,7 +4740,7 @@ dependencies = [
4749
4740
" askama" ,
4750
4741
" expect-test" ,
4751
4742
" indexmap" ,
4752
- " itertools 0.11.0 " ,
4743
+ " itertools 0.12.1 " ,
4753
4744
" minifier" ,
4754
4745
" once_cell" ,
4755
4746
" regex" ,
0 commit comments