@@ -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"
@@ -636,21 +630,6 @@ dependencies = [
636
630
" rustc-semver" ,
637
631
]
638
632
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
-
654
633
[[package ]]
655
634
name = " clippy_utils"
656
635
version = " 0.1.90"
@@ -1331,95 +1310,6 @@ dependencies = [
1331
1310
" new_debug_unreachable" ,
1332
1311
]
1333
1312
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
-
1423
1313
[[package ]]
1424
1314
name = " generate-copyright"
1425
1315
version = " 0.1.0"
@@ -1857,12 +1747,6 @@ dependencies = [
1857
1747
" icu_properties" ,
1858
1748
]
1859
1749
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
-
1866
1750
[[package ]]
1867
1751
name = " ignore"
1868
1752
version = " 0.4.23"
@@ -1956,17 +1840,6 @@ dependencies = [
1956
1840
" unic-langid" ,
1957
1841
]
1958
1842
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
-
1970
1843
[[package ]]
1971
1844
name = " ipc-channel"
1972
1845
version = " 0.19.0"
@@ -2877,12 +2750,6 @@ version = "0.2.16"
2877
2750
source = " registry+https://github.com/rust-lang/crates.io-index"
2878
2751
checksum = " 3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2879
2752
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
-
2886
2753
[[package ]]
2887
2754
name = " pkg-config"
2888
2755
version = " 0.3.32"
@@ -5044,12 +4911,6 @@ version = "1.0.1"
5044
4911
source = " registry+https://github.com/rust-lang/crates.io-index"
5045
4912
checksum = " 56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
5046
4913
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
-
5053
4914
[[package ]]
5054
4915
name = " smallvec"
5055
4916
version = " 1.15.1"
@@ -5490,21 +5351,6 @@ version = "0.1.1"
5490
5351
source = " registry+https://github.com/rust-lang/crates.io-index"
5491
5352
checksum = " 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
5492
5353
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
-
5508
5354
[[package ]]
5509
5355
name = " toml"
5510
5356
version = " 0.5.11"
0 commit comments