chore: bumped deps 9d3178d3
Steve Simkins · 2026-08-08 23:20 2 file(s) · +924 −95
Cargo.lock +922 −93
74 74
checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"
75 75
76 76
[[package]]
77 +
name = "approx"
78 +
version = "0.5.1"
79 +
source = "registry+https://github.com/rust-lang/crates.io-index"
80 +
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
81 +
dependencies = [
82 +
 "num-traits",
83 +
]
84 +
85 +
[[package]]
77 86
name = "assert-json-diff"
78 87
version = "2.0.2"
79 88
source = "registry+https://github.com/rust-lang/crates.io-index"
84 93
]
85 94
86 95
[[package]]
96 +
name = "atomic"
97 +
version = "0.6.1"
98 +
source = "registry+https://github.com/rust-lang/crates.io-index"
99 +
checksum = "a89cbf775b137e9b968e67227ef7f775587cde3fd31b0d8599dbd0f598a48340"
100 +
dependencies = [
101 +
 "bytemuck",
102 +
]
103 +
104 +
[[package]]
87 105
name = "atomic-waker"
88 106
version = "1.1.2"
89 107
source = "registry+https://github.com/rust-lang/crates.io-index"
90 108
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
109 +
110 +
[[package]]
111 +
name = "autocfg"
112 +
version = "1.5.1"
113 +
source = "registry+https://github.com/rust-lang/crates.io-index"
114 +
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
91 115
92 116
[[package]]
93 117
name = "aws-lc-rs"
119 143
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
120 144
121 145
[[package]]
146 +
name = "bit-set"
147 +
version = "0.5.3"
148 +
source = "registry+https://github.com/rust-lang/crates.io-index"
149 +
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
150 +
dependencies = [
151 +
 "bit-vec",
152 +
]
153 +
154 +
[[package]]
155 +
name = "bit-vec"
156 +
version = "0.6.3"
157 +
source = "registry+https://github.com/rust-lang/crates.io-index"
158 +
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
159 +
160 +
[[package]]
161 +
name = "bitflags"
162 +
version = "1.3.2"
163 +
source = "registry+https://github.com/rust-lang/crates.io-index"
164 +
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
165 +
166 +
[[package]]
122 167
name = "bitflags"
123 168
version = "2.13.1"
124 169
source = "registry+https://github.com/rust-lang/crates.io-index"
125 170
checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
126 171
127 172
[[package]]
173 +
name = "block-buffer"
174 +
version = "0.10.4"
175 +
source = "registry+https://github.com/rust-lang/crates.io-index"
176 +
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
177 +
dependencies = [
178 +
 "generic-array",
179 +
]
180 +
181 +
[[package]]
128 182
name = "bumpalo"
129 183
version = "3.20.3"
130 184
source = "registry+https://github.com/rust-lang/crates.io-index"
131 185
checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
132 186
133 187
[[package]]
188 +
name = "by_address"
189 +
version = "1.2.1"
190 +
source = "registry+https://github.com/rust-lang/crates.io-index"
191 +
checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
192 +
193 +
[[package]]
194 +
name = "bytemuck"
195 +
version = "1.25.2"
196 +
source = "registry+https://github.com/rust-lang/crates.io-index"
197 +
checksum = "95832e849adfb21180ccb6826a99da14e5d266ae5c2e668e1602cf234f153797"
198 +
199 +
[[package]]
134 200
name = "bytes"
135 201
version = "1.12.1"
136 202
source = "registry+https://github.com/rust-lang/crates.io-index"
137 203
checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
138 -
139 -
[[package]]
140 -
name = "cassowary"
141 -
version = "0.3.0"
142 -
source = "registry+https://github.com/rust-lang/crates.io-index"
143 -
checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
144 204
145 205
[[package]]
146 206
name = "castaway"
182 242
checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
183 243
dependencies = [
184 244
 "cfg-if",
185 -
 "cpufeatures",
186 -
 "rand_core",
245 +
 "cpufeatures 0.3.0",
246 +
 "rand_core 0.10.1",
187 247
]
188 248
189 249
[[package]]
200 260
 "serde_json",
201 261
 "serde_yaml",
202 262
 "tempfile",
203 -
 "thiserror",
263 +
 "thiserror 2.0.20",
204 264
 "tokio",
205 265
 "url",
206 266
 "uuid",
274 334
275 335
[[package]]
276 336
name = "compact_str"
277 -
version = "0.8.2"
337 +
version = "0.9.1"
278 338
source = "registry+https://github.com/rust-lang/crates.io-index"
279 -
checksum = "7fd622ebbb56a5b2ccb651b32b911cdeb2a9b4b11776b2473bf26a26a286244e"
339 +
checksum = "9dfdd1c2274d9aa354115b09dc9a901d6c5576818cdf70d14cae2bdb47df00ab"
280 340
dependencies = [
281 341
 "castaway",
282 342
 "cfg-if",
287 347
]
288 348
289 349
[[package]]
350 +
name = "convert_case"
351 +
version = "0.10.0"
352 +
source = "registry+https://github.com/rust-lang/crates.io-index"
353 +
checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
354 +
dependencies = [
355 +
 "unicode-segmentation",
356 +
]
357 +
358 +
[[package]]
290 359
name = "core-foundation"
291 360
version = "0.10.1"
292 361
source = "registry+https://github.com/rust-lang/crates.io-index"
304 373
305 374
[[package]]
306 375
name = "cpufeatures"
376 +
version = "0.2.17"
377 +
source = "registry+https://github.com/rust-lang/crates.io-index"
378 +
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
379 +
dependencies = [
380 +
 "libc",
381 +
]
382 +
383 +
[[package]]
384 +
name = "cpufeatures"
307 385
version = "0.3.0"
308 386
source = "registry+https://github.com/rust-lang/crates.io-index"
309 387
checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
312 390
]
313 391
314 392
[[package]]
393 +
name = "critical-section"
394 +
version = "1.2.0"
395 +
source = "registry+https://github.com/rust-lang/crates.io-index"
396 +
checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
397 +
398 +
[[package]]
315 399
name = "crossterm"
316 -
version = "0.28.1"
400 +
version = "0.29.0"
317 401
source = "registry+https://github.com/rust-lang/crates.io-index"
318 -
checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6"
402 +
checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b"
319 403
dependencies = [
320 -
 "bitflags",
404 +
 "bitflags 2.13.1",
321 405
 "crossterm_winapi",
406 +
 "derive_more",
407 +
 "document-features",
322 408
 "mio",
323 409
 "parking_lot",
324 -
 "rustix 0.38.44",
410 +
 "rustix",
325 411
 "signal-hook",
326 412
 "signal-hook-mio",
327 413
 "winapi",
337 423
]
338 424
339 425
[[package]]
426 +
name = "crypto-common"
427 +
version = "0.1.7"
428 +
source = "registry+https://github.com/rust-lang/crates.io-index"
429 +
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
430 +
dependencies = [
431 +
 "generic-array",
432 +
 "typenum",
433 +
]
434 +
435 +
[[package]]
436 +
name = "csscolorparser"
437 +
version = "0.6.2"
438 +
source = "registry+https://github.com/rust-lang/crates.io-index"
439 +
checksum = "eb2a7d3066da2de787b7f032c736763eb7ae5d355f81a68bab2675a96008b0bf"
440 +
dependencies = [
441 +
 "lab",
442 +
 "phf",
443 +
]
444 +
445 +
[[package]]
340 446
name = "darling"
341 447
version = "0.24.0"
342 448
source = "registry+https://github.com/rust-lang/crates.io-index"
389 495
checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b"
390 496
391 497
[[package]]
498 +
name = "deltae"
499 +
version = "0.3.2"
500 +
source = "registry+https://github.com/rust-lang/crates.io-index"
501 +
checksum = "5729f5117e208430e437df2f4843f5e5952997175992d1414f94c57d61e270b4"
502 +
503 +
[[package]]
504 +
name = "deranged"
505 +
version = "0.5.8"
506 +
source = "registry+https://github.com/rust-lang/crates.io-index"
507 +
checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
508 +
509 +
[[package]]
510 +
name = "derive_more"
511 +
version = "2.1.1"
512 +
source = "registry+https://github.com/rust-lang/crates.io-index"
513 +
checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
514 +
dependencies = [
515 +
 "derive_more-impl",
516 +
]
517 +
518 +
[[package]]
519 +
name = "derive_more-impl"
520 +
version = "2.1.1"
521 +
source = "registry+https://github.com/rust-lang/crates.io-index"
522 +
checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
523 +
dependencies = [
524 +
 "convert_case",
525 +
 "proc-macro2",
526 +
 "quote",
527 +
 "rustc_version",
528 +
 "syn 2.0.119",
529 +
]
530 +
531 +
[[package]]
532 +
name = "digest"
533 +
version = "0.10.7"
534 +
source = "registry+https://github.com/rust-lang/crates.io-index"
535 +
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
536 +
dependencies = [
537 +
 "block-buffer",
538 +
 "crypto-common",
539 +
]
540 +
541 +
[[package]]
392 542
name = "dirs"
393 543
version = "6.0.0"
394 544
source = "registry+https://github.com/rust-lang/crates.io-index"
421 571
]
422 572
423 573
[[package]]
574 +
name = "document-features"
575 +
version = "0.2.12"
576 +
source = "registry+https://github.com/rust-lang/crates.io-index"
577 +
checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
578 +
dependencies = [
579 +
 "litrs",
580 +
]
581 +
582 +
[[package]]
424 583
name = "dunce"
425 584
version = "1.0.5"
426 585
source = "registry+https://github.com/rust-lang/crates.io-index"
449 608
]
450 609
451 610
[[package]]
611 +
name = "euclid"
612 +
version = "0.22.14"
613 +
source = "registry+https://github.com/rust-lang/crates.io-index"
614 +
checksum = "f1a05365e3b1c6d1650318537c7460c6923f1abdd272ad6842baa2b509957a06"
615 +
dependencies = [
616 +
 "num-traits",
617 +
]
618 +
619 +
[[package]]
620 +
name = "fancy-regex"
621 +
version = "0.11.0"
622 +
source = "registry+https://github.com/rust-lang/crates.io-index"
623 +
checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2"
624 +
dependencies = [
625 +
 "bit-set",
626 +
 "regex",
627 +
]
628 +
629 +
[[package]]
452 630
name = "fastrand"
453 631
version = "2.5.0"
454 632
source = "registry+https://github.com/rust-lang/crates.io-index"
455 633
checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
456 634
457 635
[[package]]
636 +
name = "filedescriptor"
637 +
version = "0.8.3"
638 +
source = "registry+https://github.com/rust-lang/crates.io-index"
639 +
checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
640 +
dependencies = [
641 +
 "libc",
642 +
 "thiserror 1.0.69",
643 +
 "winapi",
644 +
]
645 +
646 +
[[package]]
458 647
name = "find-msvc-tools"
459 648
version = "0.1.10"
460 649
source = "registry+https://github.com/rust-lang/crates.io-index"
461 650
checksum = "26b73573e6edcd2af0cdf47bd6cb58f0b3839491263c314eaad1ccf24430e1de"
462 651
463 652
[[package]]
653 +
name = "finl_unicode"
654 +
version = "1.4.0"
655 +
source = "registry+https://github.com/rust-lang/crates.io-index"
656 +
checksum = "9844ddc3a6e533d62bba727eb6c28b5d360921d5175e9ff0f1e621a5c590a4d5"
657 +
658 +
[[package]]
659 +
name = "fixedbitset"
660 +
version = "0.4.2"
661 +
source = "registry+https://github.com/rust-lang/crates.io-index"
662 +
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
663 +
664 +
[[package]]
464 665
name = "fnv"
465 666
version = "1.0.7"
466 667
source = "registry+https://github.com/rust-lang/crates.io-index"
468 669
469 670
[[package]]
470 671
name = "foldhash"
471 -
version = "0.1.5"
672 +
version = "0.2.0"
472 673
source = "registry+https://github.com/rust-lang/crates.io-index"
473 -
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
674 +
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
474 675
475 676
[[package]]
476 677
name = "form_urlencoded"
576 777
]
577 778
578 779
[[package]]
780 +
name = "generic-array"
781 +
version = "0.14.7"
782 +
source = "registry+https://github.com/rust-lang/crates.io-index"
783 +
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
784 +
dependencies = [
785 +
 "typenum",
786 +
 "version_check",
787 +
]
788 +
789 +
[[package]]
579 790
name = "getrandom"
580 791
version = "0.2.17"
581 792
source = "registry+https://github.com/rust-lang/crates.io-index"
590 801
591 802
[[package]]
592 803
name = "getrandom"
804 +
version = "0.3.4"
805 +
source = "registry+https://github.com/rust-lang/crates.io-index"
806 +
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
807 +
dependencies = [
808 +
 "cfg-if",
809 +
 "libc",
810 +
 "r-efi 5.3.0",
811 +
 "wasip2",
812 +
]
813 +
814 +
[[package]]
815 +
name = "getrandom"
593 816
version = "0.4.3"
594 817
source = "registry+https://github.com/rust-lang/crates.io-index"
595 818
checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
597 820
 "cfg-if",
598 821
 "js-sys",
599 822
 "libc",
600 -
 "r-efi",
601 -
 "rand_core",
823 +
 "r-efi 6.0.0",
824 +
 "rand_core 0.10.1",
602 825
 "wasm-bindgen",
603 826
]
604 827
623 846
624 847
[[package]]
625 848
name = "hashbrown"
626 -
version = "0.15.5"
849 +
version = "0.16.1"
627 850
source = "registry+https://github.com/rust-lang/crates.io-index"
628 -
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
851 +
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
629 852
dependencies = [
630 853
 "allocator-api2",
631 854
 "equivalent",
637 860
version = "0.17.1"
638 861
source = "registry+https://github.com/rust-lang/crates.io-index"
639 862
checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
863 +
dependencies = [
864 +
 "allocator-api2",
865 +
 "equivalent",
866 +
 "foldhash",
867 +
]
640 868
641 869
[[package]]
642 870
name = "heck"
649 877
version = "0.5.2"
650 878
source = "registry+https://github.com/rust-lang/crates.io-index"
651 879
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
880 +
881 +
[[package]]
882 +
name = "hex"
883 +
version = "0.4.3"
884 +
source = "registry+https://github.com/rust-lang/crates.io-index"
885 +
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
652 886
653 887
[[package]]
654 888
name = "http"
910 1144
911 1145
[[package]]
912 1146
name = "itertools"
913 -
version = "0.13.0"
1147 +
version = "0.14.0"
914 1148
source = "registry+https://github.com/rust-lang/crates.io-index"
915 -
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
1149 +
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
916 1150
dependencies = [
917 1151
 "either",
918 1152
]
935 1169
 "jni-sys",
936 1170
 "log",
937 1171
 "simd_cesu8",
938 -
 "thiserror",
1172 +
 "thiserror 2.0.20",
939 1173
 "walkdir",
940 1174
 "windows-link",
941 1175
]
994 1228
]
995 1229
996 1230
[[package]]
1231 +
name = "kasuari"
1232 +
version = "0.4.12"
1233 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1234 +
checksum = "bde5057d6143cc94e861d90f591b9303d6716c6b9602309150bd068853c10899"
1235 +
dependencies = [
1236 +
 "hashbrown 0.16.1",
1237 +
 "portable-atomic",
1238 +
 "thiserror 2.0.20",
1239 +
]
1240 +
1241 +
[[package]]
1242 +
name = "lab"
1243 +
version = "0.11.0"
1244 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1245 +
checksum = "bf36173d4167ed999940f804952e6b08197cae5ad5d572eb4db150ce8ad5d58f"
1246 +
1247 +
[[package]]
997 1248
name = "lazy_static"
998 1249
version = "1.5.0"
999 1250
source = "registry+https://github.com/rust-lang/crates.io-index"
1006 1257
checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
1007 1258
1008 1259
[[package]]
1260 +
name = "libm"
1261 +
version = "0.2.16"
1262 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1263 +
checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
1264 +
1265 +
[[package]]
1009 1266
name = "libredox"
1010 1267
version = "0.1.19"
1011 1268
source = "registry+https://github.com/rust-lang/crates.io-index"
1015 1272
]
1016 1273
1017 1274
[[package]]
1018 -
name = "linux-raw-sys"
1019 -
version = "0.4.15"
1275 +
name = "line-clipping"
1276 +
version = "0.3.8"
1020 1277
source = "registry+https://github.com/rust-lang/crates.io-index"
1021 -
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
1278 +
checksum = "e752191d037c44ad111a8caa762921926658402f01cc1253f7bef2020ece4f5e"
1279 +
dependencies = [
1280 +
 "bitflags 2.13.1",
1281 +
]
1022 1282
1023 1283
[[package]]
1024 1284
name = "linux-raw-sys"
1033 1293
checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
1034 1294
1035 1295
[[package]]
1296 +
name = "litrs"
1297 +
version = "1.0.0"
1298 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1299 +
checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
1300 +
1301 +
[[package]]
1036 1302
name = "lock_api"
1037 1303
version = "0.4.14"
1038 1304
source = "registry+https://github.com/rust-lang/crates.io-index"
1049 1315
1050 1316
[[package]]
1051 1317
name = "lru"
1052 -
version = "0.12.5"
1318 +
version = "0.18.2"
1053 1319
source = "registry+https://github.com/rust-lang/crates.io-index"
1054 -
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
1320 +
checksum = "5d2f2f9b4ba7e6b24d95e7e899329d35be83bcded72c8540cdd5368932d1d90a"
1055 1321
dependencies = [
1056 -
 "hashbrown 0.15.5",
1322 +
 "hashbrown 0.17.1",
1057 1323
]
1058 1324
1059 1325
[[package]]
1063 1329
checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1064 1330
1065 1331
[[package]]
1332 +
name = "mac_address"
1333 +
version = "1.1.8"
1334 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1335 +
checksum = "c0aeb26bf5e836cc1c341c8106051b573f1766dfa05aa87f0b98be5e51b02303"
1336 +
dependencies = [
1337 +
 "nix",
1338 +
 "winapi",
1339 +
]
1340 +
1341 +
[[package]]
1066 1342
name = "memchr"
1067 1343
version = "2.8.3"
1068 1344
source = "registry+https://github.com/rust-lang/crates.io-index"
1069 1345
checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
1070 1346
1071 1347
[[package]]
1348 +
name = "memmem"
1349 +
version = "0.1.1"
1350 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1351 +
checksum = "a64a92489e2744ce060c349162be1c5f33c6969234104dbd99ddb5feb08b8c15"
1352 +
1353 +
[[package]]
1354 +
name = "memoffset"
1355 +
version = "0.9.1"
1356 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1357 +
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
1358 +
dependencies = [
1359 +
 "autocfg",
1360 +
]
1361 +
1362 +
[[package]]
1363 +
name = "minimal-lexical"
1364 +
version = "0.2.1"
1365 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1366 +
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1367 +
1368 +
[[package]]
1072 1369
name = "mio"
1073 1370
version = "1.2.2"
1074 1371
source = "registry+https://github.com/rust-lang/crates.io-index"
1081 1378
]
1082 1379
1083 1380
[[package]]
1381 +
name = "nix"
1382 +
version = "0.29.0"
1383 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1384 +
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
1385 +
dependencies = [
1386 +
 "bitflags 2.13.1",
1387 +
 "cfg-if",
1388 +
 "cfg_aliases",
1389 +
 "libc",
1390 +
 "memoffset",
1391 +
]
1392 +
1393 +
[[package]]
1394 +
name = "nom"
1395 +
version = "7.1.3"
1396 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1397 +
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1398 +
dependencies = [
1399 +
 "memchr",
1400 +
 "minimal-lexical",
1401 +
]
1402 +
1403 +
[[package]]
1404 +
name = "num-conv"
1405 +
version = "0.2.2"
1406 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1407 +
checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
1408 +
1409 +
[[package]]
1410 +
name = "num-derive"
1411 +
version = "0.4.2"
1412 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1413 +
checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
1414 +
dependencies = [
1415 +
 "proc-macro2",
1416 +
 "quote",
1417 +
 "syn 2.0.119",
1418 +
]
1419 +
1420 +
[[package]]
1421 +
name = "num-traits"
1422 +
version = "0.2.19"
1423 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1424 +
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1425 +
dependencies = [
1426 +
 "autocfg",
1427 +
]
1428 +
1429 +
[[package]]
1084 1430
name = "num_cpus"
1085 1431
version = "1.17.0"
1086 1432
source = "registry+https://github.com/rust-lang/crates.io-index"
1091 1437
]
1092 1438
1093 1439
[[package]]
1440 +
name = "num_threads"
1441 +
version = "0.1.7"
1442 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1443 +
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
1444 +
dependencies = [
1445 +
 "libc",
1446 +
]
1447 +
1448 +
[[package]]
1094 1449
name = "once_cell"
1095 1450
version = "1.21.4"
1096 1451
source = "registry+https://github.com/rust-lang/crates.io-index"
1115 1470
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
1116 1471
1117 1472
[[package]]
1473 +
name = "ordered-float"
1474 +
version = "4.6.0"
1475 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1476 +
checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
1477 +
dependencies = [
1478 +
 "num-traits",
1479 +
]
1480 +
1481 +
[[package]]
1482 +
name = "palette"
1483 +
version = "0.7.7"
1484 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1485 +
checksum = "ddeed8580d347d2abf3dcf06a5f0b3dc020258338526b277847cd4248a70fc64"
1486 +
dependencies = [
1487 +
 "approx",
1488 +
 "libm",
1489 +
 "palette_derive",
1490 +
 "palette_math",
1491 +
]
1492 +
1493 +
[[package]]
1494 +
name = "palette_derive"
1495 +
version = "0.7.7"
1496 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1497 +
checksum = "88537020289b719d81be994ccf1bbf4990f477e2f69ee52fe3e45f43a02e56be"
1498 +
dependencies = [
1499 +
 "by_address",
1500 +
 "proc-macro2",
1501 +
 "quote",
1502 +
 "syn 2.0.119",
1503 +
]
1504 +
1505 +
[[package]]
1506 +
name = "palette_math"
1507 +
version = "0.7.7"
1508 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1509 +
checksum = "6e6eb142958d64335fb0e345c5b9ead2ecd6fc438c307e9d7d3c4fd428dbaf12"
1510 +
dependencies = [
1511 +
 "libm",
1512 +
]
1513 +
1514 +
[[package]]
1118 1515
name = "parking_lot"
1119 1516
version = "0.12.5"
1120 1517
source = "registry+https://github.com/rust-lang/crates.io-index"
1138 1535
]
1139 1536
1140 1537
[[package]]
1141 -
name = "paste"
1142 -
version = "1.0.15"
1538 +
name = "percent-encoding"
1539 +
version = "2.3.2"
1540 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1541 +
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1542 +
1543 +
[[package]]
1544 +
name = "pest"
1545 +
version = "2.8.8"
1546 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1547 +
checksum = "7df728be843c7070fab6ab7c328c4e9e9d78e23bf749c0669c86ee7ebfa050a2"
1548 +
dependencies = [
1549 +
 "memchr",
1550 +
 "ucd-trie",
1551 +
]
1552 +
1553 +
[[package]]
1554 +
name = "pest_derive"
1555 +
version = "2.8.8"
1556 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1557 +
checksum = "9e2dd6fc3b26b3462ee188aac870f5a41d398f1cd5e2408d16531bd71c9591fd"
1558 +
dependencies = [
1559 +
 "pest",
1560 +
 "pest_generator",
1561 +
]
1562 +
1563 +
[[package]]
1564 +
name = "pest_generator"
1565 +
version = "2.8.8"
1566 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1567 +
checksum = "6a7a9205cfb6f596a9e8b689c0a15f9ceb7a1aafae7aaf788150ac65b29975b6"
1568 +
dependencies = [
1569 +
 "pest",
1570 +
 "pest_meta",
1571 +
 "proc-macro2",
1572 +
 "quote",
1573 +
 "syn 2.0.119",
1574 +
]
1575 +
1576 +
[[package]]
1577 +
name = "pest_meta"
1578 +
version = "2.8.8"
1579 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1580 +
checksum = "85abd351c0de1e8384fc791a0737111a350394937e92b956b743dac12429f57c"
1581 +
dependencies = [
1582 +
 "pest",
1583 +
]
1584 +
1585 +
[[package]]
1586 +
name = "phf"
1587 +
version = "0.11.3"
1588 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1589 +
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
1590 +
dependencies = [
1591 +
 "phf_macros",
1592 +
 "phf_shared",
1593 +
]
1594 +
1595 +
[[package]]
1596 +
name = "phf_codegen"
1597 +
version = "0.11.3"
1143 1598
source = "registry+https://github.com/rust-lang/crates.io-index"
1144 -
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
1599 +
checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
1600 +
dependencies = [
1601 +
 "phf_generator",
1602 +
 "phf_shared",
1603 +
]
1145 1604
1146 1605
[[package]]
1147 -
name = "percent-encoding"
1148 -
version = "2.3.2"
1606 +
name = "phf_generator"
1607 +
version = "0.11.3"
1149 1608
source = "registry+https://github.com/rust-lang/crates.io-index"
1150 -
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1609 +
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
1610 +
dependencies = [
1611 +
 "phf_shared",
1612 +
 "rand 0.8.7",
1613 +
]
1614 +
1615 +
[[package]]
1616 +
name = "phf_macros"
1617 +
version = "0.11.3"
1618 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1619 +
checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
1620 +
dependencies = [
1621 +
 "phf_generator",
1622 +
 "phf_shared",
1623 +
 "proc-macro2",
1624 +
 "quote",
1625 +
 "syn 2.0.119",
1626 +
]
1627 +
1628 +
[[package]]
1629 +
name = "phf_shared"
1630 +
version = "0.11.3"
1631 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1632 +
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
1633 +
dependencies = [
1634 +
 "siphasher",
1635 +
]
1151 1636
1152 1637
[[package]]
1153 1638
name = "pin-project-lite"
1162 1647
checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
1163 1648
1164 1649
[[package]]
1650 +
name = "portable-atomic"
1651 +
version = "1.14.0"
1652 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1653 +
checksum = "3d20d5497ef88037a52ff98267d066e7f11fcc5e99bbfbd58a42336193aacec3"
1654 +
1655 +
[[package]]
1165 1656
name = "potential_utf"
1166 1657
version = "0.1.5"
1167 1658
source = "registry+https://github.com/rust-lang/crates.io-index"
1171 1662
]
1172 1663
1173 1664
[[package]]
1665 +
name = "powerfmt"
1666 +
version = "0.2.0"
1667 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1668 +
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1669 +
1670 +
[[package]]
1174 1671
name = "proc-macro2"
1175 1672
version = "1.0.107"
1176 1673
source = "registry+https://github.com/rust-lang/crates.io-index"
1193 1690
 "rustc-hash",
1194 1691
 "rustls",
1195 1692
 "socket2",
1196 -
 "thiserror",
1693 +
 "thiserror 2.0.20",
1197 1694
 "tokio",
1198 1695
 "tracing",
1199 1696
 "web-time",
1209 1706
 "bytes",
1210 1707
 "getrandom 0.4.3",
1211 1708
 "lru-slab",
1212 -
 "rand",
1709 +
 "rand 0.10.2",
1213 1710
 "rand_pcg",
1214 1711
 "ring",
1215 1712
 "rustc-hash",
1216 1713
 "rustls",
1217 1714
 "rustls-pki-types",
1218 1715
 "slab",
1219 -
 "thiserror",
1716 +
 "thiserror 2.0.20",
1220 1717
 "tinyvec",
1221 1718
 "tracing",
1222 1719
 "web-time",
1247 1744
1248 1745
[[package]]
1249 1746
name = "r-efi"
1747 +
version = "5.3.0"
1748 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1749 +
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1750 +
1751 +
[[package]]
1752 +
name = "r-efi"
1250 1753
version = "6.0.0"
1251 1754
source = "registry+https://github.com/rust-lang/crates.io-index"
1252 1755
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1253 1756
1254 1757
[[package]]
1255 1758
name = "rand"
1759 +
version = "0.8.7"
1760 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1761 +
checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a"
1762 +
dependencies = [
1763 +
 "rand_core 0.6.4",
1764 +
]
1765 +
1766 +
[[package]]
1767 +
name = "rand"
1256 1768
version = "0.10.2"
1257 1769
source = "registry+https://github.com/rust-lang/crates.io-index"
1258 1770
checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
1259 1771
dependencies = [
1260 1772
 "chacha20",
1261 1773
 "getrandom 0.4.3",
1262 -
 "rand_core",
1774 +
 "rand_core 0.10.1",
1263 1775
]
1264 1776
1265 1777
[[package]]
1266 1778
name = "rand_core"
1779 +
version = "0.6.4"
1780 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1781 +
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1782 +
1783 +
[[package]]
1784 +
name = "rand_core"
1267 1785
version = "0.10.1"
1268 1786
source = "registry+https://github.com/rust-lang/crates.io-index"
1269 1787
checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
1274 1792
source = "registry+https://github.com/rust-lang/crates.io-index"
1275 1793
checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a"
1276 1794
dependencies = [
1277 -
 "rand_core",
1795 +
 "rand_core 0.10.1",
1278 1796
]
1279 1797
1280 1798
[[package]]
1281 1799
name = "ratatui"
1282 -
version = "0.29.0"
1800 +
version = "0.30.2"
1801 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1802 +
checksum = "3274ba0a2c5e1bcad2a2005d20f4dc59dad26b2eb0940fb094500dba4099d57d"
1803 +
dependencies = [
1804 +
 "instability",
1805 +
 "ratatui-core",
1806 +
 "ratatui-crossterm",
1807 +
 "ratatui-macros",
1808 +
 "ratatui-termina",
1809 +
 "ratatui-termwiz",
1810 +
 "ratatui-widgets",
1811 +
 "serde",
1812 +
]
1813 +
1814 +
[[package]]
1815 +
name = "ratatui-core"
1816 +
version = "0.1.2"
1283 1817
source = "registry+https://github.com/rust-lang/crates.io-index"
1284 -
checksum = "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b"
1818 +
checksum = "cbb175c433c8e28a809d1f5773a2ae96e68c0ce40db865cbab1020bf33ae479c"
1285 1819
dependencies = [
1286 -
 "bitflags",
1287 -
 "cassowary",
1820 +
 "bitflags 2.13.1",
1288 1821
 "compact_str",
1822 +
 "critical-section",
1823 +
 "hashbrown 0.17.1",
1824 +
 "itertools",
1825 +
 "kasuari",
1826 +
 "lru",
1827 +
 "palette",
1828 +
 "serde",
1829 +
 "strum",
1830 +
 "thiserror 2.0.20",
1831 +
 "unicode-segmentation",
1832 +
 "unicode-truncate",
1833 +
 "unicode-width",
1834 +
]
1835 +
1836 +
[[package]]
1837 +
name = "ratatui-crossterm"
1838 +
version = "0.1.2"
1839 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1840 +
checksum = "567584a3b0e6a8203c23de40b4861497266725eb5363dbfd18a1edd603cca9f0"
1841 +
dependencies = [
1842 +
 "cfg-if",
1289 1843
 "crossterm",
1844 +
 "instability",
1845 +
 "ratatui-core",
1846 +
]
1847 +
1848 +
[[package]]
1849 +
name = "ratatui-macros"
1850 +
version = "0.7.2"
1851 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1852 +
checksum = "ed7dc68daa7498a43e4d68e0eb078427e10c38fbcfbb1e42d955f1fa2140d814"
1853 +
dependencies = [
1854 +
 "ratatui-core",
1855 +
 "ratatui-widgets",
1856 +
]
1857 +
1858 +
[[package]]
1859 +
name = "ratatui-termina"
1860 +
version = "0.1.0"
1861 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1862 +
checksum = "c0bf912d9e66f057a759d92e386a280ea886b352ab757d6ac4d653c7ed2c43c2"
1863 +
dependencies = [
1864 +
 "instability",
1865 +
 "ratatui-core",
1866 +
 "termina",
1867 +
]
1868 +
1869 +
[[package]]
1870 +
name = "ratatui-termwiz"
1871 +
version = "0.1.2"
1872 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1873 +
checksum = "faf03e0380b7744054d6cb74224fe3adf062a029754933f575ca1e3b4c2ce977"
1874 +
dependencies = [
1875 +
 "ratatui-core",
1876 +
 "termwiz",
1877 +
]
1878 +
1879 +
[[package]]
1880 +
name = "ratatui-widgets"
1881 +
version = "0.3.2"
1882 +
source = "registry+https://github.com/rust-lang/crates.io-index"
1883 +
checksum = "66e3d19bcc9130ca376277d93b60767ff121ace3be06f5f95f81dd68956407d1"
1884 +
dependencies = [
1885 +
 "bitflags 2.13.1",
1886 +
 "hashbrown 0.17.1",
1290 1887
 "indoc",
1291 1888
 "instability",
1292 1889
 "itertools",
1293 -
 "lru",
1294 -
 "paste",
1890 +
 "line-clipping",
1891 +
 "ratatui-core",
1892 +
 "serde",
1295 1893
 "strum",
1894 +
 "time",
1296 1895
 "unicode-segmentation",
1297 -
 "unicode-truncate",
1298 -
 "unicode-width 0.2.0",
1896 +
 "unicode-width",
1299 1897
]
1300 1898
1301 1899
[[package]]
1304 1902
source = "registry+https://github.com/rust-lang/crates.io-index"
1305 1903
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1306 1904
dependencies = [
1307 -
 "bitflags",
1905 +
 "bitflags 2.13.1",
1308 1906
]
1309 1907
1310 1908
[[package]]
1315 1913
dependencies = [
1316 1914
 "getrandom 0.2.17",
1317 1915
 "libredox",
1318 -
 "thiserror",
1916 +
 "thiserror 2.0.20",
1319 1917
]
1320 1918
1321 1919
[[package]]
1416 2014
1417 2015
[[package]]
1418 2016
name = "rustix"
1419 -
version = "0.38.44"
1420 -
source = "registry+https://github.com/rust-lang/crates.io-index"
1421 -
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
1422 -
dependencies = [
1423 -
 "bitflags",
1424 -
 "errno",
1425 -
 "libc",
1426 -
 "linux-raw-sys 0.4.15",
1427 -
 "windows-sys 0.59.0",
1428 -
]
1429 -
1430 -
[[package]]
1431 -
name = "rustix"
1432 2017
version = "1.1.4"
1433 2018
source = "registry+https://github.com/rust-lang/crates.io-index"
1434 2019
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
1435 2020
dependencies = [
1436 -
 "bitflags",
2021 +
 "bitflags 2.13.1",
1437 2022
 "errno",
1438 2023
 "libc",
1439 -
 "linux-raw-sys 0.12.1",
2024 +
 "linux-raw-sys",
1440 2025
 "windows-sys 0.61.2",
1441 2026
]
1442 2027
1557 2142
source = "registry+https://github.com/rust-lang/crates.io-index"
1558 2143
checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
1559 2144
dependencies = [
1560 -
 "bitflags",
2145 +
 "bitflags 2.13.1",
1561 2146
 "core-foundation",
1562 2147
 "core-foundation-sys",
1563 2148
 "libc",
1650 2235
]
1651 2236
1652 2237
[[package]]
2238 +
name = "sha2"
2239 +
version = "0.10.9"
2240 +
source = "registry+https://github.com/rust-lang/crates.io-index"
2241 +
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2242 +
dependencies = [
2243 +
 "cfg-if",
2244 +
 "cpufeatures 0.2.17",
2245 +
 "digest",
2246 +
]
2247 +
2248 +
[[package]]
1653 2249
name = "shlex"
1654 2250
version = "2.0.1"
1655 2251
source = "registry+https://github.com/rust-lang/crates.io-index"
1703 2299
checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
1704 2300
1705 2301
[[package]]
2302 +
name = "siphasher"
2303 +
version = "1.0.3"
2304 +
source = "registry+https://github.com/rust-lang/crates.io-index"
2305 +
checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
2306 +
2307 +
[[package]]
1706 2308
name = "slab"
1707 2309
version = "0.4.12"
1708 2310
source = "registry+https://github.com/rust-lang/crates.io-index"
1744 2346
1745 2347
[[package]]
1746 2348
name = "strum"
1747 -
version = "0.26.3"
2349 +
version = "0.28.0"
1748 2350
source = "registry+https://github.com/rust-lang/crates.io-index"
1749 -
checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
2351 +
checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
1750 2352
dependencies = [
1751 2353
 "strum_macros",
1752 2354
]
1753 2355
1754 2356
[[package]]
1755 2357
name = "strum_macros"
1756 -
version = "0.26.4"
2358 +
version = "0.28.0"
1757 2359
source = "registry+https://github.com/rust-lang/crates.io-index"
1758 -
checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
2360 +
checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
1759 2361
dependencies = [
1760 2362
 "heck",
1761 2363
 "proc-macro2",
1762 2364
 "quote",
1763 -
 "rustversion",
1764 2365
 "syn 2.0.119",
1765 2366
]
1766 2367
1772 2373
1773 2374
[[package]]
1774 2375
name = "syn"
2376 +
version = "1.0.109"
2377 +
source = "registry+https://github.com/rust-lang/crates.io-index"
2378 +
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2379 +
dependencies = [
2380 +
 "proc-macro2",
2381 +
 "quote",
2382 +
 "unicode-ident",
2383 +
]
2384 +
2385 +
[[package]]
2386 +
name = "syn"
1775 2387
version = "2.0.119"
1776 2388
source = "registry+https://github.com/rust-lang/crates.io-index"
1777 2389
checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
1821 2433
 "fastrand",
1822 2434
 "getrandom 0.4.3",
1823 2435
 "once_cell",
1824 -
 "rustix 1.1.4",
2436 +
 "rustix",
2437 +
 "windows-sys 0.61.2",
2438 +
]
2439 +
2440 +
[[package]]
2441 +
name = "termina"
2442 +
version = "0.3.3"
2443 +
source = "registry+https://github.com/rust-lang/crates.io-index"
2444 +
checksum = "9048a889effe34a5cddee0af7f53285198b16dca3be510858d38dfdb3e62a04e"
2445 +
dependencies = [
2446 +
 "bitflags 2.13.1",
2447 +
 "parking_lot",
2448 +
 "rustix",
2449 +
 "signal-hook",
1825 2450
 "windows-sys 0.61.2",
1826 2451
]
1827 2452
1828 2453
[[package]]
2454 +
name = "terminfo"
2455 +
version = "0.9.0"
2456 +
source = "registry+https://github.com/rust-lang/crates.io-index"
2457 +
checksum = "d4ea810f0692f9f51b382fff5893887bb4580f5fa246fde546e0b13e7fcee662"
2458 +
dependencies = [
2459 +
 "fnv",
2460 +
 "nom",
2461 +
 "phf",
2462 +
 "phf_codegen",
2463 +
]
2464 +
2465 +
[[package]]
2466 +
name = "termios"
2467 +
version = "0.3.3"
2468 +
source = "registry+https://github.com/rust-lang/crates.io-index"
2469 +
checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b"
2470 +
dependencies = [
2471 +
 "libc",
2472 +
]
2473 +
2474 +
[[package]]
2475 +
name = "termwiz"
2476 +
version = "0.23.3"
2477 +
source = "registry+https://github.com/rust-lang/crates.io-index"
2478 +
checksum = "4676b37242ccbd1aabf56edb093a4827dc49086c0ffd764a5705899e0f35f8f7"
2479 +
dependencies = [
2480 +
 "anyhow",
2481 +
 "base64",
2482 +
 "bitflags 2.13.1",
2483 +
 "fancy-regex",
2484 +
 "filedescriptor",
2485 +
 "finl_unicode",
2486 +
 "fixedbitset",
2487 +
 "hex",
2488 +
 "lazy_static",
2489 +
 "libc",
2490 +
 "log",
2491 +
 "memmem",
2492 +
 "nix",
2493 +
 "num-derive",
2494 +
 "num-traits",
2495 +
 "ordered-float",
2496 +
 "pest",
2497 +
 "pest_derive",
2498 +
 "phf",
2499 +
 "sha2",
2500 +
 "signal-hook",
2501 +
 "siphasher",
2502 +
 "terminfo",
2503 +
 "termios",
2504 +
 "thiserror 1.0.69",
2505 +
 "ucd-trie",
2506 +
 "unicode-segmentation",
2507 +
 "vtparse",
2508 +
 "wezterm-bidi",
2509 +
 "wezterm-blob-leases",
2510 +
 "wezterm-color-types",
2511 +
 "wezterm-dynamic",
2512 +
 "wezterm-input-types",
2513 +
 "winapi",
2514 +
]
2515 +
2516 +
[[package]]
2517 +
name = "thiserror"
2518 +
version = "1.0.69"
2519 +
source = "registry+https://github.com/rust-lang/crates.io-index"
2520 +
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2521 +
dependencies = [
2522 +
 "thiserror-impl 1.0.69",
2523 +
]
2524 +
2525 +
[[package]]
1829 2526
name = "thiserror"
1830 2527
version = "2.0.20"
1831 2528
source = "registry+https://github.com/rust-lang/crates.io-index"
1832 2529
checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f"
1833 2530
dependencies = [
1834 -
 "thiserror-impl",
2531 +
 "thiserror-impl 2.0.20",
2532 +
]
2533 +
2534 +
[[package]]
2535 +
name = "thiserror-impl"
2536 +
version = "1.0.69"
2537 +
source = "registry+https://github.com/rust-lang/crates.io-index"
2538 +
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2539 +
dependencies = [
2540 +
 "proc-macro2",
2541 +
 "quote",
2542 +
 "syn 2.0.119",
1835 2543
]
1836 2544
1837 2545
[[package]]
1846 2554
]
1847 2555
1848 2556
[[package]]
2557 +
name = "time"
2558 +
version = "0.3.55"
2559 +
source = "registry+https://github.com/rust-lang/crates.io-index"
2560 +
checksum = "cdb87b95ec50ddfa440816d227a17b2ccbdda963a316a727fda0fc4334f7d134"
2561 +
dependencies = [
2562 +
 "deranged",
2563 +
 "libc",
2564 +
 "num-conv",
2565 +
 "num_threads",
2566 +
 "powerfmt",
2567 +
 "serde_core",
2568 +
 "time-core",
2569 +
]
2570 +
2571 +
[[package]]
2572 +
name = "time-core"
2573 +
version = "0.1.9"
2574 +
source = "registry+https://github.com/rust-lang/crates.io-index"
2575 +
checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
2576 +
2577 +
[[package]]
1849 2578
name = "tinystr"
1850 2579
version = "0.8.3"
1851 2580
source = "registry+https://github.com/rust-lang/crates.io-index"
1941 2670
source = "registry+https://github.com/rust-lang/crates.io-index"
1942 2671
checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
1943 2672
dependencies = [
1944 -
 "bitflags",
2673 +
 "bitflags 2.13.1",
1945 2674
 "bytes",
1946 2675
 "futures-util",
1947 2676
 "http",
1991 2720
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1992 2721
1993 2722
[[package]]
2723 +
name = "typenum"
2724 +
version = "1.20.1"
2725 +
source = "registry+https://github.com/rust-lang/crates.io-index"
2726 +
checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
2727 +
2728 +
[[package]]
2729 +
name = "ucd-trie"
2730 +
version = "0.1.7"
2731 +
source = "registry+https://github.com/rust-lang/crates.io-index"
2732 +
checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
2733 +
2734 +
[[package]]
1994 2735
name = "unicode-ident"
1995 2736
version = "1.0.24"
1996 2737
source = "registry+https://github.com/rust-lang/crates.io-index"
2004 2745
2005 2746
[[package]]
2006 2747
name = "unicode-truncate"
2007 -
version = "1.1.0"
2748 +
version = "2.0.1"
2008 2749
source = "registry+https://github.com/rust-lang/crates.io-index"
2009 -
checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf"
2750 +
checksum = "16b380a1238663e5f8a691f9039c73e1cdae598a30e9855f541d29b08b53e9a5"
2010 2751
dependencies = [
2011 2752
 "itertools",
2012 2753
 "unicode-segmentation",
2013 -
 "unicode-width 0.1.14",
2754 +
 "unicode-width",
2014 2755
]
2015 -
2016 -
[[package]]
2017 -
name = "unicode-width"
2018 -
version = "0.1.14"
2019 -
source = "registry+https://github.com/rust-lang/crates.io-index"
2020 -
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
2021 2756
2022 2757
[[package]]
2023 2758
name = "unicode-width"
2067 2802
source = "registry+https://github.com/rust-lang/crates.io-index"
2068 2803
checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239"
2069 2804
dependencies = [
2805 +
 "atomic",
2070 2806
 "getrandom 0.4.3",
2071 2807
 "js-sys",
2072 2808
 "serde_core",
2074 2810
]
2075 2811
2076 2812
[[package]]
2813 +
name = "version_check"
2814 +
version = "0.9.5"
2815 +
source = "registry+https://github.com/rust-lang/crates.io-index"
2816 +
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2817 +
2818 +
[[package]]
2819 +
name = "vtparse"
2820 +
version = "0.6.2"
2821 +
source = "registry+https://github.com/rust-lang/crates.io-index"
2822 +
checksum = "6d9b2acfb050df409c972a37d3b8e08cdea3bddb0c09db9d53137e504cfabed0"
2823 +
dependencies = [
2824 +
 "utf8parse",
2825 +
]
2826 +
2827 +
[[package]]
2077 2828
name = "walkdir"
2078 2829
version = "2.5.0"
2079 2830
source = "registry+https://github.com/rust-lang/crates.io-index"
2099 2850
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2100 2851
2101 2852
[[package]]
2853 +
name = "wasip2"
2854 +
version = "1.0.4+wasi-0.2.12"
2855 +
source = "registry+https://github.com/rust-lang/crates.io-index"
2856 +
checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
2857 +
dependencies = [
2858 +
 "wit-bindgen",
2859 +
]
2860 +
2861 +
[[package]]
2102 2862
name = "wasm-bindgen"
2103 2863
version = "0.2.127"
2104 2864
source = "registry+https://github.com/rust-lang/crates.io-index"
2183 2943
]
2184 2944
2185 2945
[[package]]
2946 +
name = "wezterm-bidi"
2947 +
version = "0.2.3"
2948 +
source = "registry+https://github.com/rust-lang/crates.io-index"
2949 +
checksum = "0c0a6e355560527dd2d1cf7890652f4f09bb3433b6aadade4c9b5ed76de5f3ec"
2950 +
dependencies = [
2951 +
 "log",
2952 +
 "wezterm-dynamic",
2953 +
]
2954 +
2955 +
[[package]]
2956 +
name = "wezterm-blob-leases"
2957 +
version = "0.1.1"
2958 +
source = "registry+https://github.com/rust-lang/crates.io-index"
2959 +
checksum = "692daff6d93d94e29e4114544ef6d5c942a7ed998b37abdc19b17136ea428eb7"
2960 +
dependencies = [
2961 +
 "getrandom 0.3.4",
2962 +
 "mac_address",
2963 +
 "sha2",
2964 +
 "thiserror 1.0.69",
2965 +
 "uuid",
2966 +
]
2967 +
2968 +
[[package]]
2969 +
name = "wezterm-color-types"
2970 +
version = "0.3.0"
2971 +
source = "registry+https://github.com/rust-lang/crates.io-index"
2972 +
checksum = "7de81ef35c9010270d63772bebef2f2d6d1f2d20a983d27505ac850b8c4b4296"
2973 +
dependencies = [
2974 +
 "csscolorparser",
2975 +
 "deltae",
2976 +
 "lazy_static",
2977 +
 "wezterm-dynamic",
2978 +
]
2979 +
2980 +
[[package]]
2981 +
name = "wezterm-dynamic"
2982 +
version = "0.2.1"
2983 +
source = "registry+https://github.com/rust-lang/crates.io-index"
2984 +
checksum = "5f2ab60e120fd6eaa68d9567f3226e876684639d22a4219b313ff69ec0ccd5ac"
2985 +
dependencies = [
2986 +
 "log",
2987 +
 "ordered-float",
2988 +
 "strsim",
2989 +
 "thiserror 1.0.69",
2990 +
 "wezterm-dynamic-derive",
2991 +
]
2992 +
2993 +
[[package]]
2994 +
name = "wezterm-dynamic-derive"
2995 +
version = "0.1.1"
2996 +
source = "registry+https://github.com/rust-lang/crates.io-index"
2997 +
checksum = "46c0cf2d539c645b448eaffec9ec494b8b19bd5077d9e58cb1ae7efece8d575b"
2998 +
dependencies = [
2999 +
 "proc-macro2",
3000 +
 "quote",
3001 +
 "syn 1.0.109",
3002 +
]
3003 +
3004 +
[[package]]
3005 +
name = "wezterm-input-types"
3006 +
version = "0.1.0"
3007 +
source = "registry+https://github.com/rust-lang/crates.io-index"
3008 +
checksum = "7012add459f951456ec9d6c7e6fc340b1ce15d6fc9629f8c42853412c029e57e"
3009 +
dependencies = [
3010 +
 "bitflags 1.3.2",
3011 +
 "euclid",
3012 +
 "lazy_static",
3013 +
 "serde",
3014 +
 "wezterm-dynamic",
3015 +
]
3016 +
3017 +
[[package]]
2186 3018
name = "winapi"
2187 3019
version = "0.3.9"
2188 3020
source = "registry+https://github.com/rust-lang/crates.io-index"
2224 3056
version = "0.52.0"
2225 3057
source = "registry+https://github.com/rust-lang/crates.io-index"
2226 3058
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2227 -
dependencies = [
2228 -
 "windows-targets",
2229 -
]
2230 -
2231 -
[[package]]
2232 -
name = "windows-sys"
2233 -
version = "0.59.0"
2234 -
source = "registry+https://github.com/rust-lang/crates.io-index"
2235 -
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2236 3059
dependencies = [
2237 3060
 "windows-targets",
2238 3061
]
2332 3155
 "tokio",
2333 3156
 "url",
2334 3157
]
3158 +
3159 +
[[package]]
3160 +
name = "wit-bindgen"
3161 +
version = "0.57.1"
3162 +
source = "registry+https://github.com/rust-lang/crates.io-index"
3163 +
checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
2335 3164
2336 3165
[[package]]
2337 3166
name = "writeable"
Cargo.toml +2 −2
15 15
[dependencies]
16 16
anyhow = "1.0.104"
17 17
clap = { version = "4.6.6", features = ["derive"] }
18 -
crossterm = "0.28.1"
18 +
crossterm = "0.29.0"
19 19
dirs = "6.0.0"
20 -
ratatui = "0.29.0"
20 +
ratatui = "0.30.2"
21 21
reqwest = { version = "0.13.4", default-features = false, features = [
22 22
    "rustls",
23 23
    "json",