@@ -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"
@@ -3774,7 +3650,7 @@ dependencies = [
3774
3650
" serde" ,
3775
3651
" serde_json" ,
3776
3652
" termcolor" ,
3777
- " termize 0.2.0 " ,
3653
+ " termize" ,
3778
3654
" tracing" ,
3779
3655
" windows 0.61.3" ,
3780
3656
]
@@ -4568,7 +4444,7 @@ dependencies = [
4568
4444
" rustc_serialize" ,
4569
4445
" rustc_span" ,
4570
4446
" rustc_target" ,
4571
- " termize 0.2.0 " ,
4447
+ " termize" ,
4572
4448
" tracing" ,
4573
4449
" windows 0.61.3" ,
4574
4450
]
@@ -5053,12 +4929,6 @@ version = "1.0.1"
5053
4929
source = " registry+https://github.com/rust-lang/crates.io-index"
5054
4930
checksum = " 56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
5055
4931
5056
- [[package ]]
5057
- name = " slab"
5058
- version = " 0.4.10"
5059
- source = " registry+https://github.com/rust-lang/crates.io-index"
5060
- checksum = " 04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
5061
-
5062
4932
[[package ]]
5063
4933
name = " smallvec"
5064
4934
version = " 1.15.1"
@@ -5085,6 +4955,17 @@ dependencies = [
5085
4955
" color-eyre" ,
5086
4956
]
5087
4957
4958
+ [[package ]]
4959
+ name = " spanned"
4960
+ version = " 0.4.1"
4961
+ source = " registry+https://github.com/rust-lang/crates.io-index"
4962
+ checksum = " c92d4b0c055fde758f086eb4a6e73410247df8a3837fd606d2caeeaf72aa566d"
4963
+ dependencies = [
4964
+ " anyhow" ,
4965
+ " bstr" ,
4966
+ " color-eyre" ,
4967
+ ]
4968
+
5088
4969
[[package ]]
5089
4970
name = " spdx-expression"
5090
4971
version = " 0.5.2"
@@ -5307,16 +5188,6 @@ dependencies = [
5307
5188
" winapi-util" ,
5308
5189
]
5309
5190
5310
- [[package ]]
5311
- name = " termize"
5312
- version = " 0.1.1"
5313
- source = " registry+https://github.com/rust-lang/crates.io-index"
5314
- checksum = " 1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
5315
- dependencies = [
5316
- " libc" ,
5317
- " winapi" ,
5318
- ]
5319
-
5320
5191
[[package ]]
5321
5192
name = " termize"
5322
5193
version = " 0.2.0"
@@ -5482,21 +5353,6 @@ version = "0.1.1"
5482
5353
source = " registry+https://github.com/rust-lang/crates.io-index"
5483
5354
checksum = " 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
5484
5355
5485
- [[package ]]
5486
- name = " tokio"
5487
- version = " 1.46.1"
5488
- source = " registry+https://github.com/rust-lang/crates.io-index"
5489
- checksum = " 0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
5490
- dependencies = [
5491
- " backtrace" ,
5492
- " bytes" ,
5493
- " io-uring" ,
5494
- " libc" ,
5495
- " mio" ,
5496
- " pin-project-lite" ,
5497
- " slab" ,
5498
- ]
5499
-
5500
5356
[[package ]]
5501
5357
name = " toml"
5502
5358
version = " 0.5.11"
@@ -5728,7 +5584,33 @@ dependencies = [
5728
5584
" rustfix" ,
5729
5585
" serde" ,
5730
5586
" serde_json" ,
5731
- " spanned" ,
5587
+ " spanned 0.3.0" ,
5588
+ ]
5589
+
5590
+ [[package ]]
5591
+ name = " ui_test"
5592
+ version = " 0.30.2"
5593
+ source = " registry+https://github.com/rust-lang/crates.io-index"
5594
+ checksum = " b56a6897cc4bb6f8daf1939b0b39cd9645856997f46f4d0b3e3cb7122dfe9251"
5595
+ dependencies = [
5596
+ " annotate-snippets 0.11.5" ,
5597
+ " anyhow" ,
5598
+ " bstr" ,
5599
+ " cargo-platform" ,
5600
+ " cargo_metadata 0.18.1" ,
5601
+ " color-eyre" ,
5602
+ " colored" ,
5603
+ " comma" ,
5604
+ " crossbeam-channel" ,
5605
+ " indicatif" ,
5606
+ " levenshtein" ,
5607
+ " prettydiff" ,
5608
+ " regex" ,
5609
+ " rustc_version" ,
5610
+ " rustfix" ,
5611
+ " serde" ,
5612
+ " serde_json" ,
5613
+ " spanned 0.4.1" ,
5732
5614
]
5733
5615
5734
5616
[[package ]]
0 commit comments