@@ -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"
@@ -636,21 +630,6 @@ dependencies = [
636630 " rustc-semver" ,
637631]
638632
639- [[package ]]
640- name = " clippy_test_deps"
641- version = " 0.1.0"
642- dependencies = [
643- " futures" ,
644- " if_chain" ,
645- " itertools" ,
646- " parking_lot" ,
647- " quote" ,
648- " regex" ,
649- " serde" ,
650- " syn 2.0.104" ,
651- " tokio" ,
652- ]
653-
654633[[package ]]
655634name = " clippy_utils"
656635version = " 0.1.90"
@@ -1331,95 +1310,6 @@ dependencies = [
13311310 " new_debug_unreachable" ,
13321311]
13331312
1334- [[package ]]
1335- name = " futures"
1336- version = " 0.3.31"
1337- source = " registry+https://github.com/rust-lang/crates.io-index"
1338- checksum = " 65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
1339- dependencies = [
1340- " futures-channel" ,
1341- " futures-core" ,
1342- " futures-executor" ,
1343- " futures-io" ,
1344- " futures-sink" ,
1345- " futures-task" ,
1346- " futures-util" ,
1347- ]
1348-
1349- [[package ]]
1350- name = " futures-channel"
1351- version = " 0.3.31"
1352- source = " registry+https://github.com/rust-lang/crates.io-index"
1353- checksum = " 2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1354- dependencies = [
1355- " futures-core" ,
1356- " futures-sink" ,
1357- ]
1358-
1359- [[package ]]
1360- name = " futures-core"
1361- version = " 0.3.31"
1362- source = " registry+https://github.com/rust-lang/crates.io-index"
1363- checksum = " 05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1364-
1365- [[package ]]
1366- name = " futures-executor"
1367- version = " 0.3.31"
1368- source = " registry+https://github.com/rust-lang/crates.io-index"
1369- checksum = " 1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
1370- dependencies = [
1371- " futures-core" ,
1372- " futures-task" ,
1373- " futures-util" ,
1374- ]
1375-
1376- [[package ]]
1377- name = " futures-io"
1378- version = " 0.3.31"
1379- source = " registry+https://github.com/rust-lang/crates.io-index"
1380- checksum = " 9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
1381-
1382- [[package ]]
1383- name = " futures-macro"
1384- version = " 0.3.31"
1385- source = " registry+https://github.com/rust-lang/crates.io-index"
1386- checksum = " 162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1387- dependencies = [
1388- " proc-macro2" ,
1389- " quote" ,
1390- " syn 2.0.104" ,
1391- ]
1392-
1393- [[package ]]
1394- name = " futures-sink"
1395- version = " 0.3.31"
1396- source = " registry+https://github.com/rust-lang/crates.io-index"
1397- checksum = " e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1398-
1399- [[package ]]
1400- name = " futures-task"
1401- version = " 0.3.31"
1402- source = " registry+https://github.com/rust-lang/crates.io-index"
1403- checksum = " f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1404-
1405- [[package ]]
1406- name = " futures-util"
1407- version = " 0.3.31"
1408- source = " registry+https://github.com/rust-lang/crates.io-index"
1409- checksum = " 9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1410- dependencies = [
1411- " futures-channel" ,
1412- " futures-core" ,
1413- " futures-io" ,
1414- " futures-macro" ,
1415- " futures-sink" ,
1416- " futures-task" ,
1417- " memchr" ,
1418- " pin-project-lite" ,
1419- " pin-utils" ,
1420- " slab" ,
1421- ]
1422-
14231313[[package ]]
14241314name = " generate-copyright"
14251315version = " 0.1.0"
@@ -1857,12 +1747,6 @@ dependencies = [
18571747 " icu_properties" ,
18581748]
18591749
1860- [[package ]]
1861- name = " if_chain"
1862- version = " 1.0.2"
1863- source = " registry+https://github.com/rust-lang/crates.io-index"
1864- checksum = " cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
1865-
18661750[[package ]]
18671751name = " ignore"
18681752version = " 0.4.23"
@@ -1956,17 +1840,6 @@ dependencies = [
19561840 " unic-langid" ,
19571841]
19581842
1959- [[package ]]
1960- name = " io-uring"
1961- version = " 0.7.8"
1962- source = " registry+https://github.com/rust-lang/crates.io-index"
1963- checksum = " b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013"
1964- dependencies = [
1965- " bitflags" ,
1966- " cfg-if" ,
1967- " libc" ,
1968- ]
1969-
19701843[[package ]]
19711844name = " ipc-channel"
19721845version = " 0.19.0"
@@ -2877,12 +2750,6 @@ version = "0.2.16"
28772750source = " registry+https://github.com/rust-lang/crates.io-index"
28782751checksum = " 3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
28792752
2880- [[package ]]
2881- name = " pin-utils"
2882- version = " 0.1.0"
2883- source = " registry+https://github.com/rust-lang/crates.io-index"
2884- checksum = " 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2885-
28862753[[package ]]
28872754name = " pkg-config"
28882755version = " 0.3.32"
@@ -5044,12 +4911,6 @@ version = "1.0.1"
50444911source = " registry+https://github.com/rust-lang/crates.io-index"
50454912checksum = " 56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
50464913
5047- [[package ]]
5048- name = " slab"
5049- version = " 0.4.10"
5050- source = " registry+https://github.com/rust-lang/crates.io-index"
5051- checksum = " 04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
5052-
50534914[[package ]]
50544915name = " smallvec"
50554916version = " 1.15.1"
@@ -5490,21 +5351,6 @@ version = "0.1.1"
54905351source = " registry+https://github.com/rust-lang/crates.io-index"
54915352checksum = " 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
54925353
5493- [[package ]]
5494- name = " tokio"
5495- version = " 1.46.1"
5496- source = " registry+https://github.com/rust-lang/crates.io-index"
5497- checksum = " 0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
5498- dependencies = [
5499- " backtrace" ,
5500- " bytes" ,
5501- " io-uring" ,
5502- " libc" ,
5503- " mio" ,
5504- " pin-project-lite" ,
5505- " slab" ,
5506- ]
5507-
55085354[[package ]]
55095355name = " toml"
55105356version = " 0.5.11"
0 commit comments