toolkit for mdBook [mirror of my GitHub repo] docs.tonywu.dev/mdbookkit/
permalinks rust-analyzer mdbook
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor: upgrade dependencies

Tony Wu 6c070bee 2286b26c

+454 -708
+422 -671
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 = "aho-corasick" 22 - version = "1.1.3" 13 + version = "1.1.4" 23 14 source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 15 + checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 25 16 dependencies = [ 26 17 "memchr", 27 18 ] ··· 140 131 141 132 [[package]] 142 133 name = "autocfg" 143 - version = "1.4.0" 134 + version = "1.5.0" 144 135 source = "registry+https://github.com/rust-lang/crates.io-index" 145 - checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 146 - 147 - [[package]] 148 - name = "backtrace" 149 - version = "0.3.74" 150 - source = "registry+https://github.com/rust-lang/crates.io-index" 151 - checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" 152 - dependencies = [ 153 - "addr2line", 154 - "cfg-if", 155 - "libc", 156 - "miniz_oxide", 157 - "object", 158 - "rustc-demangle", 159 - "windows-targets 0.52.6", 160 - ] 136 + checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 161 137 162 138 [[package]] 163 139 name = "base64" ··· 173 149 174 150 [[package]] 175 151 name = "bitflags" 176 - version = "2.9.0" 152 + version = "2.10.0" 177 153 source = "registry+https://github.com/rust-lang/crates.io-index" 178 - checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" 154 + checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" 179 155 180 156 [[package]] 181 157 name = "block-buffer" ··· 199 175 200 176 [[package]] 201 177 name = "bumpalo" 202 - version = "3.17.0" 178 + version = "3.19.1" 203 179 source = "registry+https://github.com/rust-lang/crates.io-index" 204 - checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" 180 + checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" 205 181 206 182 [[package]] 207 183 name = "bytemuck" 208 - version = "1.22.0" 209 - source = "registry+https://github.com/rust-lang/crates.io-index" 210 - checksum = "b6b1fc10dbac614ebc03540c9dbd60e83887fda27794998c6528f1782047d540" 211 - 212 - [[package]] 213 - name = "byteorder" 214 - version = "1.5.0" 184 + version = "1.24.0" 215 185 source = "registry+https://github.com/rust-lang/crates.io-index" 216 - checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 186 + checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4" 217 187 218 188 [[package]] 219 189 name = "byteorder-lite" ··· 223 193 224 194 [[package]] 225 195 name = "bytes" 226 - version = "1.10.1" 196 + version = "1.11.0" 227 197 source = "registry+https://github.com/rust-lang/crates.io-index" 228 - checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 198 + checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" 229 199 230 200 [[package]] 231 201 name = "cargo-bin" ··· 272 242 273 243 [[package]] 274 244 name = "cc" 275 - version = "1.2.16" 245 + version = "1.2.51" 276 246 source = "registry+https://github.com/rust-lang/crates.io-index" 277 - checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c" 247 + checksum = "7a0aeaff4ff1a90589618835a598e545176939b97874f7abc7851caa0618f203" 278 248 dependencies = [ 249 + "find-msvc-tools", 279 250 "jobserver", 280 251 "libc", 281 252 "shlex", ··· 283 254 284 255 [[package]] 285 256 name = "cfg-if" 286 - version = "1.0.0" 257 + version = "1.0.4" 287 258 source = "registry+https://github.com/rust-lang/crates.io-index" 288 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 259 + checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 289 260 290 261 [[package]] 291 262 name = "clap" ··· 309 280 "strsim", 310 281 "terminal_size", 311 282 "unicase", 312 - "unicode-width 0.2.0", 283 + "unicode-width 0.2.2", 313 284 ] 314 285 315 286 [[package]] ··· 321 292 "heck", 322 293 "proc-macro2", 323 294 "quote", 324 - "syn 2.0.111", 295 + "syn", 325 296 ] 326 297 327 298 [[package]] ··· 345 316 "encode_unicode", 346 317 "libc", 347 318 "once_cell", 348 - "unicode-width 0.2.0", 349 319 "windows-sys 0.59.0", 350 320 ] 351 321 ··· 358 328 "encode_unicode", 359 329 "libc", 360 330 "once_cell", 361 - "unicode-width 0.2.0", 331 + "unicode-width 0.2.2", 362 332 "windows-sys 0.61.2", 363 333 ] 364 334 365 335 [[package]] 366 - name = "convert_case" 367 - version = "0.4.0" 368 - source = "registry+https://github.com/rust-lang/crates.io-index" 369 - checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 370 - 371 - [[package]] 372 336 name = "core-foundation" 373 337 version = "0.9.4" 374 338 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 395 359 396 360 [[package]] 397 361 name = "crc32fast" 398 - version = "1.4.2" 362 + version = "1.5.0" 399 363 source = "registry+https://github.com/rust-lang/crates.io-index" 400 - checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 364 + checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 401 365 dependencies = [ 402 366 "cfg-if", 403 367 ] 404 368 405 369 [[package]] 406 - name = "crossbeam-utils" 407 - version = "0.8.21" 408 - source = "registry+https://github.com/rust-lang/crates.io-index" 409 - checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 410 - 411 - [[package]] 412 370 name = "crypto-common" 413 371 version = "0.1.6" 414 372 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 420 378 421 379 [[package]] 422 380 name = "cssparser" 423 - version = "0.29.6" 381 + version = "0.35.0" 424 382 source = "registry+https://github.com/rust-lang/crates.io-index" 425 - checksum = "f93d03419cb5950ccfd3daf3ff1c7a36ace64609a1a8746d493df1ca0afde0fa" 383 + checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa" 426 384 dependencies = [ 427 385 "cssparser-macros", 428 386 "dtoa-short", 429 387 "itoa", 430 - "matches", 431 - "phf 0.10.1", 432 - "proc-macro2", 433 - "quote", 388 + "phf", 434 389 "smallvec", 435 - "syn 1.0.109", 436 390 ] 437 391 438 392 [[package]] ··· 442 396 checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" 443 397 dependencies = [ 444 398 "quote", 445 - "syn 2.0.111", 399 + "syn", 446 400 ] 447 401 448 402 [[package]] ··· 453 407 dependencies = [ 454 408 "proc-macro2", 455 409 "quote", 456 - "syn 2.0.111", 410 + "syn", 457 411 ] 458 412 459 413 [[package]] 460 414 name = "derive_more" 461 - version = "0.99.19" 415 + version = "2.1.1" 416 + source = "registry+https://github.com/rust-lang/crates.io-index" 417 + checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" 418 + dependencies = [ 419 + "derive_more-impl", 420 + ] 421 + 422 + [[package]] 423 + name = "derive_more-impl" 424 + version = "2.1.1" 462 425 source = "registry+https://github.com/rust-lang/crates.io-index" 463 - checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f" 426 + checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" 464 427 dependencies = [ 465 - "convert_case", 466 428 "proc-macro2", 467 429 "quote", 468 430 "rustc_version", 469 - "syn 2.0.111", 431 + "syn", 470 432 ] 471 433 472 434 [[package]] ··· 514 476 dependencies = [ 515 477 "proc-macro2", 516 478 "quote", 517 - "syn 2.0.111", 479 + "syn", 518 480 ] 519 481 520 482 [[package]] ··· 561 523 562 524 [[package]] 563 525 name = "errno" 564 - version = "0.3.10" 526 + version = "0.3.14" 565 527 source = "registry+https://github.com/rust-lang/crates.io-index" 566 - checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" 528 + checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 567 529 dependencies = [ 568 530 "libc", 569 - "windows-sys 0.59.0", 531 + "windows-sys 0.61.2", 570 532 ] 571 533 572 534 [[package]] ··· 585 547 ] 586 548 587 549 [[package]] 550 + name = "find-msvc-tools" 551 + version = "0.1.6" 552 + source = "registry+https://github.com/rust-lang/crates.io-index" 553 + checksum = "645cbb3a84e60b7531617d5ae4e57f7e27308f6445f5abf653209ea76dec8dff" 554 + 555 + [[package]] 588 556 name = "flate2" 589 - version = "1.1.0" 557 + version = "1.1.5" 590 558 source = "registry+https://github.com/rust-lang/crates.io-index" 591 - checksum = "11faaf5a5236997af9848be0bef4db95824b1d534ebc64d0f0c6cf3e67bd38dc" 559 + checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb" 592 560 dependencies = [ 593 561 "crc32fast", 562 + "libz-rs-sys", 594 563 "miniz_oxide", 595 564 ] 596 565 ··· 611 580 612 581 [[package]] 613 582 name = "foldhash" 614 - version = "0.1.5" 583 + version = "0.2.0" 615 584 source = "registry+https://github.com/rust-lang/crates.io-index" 616 - checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 585 + checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" 617 586 618 587 [[package]] 619 588 name = "foreign-types" ··· 683 652 dependencies = [ 684 653 "proc-macro2", 685 654 "quote", 686 - "syn 2.0.111", 655 + "syn", 687 656 ] 688 657 689 658 [[package]] ··· 723 692 ] 724 693 725 694 [[package]] 726 - name = "fxhash" 727 - version = "0.2.1" 728 - source = "registry+https://github.com/rust-lang/crates.io-index" 729 - checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 730 - dependencies = [ 731 - "byteorder", 732 - ] 733 - 734 - [[package]] 735 695 name = "generic-array" 736 696 version = "0.14.7" 737 697 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 743 703 744 704 [[package]] 745 705 name = "getrandom" 746 - version = "0.1.16" 706 + version = "0.2.16" 747 707 source = "registry+https://github.com/rust-lang/crates.io-index" 748 - checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 708 + checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 749 709 dependencies = [ 750 710 "cfg-if", 751 711 "libc", 752 - "wasi 0.9.0+wasi-snapshot-preview1", 712 + "wasi", 753 713 ] 754 714 755 715 [[package]] 756 716 name = "getrandom" 757 - version = "0.2.15" 717 + version = "0.3.4" 758 718 source = "registry+https://github.com/rust-lang/crates.io-index" 759 - checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 719 + checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 760 720 dependencies = [ 761 721 "cfg-if", 762 722 "libc", 763 - "wasi 0.11.0+wasi-snapshot-preview1", 723 + "r-efi", 724 + "wasip2", 764 725 ] 765 726 766 727 [[package]] 767 - name = "getrandom" 768 - version = "0.3.1" 769 - source = "registry+https://github.com/rust-lang/crates.io-index" 770 - checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8" 771 - dependencies = [ 772 - "cfg-if", 773 - "libc", 774 - "wasi 0.13.3+wasi-0.2.2", 775 - "windows-targets 0.52.6", 776 - ] 777 - 778 - [[package]] 779 - name = "gimli" 780 - version = "0.31.1" 781 - source = "registry+https://github.com/rust-lang/crates.io-index" 782 - checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 783 - 784 - [[package]] 785 728 name = "git2" 786 729 version = "0.20.3" 787 730 source = "registry+https://github.com/rust-lang/crates.io-index" 788 731 checksum = "3e2b37e2f62729cdada11f0e6b3b6fe383c69c29fc619e391223e12856af308c" 789 732 dependencies = [ 790 - "bitflags 2.9.0", 733 + "bitflags 2.10.0", 791 734 "libc", 792 735 "libgit2-sys", 793 736 "log", ··· 796 739 797 740 [[package]] 798 741 name = "gix-features" 799 - version = "0.41.0" 800 - source = "registry+https://github.com/rust-lang/crates.io-index" 801 - checksum = "729b7e708352a35b2b37ab39cbc7a2b9d22f8386808a10b6ea7dd4cd1cf817cd" 802 - dependencies = [ 803 - "gix-trace", 804 - "libc", 805 - ] 806 - 807 - [[package]] 808 - name = "gix-features" 809 742 version = "0.45.0" 810 743 source = "registry+https://github.com/rust-lang/crates.io-index" 811 744 checksum = "ba0ba40b1ca17f2cb3987c8d54e596aba924201cd8e5947098b441067e6686a0" ··· 834 767 835 768 [[package]] 836 769 name = "gix-url" 837 - version = "0.30.0" 838 - source = "registry+https://github.com/rust-lang/crates.io-index" 839 - checksum = "48dfe23f93f1ddb84977d80bb0dd7aa09d1bf5d5afc0c9b6820cccacc25ae860" 840 - dependencies = [ 841 - "bstr", 842 - "gix-features 0.41.0", 843 - "gix-path", 844 - "percent-encoding", 845 - "thiserror", 846 - "url", 847 - ] 848 - 849 - [[package]] 850 - name = "gix-url" 851 770 version = "0.34.0" 852 771 source = "registry+https://github.com/rust-lang/crates.io-index" 853 772 checksum = "cff1996dfb9430b3699d89224c674169c1ae355eacc52bf30a03c0b8bffe73d9" 854 773 dependencies = [ 855 774 "bstr", 856 - "gix-features 0.45.0", 775 + "gix-features", 857 776 "gix-path", 858 777 "percent-encoding", 859 778 "thiserror", ··· 871 790 872 791 [[package]] 873 792 name = "glob" 874 - version = "0.3.2" 793 + version = "0.3.3" 875 794 source = "registry+https://github.com/rust-lang/crates.io-index" 876 - checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" 795 + checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" 877 796 878 797 [[package]] 879 798 name = "h2" 880 - version = "0.4.8" 799 + version = "0.4.12" 881 800 source = "registry+https://github.com/rust-lang/crates.io-index" 882 - checksum = "5017294ff4bb30944501348f6f8e42e6ad28f42c8bbef7a74029aff064a4e3c2" 801 + checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" 883 802 dependencies = [ 884 803 "atomic-waker", 885 804 "bytes", ··· 896 815 897 816 [[package]] 898 817 name = "hashbrown" 899 - version = "0.15.2" 818 + version = "0.16.1" 900 819 source = "registry+https://github.com/rust-lang/crates.io-index" 901 - checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" 820 + checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 902 821 dependencies = [ 903 822 "allocator-api2", 904 823 "equivalent", 905 824 "foldhash", 906 825 ] 907 - 908 - [[package]] 909 - name = "hashbrown" 910 - version = "0.16.1" 911 - source = "registry+https://github.com/rust-lang/crates.io-index" 912 - checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 913 826 914 827 [[package]] 915 828 name = "heck" ··· 928 841 929 842 [[package]] 930 843 name = "http" 931 - version = "1.3.1" 844 + version = "1.4.0" 932 845 source = "registry+https://github.com/rust-lang/crates.io-index" 933 - checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 846 + checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" 934 847 dependencies = [ 935 848 "bytes", 936 - "fnv", 937 849 "itoa", 938 850 ] 939 851 ··· 968 880 969 881 [[package]] 970 882 name = "hyper" 971 - version = "1.6.0" 883 + version = "1.8.1" 972 884 source = "registry+https://github.com/rust-lang/crates.io-index" 973 - checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" 885 + checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" 974 886 dependencies = [ 887 + "atomic-waker", 975 888 "bytes", 976 889 "futures-channel", 977 - "futures-util", 890 + "futures-core", 978 891 "h2", 979 892 "http", 980 893 "http-body", 981 894 "httparse", 982 895 "itoa", 983 896 "pin-project-lite", 897 + "pin-utils", 984 898 "smallvec", 985 899 "tokio", 986 900 "want", ··· 988 902 989 903 [[package]] 990 904 name = "hyper-rustls" 991 - version = "0.27.5" 905 + version = "0.27.7" 992 906 source = "registry+https://github.com/rust-lang/crates.io-index" 993 - checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" 907 + checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 994 908 dependencies = [ 995 - "futures-util", 996 909 "http", 997 910 "hyper", 998 911 "hyper-util", ··· 1021 934 1022 935 [[package]] 1023 936 name = "hyper-util" 1024 - version = "0.1.10" 937 + version = "0.1.19" 1025 938 source = "registry+https://github.com/rust-lang/crates.io-index" 1026 - checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" 939 + checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f" 1027 940 dependencies = [ 941 + "base64", 1028 942 "bytes", 1029 943 "futures-channel", 944 + "futures-core", 1030 945 "futures-util", 1031 946 "http", 1032 947 "http-body", 1033 948 "hyper", 949 + "ipnet", 950 + "libc", 951 + "percent-encoding", 1034 952 "pin-project-lite", 1035 953 "socket2", 954 + "system-configuration", 1036 955 "tokio", 1037 956 "tower-service", 1038 957 "tracing", 958 + "windows-registry", 1039 959 ] 1040 960 1041 961 [[package]] 1042 962 name = "icu_collections" 1043 - version = "1.5.0" 963 + version = "2.1.1" 1044 964 source = "registry+https://github.com/rust-lang/crates.io-index" 1045 - checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" 965 + checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" 1046 966 dependencies = [ 1047 967 "displaydoc", 968 + "potential_utf", 1048 969 "yoke", 1049 970 "zerofrom", 1050 971 "zerovec", 1051 972 ] 1052 973 1053 974 [[package]] 1054 - name = "icu_locid" 1055 - version = "1.5.0" 975 + name = "icu_locale_core" 976 + version = "2.1.1" 1056 977 source = "registry+https://github.com/rust-lang/crates.io-index" 1057 - checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" 978 + checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" 1058 979 dependencies = [ 1059 980 "displaydoc", 1060 981 "litemap", ··· 1064 985 ] 1065 986 1066 987 [[package]] 1067 - name = "icu_locid_transform" 1068 - version = "1.5.0" 1069 - source = "registry+https://github.com/rust-lang/crates.io-index" 1070 - checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" 1071 - dependencies = [ 1072 - "displaydoc", 1073 - "icu_locid", 1074 - "icu_locid_transform_data", 1075 - "icu_provider", 1076 - "tinystr", 1077 - "zerovec", 1078 - ] 1079 - 1080 - [[package]] 1081 - name = "icu_locid_transform_data" 1082 - version = "1.5.0" 1083 - source = "registry+https://github.com/rust-lang/crates.io-index" 1084 - checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" 1085 - 1086 - [[package]] 1087 988 name = "icu_normalizer" 1088 - version = "1.5.0" 989 + version = "2.1.1" 1089 990 source = "registry+https://github.com/rust-lang/crates.io-index" 1090 - checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" 991 + checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" 1091 992 dependencies = [ 1092 - "displaydoc", 1093 993 "icu_collections", 1094 994 "icu_normalizer_data", 1095 995 "icu_properties", 1096 996 "icu_provider", 1097 997 "smallvec", 1098 - "utf16_iter", 1099 - "utf8_iter", 1100 - "write16", 1101 998 "zerovec", 1102 999 ] 1103 1000 1104 1001 [[package]] 1105 1002 name = "icu_normalizer_data" 1106 - version = "1.5.0" 1003 + version = "2.1.1" 1107 1004 source = "registry+https://github.com/rust-lang/crates.io-index" 1108 - checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" 1005 + checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" 1109 1006 1110 1007 [[package]] 1111 1008 name = "icu_properties" 1112 - version = "1.5.1" 1009 + version = "2.1.2" 1113 1010 source = "registry+https://github.com/rust-lang/crates.io-index" 1114 - checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" 1011 + checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" 1115 1012 dependencies = [ 1116 - "displaydoc", 1117 1013 "icu_collections", 1118 - "icu_locid_transform", 1014 + "icu_locale_core", 1119 1015 "icu_properties_data", 1120 1016 "icu_provider", 1121 - "tinystr", 1017 + "zerotrie", 1122 1018 "zerovec", 1123 1019 ] 1124 1020 1125 1021 [[package]] 1126 1022 name = "icu_properties_data" 1127 - version = "1.5.0" 1023 + version = "2.1.2" 1128 1024 source = "registry+https://github.com/rust-lang/crates.io-index" 1129 - checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" 1025 + checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" 1130 1026 1131 1027 [[package]] 1132 1028 name = "icu_provider" 1133 - version = "1.5.0" 1029 + version = "2.1.1" 1134 1030 source = "registry+https://github.com/rust-lang/crates.io-index" 1135 - checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" 1031 + checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" 1136 1032 dependencies = [ 1137 1033 "displaydoc", 1138 - "icu_locid", 1139 - "icu_provider_macros", 1140 - "stable_deref_trait", 1141 - "tinystr", 1034 + "icu_locale_core", 1142 1035 "writeable", 1143 1036 "yoke", 1144 1037 "zerofrom", 1038 + "zerotrie", 1145 1039 "zerovec", 1146 1040 ] 1147 1041 1148 1042 [[package]] 1149 - name = "icu_provider_macros" 1150 - version = "1.5.0" 1151 - source = "registry+https://github.com/rust-lang/crates.io-index" 1152 - checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" 1153 - dependencies = [ 1154 - "proc-macro2", 1155 - "quote", 1156 - "syn 2.0.111", 1157 - ] 1158 - 1159 - [[package]] 1160 1043 name = "idna" 1161 1044 version = "1.1.0" 1162 1045 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1169 1052 1170 1053 [[package]] 1171 1054 name = "idna_adapter" 1172 - version = "1.2.0" 1055 + version = "1.2.1" 1173 1056 source = "registry+https://github.com/rust-lang/crates.io-index" 1174 - checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" 1057 + checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 1175 1058 dependencies = [ 1176 1059 "icu_normalizer", 1177 1060 "icu_properties", ··· 1179 1062 1180 1063 [[package]] 1181 1064 name = "image" 1182 - version = "0.25.6" 1065 + version = "0.25.9" 1183 1066 source = "registry+https://github.com/rust-lang/crates.io-index" 1184 - checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a" 1067 + checksum = "e6506c6c10786659413faa717ceebcb8f70731c0a60cbae39795fdf114519c1a" 1185 1068 dependencies = [ 1186 1069 "bytemuck", 1187 1070 "byteorder-lite", 1188 1071 "image-webp", 1072 + "moxcms", 1189 1073 "num-traits", 1190 1074 "png", 1191 1075 ] 1192 1076 1193 1077 [[package]] 1194 1078 name = "image-webp" 1195 - version = "0.2.1" 1079 + version = "0.2.4" 1196 1080 source = "registry+https://github.com/rust-lang/crates.io-index" 1197 - checksum = "b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f" 1081 + checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3" 1198 1082 dependencies = [ 1199 1083 "byteorder-lite", 1200 1084 "quick-error", ··· 1207 1091 checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" 1208 1092 dependencies = [ 1209 1093 "equivalent", 1210 - "hashbrown 0.16.1", 1211 - ] 1212 - 1213 - [[package]] 1214 - name = "indicatif" 1215 - version = "0.17.11" 1216 - source = "registry+https://github.com/rust-lang/crates.io-index" 1217 - checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" 1218 - dependencies = [ 1219 - "console 0.15.11", 1220 - "number_prefix", 1221 - "portable-atomic", 1222 - "unicode-width 0.2.0", 1223 - "web-time", 1094 + "hashbrown", 1224 1095 ] 1225 1096 1226 1097 [[package]] ··· 1231 1102 dependencies = [ 1232 1103 "console 0.16.2", 1233 1104 "portable-atomic", 1234 - "unicode-width 0.2.0", 1105 + "unicode-width 0.2.2", 1235 1106 "unit-prefix", 1236 1107 "web-time", 1237 1108 ] 1238 1109 1239 1110 [[package]] 1240 1111 name = "insta" 1241 - version = "1.45.0" 1112 + version = "1.45.1" 1242 1113 source = "registry+https://github.com/rust-lang/crates.io-index" 1243 - checksum = "b76866be74d68b1595eb8060cb9191dca9c021db2316558e52ddc5d55d41b66c" 1114 + checksum = "983e3b24350c84ab8a65151f537d67afbbf7153bb9f1110e03e9fa9b07f67a5c" 1244 1115 dependencies = [ 1245 1116 "console 0.15.11", 1246 1117 "once_cell", ··· 1257 1128 checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 1258 1129 1259 1130 [[package]] 1131 + name = "iri-string" 1132 + version = "0.7.10" 1133 + source = "registry+https://github.com/rust-lang/crates.io-index" 1134 + checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a" 1135 + dependencies = [ 1136 + "memchr", 1137 + "serde", 1138 + ] 1139 + 1140 + [[package]] 1260 1141 name = "is_ci" 1261 1142 version = "1.2.0" 1262 1143 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1270 1151 1271 1152 [[package]] 1272 1153 name = "itoa" 1273 - version = "1.0.15" 1154 + version = "1.0.17" 1274 1155 source = "registry+https://github.com/rust-lang/crates.io-index" 1275 - checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 1156 + checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" 1276 1157 1277 1158 [[package]] 1278 1159 name = "jobserver" 1279 - version = "0.1.32" 1160 + version = "0.1.34" 1280 1161 source = "registry+https://github.com/rust-lang/crates.io-index" 1281 - checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" 1162 + checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 1282 1163 dependencies = [ 1164 + "getrandom 0.3.4", 1283 1165 "libc", 1284 1166 ] 1285 1167 1286 1168 [[package]] 1287 1169 name = "js-sys" 1288 - version = "0.3.77" 1170 + version = "0.3.83" 1289 1171 source = "registry+https://github.com/rust-lang/crates.io-index" 1290 - checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 1172 + checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8" 1291 1173 dependencies = [ 1292 1174 "once_cell", 1293 1175 "wasm-bindgen", ··· 1323 1205 source = "registry+https://github.com/rust-lang/crates.io-index" 1324 1206 checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 1325 1207 dependencies = [ 1326 - "bitflags 2.9.0", 1208 + "bitflags 2.10.0", 1327 1209 "libc", 1210 + ] 1211 + 1212 + [[package]] 1213 + name = "libz-rs-sys" 1214 + version = "0.5.5" 1215 + source = "registry+https://github.com/rust-lang/crates.io-index" 1216 + checksum = "c10501e7805cee23da17c7790e59df2870c0d4043ec6d03f67d31e2b53e77415" 1217 + dependencies = [ 1218 + "zlib-rs", 1328 1219 ] 1329 1220 1330 1221 [[package]] ··· 1353 1244 1354 1245 [[package]] 1355 1246 name = "litemap" 1356 - version = "0.7.5" 1247 + version = "0.8.1" 1357 1248 source = "registry+https://github.com/rust-lang/crates.io-index" 1358 - checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856" 1359 - 1360 - [[package]] 1361 - name = "lockfree-object-pool" 1362 - version = "0.1.6" 1363 - source = "registry+https://github.com/rust-lang/crates.io-index" 1364 - checksum = "9374ef4228402d4b7e403e5838cb880d9ee663314b0a900d5a6aabf0c213552e" 1249 + checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" 1365 1250 1366 1251 [[package]] 1367 1252 name = "log" 1368 - version = "0.4.26" 1253 + version = "0.4.29" 1369 1254 source = "registry+https://github.com/rust-lang/crates.io-index" 1370 - checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e" 1255 + checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 1371 1256 1372 1257 [[package]] 1373 1258 name = "lol_html" 1374 - version = "2.2.0" 1259 + version = "2.7.0" 1375 1260 source = "registry+https://github.com/rust-lang/crates.io-index" 1376 - checksum = "3b1058123f6262982b891dccc395cff0144d9439de366460b47fab719258b96e" 1261 + checksum = "9a7ce8821eadcb5cb5c64dd0c9876a90f2676424020b41272e36c1dd04d20c59" 1377 1262 dependencies = [ 1378 - "bitflags 2.9.0", 1263 + "bitflags 2.10.0", 1379 1264 "cfg-if", 1380 1265 "cssparser", 1381 1266 "encoding_rs", 1382 - "hashbrown 0.15.2", 1267 + "hashbrown", 1383 1268 "memchr", 1384 1269 "mime", 1270 + "precomputed-hash", 1385 1271 "selectors", 1386 1272 "thiserror", 1387 1273 ] ··· 1409 1295 ] 1410 1296 1411 1297 [[package]] 1412 - name = "matches" 1413 - version = "0.1.10" 1414 - source = "registry+https://github.com/rust-lang/crates.io-index" 1415 - checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" 1416 - 1417 - [[package]] 1418 1298 name = "mdbook-core" 1419 1299 version = "0.5.2" 1420 1300 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1447 1327 "assert_cmd", 1448 1328 "clap", 1449 1329 "git2", 1450 - "gix-url 0.34.0", 1330 + "gix-url", 1451 1331 "insta", 1452 1332 "mdbook-markdown", 1453 1333 "mdbook-preprocessor", ··· 1501 1381 "sha2", 1502 1382 "shlex", 1503 1383 "similar", 1504 - "syn 2.0.111", 1384 + "syn", 1505 1385 "tap", 1506 1386 "tempfile", 1507 1387 "tokio", ··· 1518 1398 "cargo-run-bin", 1519 1399 "clap", 1520 1400 "console 0.16.2", 1521 - "indicatif 0.18.3", 1401 + "indicatif", 1522 1402 "insta", 1523 1403 "mdbook-markdown", 1524 1404 "mdbook-preprocessor", ··· 1541 1421 dependencies = [ 1542 1422 "anyhow", 1543 1423 "clap", 1544 - "gix-url 0.30.0", 1424 + "gix-url", 1545 1425 "glob", 1546 1426 "image", 1547 1427 "lol_html", ··· 1599 1479 1600 1480 [[package]] 1601 1481 name = "miniz_oxide" 1602 - version = "0.8.5" 1482 + version = "0.8.9" 1603 1483 source = "registry+https://github.com/rust-lang/crates.io-index" 1604 - checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5" 1484 + checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 1605 1485 dependencies = [ 1606 1486 "adler2", 1607 1487 "simd-adler32", ··· 1609 1489 1610 1490 [[package]] 1611 1491 name = "mio" 1612 - version = "1.0.3" 1492 + version = "1.1.1" 1613 1493 source = "registry+https://github.com/rust-lang/crates.io-index" 1614 - checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" 1494 + checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" 1615 1495 dependencies = [ 1616 1496 "libc", 1617 - "wasi 0.11.0+wasi-snapshot-preview1", 1618 - "windows-sys 0.52.0", 1497 + "wasi", 1498 + "windows-sys 0.61.2", 1499 + ] 1500 + 1501 + [[package]] 1502 + name = "moxcms" 1503 + version = "0.7.11" 1504 + source = "registry+https://github.com/rust-lang/crates.io-index" 1505 + checksum = "ac9557c559cd6fc9867e122e20d2cbefc9ca29d80d027a8e39310920ed2f0a97" 1506 + dependencies = [ 1507 + "num-traits", 1508 + "pxfm", 1619 1509 ] 1620 1510 1621 1511 [[package]] ··· 1636 1526 ] 1637 1527 1638 1528 [[package]] 1639 - name = "nodrop" 1640 - version = "0.1.14" 1529 + name = "new_debug_unreachable" 1530 + version = "1.0.6" 1641 1531 source = "registry+https://github.com/rust-lang/crates.io-index" 1642 - checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" 1532 + checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" 1643 1533 1644 1534 [[package]] 1645 1535 name = "normalize-line-endings" ··· 1666 1556 ] 1667 1557 1668 1558 [[package]] 1669 - name = "number_prefix" 1670 - version = "0.4.0" 1671 - source = "registry+https://github.com/rust-lang/crates.io-index" 1672 - checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" 1673 - 1674 - [[package]] 1675 - name = "object" 1676 - version = "0.36.7" 1677 - source = "registry+https://github.com/rust-lang/crates.io-index" 1678 - checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" 1679 - dependencies = [ 1680 - "memchr", 1681 - ] 1682 - 1683 - [[package]] 1684 1559 name = "once_cell" 1685 1560 version = "1.21.3" 1686 1561 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1688 1563 1689 1564 [[package]] 1690 1565 name = "openssl" 1691 - version = "0.10.71" 1566 + version = "0.10.75" 1692 1567 source = "registry+https://github.com/rust-lang/crates.io-index" 1693 - checksum = "5e14130c6a98cd258fdcb0fb6d744152343ff729cbfcb28c656a9d12b999fbcd" 1568 + checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328" 1694 1569 dependencies = [ 1695 - "bitflags 2.9.0", 1570 + "bitflags 2.10.0", 1696 1571 "cfg-if", 1697 1572 "foreign-types", 1698 1573 "libc", ··· 1709 1584 dependencies = [ 1710 1585 "proc-macro2", 1711 1586 "quote", 1712 - "syn 2.0.111", 1587 + "syn", 1713 1588 ] 1714 1589 1715 1590 [[package]] ··· 1720 1595 1721 1596 [[package]] 1722 1597 name = "openssl-sys" 1723 - version = "0.9.106" 1598 + version = "0.9.111" 1724 1599 source = "registry+https://github.com/rust-lang/crates.io-index" 1725 - checksum = "8bb61ea9811cc39e3c2069f40b8b8e2e70d8569b361f879786cc7ed48b777cdd" 1600 + checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321" 1726 1601 dependencies = [ 1727 1602 "cc", 1728 1603 "libc", ··· 1750 1625 1751 1626 [[package]] 1752 1627 name = "phf" 1753 - version = "0.8.0" 1754 - source = "registry+https://github.com/rust-lang/crates.io-index" 1755 - checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12" 1756 - dependencies = [ 1757 - "phf_shared 0.8.0", 1758 - ] 1759 - 1760 - [[package]] 1761 - name = "phf" 1762 - version = "0.10.1" 1628 + version = "0.11.3" 1763 1629 source = "registry+https://github.com/rust-lang/crates.io-index" 1764 - checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" 1630 + checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" 1765 1631 dependencies = [ 1766 1632 "phf_macros", 1767 - "phf_shared 0.10.0", 1768 - "proc-macro-hack", 1633 + "phf_shared", 1769 1634 ] 1770 1635 1771 1636 [[package]] 1772 1637 name = "phf_codegen" 1773 - version = "0.8.0" 1638 + version = "0.11.3" 1774 1639 source = "registry+https://github.com/rust-lang/crates.io-index" 1775 - checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815" 1640 + checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" 1776 1641 dependencies = [ 1777 - "phf_generator 0.8.0", 1778 - "phf_shared 0.8.0", 1779 - ] 1780 - 1781 - [[package]] 1782 - name = "phf_generator" 1783 - version = "0.8.0" 1784 - source = "registry+https://github.com/rust-lang/crates.io-index" 1785 - checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526" 1786 - dependencies = [ 1787 - "phf_shared 0.8.0", 1788 - "rand 0.7.3", 1642 + "phf_generator", 1643 + "phf_shared", 1789 1644 ] 1790 1645 1791 1646 [[package]] 1792 1647 name = "phf_generator" 1793 - version = "0.10.0" 1648 + version = "0.11.3" 1794 1649 source = "registry+https://github.com/rust-lang/crates.io-index" 1795 - checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" 1650 + checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" 1796 1651 dependencies = [ 1797 - "phf_shared 0.10.0", 1798 - "rand 0.8.5", 1652 + "phf_shared", 1653 + "rand", 1799 1654 ] 1800 1655 1801 1656 [[package]] 1802 1657 name = "phf_macros" 1803 - version = "0.10.0" 1658 + version = "0.11.3" 1804 1659 source = "registry+https://github.com/rust-lang/crates.io-index" 1805 - checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0" 1660 + checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" 1806 1661 dependencies = [ 1807 - "phf_generator 0.10.0", 1808 - "phf_shared 0.10.0", 1809 - "proc-macro-hack", 1662 + "phf_generator", 1663 + "phf_shared", 1810 1664 "proc-macro2", 1811 1665 "quote", 1812 - "syn 1.0.109", 1813 - ] 1814 - 1815 - [[package]] 1816 - name = "phf_shared" 1817 - version = "0.8.0" 1818 - source = "registry+https://github.com/rust-lang/crates.io-index" 1819 - checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7" 1820 - dependencies = [ 1821 - "siphasher", 1666 + "syn", 1822 1667 ] 1823 1668 1824 1669 [[package]] 1825 1670 name = "phf_shared" 1826 - version = "0.10.0" 1671 + version = "0.11.3" 1827 1672 source = "registry+https://github.com/rust-lang/crates.io-index" 1828 - checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" 1673 + checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" 1829 1674 dependencies = [ 1830 1675 "siphasher", 1831 1676 ] ··· 1850 1695 1851 1696 [[package]] 1852 1697 name = "png" 1853 - version = "0.17.16" 1698 + version = "0.18.0" 1854 1699 source = "registry+https://github.com/rust-lang/crates.io-index" 1855 - checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526" 1700 + checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0" 1856 1701 dependencies = [ 1857 - "bitflags 1.3.2", 1702 + "bitflags 2.10.0", 1858 1703 "crc32fast", 1859 1704 "fdeflate", 1860 1705 "flate2", ··· 1868 1713 checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e" 1869 1714 1870 1715 [[package]] 1871 - name = "ppv-lite86" 1872 - version = "0.2.21" 1716 + name = "potential_utf" 1717 + version = "0.1.4" 1873 1718 source = "registry+https://github.com/rust-lang/crates.io-index" 1874 - checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 1719 + checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" 1875 1720 dependencies = [ 1876 - "zerocopy", 1721 + "zerovec", 1877 1722 ] 1878 1723 1879 1724 [[package]] ··· 1922 1767 ] 1923 1768 1924 1769 [[package]] 1925 - name = "proc-macro-hack" 1926 - version = "0.5.20+deprecated" 1927 - source = "registry+https://github.com/rust-lang/crates.io-index" 1928 - checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" 1929 - 1930 - [[package]] 1931 1770 name = "proc-macro2" 1932 - version = "1.0.103" 1771 + version = "1.0.104" 1933 1772 source = "registry+https://github.com/rust-lang/crates.io-index" 1934 - checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" 1773 + checksum = "9695f8df41bb4f3d222c95a67532365f569318332d03d5f3f67f37b20e6ebdf0" 1935 1774 dependencies = [ 1936 1775 "unicode-ident", 1937 1776 ] ··· 1942 1781 source = "registry+https://github.com/rust-lang/crates.io-index" 1943 1782 checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0" 1944 1783 dependencies = [ 1945 - "bitflags 2.9.0", 1784 + "bitflags 2.10.0", 1946 1785 "memchr", 1947 1786 "pulldown-cmark-escape", 1948 1787 "unicase", ··· 1964 1803 ] 1965 1804 1966 1805 [[package]] 1806 + name = "pxfm" 1807 + version = "0.1.27" 1808 + source = "registry+https://github.com/rust-lang/crates.io-index" 1809 + checksum = "7186d3822593aa4393561d186d1393b3923e9d6163d3fbfd6e825e3e6cf3e6a8" 1810 + dependencies = [ 1811 + "num-traits", 1812 + ] 1813 + 1814 + [[package]] 1967 1815 name = "quick-error" 1968 1816 version = "2.0.1" 1969 1817 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1971 1819 1972 1820 [[package]] 1973 1821 name = "quote" 1974 - version = "1.0.40" 1822 + version = "1.0.42" 1975 1823 source = "registry+https://github.com/rust-lang/crates.io-index" 1976 - checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 1824 + checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" 1977 1825 dependencies = [ 1978 1826 "proc-macro2", 1979 1827 ] 1980 1828 1981 1829 [[package]] 1982 - name = "rand" 1983 - version = "0.7.3" 1830 + name = "r-efi" 1831 + version = "5.3.0" 1984 1832 source = "registry+https://github.com/rust-lang/crates.io-index" 1985 - checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 1986 - dependencies = [ 1987 - "getrandom 0.1.16", 1988 - "libc", 1989 - "rand_chacha 0.2.2", 1990 - "rand_core 0.5.1", 1991 - "rand_hc", 1992 - "rand_pcg", 1993 - ] 1833 + checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 1994 1834 1995 1835 [[package]] 1996 1836 name = "rand" ··· 1998 1838 source = "registry+https://github.com/rust-lang/crates.io-index" 1999 1839 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2000 1840 dependencies = [ 2001 - "libc", 2002 - "rand_chacha 0.3.1", 2003 - "rand_core 0.6.4", 2004 - ] 2005 - 2006 - [[package]] 2007 - name = "rand_chacha" 2008 - version = "0.2.2" 2009 - source = "registry+https://github.com/rust-lang/crates.io-index" 2010 - checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 2011 - dependencies = [ 2012 - "ppv-lite86", 2013 - "rand_core 0.5.1", 2014 - ] 2015 - 2016 - [[package]] 2017 - name = "rand_chacha" 2018 - version = "0.3.1" 2019 - source = "registry+https://github.com/rust-lang/crates.io-index" 2020 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2021 - dependencies = [ 2022 - "ppv-lite86", 2023 - "rand_core 0.6.4", 2024 - ] 2025 - 2026 - [[package]] 2027 - name = "rand_core" 2028 - version = "0.5.1" 2029 - source = "registry+https://github.com/rust-lang/crates.io-index" 2030 - checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 2031 - dependencies = [ 2032 - "getrandom 0.1.16", 1841 + "rand_core", 2033 1842 ] 2034 1843 2035 1844 [[package]] ··· 2037 1846 version = "0.6.4" 2038 1847 source = "registry+https://github.com/rust-lang/crates.io-index" 2039 1848 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2040 - dependencies = [ 2041 - "getrandom 0.2.15", 2042 - ] 2043 - 2044 - [[package]] 2045 - name = "rand_hc" 2046 - version = "0.2.0" 2047 - source = "registry+https://github.com/rust-lang/crates.io-index" 2048 - checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 2049 - dependencies = [ 2050 - "rand_core 0.5.1", 2051 - ] 2052 - 2053 - [[package]] 2054 - name = "rand_pcg" 2055 - version = "0.2.1" 2056 - source = "registry+https://github.com/rust-lang/crates.io-index" 2057 - checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" 2058 - dependencies = [ 2059 - "rand_core 0.5.1", 2060 - ] 2061 1849 2062 1850 [[package]] 2063 1851 name = "redox_users" ··· 2065 1853 source = "registry+https://github.com/rust-lang/crates.io-index" 2066 1854 checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b" 2067 1855 dependencies = [ 2068 - "getrandom 0.2.15", 1856 + "getrandom 0.2.16", 2069 1857 "libredox", 2070 1858 "thiserror", 2071 1859 ] ··· 2095 1883 2096 1884 [[package]] 2097 1885 name = "regex-syntax" 2098 - version = "0.8.5" 1886 + version = "0.8.8" 2099 1887 source = "registry+https://github.com/rust-lang/crates.io-index" 2100 - checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 1888 + checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" 2101 1889 2102 1890 [[package]] 2103 1891 name = "relative-path" ··· 2107 1895 2108 1896 [[package]] 2109 1897 name = "reqwest" 2110 - version = "0.12.15" 1898 + version = "0.12.28" 2111 1899 source = "registry+https://github.com/rust-lang/crates.io-index" 2112 - checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb" 1900 + checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" 2113 1901 dependencies = [ 2114 1902 "base64", 2115 1903 "bytes", ··· 2125 1913 "hyper-rustls", 2126 1914 "hyper-tls", 2127 1915 "hyper-util", 2128 - "ipnet", 2129 1916 "js-sys", 2130 1917 "log", 2131 1918 "mime", 2132 1919 "native-tls", 2133 - "once_cell", 2134 1920 "percent-encoding", 2135 1921 "pin-project-lite", 2136 - "rustls-pemfile", 1922 + "rustls-pki-types", 2137 1923 "serde", 2138 1924 "serde_json", 2139 1925 "serde_urlencoded", 2140 1926 "sync_wrapper", 2141 - "system-configuration", 2142 1927 "tokio", 2143 1928 "tokio-native-tls", 2144 1929 "tower", 1930 + "tower-http", 2145 1931 "tower-service", 2146 1932 "url", 2147 1933 "wasm-bindgen", 2148 1934 "wasm-bindgen-futures", 2149 1935 "web-sys", 2150 - "windows-registry", 2151 1936 ] 2152 1937 2153 1938 [[package]] ··· 2158 1943 dependencies = [ 2159 1944 "cc", 2160 1945 "cfg-if", 2161 - "getrandom 0.2.15", 1946 + "getrandom 0.2.16", 2162 1947 "libc", 2163 1948 "untrusted", 2164 1949 "windows-sys 0.52.0", ··· 2189 1974 "regex", 2190 1975 "relative-path", 2191 1976 "rustc_version", 2192 - "syn 2.0.111", 1977 + "syn", 2193 1978 "unicode-ident", 2194 1979 ] 2195 1980 2196 1981 [[package]] 2197 - name = "rustc-demangle" 2198 - version = "0.1.24" 1982 + name = "rustc-hash" 1983 + version = "2.1.1" 2199 1984 source = "registry+https://github.com/rust-lang/crates.io-index" 2200 - checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 1985 + checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 2201 1986 2202 1987 [[package]] 2203 1988 name = "rustc_version" ··· 2214 1999 source = "registry+https://github.com/rust-lang/crates.io-index" 2215 2000 checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 2216 2001 dependencies = [ 2217 - "bitflags 2.9.0", 2002 + "bitflags 2.10.0", 2218 2003 "errno", 2219 2004 "libc", 2220 2005 "linux-raw-sys 0.4.15", ··· 2227 2012 source = "registry+https://github.com/rust-lang/crates.io-index" 2228 2013 checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" 2229 2014 dependencies = [ 2230 - "bitflags 2.9.0", 2015 + "bitflags 2.10.0", 2231 2016 "errno", 2232 2017 "libc", 2233 2018 "linux-raw-sys 0.11.0", ··· 2236 2021 2237 2022 [[package]] 2238 2023 name = "rustls" 2239 - version = "0.23.23" 2024 + version = "0.23.35" 2240 2025 source = "registry+https://github.com/rust-lang/crates.io-index" 2241 - checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395" 2026 + checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f" 2242 2027 dependencies = [ 2243 2028 "once_cell", 2244 2029 "rustls-pki-types", ··· 2248 2033 ] 2249 2034 2250 2035 [[package]] 2251 - name = "rustls-pemfile" 2252 - version = "2.2.0" 2036 + name = "rustls-pki-types" 2037 + version = "1.13.1" 2253 2038 source = "registry+https://github.com/rust-lang/crates.io-index" 2254 - checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" 2039 + checksum = "708c0f9d5f54ba0272468c1d306a52c495b31fa155e91bc25371e6df7996908c" 2255 2040 dependencies = [ 2256 - "rustls-pki-types", 2041 + "zeroize", 2257 2042 ] 2258 2043 2259 2044 [[package]] 2260 - name = "rustls-pki-types" 2261 - version = "1.11.0" 2262 - source = "registry+https://github.com/rust-lang/crates.io-index" 2263 - checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c" 2264 - 2265 - [[package]] 2266 2045 name = "rustls-webpki" 2267 - version = "0.102.8" 2046 + version = "0.103.8" 2268 2047 source = "registry+https://github.com/rust-lang/crates.io-index" 2269 - checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" 2048 + checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52" 2270 2049 dependencies = [ 2271 2050 "ring", 2272 2051 "rustls-pki-types", ··· 2275 2054 2276 2055 [[package]] 2277 2056 name = "rustversion" 2278 - version = "1.0.20" 2057 + version = "1.0.22" 2279 2058 source = "registry+https://github.com/rust-lang/crates.io-index" 2280 - checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2" 2059 + checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 2281 2060 2282 2061 [[package]] 2283 2062 name = "ryu" ··· 2287 2066 2288 2067 [[package]] 2289 2068 name = "schannel" 2290 - version = "0.1.27" 2069 + version = "0.1.28" 2291 2070 source = "registry+https://github.com/rust-lang/crates.io-index" 2292 - checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" 2071 + checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" 2293 2072 dependencies = [ 2294 - "windows-sys 0.59.0", 2073 + "windows-sys 0.61.2", 2295 2074 ] 2296 2075 2297 2076 [[package]] ··· 2300 2079 source = "registry+https://github.com/rust-lang/crates.io-index" 2301 2080 checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 2302 2081 dependencies = [ 2303 - "bitflags 2.9.0", 2082 + "bitflags 2.10.0", 2304 2083 "core-foundation", 2305 2084 "core-foundation-sys", 2306 2085 "libc", ··· 2309 2088 2310 2089 [[package]] 2311 2090 name = "security-framework-sys" 2312 - version = "2.14.0" 2091 + version = "2.15.0" 2313 2092 source = "registry+https://github.com/rust-lang/crates.io-index" 2314 - checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" 2093 + checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" 2315 2094 dependencies = [ 2316 2095 "core-foundation-sys", 2317 2096 "libc", ··· 2319 2098 2320 2099 [[package]] 2321 2100 name = "selectors" 2322 - version = "0.24.0" 2101 + version = "0.32.0" 2323 2102 source = "registry+https://github.com/rust-lang/crates.io-index" 2324 - checksum = "0c37578180969d00692904465fb7f6b3d50b9a2b952b87c23d0e2e5cb5013416" 2103 + checksum = "09975d3195f34dce9c7b381cb0f00c3c13381d4d3735c0f1a9c894b283b302ab" 2325 2104 dependencies = [ 2326 - "bitflags 1.3.2", 2105 + "bitflags 2.10.0", 2327 2106 "cssparser", 2328 2107 "derive_more", 2329 - "fxhash", 2330 2108 "log", 2331 - "phf 0.8.0", 2109 + "new_debug_unreachable", 2110 + "phf", 2332 2111 "phf_codegen", 2333 2112 "precomputed-hash", 2113 + "rustc-hash", 2334 2114 "servo_arc", 2335 2115 "smallvec", 2336 2116 ] 2337 2117 2338 2118 [[package]] 2339 2119 name = "semver" 2340 - version = "1.0.26" 2120 + version = "1.0.27" 2341 2121 source = "registry+https://github.com/rust-lang/crates.io-index" 2342 - checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" 2122 + checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" 2343 2123 2344 2124 [[package]] 2345 2125 name = "serde" ··· 2368 2148 dependencies = [ 2369 2149 "proc-macro2", 2370 2150 "quote", 2371 - "syn 2.0.111", 2151 + "syn", 2372 2152 ] 2373 2153 2374 2154 [[package]] ··· 2392 2172 dependencies = [ 2393 2173 "proc-macro2", 2394 2174 "quote", 2395 - "syn 2.0.111", 2175 + "syn", 2396 2176 ] 2397 2177 2398 2178 [[package]] ··· 2418 2198 2419 2199 [[package]] 2420 2200 name = "servo_arc" 2421 - version = "0.2.0" 2201 + version = "0.4.3" 2422 2202 source = "registry+https://github.com/rust-lang/crates.io-index" 2423 - checksum = "d52aa42f8fdf0fed91e5ce7f23d8138441002fa31dca008acf47e6fd4721f741" 2203 + checksum = "170fb83ab34de17dc69aa7c67482b22218ddb85da56546f9bd6b929e32a05930" 2424 2204 dependencies = [ 2425 - "nodrop", 2426 2205 "stable_deref_trait", 2427 2206 ] 2428 2207 ··· 2454 2233 2455 2234 [[package]] 2456 2235 name = "signal-hook-registry" 2457 - version = "1.4.7" 2236 + version = "1.4.8" 2458 2237 source = "registry+https://github.com/rust-lang/crates.io-index" 2459 - checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad" 2238 + checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 2460 2239 dependencies = [ 2240 + "errno", 2461 2241 "libc", 2462 2242 ] 2463 2243 2464 2244 [[package]] 2465 2245 name = "simd-adler32" 2466 - version = "0.3.7" 2246 + version = "0.3.8" 2467 2247 source = "registry+https://github.com/rust-lang/crates.io-index" 2468 - checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 2248 + checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" 2469 2249 2470 2250 [[package]] 2471 2251 name = "similar" ··· 2475 2255 2476 2256 [[package]] 2477 2257 name = "siphasher" 2478 - version = "0.3.11" 2258 + version = "1.0.1" 2479 2259 source = "registry+https://github.com/rust-lang/crates.io-index" 2480 - checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 2260 + checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" 2481 2261 2482 2262 [[package]] 2483 2263 name = "slab" 2484 - version = "0.4.9" 2264 + version = "0.4.11" 2485 2265 source = "registry+https://github.com/rust-lang/crates.io-index" 2486 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 2487 - dependencies = [ 2488 - "autocfg", 2489 - ] 2266 + checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 2490 2267 2491 2268 [[package]] 2492 2269 name = "smallvec" 2493 - version = "1.14.0" 2270 + version = "1.15.1" 2494 2271 source = "registry+https://github.com/rust-lang/crates.io-index" 2495 - checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd" 2272 + checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 2496 2273 2497 2274 [[package]] 2498 2275 name = "socket2" 2499 - version = "0.5.8" 2276 + version = "0.6.1" 2500 2277 source = "registry+https://github.com/rust-lang/crates.io-index" 2501 - checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8" 2278 + checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" 2502 2279 dependencies = [ 2503 2280 "libc", 2504 - "windows-sys 0.52.0", 2281 + "windows-sys 0.60.2", 2505 2282 ] 2506 2283 2507 2284 [[package]] 2508 2285 name = "stable_deref_trait" 2509 - version = "1.2.0" 2286 + version = "1.2.1" 2510 2287 source = "registry+https://github.com/rust-lang/crates.io-index" 2511 - checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 2288 + checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 2512 2289 2513 2290 [[package]] 2514 2291 name = "strsim" ··· 2545 2322 2546 2323 [[package]] 2547 2324 name = "syn" 2548 - version = "1.0.109" 2549 - source = "registry+https://github.com/rust-lang/crates.io-index" 2550 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 2551 - dependencies = [ 2552 - "proc-macro2", 2553 - "quote", 2554 - "unicode-ident", 2555 - ] 2556 - 2557 - [[package]] 2558 - name = "syn" 2559 2325 version = "2.0.111" 2560 2326 source = "registry+https://github.com/rust-lang/crates.io-index" 2561 2327 checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87" ··· 2576 2342 2577 2343 [[package]] 2578 2344 name = "synstructure" 2579 - version = "0.13.1" 2345 + version = "0.13.2" 2580 2346 source = "registry+https://github.com/rust-lang/crates.io-index" 2581 - checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 2347 + checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 2582 2348 dependencies = [ 2583 2349 "proc-macro2", 2584 2350 "quote", 2585 - "syn 2.0.111", 2351 + "syn", 2586 2352 ] 2587 2353 2588 2354 [[package]] ··· 2591 2357 source = "registry+https://github.com/rust-lang/crates.io-index" 2592 2358 checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 2593 2359 dependencies = [ 2594 - "bitflags 2.9.0", 2360 + "bitflags 2.10.0", 2595 2361 "core-foundation", 2596 2362 "system-configuration-sys", 2597 2363 ] ··· 2619 2385 checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" 2620 2386 dependencies = [ 2621 2387 "fastrand", 2622 - "getrandom 0.3.1", 2388 + "getrandom 0.3.4", 2623 2389 "once_cell", 2624 2390 "rustix 1.1.3", 2625 2391 "windows-sys 0.61.2", ··· 2648 2414 checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057" 2649 2415 dependencies = [ 2650 2416 "unicode-linebreak", 2651 - "unicode-width 0.2.0", 2417 + "unicode-width 0.2.2", 2652 2418 ] 2653 2419 2654 2420 [[package]] ··· 2668 2434 dependencies = [ 2669 2435 "proc-macro2", 2670 2436 "quote", 2671 - "syn 2.0.111", 2437 + "syn", 2672 2438 ] 2673 2439 2674 2440 [[package]] ··· 2682 2448 2683 2449 [[package]] 2684 2450 name = "tinystr" 2685 - version = "0.7.6" 2451 + version = "0.8.2" 2686 2452 source = "registry+https://github.com/rust-lang/crates.io-index" 2687 - checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 2453 + checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" 2688 2454 dependencies = [ 2689 2455 "displaydoc", 2690 2456 "zerovec", ··· 2692 2458 2693 2459 [[package]] 2694 2460 name = "tokio" 2695 - version = "1.44.2" 2461 + version = "1.48.0" 2696 2462 source = "registry+https://github.com/rust-lang/crates.io-index" 2697 - checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" 2463 + checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" 2698 2464 dependencies = [ 2699 - "backtrace", 2700 2465 "bytes", 2701 2466 "libc", 2702 2467 "mio", ··· 2704 2469 "signal-hook-registry", 2705 2470 "socket2", 2706 2471 "tokio-macros", 2707 - "windows-sys 0.52.0", 2472 + "windows-sys 0.61.2", 2708 2473 ] 2709 2474 2710 2475 [[package]] 2711 2476 name = "tokio-macros" 2712 - version = "2.5.0" 2477 + version = "2.6.0" 2713 2478 source = "registry+https://github.com/rust-lang/crates.io-index" 2714 - checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 2479 + checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" 2715 2480 dependencies = [ 2716 2481 "proc-macro2", 2717 2482 "quote", 2718 - "syn 2.0.111", 2483 + "syn", 2719 2484 ] 2720 2485 2721 2486 [[package]] ··· 2730 2495 2731 2496 [[package]] 2732 2497 name = "tokio-rustls" 2733 - version = "0.26.2" 2498 + version = "0.26.4" 2734 2499 source = "registry+https://github.com/rust-lang/crates.io-index" 2735 - checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" 2500 + checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 2736 2501 dependencies = [ 2737 2502 "rustls", 2738 2503 "tokio", ··· 2845 2610 ] 2846 2611 2847 2612 [[package]] 2613 + name = "tower-http" 2614 + version = "0.6.8" 2615 + source = "registry+https://github.com/rust-lang/crates.io-index" 2616 + checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" 2617 + dependencies = [ 2618 + "bitflags 2.10.0", 2619 + "bytes", 2620 + "futures-util", 2621 + "http", 2622 + "http-body", 2623 + "iri-string", 2624 + "pin-project-lite", 2625 + "tower", 2626 + "tower-layer", 2627 + "tower-service", 2628 + ] 2629 + 2630 + [[package]] 2848 2631 name = "tower-layer" 2849 2632 version = "0.3.3" 2850 2633 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2875 2658 dependencies = [ 2876 2659 "proc-macro2", 2877 2660 "quote", 2878 - "syn 2.0.111", 2661 + "syn", 2879 2662 ] 2880 2663 2881 2664 [[package]] ··· 2937 2720 2938 2721 [[package]] 2939 2722 name = "unicode-ident" 2940 - version = "1.0.18" 2723 + version = "1.0.22" 2941 2724 source = "registry+https://github.com/rust-lang/crates.io-index" 2942 - checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 2725 + checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" 2943 2726 2944 2727 [[package]] 2945 2728 name = "unicode-linebreak" ··· 2955 2738 2956 2739 [[package]] 2957 2740 name = "unicode-width" 2958 - version = "0.2.0" 2741 + version = "0.2.2" 2959 2742 source = "registry+https://github.com/rust-lang/crates.io-index" 2960 - checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" 2743 + checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" 2961 2744 2962 2745 [[package]] 2963 2746 name = "unit-prefix" ··· 2984 2767 ] 2985 2768 2986 2769 [[package]] 2987 - name = "utf16_iter" 2988 - version = "1.0.5" 2989 - source = "registry+https://github.com/rust-lang/crates.io-index" 2990 - checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 2991 - 2992 - [[package]] 2993 2770 name = "utf8_iter" 2994 2771 version = "1.0.4" 2995 2772 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3009 2786 "cargo-run-bin", 3010 2787 "clap", 3011 2788 "flate2", 3012 - "indicatif 0.17.11", 2789 + "indicatif", 3013 2790 "reqwest", 3014 2791 "serde_json", 3015 2792 "tap", ··· 3065 2842 3066 2843 [[package]] 3067 2844 name = "wasi" 3068 - version = "0.9.0+wasi-snapshot-preview1" 2845 + version = "0.11.1+wasi-snapshot-preview1" 3069 2846 source = "registry+https://github.com/rust-lang/crates.io-index" 3070 - checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 2847 + checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 3071 2848 3072 2849 [[package]] 3073 - name = "wasi" 3074 - version = "0.11.0+wasi-snapshot-preview1" 2850 + name = "wasip2" 2851 + version = "1.0.1+wasi-0.2.4" 3075 2852 source = "registry+https://github.com/rust-lang/crates.io-index" 3076 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 3077 - 3078 - [[package]] 3079 - name = "wasi" 3080 - version = "0.13.3+wasi-0.2.2" 3081 - source = "registry+https://github.com/rust-lang/crates.io-index" 3082 - checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2" 2853 + checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 3083 2854 dependencies = [ 3084 - "wit-bindgen-rt", 2855 + "wit-bindgen", 3085 2856 ] 3086 2857 3087 2858 [[package]] 3088 2859 name = "wasm-bindgen" 3089 - version = "0.2.100" 2860 + version = "0.2.106" 3090 2861 source = "registry+https://github.com/rust-lang/crates.io-index" 3091 - checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 2862 + checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd" 3092 2863 dependencies = [ 3093 2864 "cfg-if", 3094 2865 "once_cell", 3095 2866 "rustversion", 3096 2867 "wasm-bindgen-macro", 3097 - ] 3098 - 3099 - [[package]] 3100 - name = "wasm-bindgen-backend" 3101 - version = "0.2.100" 3102 - source = "registry+https://github.com/rust-lang/crates.io-index" 3103 - checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 3104 - dependencies = [ 3105 - "bumpalo", 3106 - "log", 3107 - "proc-macro2", 3108 - "quote", 3109 - "syn 2.0.111", 3110 2868 "wasm-bindgen-shared", 3111 2869 ] 3112 2870 3113 2871 [[package]] 3114 2872 name = "wasm-bindgen-futures" 3115 - version = "0.4.50" 2873 + version = "0.4.56" 3116 2874 source = "registry+https://github.com/rust-lang/crates.io-index" 3117 - checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" 2875 + checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c" 3118 2876 dependencies = [ 3119 2877 "cfg-if", 3120 2878 "js-sys", ··· 3125 2883 3126 2884 [[package]] 3127 2885 name = "wasm-bindgen-macro" 3128 - version = "0.2.100" 2886 + version = "0.2.106" 3129 2887 source = "registry+https://github.com/rust-lang/crates.io-index" 3130 - checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 2888 + checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3" 3131 2889 dependencies = [ 3132 2890 "quote", 3133 2891 "wasm-bindgen-macro-support", ··· 3135 2893 3136 2894 [[package]] 3137 2895 name = "wasm-bindgen-macro-support" 3138 - version = "0.2.100" 2896 + version = "0.2.106" 3139 2897 source = "registry+https://github.com/rust-lang/crates.io-index" 3140 - checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 2898 + checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40" 3141 2899 dependencies = [ 2900 + "bumpalo", 3142 2901 "proc-macro2", 3143 2902 "quote", 3144 - "syn 2.0.111", 3145 - "wasm-bindgen-backend", 2903 + "syn", 3146 2904 "wasm-bindgen-shared", 3147 2905 ] 3148 2906 3149 2907 [[package]] 3150 2908 name = "wasm-bindgen-shared" 3151 - version = "0.2.100" 2909 + version = "0.2.106" 3152 2910 source = "registry+https://github.com/rust-lang/crates.io-index" 3153 - checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 2911 + checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4" 3154 2912 dependencies = [ 3155 2913 "unicode-ident", 3156 2914 ] 3157 2915 3158 2916 [[package]] 3159 2917 name = "web-sys" 3160 - version = "0.3.77" 2918 + version = "0.3.83" 3161 2919 source = "registry+https://github.com/rust-lang/crates.io-index" 3162 - checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" 2920 + checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac" 3163 2921 dependencies = [ 3164 2922 "js-sys", 3165 2923 "wasm-bindgen", ··· 3248 3006 3249 3007 [[package]] 3250 3008 name = "windows-sys" 3009 + version = "0.60.2" 3010 + source = "registry+https://github.com/rust-lang/crates.io-index" 3011 + checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 3012 + dependencies = [ 3013 + "windows-targets 0.53.5", 3014 + ] 3015 + 3016 + [[package]] 3017 + name = "windows-sys" 3251 3018 version = "0.61.2" 3252 3019 source = "registry+https://github.com/rust-lang/crates.io-index" 3253 3020 checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" ··· 3278 3045 checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 3279 3046 dependencies = [ 3280 3047 "windows-link 0.2.1", 3281 - "windows_aarch64_gnullvm 0.53.0", 3282 - "windows_aarch64_msvc 0.53.0", 3283 - "windows_i686_gnu 0.53.0", 3284 - "windows_i686_gnullvm 0.53.0", 3285 - "windows_i686_msvc 0.53.0", 3286 - "windows_x86_64_gnu 0.53.0", 3287 - "windows_x86_64_gnullvm 0.53.0", 3288 - "windows_x86_64_msvc 0.53.0", 3048 + "windows_aarch64_gnullvm 0.53.1", 3049 + "windows_aarch64_msvc 0.53.1", 3050 + "windows_i686_gnu 0.53.1", 3051 + "windows_i686_gnullvm 0.53.1", 3052 + "windows_i686_msvc 0.53.1", 3053 + "windows_x86_64_gnu 0.53.1", 3054 + "windows_x86_64_gnullvm 0.53.1", 3055 + "windows_x86_64_msvc 0.53.1", 3289 3056 ] 3290 3057 3291 3058 [[package]] ··· 3296 3063 3297 3064 [[package]] 3298 3065 name = "windows_aarch64_gnullvm" 3299 - version = "0.53.0" 3066 + version = "0.53.1" 3300 3067 source = "registry+https://github.com/rust-lang/crates.io-index" 3301 - checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" 3068 + checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 3302 3069 3303 3070 [[package]] 3304 3071 name = "windows_aarch64_msvc" ··· 3308 3075 3309 3076 [[package]] 3310 3077 name = "windows_aarch64_msvc" 3311 - version = "0.53.0" 3078 + version = "0.53.1" 3312 3079 source = "registry+https://github.com/rust-lang/crates.io-index" 3313 - checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" 3080 + checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 3314 3081 3315 3082 [[package]] 3316 3083 name = "windows_i686_gnu" ··· 3320 3087 3321 3088 [[package]] 3322 3089 name = "windows_i686_gnu" 3323 - version = "0.53.0" 3090 + version = "0.53.1" 3324 3091 source = "registry+https://github.com/rust-lang/crates.io-index" 3325 - checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" 3092 + checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 3326 3093 3327 3094 [[package]] 3328 3095 name = "windows_i686_gnullvm" ··· 3332 3099 3333 3100 [[package]] 3334 3101 name = "windows_i686_gnullvm" 3335 - version = "0.53.0" 3102 + version = "0.53.1" 3336 3103 source = "registry+https://github.com/rust-lang/crates.io-index" 3337 - checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" 3104 + checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 3338 3105 3339 3106 [[package]] 3340 3107 name = "windows_i686_msvc" ··· 3344 3111 3345 3112 [[package]] 3346 3113 name = "windows_i686_msvc" 3347 - version = "0.53.0" 3114 + version = "0.53.1" 3348 3115 source = "registry+https://github.com/rust-lang/crates.io-index" 3349 - checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" 3116 + checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 3350 3117 3351 3118 [[package]] 3352 3119 name = "windows_x86_64_gnu" ··· 3356 3123 3357 3124 [[package]] 3358 3125 name = "windows_x86_64_gnu" 3359 - version = "0.53.0" 3126 + version = "0.53.1" 3360 3127 source = "registry+https://github.com/rust-lang/crates.io-index" 3361 - checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" 3128 + checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 3362 3129 3363 3130 [[package]] 3364 3131 name = "windows_x86_64_gnullvm" ··· 3368 3135 3369 3136 [[package]] 3370 3137 name = "windows_x86_64_gnullvm" 3371 - version = "0.53.0" 3138 + version = "0.53.1" 3372 3139 source = "registry+https://github.com/rust-lang/crates.io-index" 3373 - checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" 3140 + checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 3374 3141 3375 3142 [[package]] 3376 3143 name = "windows_x86_64_msvc" ··· 3380 3147 3381 3148 [[package]] 3382 3149 name = "windows_x86_64_msvc" 3383 - version = "0.53.0" 3150 + version = "0.53.1" 3384 3151 source = "registry+https://github.com/rust-lang/crates.io-index" 3385 - checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" 3152 + checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 3386 3153 3387 3154 [[package]] 3388 3155 name = "winnow" ··· 3403 3170 ] 3404 3171 3405 3172 [[package]] 3406 - name = "wit-bindgen-rt" 3407 - version = "0.33.0" 3408 - source = "registry+https://github.com/rust-lang/crates.io-index" 3409 - checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c" 3410 - dependencies = [ 3411 - "bitflags 2.9.0", 3412 - ] 3413 - 3414 - [[package]] 3415 - name = "write16" 3416 - version = "1.0.0" 3173 + name = "wit-bindgen" 3174 + version = "0.46.0" 3417 3175 source = "registry+https://github.com/rust-lang/crates.io-index" 3418 - checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 3176 + checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 3419 3177 3420 3178 [[package]] 3421 3179 name = "writeable" 3422 - version = "0.5.5" 3180 + version = "0.6.2" 3423 3181 source = "registry+https://github.com/rust-lang/crates.io-index" 3424 - checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" 3182 + checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" 3425 3183 3426 3184 [[package]] 3427 3185 name = "yoke" 3428 - version = "0.7.5" 3186 + version = "0.8.1" 3429 3187 source = "registry+https://github.com/rust-lang/crates.io-index" 3430 - checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" 3188 + checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" 3431 3189 dependencies = [ 3432 - "serde", 3433 3190 "stable_deref_trait", 3434 3191 "yoke-derive", 3435 3192 "zerofrom", ··· 3437 3194 3438 3195 [[package]] 3439 3196 name = "yoke-derive" 3440 - version = "0.7.5" 3197 + version = "0.8.1" 3441 3198 source = "registry+https://github.com/rust-lang/crates.io-index" 3442 - checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" 3199 + checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" 3443 3200 dependencies = [ 3444 3201 "proc-macro2", 3445 3202 "quote", 3446 - "syn 2.0.111", 3203 + "syn", 3447 3204 "synstructure", 3448 3205 ] 3449 3206 3450 3207 [[package]] 3451 - name = "zerocopy" 3452 - version = "0.8.24" 3453 - source = "registry+https://github.com/rust-lang/crates.io-index" 3454 - checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879" 3455 - dependencies = [ 3456 - "zerocopy-derive", 3457 - ] 3458 - 3459 - [[package]] 3460 - name = "zerocopy-derive" 3461 - version = "0.8.24" 3462 - source = "registry+https://github.com/rust-lang/crates.io-index" 3463 - checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be" 3464 - dependencies = [ 3465 - "proc-macro2", 3466 - "quote", 3467 - "syn 2.0.111", 3468 - ] 3469 - 3470 - [[package]] 3471 3208 name = "zerofrom" 3472 3209 version = "0.1.6" 3473 3210 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3484 3221 dependencies = [ 3485 3222 "proc-macro2", 3486 3223 "quote", 3487 - "syn 2.0.111", 3224 + "syn", 3488 3225 "synstructure", 3489 3226 ] 3490 3227 3491 3228 [[package]] 3492 3229 name = "zeroize" 3493 - version = "1.8.1" 3230 + version = "1.8.2" 3494 3231 source = "registry+https://github.com/rust-lang/crates.io-index" 3495 - checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 3232 + checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 3233 + 3234 + [[package]] 3235 + name = "zerotrie" 3236 + version = "0.2.3" 3237 + source = "registry+https://github.com/rust-lang/crates.io-index" 3238 + checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" 3239 + dependencies = [ 3240 + "displaydoc", 3241 + "yoke", 3242 + "zerofrom", 3243 + ] 3496 3244 3497 3245 [[package]] 3498 3246 name = "zerovec" 3499 - version = "0.10.4" 3247 + version = "0.11.5" 3500 3248 source = "registry+https://github.com/rust-lang/crates.io-index" 3501 - checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" 3249 + checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" 3502 3250 dependencies = [ 3503 3251 "yoke", 3504 3252 "zerofrom", ··· 3507 3255 3508 3256 [[package]] 3509 3257 name = "zerovec-derive" 3510 - version = "0.10.3" 3258 + version = "0.11.2" 3511 3259 source = "registry+https://github.com/rust-lang/crates.io-index" 3512 - checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" 3260 + checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" 3513 3261 dependencies = [ 3514 3262 "proc-macro2", 3515 3263 "quote", 3516 - "syn 2.0.111", 3264 + "syn", 3517 3265 ] 3518 3266 3519 3267 [[package]] 3520 3268 name = "zip" 3521 - version = "2.6.1" 3269 + version = "7.0.0" 3522 3270 source = "registry+https://github.com/rust-lang/crates.io-index" 3523 - checksum = "1dcb24d0152526ae49b9b96c1dcf71850ca1e0b882e4e28ed898a93c41334744" 3271 + checksum = "bdd8a47718a4ee5fe78e07667cd36f3de80e7c2bfe727c7074245ffc7303c037" 3524 3272 dependencies = [ 3525 3273 "arbitrary", 3526 3274 "crc32fast", 3527 - "crossbeam-utils", 3528 3275 "flate2", 3529 3276 "indexmap", 3530 3277 "memchr", ··· 3532 3279 ] 3533 3280 3534 3281 [[package]] 3282 + name = "zlib-rs" 3283 + version = "0.5.5" 3284 + source = "registry+https://github.com/rust-lang/crates.io-index" 3285 + checksum = "40990edd51aae2c2b6907af74ffb635029d5788228222c4bb811e9351c0caad3" 3286 + 3287 + [[package]] 3535 3288 name = "zmij" 3536 - version = "1.0.0" 3289 + version = "1.0.2" 3537 3290 source = "registry+https://github.com/rust-lang/crates.io-index" 3538 - checksum = "e6d6085d62852e35540689d1f97ad663e3971fc19cf5eceab364d62c646ea167" 3291 + checksum = "0f4a4e8e9dc5c62d159f04fcdbe07f4c3fb710415aab4754bf11505501e3251d" 3539 3292 3540 3293 [[package]] 3541 3294 name = "zopfli" 3542 - version = "0.8.1" 3295 + version = "0.8.3" 3543 3296 source = "registry+https://github.com/rust-lang/crates.io-index" 3544 - checksum = "e5019f391bac5cf252e93bbcc53d039ffd62c7bfb7c150414d61369afe57e946" 3297 + checksum = "f05cd8797d63865425ff89b5c4a48804f35ba0ce8d125800027ad6017d2b5249" 3545 3298 dependencies = [ 3546 3299 "bumpalo", 3547 3300 "crc32fast", 3548 - "lockfree-object-pool", 3549 3301 "log", 3550 - "once_cell", 3551 3302 "simd-adler32", 3552 3303 ]
+2 -1
Cargo.toml
··· 23 23 cargo-run-bin = { version = "1.7.5", default-features = false } 24 24 clap = { version = "4.5.53", features = ["derive"] } 25 25 futures-util = { version = "0.3.31", default-features = false } 26 - insta = { version = "1.45.0", features = ["yaml", "filters"] } 26 + indicatif = "0.18.3" 27 + insta = { version = "1.45.1", features = ["yaml", "filters"] } 27 28 mdbook-markdown = { version = "0.5.2" } 28 29 mdbook-preprocessor = { version = "0.5.2" } 29 30 mdbookkit = { path = "crates/mdbookkit", version = "2" }
+1 -1
crates/mdbook-permalinks/tests/env.rs
··· 5 5 use predicates::prelude::*; 6 6 use tap::Pipe; 7 7 use tempfile::TempDir; 8 + use tracing::{debug, info, level_filters::LevelFilter}; 8 9 9 10 use mdbookkit::{logging::Logging, testing::setup_paths}; 10 - use tracing::{debug, info, level_filters::LevelFilter}; 11 11 12 12 #[test] 13 13 fn test_minimum_env() -> Result<()> {
+2 -2
crates/mdbook-rustdoc-links/Cargo.toml
··· 25 25 clap = { workspace = true } 26 26 dirs = { version = "6.0.0" } 27 27 futures-util = { workspace = true } 28 - lsp-types = { version = "0.95.0" } # https://github.com/gluon-lang/lsp-types/issues/284 28 + lsp-types = { version = "0.95.1" } # https://github.com/gluon-lang/lsp-types/issues/284 29 29 mdbook-markdown = { workspace = true } 30 30 mdbook-preprocessor = { workspace = true } 31 31 mdbookkit = { workspace = true } 32 32 miette = { workspace = true } 33 - proc-macro2 = { version = "1.0.103", features = ["span-locations"] } 33 + proc-macro2 = { version = "1.0.104", features = ["span-locations"] } 34 34 serde = { workspace = true, features = ["rc"] } 35 35 serde_json = { workspace = true } 36 36 sha2 = { version = "0.10.9" }
+4 -4
crates/mdbook-rustdoc-links/README.md
··· 18 18 19 19 <!-- prettier-ignore-start --> 20 20 21 - > The [`tokio::time`](https://docs.rs/tokio/1.44.2/tokio/time/index.html "tokio::time") module provides utilities for tracking time and scheduling work. 22 - > This includes functions for setting [timeouts](https://docs.rs/tokio/1.44.2/tokio/time/timeout/fn.timeout.html "tokio::time::timeout") for tasks, 23 - > [sleeping](https://docs.rs/tokio/1.44.2/tokio/time/sleep/fn.sleep.html "tokio::time::sleep") work to run in the future, or [repeating an operation at 24 - an interval](https://docs.rs/tokio/1.44.2/tokio/time/interval/fn.interval.html "tokio::time::interval"). [^1] 21 + > The [`tokio::time`](https://docs.rs/tokio/1.48.0/tokio/time/index.html "tokio::time") module provides utilities for tracking time and scheduling work. 22 + > This includes functions for setting [timeouts](https://docs.rs/tokio/1.48.0/tokio/time/timeout/fn.timeout.html "tokio::time::timeout") for tasks, 23 + > [sleeping](https://docs.rs/tokio/1.48.0/tokio/time/sleep/fn.sleep.html "tokio::time::sleep") work to run in the future, or [repeating an operation at 24 + an interval](https://docs.rs/tokio/1.48.0/tokio/time/interval/fn.interval.html "tokio::time::interval"). [^1] 25 25 26 26 <!-- prettier-ignore-end --> 27 27
+2 -2
crates/mdbook-rustdoc-links/src/tests/snaps/docs/src/rustdoc-links/getting-started.md.snap
··· 55 55 56 56 <figure class="fig-text"> 57 57 58 - Like [`std::thread::spawn`](https://doc.rust-lang.org/stable/std/thread/fn.spawn.html "std::thread::spawn"), [`tokio::task::spawn`](https://docs.rs/tokio/1.44.2/tokio/task/spawn/fn.spawn.html "tokio::task::spawn") returns a 59 - [`JoinHandle`](https://docs.rs/tokio/1.44.2/tokio/runtime/task/join/struct.JoinHandle.html "tokio::task::JoinHandle") struct. 58 + Like [`std::thread::spawn`](https://doc.rust-lang.org/stable/std/thread/fn.spawn.html "std::thread::spawn"), [`tokio::task::spawn`](https://docs.rs/tokio/1.48.0/tokio/task/spawn/fn.spawn.html "tokio::task::spawn") returns a 59 + [`JoinHandle`](https://docs.rs/tokio/1.48.0/tokio/runtime/task/join/struct.JoinHandle.html "tokio::task::JoinHandle") struct. 60 60 61 61 </figure> 62 62
+2 -2
crates/mdbook-rustdoc-links/src/tests/snaps/docs/src/rustdoc-links/getting-started.md.stderr.snap
··· 7 7 8 8 │ Like [`std::thread::spawn`], [`tokio::task::spawn`] returns a 9 9 · ───────────┬────────── ───────────┬────────── 10 - · │ ╰── https://docs.rs/tokio/1.44.2/tokio/task/spawn/fn.spawn.html 10 + · │ ╰── https://docs.rs/tokio/1.48.0/tokio/task/spawn/fn.spawn.html 11 11 · ╰── https://doc.rust-lang.org/stable/std/thread/fn.spawn.html 12 12 │ [`JoinHandle`][tokio::task::JoinHandle] struct. 13 13 · ───────────────────┬─────────────────── 14 - · ╰── https://docs.rs/tokio/1.44.2/tokio/runtime/task/join/struct.JoinHandle.html 14 + · ╰── https://docs.rs/tokio/1.48.0/tokio/runtime/task/join/struct.JoinHandle.html 15 15 16 16 ╰────
+1 -1
crates/mdbook-rustdoc-links/src/tests/snaps/docs/src/rustdoc-links/known-issues.md.snap
··· 40 40 `macro.<macro_name>.html`, but they should end with `attr.<macro_name>.html`. For 41 41 example: 42 42 43 - - [~~`tokio::main!`~~](https://docs.rs/tokio-macros/2.5.0/tokio_macros/macro.main.html "tokio::main!") 43 + - [~~`tokio::main!`~~](https://docs.rs/tokio-macros/2.6.0/tokio_macros/macro.main.html "tokio::main!") 44 44 - The correct link is 45 45 [https://docs.rs/tokio-macros/2.5.0/tokio_macros/~~macro~~attr.main.html][tokio::main] 46 46
+1 -1
crates/mdbook-rustdoc-links/src/tests/snaps/docs/src/rustdoc-links/known-issues.md.stderr.snap
··· 23 23 24 24 │ - [~~`tokio::main!`~~] 25 25 · ──────────┬───────── 26 - · ╰── https://docs.rs/tokio-macros/2.5.0/tokio_macros/macro.main.html 26 + · ╰── https://docs.rs/tokio-macros/2.6.0/tokio_macros/macro.main.html 27 27 │ - The correct link is 28 28 │ [https://docs.rs/tokio-macros/2.5.0/tokio_macros/~~macro~~attr.main.html][tokio::main] 29 29
+1 -1
crates/mdbook-rustdoc-links/src/tests/snaps/ra-known-quirks.md.snap
··· 17 17 18 18 # macro_export 19 19 20 - - [tokio::main!](https://docs.rs/tokio-macros/2.5.0/tokio_macros/macro.main.html "tokio::main!") 20 + - [tokio::main!](https://docs.rs/tokio-macros/2.6.0/tokio_macros/macro.main.html "tokio::main!")
+1 -1
crates/mdbook-rustdoc-links/src/tests/snaps/ra-known-quirks.md.stderr.snap
··· 26 26 27 27 │ - [tokio::main!] 28 28 · ───────┬────── 29 - · ╰── https://docs.rs/tokio-macros/2.5.0/tokio_macros/macro.main.html 29 + · ╰── https://docs.rs/tokio-macros/2.6.0/tokio_macros/macro.main.html 30 30 ╰──── 31 31 32 32 warning: item could not be resolved
+1 -1
crates/mdbookkit/Cargo.toml
··· 18 18 anyhow = { workspace = true } 19 19 clap = { workspace = true } 20 20 console = { version = "0.16.2" } 21 - indicatif = { version = "0.18.3" } 21 + indicatif = { workspace = true } 22 22 mdbook-markdown = { workspace = true } 23 23 mdbook-preprocessor = { workspace = true } 24 24 miette = { workspace = true }
+4 -4
docs/Cargo.toml
··· 11 11 [dependencies] 12 12 anyhow = { workspace = true } 13 13 clap = { workspace = true, features = ["unstable-doc"] } 14 - gix-url = { version = "0.30.0" } 15 - glob = "0.3.2" 16 - image = { version = "0.25.6", features = [ 14 + gix-url = { version = "0.34.0" } 15 + glob = "0.3.3" 16 + image = { version = "0.25.9", features = [ 17 17 "png", 18 18 "webp", 19 19 ], default-features = false } 20 - lol_html = "2.2.0" 20 + lol_html = "2.7.0" 21 21 mdbook-markdown = { workspace = true } 22 22 mdbookkit = { workspace = true } 23 23 miette = { workspace = true }
+1 -4
release-plz.toml
··· 4 4 release_always = true 5 5 6 6 [[package]] 7 + git_release_enable = false 7 8 name = "mdbookkit" 8 9 semver_check = false 9 10 ··· 65 66 postprocessors = [ 66 67 { pattern = ".*", replace_command = "pnpm exec prettier --parser markdown --prose-wrap never" }, 67 68 ] 68 - 69 - [[changelog.commit_preprocessors]] 70 - pattern = "^chore\\(ci\\):" 71 - replace = "ci:" 72 69 73 70 [[changelog.commit_parsers]] 74 71 group = "<!-- 0 --> Added"
+4 -4
utils/rust-analyzer/Cargo.toml
··· 12 12 anyhow = { workspace = true } 13 13 cargo-run-bin = { workspace = true } 14 14 clap = { workspace = true } 15 - flate2 = "1.1.0" 16 - indicatif = "0.17.11" 17 - reqwest = { version = "0.12.15", features = ["blocking"] } 15 + flate2 = "1.1.5" 16 + indicatif = { workspace = true } 17 + reqwest = { version = "0.12.28", features = ["blocking"] } 18 18 serde_json = { workspace = true } 19 19 tap = { workspace = true } 20 20 tempfile = { workspace = true } 21 - zip = { version = "2.6.1", features = [ 21 + zip = { version = "7.0.0", features = [ 22 22 "deflate", # https://github.com/rust-lang/rust-analyzer/blob/2025-03-17/xtask/src/dist.rs#L134 23 23 ], default-features = false }
+5 -8
utils/rust-analyzer/src/main.rs
··· 25 25 impl Download { 26 26 fn download(&self) -> Result<()> { 27 27 #[cfg(not(target_os = "windows"))] 28 - { 29 - self.download_gzip() 30 - } 28 + self.download_gzip()?; 31 29 #[cfg(target_os = "windows")] // ugh 32 - { 33 - self.download_zip() 34 - } 30 + self.download_zip()?; 31 + Ok(()) 35 32 } 36 33 37 34 #[cfg_attr(target_os = "windows", allow(unused))] ··· 43 40 "https://github.com/rust-lang/rust-analyzer/releases/download/{release}/rust-analyzer-{platform}.gz" 44 41 ); 45 42 46 - let mut res = reqwest::blocking::get(url)?; 43 + let mut res = reqwest::blocking::get(url)?.error_for_status()?; 47 44 48 45 fs::create_dir_all(path.parent().unwrap())?; 49 46 ··· 78 75 "https://github.com/rust-lang/rust-analyzer/releases/download/{release}/rust-analyzer-{platform}.zip" 79 76 ); 80 77 81 - let mut res = reqwest::blocking::get(url)?; 78 + let mut res = reqwest::blocking::get(url)?.error_for_status()?; 82 79 83 80 let temp = temp 84 81 .pipe(io::BufWriter::new)