@@ -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]
@@ -4536,7 +4412,7 @@ dependencies = [
45364412 " rustc_serialize" ,
45374413 " rustc_span" ,
45384414 " rustc_target" ,
4539- " termize 0.2.0 " ,
4415+ " termize" ,
45404416 " tracing" ,
45414417 " windows 0.61.3" ,
45424418]
@@ -5035,12 +4911,6 @@ version = "1.0.1"
50354911source = " registry+https://github.com/rust-lang/crates.io-index"
50364912checksum = " 56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
50374913
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-
50444914[[package ]]
50454915name = " smallvec"
50464916version = " 1.15.1"
@@ -5067,6 +4937,17 @@ dependencies = [
50674937 " color-eyre" ,
50684938]
50694939
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+
50704951[[package ]]
50714952name = " spdx-expression"
50724953version = " 0.5.2"
@@ -5305,16 +5186,6 @@ dependencies = [
53055186 " winapi-util" ,
53065187]
53075188
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-
53185189[[package ]]
53195190name = " termize"
53205191version = " 0.2.0"
@@ -5480,21 +5351,6 @@ version = "0.1.1"
54805351source = " registry+https://github.com/rust-lang/crates.io-index"
54815352checksum = " 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
54825353
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-
54985354[[package ]]
54995355name = " toml"
55005356version = " 0.5.11"
@@ -5726,7 +5582,33 @@ dependencies = [
57265582 " rustfix" ,
57275583 " serde" ,
57285584 " 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" ,
57305612]
57315613
57325614[[package ]]
0 commit comments