@@ -358,7 +358,7 @@ dependencies = [
358
358
" cargo_metadata 0.18.1" ,
359
359
" directories" ,
360
360
" rustc-build-sysroot" ,
361
- " rustc_tools_util" ,
361
+ " rustc_tools_util 0.4.0 " ,
362
362
" rustc_version" ,
363
363
" serde" ,
364
364
" serde_json" ,
@@ -407,9 +407,9 @@ version = "0.1.0"
407
407
408
408
[[package ]]
409
409
name = " cc"
410
- version = " 1.2.13 "
410
+ version = " 1.2.16 "
411
411
source = " registry+https://github.com/rust-lang/crates.io-index"
412
- checksum = " c7777341816418c02e033934a09f20dc0ccaf65a5201ef8a450ae0105a573fda "
412
+ checksum = " be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c "
413
413
dependencies = [
414
414
" shlex" ,
415
415
]
@@ -522,7 +522,7 @@ checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
522
522
523
523
[[package ]]
524
524
name = " clippy"
525
- version = " 0.1.86 "
525
+ version = " 0.1.87 "
526
526
dependencies = [
527
527
" anstream" ,
528
528
" cargo_metadata 0.18.1" ,
@@ -539,7 +539,7 @@ dependencies = [
539
539
" quote" ,
540
540
" regex" ,
541
541
" rinja" ,
542
- " rustc_tools_util" ,
542
+ " rustc_tools_util 0.4.2 " ,
543
543
" serde" ,
544
544
" serde_json" ,
545
545
" syn 2.0.96" ,
@@ -553,7 +553,7 @@ dependencies = [
553
553
554
554
[[package ]]
555
555
name = " clippy_config"
556
- version = " 0.1.86 "
556
+ version = " 0.1.87 "
557
557
dependencies = [
558
558
" clippy_utils" ,
559
559
" itertools" ,
@@ -578,7 +578,7 @@ dependencies = [
578
578
579
579
[[package ]]
580
580
name = " clippy_lints"
581
- version = " 0.1.86 "
581
+ version = " 0.1.87 "
582
582
dependencies = [
583
583
" arrayvec" ,
584
584
" cargo_metadata 0.18.1" ,
@@ -601,7 +601,7 @@ dependencies = [
601
601
602
602
[[package ]]
603
603
name = " clippy_utils"
604
- version = " 0.1.86 "
604
+ version = " 0.1.87 "
605
605
dependencies = [
606
606
" arrayvec" ,
607
607
" itertools" ,
@@ -1491,6 +1491,7 @@ version = "0.15.2"
1491
1491
source = " registry+https://github.com/rust-lang/crates.io-index"
1492
1492
checksum = " bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
1493
1493
dependencies = [
1494
+ " allocator-api2" ,
1494
1495
" foldhash" ,
1495
1496
" serde" ,
1496
1497
]
@@ -2526,6 +2527,16 @@ version = "0.2.0"
2526
2527
source = " registry+https://github.com/rust-lang/crates.io-index"
2527
2528
checksum = " 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2528
2529
2530
+ [[package ]]
2531
+ name = " os_pipe"
2532
+ version = " 1.2.1"
2533
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2534
+ checksum = " 5ffd2b0a5634335b135d5728d84c5e0fd726954b87111f7506a61c502280d982"
2535
+ dependencies = [
2536
+ " libc" ,
2537
+ " windows-sys 0.59.0" ,
2538
+ ]
2539
+
2529
2540
[[package ]]
2530
2541
name = " overload"
2531
2542
version = " 0.1.1"
@@ -2871,11 +2882,11 @@ dependencies = [
2871
2882
2872
2883
[[package ]]
2873
2884
name = " rand_xoshiro"
2874
- version = " 0.6 .0"
2885
+ version = " 0.7 .0"
2875
2886
source = " registry+https://github.com/rust-lang/crates.io-index"
2876
- checksum = " 6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa "
2887
+ checksum = " f703f4665700daf5512dcca5f43afa6af89f09db47fb56be587f80636bda2d41 "
2877
2888
dependencies = [
2878
- " rand_core 0.6.4 " ,
2889
+ " rand_core 0.9.0 " ,
2879
2890
]
2880
2891
2881
2892
[[package ]]
@@ -3050,6 +3061,7 @@ dependencies = [
3050
3061
" gimli 0.31.1" ,
3051
3062
" libc" ,
3052
3063
" object 0.36.7" ,
3064
+ " os_pipe" ,
3053
3065
" regex" ,
3054
3066
" serde_json" ,
3055
3067
" similar" ,
@@ -3144,7 +3156,7 @@ name = "rustc_abi"
3144
3156
version = " 0.0.0"
3145
3157
dependencies = [
3146
3158
" bitflags" ,
3147
- " rand 0.8.5 " ,
3159
+ " rand 0.9.0 " ,
3148
3160
" rand_xoshiro" ,
3149
3161
" rustc_data_structures" ,
3150
3162
" rustc_hashes" ,
@@ -3286,6 +3298,7 @@ dependencies = [
3286
3298
" rustc_hir" ,
3287
3299
" rustc_lexer" ,
3288
3300
" rustc_macros" ,
3301
+ " rustc_middle" ,
3289
3302
" rustc_serialize" ,
3290
3303
" rustc_session" ,
3291
3304
" rustc_span" ,
@@ -3480,6 +3493,7 @@ dependencies = [
3480
3493
" either" ,
3481
3494
" elsa" ,
3482
3495
" ena" ,
3496
+ " hashbrown 0.15.2" ,
3483
3497
" indexmap" ,
3484
3498
" jobserver" ,
3485
3499
" libc" ,
@@ -3741,7 +3755,7 @@ dependencies = [
3741
3755
" rustc_abi" ,
3742
3756
" rustc_ast" ,
3743
3757
" rustc_ast_pretty" ,
3744
- " rustc_attr_parsing " ,
3758
+ " rustc_attr_data_structures " ,
3745
3759
" rustc_hir" ,
3746
3760
" rustc_span" ,
3747
3761
]
@@ -3777,7 +3791,7 @@ dependencies = [
3777
3791
name = " rustc_incremental"
3778
3792
version = " 0.0.0"
3779
3793
dependencies = [
3780
- " rand 0.8.5 " ,
3794
+ " rand 0.9.0 " ,
3781
3795
" rustc_ast" ,
3782
3796
" rustc_data_structures" ,
3783
3797
" rustc_errors" ,
@@ -3916,6 +3930,7 @@ dependencies = [
3916
3930
" rustc_target" ,
3917
3931
" rustc_trait_selection" ,
3918
3932
" rustc_type_ir" ,
3933
+ " smallvec" ,
3919
3934
" tracing" ,
3920
3935
" unicode-security" ,
3921
3936
]
@@ -4008,7 +4023,8 @@ dependencies = [
4008
4023
" rustc_apfloat" ,
4009
4024
" rustc_arena" ,
4010
4025
" rustc_ast" ,
4011
- " rustc_attr_parsing" ,
4026
+ " rustc_ast_ir" ,
4027
+ " rustc_attr_data_structures" ,
4012
4028
" rustc_data_structures" ,
4013
4029
" rustc_error_messages" ,
4014
4030
" rustc_errors" ,
@@ -4453,6 +4469,10 @@ version = "0.4.0"
4453
4469
source = " registry+https://github.com/rust-lang/crates.io-index"
4454
4470
checksum = " 3316159ab19e19d1065ecc49278e87f767a9dae9fae80348d2b4d4fa4ae02d4d"
4455
4471
4472
+ [[package ]]
4473
+ name = " rustc_tools_util"
4474
+ version = " 0.4.2"
4475
+
4456
4476
[[package ]]
4457
4477
name = " rustc_trait_selection"
4458
4478
version = " 0.0.0"
@@ -4500,8 +4520,6 @@ dependencies = [
4500
4520
" rustc_abi" ,
4501
4521
" rustc_data_structures" ,
4502
4522
" rustc_hir" ,
4503
- " rustc_infer" ,
4504
- " rustc_macros" ,
4505
4523
" rustc_middle" ,
4506
4524
" rustc_span" ,
4507
4525
" tracing" ,
@@ -4513,6 +4531,7 @@ version = "0.0.0"
4513
4531
dependencies = [
4514
4532
" itertools" ,
4515
4533
" rustc_abi" ,
4534
+ " rustc_attr_parsing" ,
4516
4535
" rustc_data_structures" ,
4517
4536
" rustc_errors" ,
4518
4537
" rustc_fluent_macro" ,
@@ -5160,8 +5179,8 @@ version = "0.1.0"
5160
5179
dependencies = [
5161
5180
" indicatif" ,
5162
5181
" num" ,
5163
- " rand 0.8.5 " ,
5164
- " rand_chacha 0.3.1 " ,
5182
+ " rand 0.9.0 " ,
5183
+ " rand_chacha 0.9.0 " ,
5165
5184
" rayon" ,
5166
5185
]
5167
5186
@@ -5257,6 +5276,7 @@ dependencies = [
5257
5276
" serde" ,
5258
5277
" similar" ,
5259
5278
" termcolor" ,
5279
+ " toml 0.7.8" ,
5260
5280
" walkdir" ,
5261
5281
]
5262
5282
0 commit comments