@@ -279,35 +279,6 @@ dependencies = [
279
279
" chalk-derive" ,
280
280
]
281
281
282
- [[package ]]
283
- name = " chalk-recursive"
284
- version = " 0.104.0"
285
- source = " registry+https://github.com/rust-lang/crates.io-index"
286
- checksum = " 882959c242558cc686de7ff0aa59860295598d119e84a4b100215f44c3d606c4"
287
- dependencies = [
288
- " chalk-derive" ,
289
- " chalk-ir" ,
290
- " chalk-solve" ,
291
- " rustc-hash 1.1.0" ,
292
- " tracing" ,
293
- ]
294
-
295
- [[package ]]
296
- name = " chalk-solve"
297
- version = " 0.104.0"
298
- source = " registry+https://github.com/rust-lang/crates.io-index"
299
- checksum = " 72860086494ccfa05bbd3779a74babb8ace27da9a0cbabffa1315223c7290927"
300
- dependencies = [
301
- " chalk-derive" ,
302
- " chalk-ir" ,
303
- " ena" ,
304
- " indexmap" ,
305
- " itertools 0.12.1" ,
306
- " petgraph" ,
307
- " rustc-hash 1.1.0" ,
308
- " tracing" ,
309
- ]
310
-
311
282
[[package ]]
312
283
name = " clap"
313
284
version = " 4.5.42"
@@ -574,12 +545,6 @@ dependencies = [
574
545
" windows-sys 0.59.0" ,
575
546
]
576
547
577
- [[package ]]
578
- name = " fixedbitset"
579
- version = " 0.4.2"
580
- source = " registry+https://github.com/rust-lang/crates.io-index"
581
- checksum = " 0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
582
-
583
548
[[package ]]
584
549
name = " flate2"
585
550
version = " 1.1.2"
@@ -706,7 +671,7 @@ dependencies = [
706
671
" hir-ty" ,
707
672
" indexmap" ,
708
673
" intern" ,
709
- " itertools 0.14.0 " ,
674
+ " itertools" ,
710
675
" ra-ap-rustc_type_ir" ,
711
676
" rustc-hash 2.1.1" ,
712
677
" smallvec" ,
@@ -739,7 +704,7 @@ dependencies = [
739
704
" hir-expand" ,
740
705
" indexmap" ,
741
706
" intern" ,
742
- " itertools 0.14.0 " ,
707
+ " itertools" ,
743
708
" la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
744
709
" mbe" ,
745
710
" query-group-macro" ,
@@ -773,7 +738,7 @@ dependencies = [
773
738
" either" ,
774
739
" expect-test" ,
775
740
" intern" ,
776
- " itertools 0.14.0 " ,
741
+ " itertools" ,
777
742
" mbe" ,
778
743
" parser" ,
779
744
" query-group-macro" ,
@@ -799,8 +764,6 @@ dependencies = [
799
764
" bitflags 2.9.1" ,
800
765
" chalk-derive" ,
801
766
" chalk-ir" ,
802
- " chalk-recursive" ,
803
- " chalk-solve" ,
804
767
" cov-mark" ,
805
768
" either" ,
806
769
" ena" ,
@@ -809,7 +772,7 @@ dependencies = [
809
772
" hir-expand" ,
810
773
" indexmap" ,
811
774
" intern" ,
812
- " itertools 0.14.0 " ,
775
+ " itertools" ,
813
776
" la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
814
777
" oorandom" ,
815
778
" project-model" ,
@@ -949,7 +912,7 @@ dependencies = [
949
912
" ide-db" ,
950
913
" ide-diagnostics" ,
951
914
" ide-ssr" ,
952
- " itertools 0.14.0 " ,
915
+ " itertools" ,
953
916
" nohash-hasher" ,
954
917
" oorandom" ,
955
918
" profile" ,
@@ -977,7 +940,7 @@ dependencies = [
977
940
" expect-test" ,
978
941
" hir" ,
979
942
" ide-db" ,
980
- " itertools 0.14.0 " ,
943
+ " itertools" ,
981
944
" smallvec" ,
982
945
" stdx" ,
983
946
" syntax" ,
@@ -995,7 +958,7 @@ dependencies = [
995
958
" expect-test" ,
996
959
" hir" ,
997
960
" ide-db" ,
998
- " itertools 0.14.0 " ,
961
+ " itertools" ,
999
962
" smallvec" ,
1000
963
" stdx" ,
1001
964
" syntax" ,
@@ -1018,7 +981,7 @@ dependencies = [
1018
981
" fst" ,
1019
982
" hir" ,
1020
983
" indexmap" ,
1021
- " itertools 0.14.0 " ,
984
+ " itertools" ,
1022
985
" line-index 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1023
986
" memchr" ,
1024
987
" nohash-hasher" ,
@@ -1049,7 +1012,7 @@ dependencies = [
1049
1012
" expect-test" ,
1050
1013
" hir" ,
1051
1014
" ide-db" ,
1052
- " itertools 0.14.0 " ,
1015
+ " itertools" ,
1053
1016
" paths" ,
1054
1017
" serde_json" ,
1055
1018
" stdx" ,
@@ -1067,7 +1030,7 @@ dependencies = [
1067
1030
" expect-test" ,
1068
1031
" hir" ,
1069
1032
" ide-db" ,
1070
- " itertools 0.14.0 " ,
1033
+ " itertools" ,
1071
1034
" parser" ,
1072
1035
" syntax" ,
1073
1036
" test-fixture" ,
@@ -1146,15 +1109,6 @@ dependencies = [
1146
1109
" memoffset" ,
1147
1110
]
1148
1111
1149
- [[package ]]
1150
- name = " itertools"
1151
- version = " 0.12.1"
1152
- source = " registry+https://github.com/rust-lang/crates.io-index"
1153
- checksum = " ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
1154
- dependencies = [
1155
- " either" ,
1156
- ]
1157
-
1158
1112
[[package ]]
1159
1113
name = " itertools"
1160
1114
version = " 0.14.0"
@@ -1283,7 +1237,7 @@ dependencies = [
1283
1237
" hir-expand" ,
1284
1238
" ide-db" ,
1285
1239
" intern" ,
1286
- " itertools 0.14.0 " ,
1240
+ " itertools" ,
1287
1241
" proc-macro-api" ,
1288
1242
" project-model" ,
1289
1243
" span" ,
@@ -1640,16 +1594,6 @@ dependencies = [
1640
1594
" libc" ,
1641
1595
]
1642
1596
1643
- [[package ]]
1644
- name = " petgraph"
1645
- version = " 0.6.5"
1646
- source = " registry+https://github.com/rust-lang/crates.io-index"
1647
- checksum = " b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
1648
- dependencies = [
1649
- " fixedbitset" ,
1650
- " indexmap" ,
1651
- ]
1652
-
1653
1597
[[package ]]
1654
1598
name = " pin-project-lite"
1655
1599
version = " 0.2.16"
@@ -1784,7 +1728,7 @@ dependencies = [
1784
1728
" cfg" ,
1785
1729
" expect-test" ,
1786
1730
" intern" ,
1787
- " itertools 0.14.0 " ,
1731
+ " itertools" ,
1788
1732
" la-arena 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
1789
1733
" paths" ,
1790
1734
" rustc-hash 2.1.1" ,
@@ -2062,7 +2006,7 @@ dependencies = [
2062
2006
" ide-ssr" ,
2063
2007
" indexmap" ,
2064
2008
" intern" ,
2065
- " itertools 0.14.0 " ,
2009
+ " itertools" ,
2066
2010
" load-cargo" ,
2067
2011
" lsp-server 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)" ,
2068
2012
" lsp-types" ,
@@ -2400,7 +2344,7 @@ dependencies = [
2400
2344
" backtrace" ,
2401
2345
" crossbeam-channel" ,
2402
2346
" crossbeam-utils" ,
2403
- " itertools 0.14.0 " ,
2347
+ " itertools" ,
2404
2348
" jod-thread" ,
2405
2349
" libc" ,
2406
2350
" miow" ,
@@ -2436,7 +2380,7 @@ version = "0.0.0"
2436
2380
dependencies = [
2437
2381
" either" ,
2438
2382
" expect-test" ,
2439
- " itertools 0.14.0 " ,
2383
+ " itertools" ,
2440
2384
" parser" ,
2441
2385
" rayon" ,
2442
2386
" rowan" ,
@@ -3285,7 +3229,7 @@ dependencies = [
3285
3229
" edition" ,
3286
3230
" either" ,
3287
3231
" flate2" ,
3288
- " itertools 0.14.0 " ,
3232
+ " itertools" ,
3289
3233
" proc-macro2" ,
3290
3234
" quote" ,
3291
3235
" stdx" ,
0 commit comments