@@ -351,12 +351,6 @@ version = "0.6.9"
351
351
source = " registry+https://github.com/rust-lang/crates.io-index"
352
352
checksum = " 175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
353
353
354
- [[package ]]
355
- name = " bytes"
356
- version = " 1.10.1"
357
- source = " registry+https://github.com/rust-lang/crates.io-index"
358
- checksum = " d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
359
-
360
354
[[package ]]
361
355
name = " camino"
362
356
version = " 1.1.10"
@@ -569,22 +563,16 @@ dependencies = [
569
563
" color-print" ,
570
564
" declare_clippy_lint" ,
571
565
" filetime" ,
572
- " futures" ,
573
- " if_chain" ,
574
566
" itertools" ,
575
- " parking_lot" ,
576
567
" pulldown-cmark" ,
577
- " quote" ,
578
568
" regex" ,
579
569
" rustc_tools_util 0.4.2" ,
580
570
" serde" ,
581
571
" serde_json" ,
582
- " syn 2.0.104" ,
583
572
" tempfile" ,
584
- " termize 0.1.1" ,
585
- " tokio" ,
573
+ " termize" ,
586
574
" toml 0.7.8" ,
587
- " ui_test" ,
575
+ " ui_test 0.30.2 " ,
588
576
" walkdir" ,
589
577
]
590
578
@@ -1322,95 +1310,6 @@ dependencies = [
1322
1310
" new_debug_unreachable" ,
1323
1311
]
1324
1312
1325
- [[package ]]
1326
- name = " futures"
1327
- version = " 0.3.31"
1328
- source = " registry+https://github.com/rust-lang/crates.io-index"
1329
- checksum = " 65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
1330
- dependencies = [
1331
- " futures-channel" ,
1332
- " futures-core" ,
1333
- " futures-executor" ,
1334
- " futures-io" ,
1335
- " futures-sink" ,
1336
- " futures-task" ,
1337
- " futures-util" ,
1338
- ]
1339
-
1340
- [[package ]]
1341
- name = " futures-channel"
1342
- version = " 0.3.31"
1343
- source = " registry+https://github.com/rust-lang/crates.io-index"
1344
- checksum = " 2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1345
- dependencies = [
1346
- " futures-core" ,
1347
- " futures-sink" ,
1348
- ]
1349
-
1350
- [[package ]]
1351
- name = " futures-core"
1352
- version = " 0.3.31"
1353
- source = " registry+https://github.com/rust-lang/crates.io-index"
1354
- checksum = " 05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1355
-
1356
- [[package ]]
1357
- name = " futures-executor"
1358
- version = " 0.3.31"
1359
- source = " registry+https://github.com/rust-lang/crates.io-index"
1360
- checksum = " 1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
1361
- dependencies = [
1362
- " futures-core" ,
1363
- " futures-task" ,
1364
- " futures-util" ,
1365
- ]
1366
-
1367
- [[package ]]
1368
- name = " futures-io"
1369
- version = " 0.3.31"
1370
- source = " registry+https://github.com/rust-lang/crates.io-index"
1371
- checksum = " 9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
1372
-
1373
- [[package ]]
1374
- name = " futures-macro"
1375
- version = " 0.3.31"
1376
- source = " registry+https://github.com/rust-lang/crates.io-index"
1377
- checksum = " 162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1378
- dependencies = [
1379
- " proc-macro2" ,
1380
- " quote" ,
1381
- " syn 2.0.104" ,
1382
- ]
1383
-
1384
- [[package ]]
1385
- name = " futures-sink"
1386
- version = " 0.3.31"
1387
- source = " registry+https://github.com/rust-lang/crates.io-index"
1388
- checksum = " e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1389
-
1390
- [[package ]]
1391
- name = " futures-task"
1392
- version = " 0.3.31"
1393
- source = " registry+https://github.com/rust-lang/crates.io-index"
1394
- checksum = " f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1395
-
1396
- [[package ]]
1397
- name = " futures-util"
1398
- version = " 0.3.31"
1399
- source = " registry+https://github.com/rust-lang/crates.io-index"
1400
- checksum = " 9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1401
- dependencies = [
1402
- " futures-channel" ,
1403
- " futures-core" ,
1404
- " futures-io" ,
1405
- " futures-macro" ,
1406
- " futures-sink" ,
1407
- " futures-task" ,
1408
- " memchr" ,
1409
- " pin-project-lite" ,
1410
- " pin-utils" ,
1411
- " slab" ,
1412
- ]
1413
-
1414
1313
[[package ]]
1415
1314
name = " generate-copyright"
1416
1315
version = " 0.1.0"
@@ -1848,12 +1747,6 @@ dependencies = [
1848
1747
" icu_properties" ,
1849
1748
]
1850
1749
1851
- [[package ]]
1852
- name = " if_chain"
1853
- version = " 1.0.2"
1854
- source = " registry+https://github.com/rust-lang/crates.io-index"
1855
- checksum = " cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
1856
-
1857
1750
[[package ]]
1858
1751
name = " ignore"
1859
1752
version = " 0.4.23"
@@ -1947,17 +1840,6 @@ dependencies = [
1947
1840
" unic-langid" ,
1948
1841
]
1949
1842
1950
- [[package ]]
1951
- name = " io-uring"
1952
- version = " 0.7.8"
1953
- source = " registry+https://github.com/rust-lang/crates.io-index"
1954
- checksum = " b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013"
1955
- dependencies = [
1956
- " bitflags" ,
1957
- " cfg-if" ,
1958
- " libc" ,
1959
- ]
1960
-
1961
1843
[[package ]]
1962
1844
name = " ipc-channel"
1963
1845
version = " 0.19.0"
@@ -2409,7 +2291,7 @@ dependencies = [
2409
2291
" smallvec" ,
2410
2292
" tempfile" ,
2411
2293
" tikv-jemalloc-sys" ,
2412
- " ui_test" ,
2294
+ " ui_test 0.29.2 " ,
2413
2295
]
2414
2296
2415
2297
[[package ]]
@@ -2868,12 +2750,6 @@ version = "0.2.16"
2868
2750
source = " registry+https://github.com/rust-lang/crates.io-index"
2869
2751
checksum = " 3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2870
2752
2871
- [[package ]]
2872
- name = " pin-utils"
2873
- version = " 0.1.0"
2874
- source = " registry+https://github.com/rust-lang/crates.io-index"
2875
- checksum = " 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2876
-
2877
2753
[[package ]]
2878
2754
name = " pkg-config"
2879
2755
version = " 0.3.32"
@@ -3773,7 +3649,7 @@ dependencies = [
3773
3649
" serde" ,
3774
3650
" serde_json" ,
3775
3651
" termcolor" ,
3776
- " termize 0.2.0 " ,
3652
+ " termize" ,
3777
3653
" tracing" ,
3778
3654
" windows 0.61.3" ,
3779
3655
]
@@ -4536,7 +4412,7 @@ dependencies = [
4536
4412
" rustc_serialize" ,
4537
4413
" rustc_span" ,
4538
4414
" rustc_target" ,
4539
- " termize 0.2.0 " ,
4415
+ " termize" ,
4540
4416
" tracing" ,
4541
4417
" windows 0.61.3" ,
4542
4418
]
@@ -5035,12 +4911,6 @@ version = "1.0.1"
5035
4911
source = " registry+https://github.com/rust-lang/crates.io-index"
5036
4912
checksum = " 56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
5037
4913
5038
- [[package ]]
5039
- name = " slab"
5040
- version = " 0.4.10"
5041
- source = " registry+https://github.com/rust-lang/crates.io-index"
5042
- checksum = " 04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
5043
-
5044
4914
[[package ]]
5045
4915
name = " smallvec"
5046
4916
version = " 1.15.1"
@@ -5067,6 +4937,17 @@ dependencies = [
5067
4937
" color-eyre" ,
5068
4938
]
5069
4939
4940
+ [[package ]]
4941
+ name = " spanned"
4942
+ version = " 0.4.1"
4943
+ source = " registry+https://github.com/rust-lang/crates.io-index"
4944
+ checksum = " c92d4b0c055fde758f086eb4a6e73410247df8a3837fd606d2caeeaf72aa566d"
4945
+ dependencies = [
4946
+ " anyhow" ,
4947
+ " bstr" ,
4948
+ " color-eyre" ,
4949
+ ]
4950
+
5070
4951
[[package ]]
5071
4952
name = " spdx-expression"
5072
4953
version = " 0.5.2"
@@ -5305,16 +5186,6 @@ dependencies = [
5305
5186
" winapi-util" ,
5306
5187
]
5307
5188
5308
- [[package ]]
5309
- name = " termize"
5310
- version = " 0.1.1"
5311
- source = " registry+https://github.com/rust-lang/crates.io-index"
5312
- checksum = " 1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
5313
- dependencies = [
5314
- " libc" ,
5315
- " winapi" ,
5316
- ]
5317
-
5318
5189
[[package ]]
5319
5190
name = " termize"
5320
5191
version = " 0.2.0"
@@ -5480,21 +5351,6 @@ version = "0.1.1"
5480
5351
source = " registry+https://github.com/rust-lang/crates.io-index"
5481
5352
checksum = " 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
5482
5353
5483
- [[package ]]
5484
- name = " tokio"
5485
- version = " 1.46.1"
5486
- source = " registry+https://github.com/rust-lang/crates.io-index"
5487
- checksum = " 0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
5488
- dependencies = [
5489
- " backtrace" ,
5490
- " bytes" ,
5491
- " io-uring" ,
5492
- " libc" ,
5493
- " mio" ,
5494
- " pin-project-lite" ,
5495
- " slab" ,
5496
- ]
5497
-
5498
5354
[[package ]]
5499
5355
name = " toml"
5500
5356
version = " 0.5.11"
@@ -5726,7 +5582,33 @@ dependencies = [
5726
5582
" rustfix" ,
5727
5583
" serde" ,
5728
5584
" serde_json" ,
5729
- " spanned" ,
5585
+ " spanned 0.3.0" ,
5586
+ ]
5587
+
5588
+ [[package ]]
5589
+ name = " ui_test"
5590
+ version = " 0.30.2"
5591
+ source = " registry+https://github.com/rust-lang/crates.io-index"
5592
+ checksum = " b56a6897cc4bb6f8daf1939b0b39cd9645856997f46f4d0b3e3cb7122dfe9251"
5593
+ dependencies = [
5594
+ " annotate-snippets 0.11.5" ,
5595
+ " anyhow" ,
5596
+ " bstr" ,
5597
+ " cargo-platform" ,
5598
+ " cargo_metadata 0.18.1" ,
5599
+ " color-eyre" ,
5600
+ " colored" ,
5601
+ " comma" ,
5602
+ " crossbeam-channel" ,
5603
+ " indicatif" ,
5604
+ " levenshtein" ,
5605
+ " prettydiff" ,
5606
+ " regex" ,
5607
+ " rustc_version" ,
5608
+ " rustfix" ,
5609
+ " serde" ,
5610
+ " serde_json" ,
5611
+ " spanned 0.4.1" ,
5730
5612
]
5731
5613
5732
5614
[[package ]]
0 commit comments