@@ -351,12 +351,6 @@ version = "0.6.9"
351351source = " registry+https://github.com/rust-lang/crates.io-index"
352352checksum = " 175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
353353
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-
360354[[package ]]
361355name = " camino"
362356version = " 1.1.10"
@@ -569,22 +563,16 @@ dependencies = [
569563 " color-print" ,
570564 " declare_clippy_lint" ,
571565 " filetime" ,
572- " futures" ,
573- " if_chain" ,
574566 " itertools" ,
575- " parking_lot" ,
576567 " pulldown-cmark" ,
577- " quote" ,
578568 " regex" ,
579569 " rustc_tools_util 0.4.2" ,
580570 " serde" ,
581571 " serde_json" ,
582- " syn 2.0.104" ,
583572 " tempfile" ,
584- " termize 0.1.1" ,
585- " tokio" ,
573+ " termize" ,
586574 " toml 0.7.8" ,
587- " ui_test" ,
575+ " ui_test 0.30.2 " ,
588576 " walkdir" ,
589577]
590578
@@ -1322,95 +1310,6 @@ dependencies = [
13221310 " new_debug_unreachable" ,
13231311]
13241312
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-
14141313[[package ]]
14151314name = " generate-copyright"
14161315version = " 0.1.0"
@@ -1848,12 +1747,6 @@ dependencies = [
18481747 " icu_properties" ,
18491748]
18501749
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-
18571750[[package ]]
18581751name = " ignore"
18591752version = " 0.4.23"
@@ -1947,17 +1840,6 @@ dependencies = [
19471840 " unic-langid" ,
19481841]
19491842
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-
19611843[[package ]]
19621844name = " ipc-channel"
19631845version = " 0.19.0"
@@ -2409,7 +2291,7 @@ dependencies = [
24092291 " smallvec" ,
24102292 " tempfile" ,
24112293 " tikv-jemalloc-sys" ,
2412- " ui_test" ,
2294+ " ui_test 0.29.2 " ,
24132295]
24142296
24152297[[package ]]
@@ -2868,12 +2750,6 @@ version = "0.2.16"
28682750source = " registry+https://github.com/rust-lang/crates.io-index"
28692751checksum = " 3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
28702752
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-
28772753[[package ]]
28782754name = " pkg-config"
28792755version = " 0.3.32"
@@ -3773,7 +3649,7 @@ dependencies = [
37733649 " serde" ,
37743650 " serde_json" ,
37753651 " termcolor" ,
3776- " termize 0.2.0 " ,
3652+ " termize" ,
37773653 " tracing" ,
37783654 " windows 0.61.3" ,
37793655]
@@ -4567,7 +4443,7 @@ dependencies = [
45674443 " rustc_serialize" ,
45684444 " rustc_span" ,
45694445 " rustc_target" ,
4570- " termize 0.2.0 " ,
4446+ " termize" ,
45714447 " tracing" ,
45724448 " windows 0.61.3" ,
45734449]
@@ -5052,12 +4928,6 @@ version = "1.0.1"
50524928source = " registry+https://github.com/rust-lang/crates.io-index"
50534929checksum = " 56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
50544930
5055- [[package ]]
5056- name = " slab"
5057- version = " 0.4.10"
5058- source = " registry+https://github.com/rust-lang/crates.io-index"
5059- checksum = " 04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
5060-
50614931[[package ]]
50624932name = " smallvec"
50634933version = " 1.15.1"
@@ -5084,6 +4954,17 @@ dependencies = [
50844954 " color-eyre" ,
50854955]
50864956
4957+ [[package ]]
4958+ name = " spanned"
4959+ version = " 0.4.1"
4960+ source = " registry+https://github.com/rust-lang/crates.io-index"
4961+ checksum = " c92d4b0c055fde758f086eb4a6e73410247df8a3837fd606d2caeeaf72aa566d"
4962+ dependencies = [
4963+ " anyhow" ,
4964+ " bstr" ,
4965+ " color-eyre" ,
4966+ ]
4967+
50874968[[package ]]
50884969name = " spdx-expression"
50894970version = " 0.5.2"
@@ -5306,16 +5187,6 @@ dependencies = [
53065187 " winapi-util" ,
53075188]
53085189
5309- [[package ]]
5310- name = " termize"
5311- version = " 0.1.1"
5312- source = " registry+https://github.com/rust-lang/crates.io-index"
5313- checksum = " 1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295"
5314- dependencies = [
5315- " libc" ,
5316- " winapi" ,
5317- ]
5318-
53195190[[package ]]
53205191name = " termize"
53215192version = " 0.2.0"
@@ -5481,21 +5352,6 @@ version = "0.1.1"
54815352source = " registry+https://github.com/rust-lang/crates.io-index"
54825353checksum = " 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
54835354
5484- [[package ]]
5485- name = " tokio"
5486- version = " 1.46.1"
5487- source = " registry+https://github.com/rust-lang/crates.io-index"
5488- checksum = " 0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
5489- dependencies = [
5490- " backtrace" ,
5491- " bytes" ,
5492- " io-uring" ,
5493- " libc" ,
5494- " mio" ,
5495- " pin-project-lite" ,
5496- " slab" ,
5497- ]
5498-
54995355[[package ]]
55005356name = " toml"
55015357version = " 0.5.11"
@@ -5727,7 +5583,33 @@ dependencies = [
57275583 " rustfix" ,
57285584 " serde" ,
57295585 " serde_json" ,
5730- " spanned" ,
5586+ " spanned 0.3.0" ,
5587+ ]
5588+
5589+ [[package ]]
5590+ name = " ui_test"
5591+ version = " 0.30.2"
5592+ source = " registry+https://github.com/rust-lang/crates.io-index"
5593+ checksum = " b56a6897cc4bb6f8daf1939b0b39cd9645856997f46f4d0b3e3cb7122dfe9251"
5594+ dependencies = [
5595+ " annotate-snippets 0.11.5" ,
5596+ " anyhow" ,
5597+ " bstr" ,
5598+ " cargo-platform" ,
5599+ " cargo_metadata 0.18.1" ,
5600+ " color-eyre" ,
5601+ " colored" ,
5602+ " comma" ,
5603+ " crossbeam-channel" ,
5604+ " indicatif" ,
5605+ " levenshtein" ,
5606+ " prettydiff" ,
5607+ " regex" ,
5608+ " rustc_version" ,
5609+ " rustfix" ,
5610+ " serde" ,
5611+ " serde_json" ,
5612+ " spanned 0.4.1" ,
57315613]
57325614
57335615[[package ]]
0 commit comments