The (very WIP) home of the next versions of my web presences

Update all the lx deps

Changed files
+442 -379
+442 -379
Cargo.lock
··· 3 3 version = 4 4 4 5 5 [[package]] 6 - name = "addr2line" 7 - version = "0.24.2" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" 10 - dependencies = [ 11 - "gimli", 12 - ] 13 - 14 - [[package]] 15 6 name = "adler2" 16 - version = "2.0.0" 7 + version = "2.0.1" 17 8 source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 9 + checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 19 10 20 11 [[package]] 21 12 name = "ahash" ··· 35 26 checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" 36 27 dependencies = [ 37 28 "cfg-if", 38 - "getrandom 0.3.3", 29 + "getrandom 0.3.4", 39 30 "once_cell", 40 31 "version_check", 41 32 "zerocopy", ··· 43 34 44 35 [[package]] 45 36 name = "aho-corasick" 46 - version = "1.1.3" 37 + version = "1.1.4" 47 38 source = "registry+https://github.com/rust-lang/crates.io-index" 48 - checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 39 + checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 49 40 dependencies = [ 50 41 "memchr", 51 42 ] 52 43 53 44 [[package]] 54 - name = "android-tzdata" 55 - version = "0.1.1" 56 - source = "registry+https://github.com/rust-lang/crates.io-index" 57 - checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 58 - 59 - [[package]] 60 45 name = "android_system_properties" 61 46 version = "0.1.5" 62 47 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 67 52 68 53 [[package]] 69 54 name = "anstream" 70 - version = "0.6.18" 55 + version = "0.6.21" 71 56 source = "registry+https://github.com/rust-lang/crates.io-index" 72 - checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" 57 + checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 73 58 dependencies = [ 74 59 "anstyle", 75 60 "anstyle-parse", ··· 82 67 83 68 [[package]] 84 69 name = "anstyle" 85 - version = "1.0.10" 70 + version = "1.0.13" 86 71 source = "registry+https://github.com/rust-lang/crates.io-index" 87 - checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" 72 + checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 88 73 89 74 [[package]] 90 75 name = "anstyle-parse" 91 - version = "0.2.6" 76 + version = "0.2.7" 92 77 source = "registry+https://github.com/rust-lang/crates.io-index" 93 - checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" 78 + checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 94 79 dependencies = [ 95 80 "utf8parse", 96 81 ] 97 82 98 83 [[package]] 99 84 name = "anstyle-query" 100 - version = "1.1.2" 85 + version = "1.1.4" 101 86 source = "registry+https://github.com/rust-lang/crates.io-index" 102 - checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" 87 + checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2" 103 88 dependencies = [ 104 - "windows-sys 0.59.0", 89 + "windows-sys 0.60.2", 105 90 ] 106 91 107 92 [[package]] 108 93 name = "anstyle-wincon" 109 - version = "3.0.8" 94 + version = "3.0.10" 110 95 source = "registry+https://github.com/rust-lang/crates.io-index" 111 - checksum = "6680de5231bd6ee4c6191b8a1325daa282b415391ec9d3a37bd34f2060dc73fa" 96 + checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a" 112 97 dependencies = [ 113 98 "anstyle", 114 99 "once_cell_polyfill", 115 - "windows-sys 0.59.0", 100 + "windows-sys 0.60.2", 116 101 ] 117 102 118 103 [[package]] 119 104 name = "anyhow" 120 - version = "1.0.98" 105 + version = "1.0.100" 121 106 source = "registry+https://github.com/rust-lang/crates.io-index" 122 - checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" 107 + checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" 123 108 124 109 [[package]] 125 110 name = "async-priority-channel" ··· 132 117 133 118 [[package]] 134 119 name = "async-trait" 135 - version = "0.1.88" 120 + version = "0.1.89" 136 121 source = "registry+https://github.com/rust-lang/crates.io-index" 137 - checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" 122 + checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 138 123 dependencies = [ 139 124 "proc-macro2", 140 125 "quote", 141 - "syn 2.0.101", 126 + "syn 2.0.109", 142 127 ] 143 128 144 129 [[package]] ··· 155 140 156 141 [[package]] 157 142 name = "autocfg" 158 - version = "1.4.0" 143 + version = "1.5.0" 159 144 source = "registry+https://github.com/rust-lang/crates.io-index" 160 - checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 145 + checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 161 146 162 147 [[package]] 163 148 name = "axum" ··· 215 200 "tower-layer", 216 201 "tower-service", 217 202 "tracing", 218 - ] 219 - 220 - [[package]] 221 - name = "backtrace" 222 - version = "0.3.75" 223 - source = "registry+https://github.com/rust-lang/crates.io-index" 224 - checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" 225 - dependencies = [ 226 - "addr2line", 227 - "cfg-if", 228 - "libc", 229 - "miniz_oxide", 230 - "object", 231 - "rustc-demangle", 232 - "windows-targets 0.52.6", 233 203 ] 234 204 235 205 [[package]] ··· 258 228 259 229 [[package]] 260 230 name = "bit-set" 261 - version = "0.5.3" 231 + version = "0.8.0" 262 232 source = "registry+https://github.com/rust-lang/crates.io-index" 263 - checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 233 + checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" 264 234 dependencies = [ 265 235 "bit-vec", 266 236 ] 267 237 268 238 [[package]] 269 239 name = "bit-vec" 270 - version = "0.6.3" 240 + version = "0.8.0" 271 241 source = "registry+https://github.com/rust-lang/crates.io-index" 272 - checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 242 + checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" 273 243 274 244 [[package]] 275 245 name = "bitflags" ··· 279 249 280 250 [[package]] 281 251 name = "bitflags" 282 - version = "2.9.1" 252 + version = "2.10.0" 283 253 source = "registry+https://github.com/rust-lang/crates.io-index" 284 - checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" 254 + checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" 285 255 286 256 [[package]] 287 257 name = "bitvec" ··· 306 276 307 277 [[package]] 308 278 name = "bumpalo" 309 - version = "3.17.0" 279 + version = "3.19.0" 310 280 source = "registry+https://github.com/rust-lang/crates.io-index" 311 - checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" 281 + checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 312 282 313 283 [[package]] 314 284 name = "bytecheck" ··· 346 316 347 317 [[package]] 348 318 name = "camino" 349 - version = "1.1.10" 319 + version = "1.2.1" 350 320 source = "registry+https://github.com/rust-lang/crates.io-index" 351 - checksum = "0da45bc31171d8d6960122e222a67740df867c1dd53b4d51caa297084c185cab" 321 + checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609" 352 322 dependencies = [ 353 - "serde", 323 + "serde_core", 354 324 ] 355 325 356 326 [[package]] 357 327 name = "cc" 358 - version = "1.2.24" 328 + version = "1.2.45" 359 329 source = "registry+https://github.com/rust-lang/crates.io-index" 360 - checksum = "16595d3be041c03b09d08d0858631facccee9221e579704070e6e9e4915d3bc7" 330 + checksum = "35900b6c8d709fb1d854671ae27aeaa9eec2f8b01b364e1619a40da3e6fe2afe" 361 331 dependencies = [ 332 + "find-msvc-tools", 362 333 "shlex", 363 334 ] 364 335 365 336 [[package]] 366 337 name = "cfg-if" 367 - version = "1.0.0" 338 + version = "1.0.4" 368 339 source = "registry+https://github.com/rust-lang/crates.io-index" 369 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 340 + checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 370 341 371 342 [[package]] 372 343 name = "cfg_aliases" ··· 376 347 377 348 [[package]] 378 349 name = "chrono" 379 - version = "0.4.41" 350 + version = "0.4.42" 380 351 source = "registry+https://github.com/rust-lang/crates.io-index" 381 - checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" 352 + checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" 382 353 dependencies = [ 383 - "android-tzdata", 384 354 "iana-time-zone", 385 355 "js-sys", 386 356 "num-traits", 387 357 "serde", 388 358 "wasm-bindgen", 389 - "windows-link", 359 + "windows-link 0.2.1", 390 360 ] 391 361 392 362 [[package]] 393 363 name = "clap" 394 - version = "4.5.38" 364 + version = "4.5.51" 395 365 source = "registry+https://github.com/rust-lang/crates.io-index" 396 - checksum = "ed93b9805f8ba930df42c2590f05453d5ec36cbb85d018868a5b24d31f6ac000" 366 + checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5" 397 367 dependencies = [ 398 368 "clap_builder", 399 369 "clap_derive", ··· 401 371 402 372 [[package]] 403 373 name = "clap_builder" 404 - version = "4.5.38" 374 + version = "4.5.51" 405 375 source = "registry+https://github.com/rust-lang/crates.io-index" 406 - checksum = "379026ff283facf611b0ea629334361c4211d1b12ee01024eec1591133b04120" 376 + checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a" 407 377 dependencies = [ 408 378 "anstream", 409 379 "anstyle", 410 380 "clap_lex", 411 381 "strsim", 412 382 "unicase", 413 - "unicode-width 0.2.0", 383 + "unicode-width 0.2.2", 414 384 ] 415 385 416 386 [[package]] 417 387 name = "clap_complete" 418 - version = "4.5.50" 388 + version = "4.5.60" 419 389 source = "registry+https://github.com/rust-lang/crates.io-index" 420 - checksum = "c91d3baa3bcd889d60e6ef28874126a0b384fd225ab83aa6d8a801c519194ce1" 390 + checksum = "8e602857739c5a4291dfa33b5a298aeac9006185229a700e5810a3ef7272d971" 421 391 dependencies = [ 422 392 "clap", 423 393 ] 424 394 425 395 [[package]] 426 396 name = "clap_derive" 427 - version = "4.5.32" 397 + version = "4.5.49" 428 398 source = "registry+https://github.com/rust-lang/crates.io-index" 429 - checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7" 399 + checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671" 430 400 dependencies = [ 431 401 "heck", 432 402 "proc-macro2", 433 403 "quote", 434 - "syn 2.0.101", 404 + "syn 2.0.109", 435 405 ] 436 406 437 407 [[package]] 438 408 name = "clap_lex" 439 - version = "0.7.4" 409 + version = "0.7.6" 440 410 source = "registry+https://github.com/rust-lang/crates.io-index" 441 - checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" 411 + checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" 442 412 443 413 [[package]] 444 414 name = "colorchoice" 445 - version = "1.0.3" 415 + version = "1.0.4" 446 416 source = "registry+https://github.com/rust-lang/crates.io-index" 447 - checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" 417 + checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 448 418 449 419 [[package]] 450 420 name = "concurrent-queue" ··· 496 466 source = "registry+https://github.com/rust-lang/crates.io-index" 497 467 checksum = "5948954f404b4b815e3c34dab4124476d51144c38376625e0d2d413c97573e00" 498 468 dependencies = [ 499 - "bitflags 2.9.1", 469 + "bitflags 2.10.0", 500 470 "pulldown-cmark", 501 471 "unicode-segmentation", 502 472 "xmlparser", ··· 513 483 514 484 [[package]] 515 485 name = "crc32fast" 516 - version = "1.4.2" 486 + version = "1.5.0" 517 487 source = "registry+https://github.com/rust-lang/crates.io-index" 518 - checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 488 + checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 519 489 dependencies = [ 520 490 "cfg-if", 521 491 ] ··· 584 554 checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" 585 555 dependencies = [ 586 556 "quote", 587 - "syn 2.0.101", 557 + "syn 2.0.109", 588 558 ] 589 559 590 560 [[package]] ··· 617 587 618 588 [[package]] 619 589 name = "deranged" 620 - version = "0.4.0" 590 + version = "0.5.5" 621 591 source = "registry+https://github.com/rust-lang/crates.io-index" 622 - checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e" 592 + checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587" 623 593 dependencies = [ 624 594 "powerfmt", 625 595 ] ··· 701 671 702 672 [[package]] 703 673 name = "fancy-regex" 704 - version = "0.11.0" 674 + version = "0.16.2" 705 675 source = "registry+https://github.com/rust-lang/crates.io-index" 706 - checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2" 676 + checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f" 707 677 dependencies = [ 708 678 "bit-set", 709 - "regex", 679 + "regex-automata", 680 + "regex-syntax", 710 681 ] 711 682 712 683 [[package]] 713 684 name = "file-id" 714 - version = "0.2.2" 685 + version = "0.2.3" 715 686 source = "registry+https://github.com/rust-lang/crates.io-index" 716 - checksum = "6bc904b9bbefcadbd8e3a9fb0d464a9b979de6324c03b3c663e8994f46a5be36" 687 + checksum = "e1fc6a637b6dc58414714eddd9170ff187ecb0933d4c7024d1abbd23a3cc26e9" 717 688 dependencies = [ 718 - "windows-sys 0.52.0", 689 + "windows-sys 0.60.2", 719 690 ] 720 691 721 692 [[package]] 722 - name = "filetime" 723 - version = "0.2.25" 693 + name = "find-msvc-tools" 694 + version = "0.1.4" 724 695 source = "registry+https://github.com/rust-lang/crates.io-index" 725 - checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" 726 - dependencies = [ 727 - "cfg-if", 728 - "libc", 729 - "libredox", 730 - "windows-sys 0.59.0", 731 - ] 696 + checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127" 732 697 733 698 [[package]] 734 699 name = "flate2" 735 - version = "1.1.1" 700 + version = "1.1.5" 736 701 source = "registry+https://github.com/rust-lang/crates.io-index" 737 - checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece" 702 + checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb" 738 703 dependencies = [ 739 704 "crc32fast", 740 705 "miniz_oxide", ··· 748 713 749 714 [[package]] 750 715 name = "form_urlencoded" 751 - version = "1.2.1" 716 + version = "1.2.2" 752 717 source = "registry+https://github.com/rust-lang/crates.io-index" 753 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 718 + checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 754 719 dependencies = [ 755 720 "percent-encoding", 756 721 ] ··· 826 791 dependencies = [ 827 792 "proc-macro2", 828 793 "quote", 829 - "syn 2.0.101", 794 + "syn 2.0.109", 830 795 ] 831 796 832 797 [[package]] ··· 861 826 862 827 [[package]] 863 828 name = "generic-array" 864 - version = "0.14.7" 829 + version = "0.14.9" 865 830 source = "registry+https://github.com/rust-lang/crates.io-index" 866 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 831 + checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2" 867 832 dependencies = [ 868 833 "typenum", 869 834 "version_check", ··· 871 836 872 837 [[package]] 873 838 name = "getopts" 874 - version = "0.2.21" 839 + version = "0.2.24" 875 840 source = "registry+https://github.com/rust-lang/crates.io-index" 876 - checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" 841 + checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df" 877 842 dependencies = [ 878 - "unicode-width 0.1.14", 843 + "unicode-width 0.2.2", 879 844 ] 880 845 881 846 [[package]] ··· 886 851 dependencies = [ 887 852 "cfg-if", 888 853 "libc", 889 - "wasi 0.11.0+wasi-snapshot-preview1", 854 + "wasi", 890 855 ] 891 856 892 857 [[package]] 893 858 name = "getrandom" 894 - version = "0.3.3" 859 + version = "0.3.4" 895 860 source = "registry+https://github.com/rust-lang/crates.io-index" 896 - checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" 861 + checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 897 862 dependencies = [ 898 863 "cfg-if", 899 864 "libc", 900 865 "r-efi", 901 - "wasi 0.14.2+wasi-0.2.4", 866 + "wasip2", 902 867 ] 903 868 904 869 [[package]] 905 - name = "gimli" 906 - version = "0.31.1" 907 - source = "registry+https://github.com/rust-lang/crates.io-index" 908 - checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 909 - 910 - [[package]] 911 870 name = "glob" 912 - version = "0.3.2" 871 + version = "0.3.3" 913 872 source = "registry+https://github.com/rust-lang/crates.io-index" 914 - checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" 873 + checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" 915 874 916 875 [[package]] 917 876 name = "h2" 918 - version = "0.4.10" 877 + version = "0.4.12" 919 878 source = "registry+https://github.com/rust-lang/crates.io-index" 920 - checksum = "a9421a676d1b147b16b82c9225157dc629087ef8ec4d5e2960f9437a90dac0a5" 879 + checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" 921 880 dependencies = [ 922 881 "atomic-waker", 923 882 "bytes", ··· 949 908 950 909 [[package]] 951 910 name = "hashbrown" 952 - version = "0.15.3" 911 + version = "0.16.0" 953 912 source = "registry+https://github.com/rust-lang/crates.io-index" 954 - checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3" 913 + checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" 955 914 956 915 [[package]] 957 916 name = "heck" ··· 1013 972 1014 973 [[package]] 1015 974 name = "hyper" 1016 - version = "1.6.0" 975 + version = "1.7.0" 1017 976 source = "registry+https://github.com/rust-lang/crates.io-index" 1018 - checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" 977 + checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" 1019 978 dependencies = [ 979 + "atomic-waker", 1020 980 "bytes", 1021 981 "futures-channel", 1022 - "futures-util", 982 + "futures-core", 1023 983 "h2", 1024 984 "http", 1025 985 "http-body", ··· 1027 987 "httpdate", 1028 988 "itoa", 1029 989 "pin-project-lite", 990 + "pin-utils", 1030 991 "smallvec", 1031 992 "tokio", 1032 993 ] 1033 994 1034 995 [[package]] 1035 996 name = "hyper-util" 1036 - version = "0.1.12" 997 + version = "0.1.17" 1037 998 source = "registry+https://github.com/rust-lang/crates.io-index" 1038 - checksum = "cf9f1e950e0d9d1d3c47184416723cf29c0d1f93bd8cccf37e4beb6b44f31710" 999 + checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8" 1039 1000 dependencies = [ 1040 1001 "bytes", 1041 - "futures-util", 1002 + "futures-core", 1042 1003 "http", 1043 1004 "http-body", 1044 1005 "hyper", ··· 1049 1010 1050 1011 [[package]] 1051 1012 name = "iana-time-zone" 1052 - version = "0.1.63" 1013 + version = "0.1.64" 1053 1014 source = "registry+https://github.com/rust-lang/crates.io-index" 1054 - checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8" 1015 + checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" 1055 1016 dependencies = [ 1056 1017 "android_system_properties", 1057 1018 "core-foundation-sys", ··· 1059 1020 "js-sys", 1060 1021 "log", 1061 1022 "wasm-bindgen", 1062 - "windows-core", 1023 + "windows-core 0.62.2", 1063 1024 ] 1064 1025 1065 1026 [[package]] ··· 1073 1034 1074 1035 [[package]] 1075 1036 name = "indexmap" 1076 - version = "2.11.1" 1037 + version = "2.12.0" 1077 1038 source = "registry+https://github.com/rust-lang/crates.io-index" 1078 - checksum = "206a8042aec68fa4a62e8d3f7aa4ceb508177d9324faf261e1959e495b7a1921" 1039 + checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f" 1079 1040 dependencies = [ 1080 1041 "equivalent", 1081 - "hashbrown 0.15.3", 1042 + "hashbrown 0.16.0", 1082 1043 "rayon", 1083 1044 "serde", 1045 + "serde_core", 1084 1046 ] 1085 1047 1086 1048 [[package]] ··· 1089 1051 source = "registry+https://github.com/rust-lang/crates.io-index" 1090 1052 checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3" 1091 1053 dependencies = [ 1092 - "bitflags 2.9.1", 1054 + "bitflags 2.10.0", 1093 1055 "inotify-sys", 1094 1056 "libc", 1095 1057 ] ··· 1105 1067 1106 1068 [[package]] 1107 1069 name = "is_terminal_polyfill" 1108 - version = "1.70.1" 1070 + version = "1.70.2" 1109 1071 source = "registry+https://github.com/rust-lang/crates.io-index" 1110 - checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 1072 + checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 1111 1073 1112 1074 [[package]] 1113 1075 name = "itertools" ··· 1126 1088 1127 1089 [[package]] 1128 1090 name = "js-sys" 1129 - version = "0.3.77" 1091 + version = "0.3.82" 1130 1092 source = "registry+https://github.com/rust-lang/crates.io-index" 1131 - checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 1093 + checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65" 1132 1094 dependencies = [ 1133 1095 "once_cell", 1134 1096 "wasm-bindgen", ··· 1176 1138 1177 1139 [[package]] 1178 1140 name = "libc" 1179 - version = "0.2.172" 1141 + version = "0.2.177" 1180 1142 source = "registry+https://github.com/rust-lang/crates.io-index" 1181 - checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" 1143 + checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" 1182 1144 1183 1145 [[package]] 1184 1146 name = "libredox" 1185 - version = "0.1.3" 1147 + version = "0.1.10" 1186 1148 source = "registry+https://github.com/rust-lang/crates.io-index" 1187 - checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 1149 + checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb" 1188 1150 dependencies = [ 1189 - "bitflags 2.9.1", 1151 + "bitflags 2.10.0", 1190 1152 "libc", 1191 - "redox_syscall", 1192 1153 ] 1193 1154 1194 1155 [[package]] 1195 1156 name = "lightningcss" 1196 - version = "1.0.0-alpha.67" 1157 + version = "1.0.0-alpha.68" 1197 1158 source = "registry+https://github.com/rust-lang/crates.io-index" 1198 - checksum = "798fba4e1205eed356b8ed7754cc3f7f04914e27855ca641409f4a532e992149" 1159 + checksum = "b407ca668368d1d5a86cea58ac82d9f9f9ca4bac1e9dce6f16f875f0f081a911" 1199 1160 dependencies = [ 1200 1161 "ahash 0.8.12", 1201 - "bitflags 2.9.1", 1162 + "bitflags 2.10.0", 1202 1163 "const-str", 1203 1164 "cssparser", 1204 1165 "cssparser-color", 1205 1166 "dashmap", 1206 1167 "data-encoding", 1207 - "getrandom 0.2.16", 1168 + "getrandom 0.3.4", 1208 1169 "indexmap", 1209 1170 "itertools", 1210 1171 "lazy_static", 1211 1172 "lightningcss-derive", 1212 1173 "parcel_selectors", 1213 1174 "parcel_sourcemap", 1214 - "paste", 1175 + "pastey", 1215 1176 "pathdiff", 1216 1177 "rayon", 1217 1178 "serde", 1179 + "serde-content", 1218 1180 "smallvec", 1219 1181 ] 1220 1182 ··· 1244 1206 dependencies = [ 1245 1207 "libc", 1246 1208 "neli", 1247 - "thiserror 2.0.12", 1209 + "thiserror 2.0.17", 1248 1210 "windows-sys 0.59.0", 1249 1211 ] 1250 1212 1251 1213 [[package]] 1252 1214 name = "lock_api" 1253 - version = "0.4.12" 1215 + version = "0.4.14" 1254 1216 source = "registry+https://github.com/rust-lang/crates.io-index" 1255 - checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 1217 + checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 1256 1218 dependencies = [ 1257 - "autocfg", 1258 1219 "scopeguard", 1259 1220 ] 1260 1221 1261 1222 [[package]] 1262 1223 name = "log" 1263 - version = "0.4.27" 1224 + version = "0.4.28" 1264 1225 source = "registry+https://github.com/rust-lang/crates.io-index" 1265 - checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" 1226 + checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" 1266 1227 1267 1228 [[package]] 1268 1229 name = "lx" ··· 1298 1259 "simplelog", 1299 1260 "slug", 1300 1261 "syntect", 1301 - "thiserror 2.0.12", 1262 + "thiserror 2.0.17", 1302 1263 "tokio", 1303 1264 "tower-http", 1304 1265 "uuid", ··· 1315 1276 "pulldown-cmark", 1316 1277 "serde", 1317 1278 "syntect", 1318 - "thiserror 2.0.12", 1279 + "thiserror 2.0.17", 1319 1280 ] 1320 1281 1321 1282 [[package]] ··· 1332 1293 1333 1294 [[package]] 1334 1295 name = "memchr" 1335 - version = "2.7.4" 1296 + version = "2.7.6" 1336 1297 source = "registry+https://github.com/rust-lang/crates.io-index" 1337 - checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 1298 + checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 1338 1299 1339 1300 [[package]] 1340 1301 name = "memo-map" ··· 1361 1322 dependencies = [ 1362 1323 "proc-macro2", 1363 1324 "quote", 1364 - "syn 2.0.101", 1325 + "syn 2.0.109", 1365 1326 ] 1366 1327 1367 1328 [[package]] ··· 1393 1354 1394 1355 [[package]] 1395 1356 name = "miniz_oxide" 1396 - version = "0.8.8" 1357 + version = "0.8.9" 1397 1358 source = "registry+https://github.com/rust-lang/crates.io-index" 1398 - checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a" 1359 + checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 1399 1360 dependencies = [ 1400 1361 "adler2", 1362 + "simd-adler32", 1401 1363 ] 1402 1364 1403 1365 [[package]] 1404 1366 name = "mio" 1405 - version = "1.0.4" 1367 + version = "1.1.0" 1406 1368 source = "registry+https://github.com/rust-lang/crates.io-index" 1407 - checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" 1369 + checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873" 1408 1370 dependencies = [ 1409 1371 "libc", 1410 1372 "log", 1411 - "wasi 0.11.0+wasi-snapshot-preview1", 1412 - "windows-sys 0.59.0", 1373 + "wasi", 1374 + "windows-sys 0.61.2", 1413 1375 ] 1414 1376 1415 1377 [[package]] ··· 1449 1411 source = "registry+https://github.com/rust-lang/crates.io-index" 1450 1412 checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" 1451 1413 dependencies = [ 1452 - "bitflags 2.9.1", 1414 + "bitflags 2.10.0", 1453 1415 "cfg-if", 1454 1416 "cfg_aliases", 1455 1417 "libc", ··· 1463 1425 1464 1426 [[package]] 1465 1427 name = "notify" 1466 - version = "8.0.0" 1428 + version = "8.2.0" 1467 1429 source = "registry+https://github.com/rust-lang/crates.io-index" 1468 - checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943" 1430 + checksum = "4d3d07927151ff8575b7087f245456e549fea62edf0ec4e565a5ee50c8402bc3" 1469 1431 dependencies = [ 1470 - "bitflags 2.9.1", 1471 - "filetime", 1432 + "bitflags 2.10.0", 1472 1433 "fsevent-sys", 1473 1434 "inotify", 1474 1435 "kqueue", ··· 1477 1438 "mio", 1478 1439 "notify-types", 1479 1440 "walkdir", 1480 - "windows-sys 0.59.0", 1441 + "windows-sys 0.60.2", 1481 1442 ] 1482 1443 1483 1444 [[package]] ··· 1524 1485 ] 1525 1486 1526 1487 [[package]] 1527 - name = "object" 1528 - version = "0.36.7" 1529 - source = "registry+https://github.com/rust-lang/crates.io-index" 1530 - checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" 1531 - dependencies = [ 1532 - "memchr", 1533 - ] 1534 - 1535 - [[package]] 1536 1488 name = "once_cell" 1537 1489 version = "1.21.3" 1538 1490 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1540 1492 1541 1493 [[package]] 1542 1494 name = "once_cell_polyfill" 1543 - version = "1.70.1" 1495 + version = "1.70.2" 1544 1496 source = "registry+https://github.com/rust-lang/crates.io-index" 1545 - checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" 1497 + checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 1546 1498 1547 1499 [[package]] 1548 1500 name = "option-ext" ··· 1562 1514 source = "registry+https://github.com/rust-lang/crates.io-index" 1563 1515 checksum = "54fd03f1ad26cb6b3ec1b7414fa78a3bd639e7dbb421b1a60513c96ce886a196" 1564 1516 dependencies = [ 1565 - "bitflags 2.9.1", 1517 + "bitflags 2.10.0", 1566 1518 "cssparser", 1567 1519 "log", 1568 1520 "phf", ··· 1600 1552 1601 1553 [[package]] 1602 1554 name = "parking_lot" 1603 - version = "0.12.3" 1555 + version = "0.12.5" 1604 1556 source = "registry+https://github.com/rust-lang/crates.io-index" 1605 - checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 1557 + checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 1606 1558 dependencies = [ 1607 1559 "lock_api", 1608 1560 "parking_lot_core", ··· 1610 1562 1611 1563 [[package]] 1612 1564 name = "parking_lot_core" 1613 - version = "0.9.10" 1565 + version = "0.9.12" 1614 1566 source = "registry+https://github.com/rust-lang/crates.io-index" 1615 - checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 1567 + checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 1616 1568 dependencies = [ 1617 1569 "cfg-if", 1618 1570 "libc", 1619 1571 "redox_syscall", 1620 1572 "smallvec", 1621 - "windows-targets 0.52.6", 1573 + "windows-link 0.2.1", 1622 1574 ] 1623 1575 1624 1576 [[package]] 1625 - name = "paste" 1626 - version = "1.0.15" 1577 + name = "pastey" 1578 + version = "0.1.1" 1627 1579 source = "registry+https://github.com/rust-lang/crates.io-index" 1628 - checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 1580 + checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec" 1629 1581 1630 1582 [[package]] 1631 1583 name = "pathdiff" ··· 1635 1587 1636 1588 [[package]] 1637 1589 name = "percent-encoding" 1638 - version = "2.3.1" 1590 + version = "2.3.2" 1639 1591 source = "registry+https://github.com/rust-lang/crates.io-index" 1640 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 1592 + checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 1641 1593 1642 1594 [[package]] 1643 1595 name = "phf" ··· 1679 1631 "phf_shared", 1680 1632 "proc-macro2", 1681 1633 "quote", 1682 - "syn 2.0.101", 1634 + "syn 2.0.109", 1683 1635 ] 1684 1636 1685 1637 [[package]] ··· 1705 1657 1706 1658 [[package]] 1707 1659 name = "plist" 1708 - version = "1.7.1" 1660 + version = "1.8.0" 1709 1661 source = "registry+https://github.com/rust-lang/crates.io-index" 1710 - checksum = "eac26e981c03a6e53e0aee43c113e3202f5581d5360dae7bd2c70e800dd0451d" 1662 + checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07" 1711 1663 dependencies = [ 1712 1664 "base64", 1713 1665 "indexmap", ··· 1739 1691 1740 1692 [[package]] 1741 1693 name = "proc-macro2" 1742 - version = "1.0.95" 1694 + version = "1.0.103" 1743 1695 source = "registry+https://github.com/rust-lang/crates.io-index" 1744 - checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" 1696 + checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" 1745 1697 dependencies = [ 1746 1698 "unicode-ident", 1747 1699 ] ··· 1786 1738 source = "registry+https://github.com/rust-lang/crates.io-index" 1787 1739 checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0" 1788 1740 dependencies = [ 1789 - "bitflags 2.9.1", 1741 + "bitflags 2.10.0", 1790 1742 "getopts", 1791 1743 "memchr", 1792 1744 "pulldown-cmark-escape", ··· 1801 1753 1802 1754 [[package]] 1803 1755 name = "quick-xml" 1804 - version = "0.32.0" 1756 + version = "0.38.3" 1805 1757 source = "registry+https://github.com/rust-lang/crates.io-index" 1806 - checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2" 1758 + checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89" 1807 1759 dependencies = [ 1808 1760 "memchr", 1809 1761 ] 1810 1762 1811 1763 [[package]] 1812 1764 name = "quote" 1813 - version = "1.0.40" 1765 + version = "1.0.42" 1814 1766 source = "registry+https://github.com/rust-lang/crates.io-index" 1815 - checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 1767 + checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" 1816 1768 dependencies = [ 1817 1769 "proc-macro2", 1818 1770 ] ··· 1861 1813 1862 1814 [[package]] 1863 1815 name = "rayon" 1864 - version = "1.10.0" 1816 + version = "1.11.0" 1865 1817 source = "registry+https://github.com/rust-lang/crates.io-index" 1866 - checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" 1818 + checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" 1867 1819 dependencies = [ 1868 1820 "either", 1869 1821 "rayon-core", ··· 1871 1823 1872 1824 [[package]] 1873 1825 name = "rayon-core" 1874 - version = "1.12.1" 1826 + version = "1.13.0" 1875 1827 source = "registry+https://github.com/rust-lang/crates.io-index" 1876 - checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 1828 + checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" 1877 1829 dependencies = [ 1878 1830 "crossbeam-deque", 1879 1831 "crossbeam-utils", ··· 1881 1833 1882 1834 [[package]] 1883 1835 name = "redox_syscall" 1884 - version = "0.5.12" 1836 + version = "0.5.18" 1885 1837 source = "registry+https://github.com/rust-lang/crates.io-index" 1886 - checksum = "928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af" 1838 + checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 1887 1839 dependencies = [ 1888 - "bitflags 2.9.1", 1840 + "bitflags 2.10.0", 1889 1841 ] 1890 1842 1891 1843 [[package]] ··· 1901 1853 1902 1854 [[package]] 1903 1855 name = "regex" 1904 - version = "1.11.1" 1856 + version = "1.12.2" 1905 1857 source = "registry+https://github.com/rust-lang/crates.io-index" 1906 - checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 1858 + checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" 1907 1859 dependencies = [ 1908 1860 "aho-corasick", 1909 1861 "memchr", ··· 1913 1865 1914 1866 [[package]] 1915 1867 name = "regex-automata" 1916 - version = "0.4.9" 1868 + version = "0.4.13" 1917 1869 source = "registry+https://github.com/rust-lang/crates.io-index" 1918 - checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 1870 + checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" 1919 1871 dependencies = [ 1920 1872 "aho-corasick", 1921 1873 "memchr", ··· 1924 1876 1925 1877 [[package]] 1926 1878 name = "regex-syntax" 1927 - version = "0.8.5" 1879 + version = "0.8.8" 1928 1880 source = "registry+https://github.com/rust-lang/crates.io-index" 1929 - checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 1881 + checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" 1930 1882 1931 1883 [[package]] 1932 1884 name = "rend" ··· 1965 1917 "quote", 1966 1918 "syn 1.0.109", 1967 1919 ] 1968 - 1969 - [[package]] 1970 - name = "rustc-demangle" 1971 - version = "0.1.24" 1972 - source = "registry+https://github.com/rust-lang/crates.io-index" 1973 - checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 1974 1920 1975 1921 [[package]] 1976 1922 name = "rustc-hash" ··· 1980 1926 1981 1927 [[package]] 1982 1928 name = "rustversion" 1983 - version = "1.0.21" 1929 + version = "1.0.22" 1984 1930 source = "registry+https://github.com/rust-lang/crates.io-index" 1985 - checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" 1931 + checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 1986 1932 1987 1933 [[package]] 1988 1934 name = "ryu" ··· 2013 1959 2014 1960 [[package]] 2015 1961 name = "self_cell" 2016 - version = "1.2.0" 1962 + version = "1.2.1" 2017 1963 source = "registry+https://github.com/rust-lang/crates.io-index" 2018 - checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749" 1964 + checksum = "16c2f82143577edb4921b71ede051dac62ca3c16084e918bf7b40c96ae10eb33" 2019 1965 2020 1966 [[package]] 2021 1967 name = "serde" 2022 - version = "1.0.219" 1968 + version = "1.0.228" 2023 1969 source = "registry+https://github.com/rust-lang/crates.io-index" 2024 - checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" 1970 + checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 1971 + dependencies = [ 1972 + "serde_core", 1973 + "serde_derive", 1974 + ] 1975 + 1976 + [[package]] 1977 + name = "serde-content" 1978 + version = "0.1.2" 1979 + source = "registry+https://github.com/rust-lang/crates.io-index" 1980 + checksum = "3753ca04f350fa92d00b6146a3555e63c55388c9ef2e11e09bce2ff1c0b509c6" 1981 + dependencies = [ 1982 + "serde", 1983 + ] 1984 + 1985 + [[package]] 1986 + name = "serde_core" 1987 + version = "1.0.228" 1988 + source = "registry+https://github.com/rust-lang/crates.io-index" 1989 + checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 2025 1990 dependencies = [ 2026 1991 "serde_derive", 2027 1992 ] 2028 1993 2029 1994 [[package]] 2030 1995 name = "serde_derive" 2031 - version = "1.0.219" 1996 + version = "1.0.228" 2032 1997 source = "registry+https://github.com/rust-lang/crates.io-index" 2033 - checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" 1998 + checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 2034 1999 dependencies = [ 2035 2000 "proc-macro2", 2036 2001 "quote", 2037 - "syn 2.0.101", 2002 + "syn 2.0.109", 2038 2003 ] 2039 2004 2040 2005 [[package]] 2041 2006 name = "serde_json" 2042 - version = "1.0.140" 2007 + version = "1.0.145" 2043 2008 source = "registry+https://github.com/rust-lang/crates.io-index" 2044 - checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" 2009 + checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 2045 2010 dependencies = [ 2046 2011 "itoa", 2047 2012 "memchr", 2048 2013 "ryu", 2049 2014 "serde", 2015 + "serde_core", 2050 2016 ] 2051 2017 2052 2018 [[package]] 2053 2019 name = "serde_path_to_error" 2054 - version = "0.1.17" 2020 + version = "0.1.20" 2055 2021 source = "registry+https://github.com/rust-lang/crates.io-index" 2056 - checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a" 2022 + checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" 2057 2023 dependencies = [ 2058 2024 "itoa", 2059 2025 "serde", 2026 + "serde_core", 2060 2027 ] 2061 2028 2062 2029 [[package]] ··· 2109 2076 2110 2077 [[package]] 2111 2078 name = "signal-hook-registry" 2112 - version = "1.4.5" 2079 + version = "1.4.6" 2113 2080 source = "registry+https://github.com/rust-lang/crates.io-index" 2114 - checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410" 2081 + checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b" 2115 2082 dependencies = [ 2116 2083 "libc", 2117 2084 ] ··· 2124 2091 dependencies = [ 2125 2092 "outref", 2126 2093 ] 2094 + 2095 + [[package]] 2096 + name = "simd-adler32" 2097 + version = "0.3.7" 2098 + source = "registry+https://github.com/rust-lang/crates.io-index" 2099 + checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 2127 2100 2128 2101 [[package]] 2129 2102 name = "simdutf8" ··· 2151 2124 2152 2125 [[package]] 2153 2126 name = "slab" 2154 - version = "0.4.9" 2127 + version = "0.4.11" 2155 2128 source = "registry+https://github.com/rust-lang/crates.io-index" 2156 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 2157 - dependencies = [ 2158 - "autocfg", 2159 - ] 2129 + checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 2160 2130 2161 2131 [[package]] 2162 2132 name = "slug" ··· 2170 2140 2171 2141 [[package]] 2172 2142 name = "smallvec" 2173 - version = "1.15.0" 2143 + version = "1.15.1" 2174 2144 source = "registry+https://github.com/rust-lang/crates.io-index" 2175 - checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" 2145 + checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 2176 2146 2177 2147 [[package]] 2178 2148 name = "socket2" 2179 - version = "0.5.9" 2149 + version = "0.6.1" 2180 2150 source = "registry+https://github.com/rust-lang/crates.io-index" 2181 - checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef" 2151 + checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" 2182 2152 dependencies = [ 2183 2153 "libc", 2184 - "windows-sys 0.52.0", 2154 + "windows-sys 0.60.2", 2185 2155 ] 2186 2156 2187 2157 [[package]] ··· 2203 2173 2204 2174 [[package]] 2205 2175 name = "syn" 2206 - version = "2.0.101" 2176 + version = "2.0.109" 2207 2177 source = "registry+https://github.com/rust-lang/crates.io-index" 2208 - checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf" 2178 + checksum = "2f17c7e013e88258aa9543dcbe81aca68a667a9ac37cd69c9fbc07858bfe0e2f" 2209 2179 dependencies = [ 2210 2180 "proc-macro2", 2211 2181 "quote", ··· 2220 2190 2221 2191 [[package]] 2222 2192 name = "syntect" 2223 - version = "5.2.0" 2193 + version = "5.3.0" 2224 2194 source = "registry+https://github.com/rust-lang/crates.io-index" 2225 - checksum = "874dcfa363995604333cf947ae9f751ca3af4522c60886774c4963943b4746b1" 2195 + checksum = "656b45c05d95a5704399aeef6bd0ddec7b2b3531b7c9e900abbf7c4d2190c925" 2226 2196 dependencies = [ 2227 2197 "bincode", 2228 - "bitflags 1.3.2", 2229 2198 "fancy-regex", 2230 2199 "flate2", 2231 2200 "fnv", ··· 2235 2204 "serde", 2236 2205 "serde_derive", 2237 2206 "serde_json", 2238 - "thiserror 1.0.69", 2207 + "thiserror 2.0.17", 2239 2208 "walkdir", 2240 2209 "yaml-rust", 2241 2210 ] ··· 2266 2235 2267 2236 [[package]] 2268 2237 name = "thiserror" 2269 - version = "2.0.12" 2238 + version = "2.0.17" 2270 2239 source = "registry+https://github.com/rust-lang/crates.io-index" 2271 - checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" 2240 + checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" 2272 2241 dependencies = [ 2273 - "thiserror-impl 2.0.12", 2242 + "thiserror-impl 2.0.17", 2274 2243 ] 2275 2244 2276 2245 [[package]] ··· 2281 2250 dependencies = [ 2282 2251 "proc-macro2", 2283 2252 "quote", 2284 - "syn 2.0.101", 2253 + "syn 2.0.109", 2285 2254 ] 2286 2255 2287 2256 [[package]] 2288 2257 name = "thiserror-impl" 2289 - version = "2.0.12" 2258 + version = "2.0.17" 2290 2259 source = "registry+https://github.com/rust-lang/crates.io-index" 2291 - checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" 2260 + checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" 2292 2261 dependencies = [ 2293 2262 "proc-macro2", 2294 2263 "quote", 2295 - "syn 2.0.101", 2264 + "syn 2.0.109", 2296 2265 ] 2297 2266 2298 2267 [[package]] 2299 2268 name = "time" 2300 - version = "0.3.41" 2269 + version = "0.3.44" 2301 2270 source = "registry+https://github.com/rust-lang/crates.io-index" 2302 - checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40" 2271 + checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" 2303 2272 dependencies = [ 2304 2273 "deranged", 2305 2274 "itoa", ··· 2314 2283 2315 2284 [[package]] 2316 2285 name = "time-core" 2317 - version = "0.1.4" 2286 + version = "0.1.6" 2318 2287 source = "registry+https://github.com/rust-lang/crates.io-index" 2319 - checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c" 2288 + checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" 2320 2289 2321 2290 [[package]] 2322 2291 name = "time-macros" 2323 - version = "0.2.22" 2292 + version = "0.2.24" 2324 2293 source = "registry+https://github.com/rust-lang/crates.io-index" 2325 - checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49" 2294 + checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" 2326 2295 dependencies = [ 2327 2296 "num-conv", 2328 2297 "time-core", ··· 2330 2299 2331 2300 [[package]] 2332 2301 name = "tinyvec" 2333 - version = "1.9.0" 2302 + version = "1.10.0" 2334 2303 source = "registry+https://github.com/rust-lang/crates.io-index" 2335 - checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71" 2304 + checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 2336 2305 dependencies = [ 2337 2306 "tinyvec_macros", 2338 2307 ] ··· 2345 2314 2346 2315 [[package]] 2347 2316 name = "tokio" 2348 - version = "1.45.1" 2317 + version = "1.48.0" 2349 2318 source = "registry+https://github.com/rust-lang/crates.io-index" 2350 - checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779" 2319 + checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" 2351 2320 dependencies = [ 2352 - "backtrace", 2353 2321 "bytes", 2354 2322 "libc", 2355 2323 "mio", ··· 2358 2326 "signal-hook-registry", 2359 2327 "socket2", 2360 2328 "tokio-macros", 2361 - "windows-sys 0.52.0", 2329 + "windows-sys 0.61.2", 2362 2330 ] 2363 2331 2364 2332 [[package]] 2365 2333 name = "tokio-macros" 2366 - version = "2.5.0" 2334 + version = "2.6.0" 2367 2335 source = "registry+https://github.com/rust-lang/crates.io-index" 2368 - checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 2336 + checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" 2369 2337 dependencies = [ 2370 2338 "proc-macro2", 2371 2339 "quote", 2372 - "syn 2.0.101", 2340 + "syn 2.0.109", 2373 2341 ] 2374 2342 2375 2343 [[package]] ··· 2386 2354 2387 2355 [[package]] 2388 2356 name = "tokio-util" 2389 - version = "0.7.15" 2357 + version = "0.7.17" 2390 2358 source = "registry+https://github.com/rust-lang/crates.io-index" 2391 - checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" 2359 + checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594" 2392 2360 dependencies = [ 2393 2361 "bytes", 2394 2362 "futures-core", ··· 2419 2387 source = "registry+https://github.com/rust-lang/crates.io-index" 2420 2388 checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" 2421 2389 dependencies = [ 2422 - "bitflags 2.9.1", 2390 + "bitflags 2.10.0", 2423 2391 "bytes", 2424 2392 "futures-util", 2425 2393 "http", ··· 2464 2432 2465 2433 [[package]] 2466 2434 name = "tracing-attributes" 2467 - version = "0.1.28" 2435 + version = "0.1.30" 2468 2436 source = "registry+https://github.com/rust-lang/crates.io-index" 2469 - checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" 2437 + checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" 2470 2438 dependencies = [ 2471 2439 "proc-macro2", 2472 2440 "quote", 2473 - "syn 2.0.101", 2441 + "syn 2.0.109", 2474 2442 ] 2475 2443 2476 2444 [[package]] 2477 2445 name = "tracing-core" 2478 - version = "0.1.33" 2446 + version = "0.1.34" 2479 2447 source = "registry+https://github.com/rust-lang/crates.io-index" 2480 - checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" 2448 + checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 2481 2449 dependencies = [ 2482 2450 "once_cell", 2483 2451 ] ··· 2502 2470 2503 2471 [[package]] 2504 2472 name = "typenum" 2505 - version = "1.18.0" 2473 + version = "1.19.0" 2506 2474 source = "registry+https://github.com/rust-lang/crates.io-index" 2507 - checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" 2475 + checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 2508 2476 2509 2477 [[package]] 2510 2478 name = "unicase" ··· 2514 2482 2515 2483 [[package]] 2516 2484 name = "unicode-ident" 2517 - version = "1.0.18" 2485 + version = "1.0.22" 2518 2486 source = "registry+https://github.com/rust-lang/crates.io-index" 2519 - checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 2487 + checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" 2520 2488 2521 2489 [[package]] 2522 2490 name = "unicode-segmentation" ··· 2532 2500 2533 2501 [[package]] 2534 2502 name = "unicode-width" 2535 - version = "0.2.0" 2503 + version = "0.2.2" 2536 2504 source = "registry+https://github.com/rust-lang/crates.io-index" 2537 - checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" 2505 + checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" 2538 2506 2539 2507 [[package]] 2540 2508 name = "unsafe-libyaml" ··· 2556 2524 2557 2525 [[package]] 2558 2526 name = "uuid" 2559 - version = "1.17.0" 2527 + version = "1.18.1" 2560 2528 source = "registry+https://github.com/rust-lang/crates.io-index" 2561 - checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d" 2529 + checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" 2562 2530 dependencies = [ 2563 2531 "js-sys", 2564 2532 "serde", ··· 2590 2558 2591 2559 [[package]] 2592 2560 name = "wasi" 2593 - version = "0.11.0+wasi-snapshot-preview1" 2561 + version = "0.11.1+wasi-snapshot-preview1" 2594 2562 source = "registry+https://github.com/rust-lang/crates.io-index" 2595 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 2563 + checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 2596 2564 2597 2565 [[package]] 2598 - name = "wasi" 2599 - version = "0.14.2+wasi-0.2.4" 2566 + name = "wasip2" 2567 + version = "1.0.1+wasi-0.2.4" 2600 2568 source = "registry+https://github.com/rust-lang/crates.io-index" 2601 - checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" 2569 + checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 2602 2570 dependencies = [ 2603 - "wit-bindgen-rt", 2571 + "wit-bindgen", 2604 2572 ] 2605 2573 2606 2574 [[package]] 2607 2575 name = "wasm-bindgen" 2608 - version = "0.2.100" 2576 + version = "0.2.105" 2609 2577 source = "registry+https://github.com/rust-lang/crates.io-index" 2610 - checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 2578 + checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60" 2611 2579 dependencies = [ 2612 2580 "cfg-if", 2613 2581 "once_cell", 2614 2582 "rustversion", 2615 2583 "wasm-bindgen-macro", 2616 - ] 2617 - 2618 - [[package]] 2619 - name = "wasm-bindgen-backend" 2620 - version = "0.2.100" 2621 - source = "registry+https://github.com/rust-lang/crates.io-index" 2622 - checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 2623 - dependencies = [ 2624 - "bumpalo", 2625 - "log", 2626 - "proc-macro2", 2627 - "quote", 2628 - "syn 2.0.101", 2629 2584 "wasm-bindgen-shared", 2630 2585 ] 2631 2586 2632 2587 [[package]] 2633 2588 name = "wasm-bindgen-macro" 2634 - version = "0.2.100" 2589 + version = "0.2.105" 2635 2590 source = "registry+https://github.com/rust-lang/crates.io-index" 2636 - checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 2591 + checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2" 2637 2592 dependencies = [ 2638 2593 "quote", 2639 2594 "wasm-bindgen-macro-support", ··· 2641 2596 2642 2597 [[package]] 2643 2598 name = "wasm-bindgen-macro-support" 2644 - version = "0.2.100" 2599 + version = "0.2.105" 2645 2600 source = "registry+https://github.com/rust-lang/crates.io-index" 2646 - checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 2601 + checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc" 2647 2602 dependencies = [ 2603 + "bumpalo", 2648 2604 "proc-macro2", 2649 2605 "quote", 2650 - "syn 2.0.101", 2651 - "wasm-bindgen-backend", 2606 + "syn 2.0.109", 2652 2607 "wasm-bindgen-shared", 2653 2608 ] 2654 2609 2655 2610 [[package]] 2656 2611 name = "wasm-bindgen-shared" 2657 - version = "0.2.100" 2612 + version = "0.2.105" 2658 2613 source = "registry+https://github.com/rust-lang/crates.io-index" 2659 - checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 2614 + checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76" 2660 2615 dependencies = [ 2661 2616 "unicode-ident", 2662 2617 ] ··· 2673 2628 "miette", 2674 2629 "normalize-path", 2675 2630 "notify", 2676 - "thiserror 2.0.12", 2631 + "thiserror 2.0.17", 2677 2632 "tokio", 2678 2633 "tracing", 2679 2634 "watchexec-events", ··· 2699 2654 dependencies = [ 2700 2655 "miette", 2701 2656 "nix", 2702 - "thiserror 2.0.12", 2657 + "thiserror 2.0.17", 2703 2658 ] 2704 2659 2705 2660 [[package]] ··· 2718 2673 2719 2674 [[package]] 2720 2675 name = "winapi-util" 2721 - version = "0.1.9" 2676 + version = "0.1.11" 2722 2677 source = "registry+https://github.com/rust-lang/crates.io-index" 2723 - checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 2678 + checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 2724 2679 dependencies = [ 2725 - "windows-sys 0.59.0", 2680 + "windows-sys 0.61.2", 2726 2681 ] 2727 2682 2728 2683 [[package]] 2729 2684 name = "windows" 2730 - version = "0.61.1" 2685 + version = "0.61.3" 2731 2686 source = "registry+https://github.com/rust-lang/crates.io-index" 2732 - checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419" 2687 + checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" 2733 2688 dependencies = [ 2734 2689 "windows-collections", 2735 - "windows-core", 2690 + "windows-core 0.61.2", 2736 2691 "windows-future", 2737 - "windows-link", 2692 + "windows-link 0.1.3", 2738 2693 "windows-numerics", 2739 2694 ] 2740 2695 ··· 2744 2699 source = "registry+https://github.com/rust-lang/crates.io-index" 2745 2700 checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" 2746 2701 dependencies = [ 2747 - "windows-core", 2702 + "windows-core 0.61.2", 2748 2703 ] 2749 2704 2750 2705 [[package]] ··· 2755 2710 dependencies = [ 2756 2711 "windows-implement", 2757 2712 "windows-interface", 2758 - "windows-link", 2759 - "windows-result", 2760 - "windows-strings", 2713 + "windows-link 0.1.3", 2714 + "windows-result 0.3.4", 2715 + "windows-strings 0.4.2", 2716 + ] 2717 + 2718 + [[package]] 2719 + name = "windows-core" 2720 + version = "0.62.2" 2721 + source = "registry+https://github.com/rust-lang/crates.io-index" 2722 + checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 2723 + dependencies = [ 2724 + "windows-implement", 2725 + "windows-interface", 2726 + "windows-link 0.2.1", 2727 + "windows-result 0.4.1", 2728 + "windows-strings 0.5.1", 2761 2729 ] 2762 2730 2763 2731 [[package]] ··· 2766 2734 source = "registry+https://github.com/rust-lang/crates.io-index" 2767 2735 checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" 2768 2736 dependencies = [ 2769 - "windows-core", 2770 - "windows-link", 2737 + "windows-core 0.61.2", 2738 + "windows-link 0.1.3", 2771 2739 "windows-threading", 2772 2740 ] 2773 2741 2774 2742 [[package]] 2775 2743 name = "windows-implement" 2776 - version = "0.60.0" 2744 + version = "0.60.2" 2777 2745 source = "registry+https://github.com/rust-lang/crates.io-index" 2778 - checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" 2746 + checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 2779 2747 dependencies = [ 2780 2748 "proc-macro2", 2781 2749 "quote", 2782 - "syn 2.0.101", 2750 + "syn 2.0.109", 2783 2751 ] 2784 2752 2785 2753 [[package]] 2786 2754 name = "windows-interface" 2787 - version = "0.59.1" 2755 + version = "0.59.3" 2788 2756 source = "registry+https://github.com/rust-lang/crates.io-index" 2789 - checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" 2757 + checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 2790 2758 dependencies = [ 2791 2759 "proc-macro2", 2792 2760 "quote", 2793 - "syn 2.0.101", 2761 + "syn 2.0.109", 2794 2762 ] 2795 2763 2796 2764 [[package]] 2797 2765 name = "windows-link" 2798 - version = "0.1.1" 2766 + version = "0.1.3" 2799 2767 source = "registry+https://github.com/rust-lang/crates.io-index" 2800 - checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38" 2768 + checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 2769 + 2770 + [[package]] 2771 + name = "windows-link" 2772 + version = "0.2.1" 2773 + source = "registry+https://github.com/rust-lang/crates.io-index" 2774 + checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 2801 2775 2802 2776 [[package]] 2803 2777 name = "windows-numerics" ··· 2805 2779 source = "registry+https://github.com/rust-lang/crates.io-index" 2806 2780 checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" 2807 2781 dependencies = [ 2808 - "windows-core", 2809 - "windows-link", 2782 + "windows-core 0.61.2", 2783 + "windows-link 0.1.3", 2810 2784 ] 2811 2785 2812 2786 [[package]] ··· 2815 2789 source = "registry+https://github.com/rust-lang/crates.io-index" 2816 2790 checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 2817 2791 dependencies = [ 2818 - "windows-link", 2792 + "windows-link 0.1.3", 2793 + ] 2794 + 2795 + [[package]] 2796 + name = "windows-result" 2797 + version = "0.4.1" 2798 + source = "registry+https://github.com/rust-lang/crates.io-index" 2799 + checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 2800 + dependencies = [ 2801 + "windows-link 0.2.1", 2819 2802 ] 2820 2803 2821 2804 [[package]] ··· 2824 2807 source = "registry+https://github.com/rust-lang/crates.io-index" 2825 2808 checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 2826 2809 dependencies = [ 2827 - "windows-link", 2810 + "windows-link 0.1.3", 2811 + ] 2812 + 2813 + [[package]] 2814 + name = "windows-strings" 2815 + version = "0.5.1" 2816 + source = "registry+https://github.com/rust-lang/crates.io-index" 2817 + checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 2818 + dependencies = [ 2819 + "windows-link 0.2.1", 2828 2820 ] 2829 2821 2830 2822 [[package]] ··· 2838 2830 2839 2831 [[package]] 2840 2832 name = "windows-sys" 2841 - version = "0.52.0" 2833 + version = "0.59.0" 2842 2834 source = "registry+https://github.com/rust-lang/crates.io-index" 2843 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2835 + checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 2844 2836 dependencies = [ 2845 2837 "windows-targets 0.52.6", 2846 2838 ] 2847 2839 2848 2840 [[package]] 2849 2841 name = "windows-sys" 2850 - version = "0.59.0" 2842 + version = "0.60.2" 2851 2843 source = "registry+https://github.com/rust-lang/crates.io-index" 2852 - checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 2844 + checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 2853 2845 dependencies = [ 2854 - "windows-targets 0.52.6", 2846 + "windows-targets 0.53.5", 2847 + ] 2848 + 2849 + [[package]] 2850 + name = "windows-sys" 2851 + version = "0.61.2" 2852 + source = "registry+https://github.com/rust-lang/crates.io-index" 2853 + checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 2854 + dependencies = [ 2855 + "windows-link 0.2.1", 2855 2856 ] 2856 2857 2857 2858 [[package]] ··· 2878 2879 "windows_aarch64_gnullvm 0.52.6", 2879 2880 "windows_aarch64_msvc 0.52.6", 2880 2881 "windows_i686_gnu 0.52.6", 2881 - "windows_i686_gnullvm", 2882 + "windows_i686_gnullvm 0.52.6", 2882 2883 "windows_i686_msvc 0.52.6", 2883 2884 "windows_x86_64_gnu 0.52.6", 2884 2885 "windows_x86_64_gnullvm 0.52.6", ··· 2886 2887 ] 2887 2888 2888 2889 [[package]] 2890 + name = "windows-targets" 2891 + version = "0.53.5" 2892 + source = "registry+https://github.com/rust-lang/crates.io-index" 2893 + checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 2894 + dependencies = [ 2895 + "windows-link 0.2.1", 2896 + "windows_aarch64_gnullvm 0.53.1", 2897 + "windows_aarch64_msvc 0.53.1", 2898 + "windows_i686_gnu 0.53.1", 2899 + "windows_i686_gnullvm 0.53.1", 2900 + "windows_i686_msvc 0.53.1", 2901 + "windows_x86_64_gnu 0.53.1", 2902 + "windows_x86_64_gnullvm 0.53.1", 2903 + "windows_x86_64_msvc 0.53.1", 2904 + ] 2905 + 2906 + [[package]] 2889 2907 name = "windows-threading" 2890 2908 version = "0.1.0" 2891 2909 source = "registry+https://github.com/rust-lang/crates.io-index" 2892 2910 checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" 2893 2911 dependencies = [ 2894 - "windows-link", 2912 + "windows-link 0.1.3", 2895 2913 ] 2896 2914 2897 2915 [[package]] ··· 2907 2925 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 2908 2926 2909 2927 [[package]] 2928 + name = "windows_aarch64_gnullvm" 2929 + version = "0.53.1" 2930 + source = "registry+https://github.com/rust-lang/crates.io-index" 2931 + checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 2932 + 2933 + [[package]] 2910 2934 name = "windows_aarch64_msvc" 2911 2935 version = "0.48.5" 2912 2936 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2919 2943 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 2920 2944 2921 2945 [[package]] 2946 + name = "windows_aarch64_msvc" 2947 + version = "0.53.1" 2948 + source = "registry+https://github.com/rust-lang/crates.io-index" 2949 + checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 2950 + 2951 + [[package]] 2922 2952 name = "windows_i686_gnu" 2923 2953 version = "0.48.5" 2924 2954 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2931 2961 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 2932 2962 2933 2963 [[package]] 2964 + name = "windows_i686_gnu" 2965 + version = "0.53.1" 2966 + source = "registry+https://github.com/rust-lang/crates.io-index" 2967 + checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 2968 + 2969 + [[package]] 2934 2970 name = "windows_i686_gnullvm" 2935 2971 version = "0.52.6" 2936 2972 source = "registry+https://github.com/rust-lang/crates.io-index" 2937 2973 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 2938 2974 2939 2975 [[package]] 2976 + name = "windows_i686_gnullvm" 2977 + version = "0.53.1" 2978 + source = "registry+https://github.com/rust-lang/crates.io-index" 2979 + checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 2980 + 2981 + [[package]] 2940 2982 name = "windows_i686_msvc" 2941 2983 version = "0.48.5" 2942 2984 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2949 2991 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 2950 2992 2951 2993 [[package]] 2994 + name = "windows_i686_msvc" 2995 + version = "0.53.1" 2996 + source = "registry+https://github.com/rust-lang/crates.io-index" 2997 + checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 2998 + 2999 + [[package]] 2952 3000 name = "windows_x86_64_gnu" 2953 3001 version = "0.48.5" 2954 3002 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2959 3007 version = "0.52.6" 2960 3008 source = "registry+https://github.com/rust-lang/crates.io-index" 2961 3009 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 3010 + 3011 + [[package]] 3012 + name = "windows_x86_64_gnu" 3013 + version = "0.53.1" 3014 + source = "registry+https://github.com/rust-lang/crates.io-index" 3015 + checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 2962 3016 2963 3017 [[package]] 2964 3018 name = "windows_x86_64_gnullvm" ··· 2971 3025 version = "0.52.6" 2972 3026 source = "registry+https://github.com/rust-lang/crates.io-index" 2973 3027 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 3028 + 3029 + [[package]] 3030 + name = "windows_x86_64_gnullvm" 3031 + version = "0.53.1" 3032 + source = "registry+https://github.com/rust-lang/crates.io-index" 3033 + checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 2974 3034 2975 3035 [[package]] 2976 3036 name = "windows_x86_64_msvc" ··· 2985 3045 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 2986 3046 2987 3047 [[package]] 2988 - name = "wit-bindgen-rt" 2989 - version = "0.39.0" 3048 + name = "windows_x86_64_msvc" 3049 + version = "0.53.1" 3050 + source = "registry+https://github.com/rust-lang/crates.io-index" 3051 + checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 3052 + 3053 + [[package]] 3054 + name = "wit-bindgen" 3055 + version = "0.46.0" 2990 3056 source = "registry+https://github.com/rust-lang/crates.io-index" 2991 - checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" 2992 - dependencies = [ 2993 - "bitflags 2.9.1", 2994 - ] 3057 + checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 2995 3058 2996 3059 [[package]] 2997 3060 name = "wyz" ··· 3019 3082 3020 3083 [[package]] 3021 3084 name = "zerocopy" 3022 - version = "0.8.25" 3085 + version = "0.8.27" 3023 3086 source = "registry+https://github.com/rust-lang/crates.io-index" 3024 - checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb" 3087 + checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" 3025 3088 dependencies = [ 3026 3089 "zerocopy-derive", 3027 3090 ] 3028 3091 3029 3092 [[package]] 3030 3093 name = "zerocopy-derive" 3031 - version = "0.8.25" 3094 + version = "0.8.27" 3032 3095 source = "registry+https://github.com/rust-lang/crates.io-index" 3033 - checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef" 3096 + checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" 3034 3097 dependencies = [ 3035 3098 "proc-macro2", 3036 3099 "quote", 3037 - "syn 2.0.101", 3100 + "syn 2.0.109", 3038 3101 ]