Rust library to generate static websites
5
fork

Configure Feed

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

feat: update to latest rolldown

+1118 -320
+1114 -316
Cargo.lock
··· 4 4 5 5 [[package]] 6 6 name = "addr2line" 7 - version = "0.24.2" 7 + version = "0.25.1" 8 8 source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" 9 + checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b" 10 10 dependencies = [ 11 11 "gimli", 12 12 ] ··· 67 67 68 68 [[package]] 69 69 name = "anstyle" 70 - version = "1.0.11" 70 + version = "1.0.13" 71 71 source = "registry+https://github.com/rust-lang/crates.io-index" 72 - checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd" 72 + checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 73 73 74 74 [[package]] 75 75 name = "anstyle-parse" ··· 215 215 216 216 [[package]] 217 217 name = "axum" 218 - version = "0.8.4" 218 + version = "0.8.5" 219 219 source = "registry+https://github.com/rust-lang/crates.io-index" 220 - checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5" 220 + checksum = "98e529aee37b5c8206bb4bf4c44797127566d72f76952c970bd3d1e85de8f4e2" 221 221 dependencies = [ 222 222 "axum-core", 223 223 "base64", ··· 235 235 "mime", 236 236 "percent-encoding", 237 237 "pin-project-lite", 238 - "rustversion", 239 - "serde", 238 + "serde_core", 240 239 "serde_json", 241 240 "serde_path_to_error", 242 241 "serde_urlencoded", ··· 252 251 253 252 [[package]] 254 253 name = "axum-core" 255 - version = "0.5.2" 254 + version = "0.5.4" 256 255 source = "registry+https://github.com/rust-lang/crates.io-index" 257 - checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6" 256 + checksum = "0ac7a6beb1182c7e30253ee75c3e918080bfb83f5a3023bcdf7209d85fd147e6" 258 257 dependencies = [ 259 258 "bytes", 260 259 "futures-core", ··· 263 262 "http-body-util", 264 263 "mime", 265 264 "pin-project-lite", 266 - "rustversion", 267 265 "sync_wrapper", 268 266 "tower-layer", 269 267 "tower-service", ··· 272 270 273 271 [[package]] 274 272 name = "backtrace" 275 - version = "0.3.75" 273 + version = "0.3.76" 276 274 source = "registry+https://github.com/rust-lang/crates.io-index" 277 - checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" 275 + checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6" 278 276 dependencies = [ 279 277 "addr2line", 280 278 "cfg-if", ··· 282 280 "miniz_oxide", 283 281 "object", 284 282 "rustc-demangle", 285 - "windows-targets 0.52.6", 283 + "windows-link", 286 284 ] 287 285 288 286 [[package]] ··· 413 411 ] 414 412 415 413 [[package]] 414 + name = "brk-file-id" 415 + version = "0.2.3" 416 + source = "registry+https://github.com/rust-lang/crates.io-index" 417 + checksum = "4c1950d399f52e1f5094028ce390381e75649cf4409fca898047005a6dad3afd" 418 + dependencies = [ 419 + "windows-sys 0.60.2", 420 + ] 421 + 422 + [[package]] 423 + name = "brk-notify" 424 + version = "8.2.1" 425 + source = "registry+https://github.com/rust-lang/crates.io-index" 426 + checksum = "ca1c0159b584e64e5dda5bcd1a773435514aeabbcf5b1afc194381b465d8fa01" 427 + dependencies = [ 428 + "bitflags 2.9.4", 429 + "brk-notify-types", 430 + "fsevent-sys", 431 + "inotify 0.11.0", 432 + "kqueue", 433 + "libc", 434 + "log", 435 + "mio 1.0.4", 436 + "walkdir", 437 + "windows-sys 0.60.2", 438 + ] 439 + 440 + [[package]] 441 + name = "brk-notify-debouncer-full" 442 + version = "0.6.1" 443 + source = "registry+https://github.com/rust-lang/crates.io-index" 444 + checksum = "36157ad4fe408d3958da182e0d56a2928eddb098649a241efcc9e1fe9076dc96" 445 + dependencies = [ 446 + "brk-file-id", 447 + "brk-notify", 448 + "brk-notify-types", 449 + "log", 450 + "walkdir", 451 + ] 452 + 453 + [[package]] 454 + name = "brk-notify-types" 455 + version = "2.0.1" 456 + source = "registry+https://github.com/rust-lang/crates.io-index" 457 + checksum = "91ff3e445e42475fba5e0cfaed51345f491e479b9f2069f29875f434a5327913" 458 + 459 + [[package]] 416 460 name = "brk_rolldown" 417 461 version = "0.1.5" 418 462 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 422 466 "append-only-vec", 423 467 "arcstr", 424 468 "bitflags 2.9.4", 425 - "brk_rolldown_common", 426 - "brk_rolldown_debug", 427 - "brk_rolldown_ecmascript", 428 - "brk_rolldown_ecmascript_utils", 429 - "brk_rolldown_error", 430 - "brk_rolldown_fs", 431 - "brk_rolldown_plugin", 432 - "brk_rolldown_plugin_chunk_import_map", 433 - "brk_rolldown_plugin_data_uri", 434 - "brk_rolldown_plugin_hmr", 435 - "brk_rolldown_resolver", 436 - "brk_rolldown_sourcemap", 437 - "brk_rolldown_std_utils", 438 - "brk_rolldown_tracing", 439 - "brk_rolldown_utils", 440 - "brk_rolldown_watcher", 441 - "brk_string_wizard", 469 + "brk_rolldown_common 0.1.5", 470 + "brk_rolldown_debug 0.1.5", 471 + "brk_rolldown_ecmascript 0.1.5", 472 + "brk_rolldown_ecmascript_utils 0.1.5", 473 + "brk_rolldown_error 0.1.5", 474 + "brk_rolldown_fs 0.1.5", 475 + "brk_rolldown_plugin 0.1.5", 476 + "brk_rolldown_plugin_chunk_import_map 0.1.5", 477 + "brk_rolldown_plugin_data_uri 0.1.5", 478 + "brk_rolldown_plugin_hmr 0.1.5", 479 + "brk_rolldown_resolver 0.1.5", 480 + "brk_rolldown_sourcemap 0.1.5", 481 + "brk_rolldown_std_utils 0.1.5", 482 + "brk_rolldown_tracing 0.1.5", 483 + "brk_rolldown_utils 0.1.5", 484 + "brk_rolldown_watcher 0.1.5", 485 + "brk_string_wizard 0.1.5", 442 486 "commondir", 443 487 "css-module-lexer", 444 488 "dunce", ··· 448 492 "itoa", 449 493 "memchr", 450 494 "notify 8.2.0", 451 - "oxc", 452 - "oxc_allocator", 453 - "oxc_ecmascript", 495 + "oxc 0.87.0", 496 + "oxc_allocator 0.87.0", 497 + "oxc_ecmascript 0.87.0", 498 + "oxc_index", 499 + "oxc_traverse 0.87.0", 500 + "petgraph", 501 + "rayon", 502 + "rustc-hash", 503 + "serde", 504 + "serde_json", 505 + "sugar_path", 506 + "tokio", 507 + "tracing", 508 + "url", 509 + "xxhash-rust", 510 + ] 511 + 512 + [[package]] 513 + name = "brk_rolldown" 514 + version = "0.2.3" 515 + source = "registry+https://github.com/rust-lang/crates.io-index" 516 + checksum = "76d5237104ef0c275a1c50354392a7edb45fc736998479530c231d811a0a38e0" 517 + dependencies = [ 518 + "anyhow", 519 + "append-only-vec", 520 + "arcstr", 521 + "bitflags 2.9.4", 522 + "brk-notify", 523 + "brk_rolldown_common 0.2.3", 524 + "brk_rolldown_debug 0.2.3", 525 + "brk_rolldown_ecmascript 0.2.3", 526 + "brk_rolldown_ecmascript_utils 0.2.3", 527 + "brk_rolldown_error 0.2.3", 528 + "brk_rolldown_fs 0.2.3", 529 + "brk_rolldown_plugin 0.2.3", 530 + "brk_rolldown_plugin_chunk_import_map 0.2.3", 531 + "brk_rolldown_plugin_data_uri 0.2.3", 532 + "brk_rolldown_plugin_hmr 0.2.3", 533 + "brk_rolldown_plugin_oxc_runtime", 534 + "brk_rolldown_resolver 0.2.3", 535 + "brk_rolldown_sourcemap 0.2.3", 536 + "brk_rolldown_std_utils 0.2.3", 537 + "brk_rolldown_tracing 0.2.3", 538 + "brk_rolldown_utils 0.2.3", 539 + "brk_rolldown_watcher 0.2.3", 540 + "brk_string_wizard 0.2.3", 541 + "commondir", 542 + "css-module-lexer", 543 + "derive_more", 544 + "dunce", 545 + "futures", 546 + "indexmap", 547 + "itertools 0.14.0", 548 + "itoa", 549 + "memchr", 550 + "oxc 0.92.0", 551 + "oxc_allocator 0.92.0", 552 + "oxc_ecmascript 0.92.0", 454 553 "oxc_index", 455 - "oxc_traverse", 554 + "oxc_traverse 0.92.0", 456 555 "petgraph", 457 556 "rayon", 458 557 "rustc-hash", ··· 474 573 "anyhow", 475 574 "arcstr", 476 575 "bitflags 2.9.4", 477 - "brk_rolldown_ecmascript", 478 - "brk_rolldown_error", 479 - "brk_rolldown_sourcemap", 480 - "brk_rolldown_std_utils", 481 - "brk_rolldown_utils", 482 - "brk_string_wizard", 576 + "brk_rolldown_ecmascript 0.1.5", 577 + "brk_rolldown_error 0.1.5", 578 + "brk_rolldown_sourcemap 0.1.5", 579 + "brk_rolldown_std_utils 0.1.5", 580 + "brk_rolldown_utils 0.1.5", 581 + "brk_string_wizard 0.1.5", 483 582 "dashmap", 484 583 "derive_more", 485 584 "fast-glob", 486 585 "itertools 0.14.0", 487 586 "num-bigint", 488 - "oxc", 489 - "oxc_ecmascript", 587 + "oxc 0.87.0", 588 + "oxc_ecmascript 0.87.0", 589 + "oxc_index", 590 + "oxc_resolver", 591 + "rustc-hash", 592 + "serde", 593 + "serde_json", 594 + "sugar_path", 595 + "tokio", 596 + ] 597 + 598 + [[package]] 599 + name = "brk_rolldown_common" 600 + version = "0.2.3" 601 + source = "registry+https://github.com/rust-lang/crates.io-index" 602 + checksum = "80d4461576c24766fdea280ce888e6d8dc36f50161e2615fd6a698511d623f36" 603 + dependencies = [ 604 + "anyhow", 605 + "arcstr", 606 + "bitflags 2.9.4", 607 + "brk_rolldown_ecmascript 0.2.3", 608 + "brk_rolldown_error 0.2.3", 609 + "brk_rolldown_sourcemap 0.2.3", 610 + "brk_rolldown_std_utils 0.2.3", 611 + "brk_rolldown_utils 0.2.3", 612 + "brk_string_wizard 0.2.3", 613 + "dashmap", 614 + "derive_more", 615 + "fast-glob", 616 + "itertools 0.14.0", 617 + "num-bigint", 618 + "oxc 0.92.0", 619 + "oxc_ecmascript 0.92.0", 490 620 "oxc_index", 491 621 "oxc_resolver", 492 622 "rustc-hash", 493 623 "serde", 494 624 "serde_json", 625 + "simdutf8", 495 626 "sugar_path", 496 627 "tokio", 497 628 ] ··· 503 634 checksum = "0e28020dcca285e50003eab2faed661a3f147e5c3b7b103ac7fa46f3d9811656" 504 635 dependencies = [ 505 636 "blake3", 506 - "brk_rolldown_debug_action", 637 + "brk_rolldown_debug_action 0.1.5", 638 + "dashmap", 639 + "rustc-hash", 640 + "serde", 641 + "serde_json", 642 + "tracing", 643 + "tracing-subscriber", 644 + ] 645 + 646 + [[package]] 647 + name = "brk_rolldown_debug" 648 + version = "0.2.3" 649 + source = "registry+https://github.com/rust-lang/crates.io-index" 650 + checksum = "e6d03984d81260c4d9d068431eda178b59a3eaf539d67d1cc6cd2b0dc28140d5" 651 + dependencies = [ 652 + "blake3", 653 + "brk_rolldown_debug_action 0.2.3", 507 654 "dashmap", 508 655 "rustc-hash", 509 656 "serde", ··· 523 670 ] 524 671 525 672 [[package]] 673 + name = "brk_rolldown_debug_action" 674 + version = "0.2.3" 675 + source = "registry+https://github.com/rust-lang/crates.io-index" 676 + checksum = "e03dc81df86ed78c962fb675bc4d3ecf5988ec8813dddc41701b3c496e29514b" 677 + dependencies = [ 678 + "serde", 679 + "ts-rs", 680 + ] 681 + 682 + [[package]] 526 683 name = "brk_rolldown_ecmascript" 527 684 version = "0.1.5" 528 685 source = "registry+https://github.com/rust-lang/crates.io-index" 529 686 checksum = "9e5f4324e457d930dc61bc2fa1ec6ca006ab8f1b25b3a7d4e89e64b009a92244" 530 687 dependencies = [ 531 688 "arcstr", 532 - "brk_rolldown_error", 533 - "oxc", 689 + "brk_rolldown_error 0.1.5", 690 + "oxc 0.87.0", 691 + "oxc_sourcemap", 692 + "self_cell", 693 + ] 694 + 695 + [[package]] 696 + name = "brk_rolldown_ecmascript" 697 + version = "0.2.3" 698 + source = "registry+https://github.com/rust-lang/crates.io-index" 699 + checksum = "4c5f433cfd8f7d5b9a054422770e7477a24c398493e8cd42e15f712dbda9d280" 700 + dependencies = [ 701 + "arcstr", 702 + "brk_rolldown_error 0.2.3", 703 + "oxc 0.92.0", 534 704 "oxc_sourcemap", 535 705 "self_cell", 536 706 ] ··· 541 711 source = "registry+https://github.com/rust-lang/crates.io-index" 542 712 checksum = "d4e67014dd9afcc8982f3e03d0f6f0389e8f8e38aed8130368678f2599d18630" 543 713 dependencies = [ 544 - "brk_rolldown_common", 545 - "oxc", 714 + "brk_rolldown_common 0.1.5", 715 + "oxc 0.87.0", 716 + "smallvec", 717 + ] 718 + 719 + [[package]] 720 + name = "brk_rolldown_ecmascript_utils" 721 + version = "0.2.3" 722 + source = "registry+https://github.com/rust-lang/crates.io-index" 723 + checksum = "4358a13b70a7a647f61ba95caae66e6c747b10d5cba784e6c38636b2011267a0" 724 + dependencies = [ 725 + "brk_rolldown_common 0.2.3", 726 + "oxc 0.92.0", 546 727 "smallvec", 547 728 ] 548 729 ··· 555 736 "anyhow", 556 737 "arcstr", 557 738 "bitflags 2.9.4", 558 - "brk_rolldown_utils", 739 + "brk_rolldown_utils 0.1.5", 740 + "derive_more", 741 + "heck", 742 + "oxc 0.87.0", 743 + "oxc_resolver", 744 + "rolldown-ariadne", 745 + "ropey", 746 + "rustc-hash", 747 + "sugar_path", 748 + ] 749 + 750 + [[package]] 751 + name = "brk_rolldown_error" 752 + version = "0.2.3" 753 + source = "registry+https://github.com/rust-lang/crates.io-index" 754 + checksum = "fd9a2e23e1e5dfbfacfaa01fd6adbb05511233ca7c128dde3f4b38d74de0a3b9" 755 + dependencies = [ 756 + "anyhow", 757 + "arcstr", 758 + "bitflags 2.9.4", 759 + "brk_rolldown_utils 0.2.3", 559 760 "derive_more", 560 761 "heck", 561 - "oxc", 762 + "oxc 0.92.0", 562 763 "oxc_resolver", 563 764 "rolldown-ariadne", 564 765 "ropey", ··· 577 778 ] 578 779 579 780 [[package]] 781 + name = "brk_rolldown_fs" 782 + version = "0.2.3" 783 + source = "registry+https://github.com/rust-lang/crates.io-index" 784 + checksum = "c9ef43d8e0f263b04febb3972ddbb95792abf510c74b4df9a7849786bd557acb" 785 + dependencies = [ 786 + "oxc_resolver", 787 + "vfs", 788 + ] 789 + 790 + [[package]] 580 791 name = "brk_rolldown_plugin" 581 792 version = "0.1.5" 582 793 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 586 797 "arcstr", 587 798 "async-trait", 588 799 "bitflags 2.9.4", 589 - "brk_rolldown_common", 590 - "brk_rolldown_debug", 591 - "brk_rolldown_ecmascript", 592 - "brk_rolldown_error", 593 - "brk_rolldown_resolver", 594 - "brk_rolldown_sourcemap", 595 - "brk_rolldown_utils", 596 - "brk_string_wizard", 800 + "brk_rolldown_common 0.1.5", 801 + "brk_rolldown_debug 0.1.5", 802 + "brk_rolldown_ecmascript 0.1.5", 803 + "brk_rolldown_error 0.1.5", 804 + "brk_rolldown_resolver 0.1.5", 805 + "brk_rolldown_sourcemap 0.1.5", 806 + "brk_rolldown_utils 0.1.5", 807 + "brk_string_wizard 0.1.5", 808 + "dashmap", 809 + "derive_more", 810 + "oxc_index", 811 + "rustc-hash", 812 + "serde", 813 + "serde_json", 814 + "sugar_path", 815 + "tokio", 816 + "tracing", 817 + "typedmap", 818 + ] 819 + 820 + [[package]] 821 + name = "brk_rolldown_plugin" 822 + version = "0.2.3" 823 + source = "registry+https://github.com/rust-lang/crates.io-index" 824 + checksum = "79b87d794281878edb320543a514a6d25b47d4f78a2744b674a19db01e10c0d2" 825 + dependencies = [ 826 + "anyhow", 827 + "arcstr", 828 + "async-trait", 829 + "bitflags 2.9.4", 830 + "brk_rolldown_common 0.2.3", 831 + "brk_rolldown_debug 0.2.3", 832 + "brk_rolldown_ecmascript 0.2.3", 833 + "brk_rolldown_error 0.2.3", 834 + "brk_rolldown_resolver 0.2.3", 835 + "brk_rolldown_sourcemap 0.2.3", 836 + "brk_rolldown_utils 0.2.3", 837 + "brk_string_wizard 0.2.3", 597 838 "dashmap", 598 839 "derive_more", 599 840 "oxc_index", ··· 613 854 checksum = "e312f5953e7dcfb1d7bdb02cf996e0c83fc0bb27601681836b53973755bad18e" 614 855 dependencies = [ 615 856 "arcstr", 616 - "brk_rolldown_common", 617 - "brk_rolldown_plugin", 618 - "brk_rolldown_utils", 857 + "brk_rolldown_common 0.1.5", 858 + "brk_rolldown_plugin 0.1.5", 859 + "brk_rolldown_utils 0.1.5", 860 + "rustc-hash", 861 + "serde_json", 862 + "xxhash-rust", 863 + ] 864 + 865 + [[package]] 866 + name = "brk_rolldown_plugin_chunk_import_map" 867 + version = "0.2.3" 868 + source = "registry+https://github.com/rust-lang/crates.io-index" 869 + checksum = "17b70821f39dc678e05d16e75e7549b90acdd6f87d408b42120e586850ee6014" 870 + dependencies = [ 871 + "arcstr", 872 + "brk_rolldown_common 0.2.3", 873 + "brk_rolldown_plugin 0.2.3", 874 + "brk_rolldown_utils 0.2.3", 619 875 "rustc-hash", 620 876 "serde_json", 621 877 "xxhash-rust", ··· 629 885 dependencies = [ 630 886 "arcstr", 631 887 "base64-simd", 632 - "brk_rolldown_common", 633 - "brk_rolldown_plugin", 634 - "brk_rolldown_utils", 888 + "brk_rolldown_common 0.1.5", 889 + "brk_rolldown_plugin 0.1.5", 890 + "brk_rolldown_utils 0.1.5", 891 + "urlencoding", 892 + ] 893 + 894 + [[package]] 895 + name = "brk_rolldown_plugin_data_uri" 896 + version = "0.2.3" 897 + source = "registry+https://github.com/rust-lang/crates.io-index" 898 + checksum = "d1012b5c731c4c1e21169997a115d6273f6cc10d01726eb58509fa58dec39aa7" 899 + dependencies = [ 900 + "arcstr", 901 + "base64-simd", 902 + "brk_rolldown_common 0.2.3", 903 + "brk_rolldown_plugin 0.2.3", 904 + "brk_rolldown_utils 0.2.3", 905 + "simdutf8", 635 906 "urlencoding", 636 907 ] 637 908 ··· 642 913 checksum = "ed08c47846e429ffe87a047206ac3a2251659d01e28b4fecb0a5fc1881624a7b" 643 914 dependencies = [ 644 915 "arcstr", 645 - "brk_rolldown_common", 646 - "brk_rolldown_plugin", 647 - "oxc", 916 + "brk_rolldown_common 0.1.5", 917 + "brk_rolldown_plugin 0.1.5", 918 + "oxc 0.87.0", 919 + ] 920 + 921 + [[package]] 922 + name = "brk_rolldown_plugin_hmr" 923 + version = "0.2.3" 924 + source = "registry+https://github.com/rust-lang/crates.io-index" 925 + checksum = "94bf2c1f5735ad763df8805d47fbb04af7bd622be89abac7339e04415b3a69a9" 926 + dependencies = [ 927 + "arcstr", 928 + "brk_rolldown_common 0.2.3", 929 + "brk_rolldown_plugin 0.2.3", 930 + "oxc 0.92.0", 931 + ] 932 + 933 + [[package]] 934 + name = "brk_rolldown_plugin_oxc_runtime" 935 + version = "0.2.3" 936 + source = "registry+https://github.com/rust-lang/crates.io-index" 937 + checksum = "7631bc3c34d8c95ed2fdcc10fd53e761fec6509b2f7804cbde800ca813e8c32d" 938 + dependencies = [ 939 + "arcstr", 940 + "brk_rolldown_plugin 0.2.3", 941 + "brk_rolldown_utils 0.2.3", 942 + "phf 0.13.1", 648 943 ] 649 944 650 945 [[package]] ··· 654 949 checksum = "d99246fc977891718c909a99330f58d80ea4fa079cab4acf37bf58055e0bbeb4" 655 950 dependencies = [ 656 951 "arcstr", 657 - "brk_rolldown_common", 658 - "brk_rolldown_fs", 659 - "brk_rolldown_utils", 952 + "brk_rolldown_common 0.1.5", 953 + "brk_rolldown_fs 0.1.5", 954 + "brk_rolldown_utils 0.1.5", 955 + "dashmap", 956 + "itertools 0.14.0", 957 + "oxc_resolver", 958 + "sugar_path", 959 + ] 960 + 961 + [[package]] 962 + name = "brk_rolldown_resolver" 963 + version = "0.2.3" 964 + source = "registry+https://github.com/rust-lang/crates.io-index" 965 + checksum = "7c08ca0eac64956b1b81af47f360a7c2107292475efe4e04605a20257753fde5" 966 + dependencies = [ 967 + "arcstr", 968 + "brk_rolldown_common 0.2.3", 969 + "brk_rolldown_fs 0.2.3", 970 + "brk_rolldown_utils 0.2.3", 660 971 "dashmap", 661 972 "itertools 0.14.0", 662 973 "oxc_resolver", ··· 669 980 source = "registry+https://github.com/rust-lang/crates.io-index" 670 981 checksum = "a0e238138ca5395313ca4376d3b412450653cf701935e6c05ad32e1c317598ca" 671 982 dependencies = [ 672 - "brk_rolldown_utils", 983 + "brk_rolldown_utils 0.1.5", 984 + "memchr", 985 + "oxc 0.87.0", 986 + "oxc_sourcemap", 987 + "rustc-hash", 988 + ] 989 + 990 + [[package]] 991 + name = "brk_rolldown_sourcemap" 992 + version = "0.2.3" 993 + source = "registry+https://github.com/rust-lang/crates.io-index" 994 + checksum = "63859586276da70f2f8239ca558a0fc6f047fdea2c6856cca9c5056cd6a8963a" 995 + dependencies = [ 996 + "brk_rolldown_utils 0.2.3", 673 997 "memchr", 674 - "oxc", 998 + "oxc 0.92.0", 675 999 "oxc_sourcemap", 676 1000 "rustc-hash", 677 1001 ] ··· 686 1010 ] 687 1011 688 1012 [[package]] 1013 + name = "brk_rolldown_std_utils" 1014 + version = "0.2.3" 1015 + source = "registry+https://github.com/rust-lang/crates.io-index" 1016 + checksum = "754a91681b732fdc7e0118f8f356e1f7428b66ce00339688a1c2e8591b98edb2" 1017 + dependencies = [ 1018 + "regex", 1019 + ] 1020 + 1021 + [[package]] 689 1022 name = "brk_rolldown_tracing" 690 1023 version = "0.1.5" 691 1024 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 697 1030 ] 698 1031 699 1032 [[package]] 1033 + name = "brk_rolldown_tracing" 1034 + version = "0.2.3" 1035 + source = "registry+https://github.com/rust-lang/crates.io-index" 1036 + checksum = "da33c2b40ddb7390f299fa7ff7bd74d2ecd80dd57ad2a4cdef131412605090c4" 1037 + dependencies = [ 1038 + "tracing", 1039 + "tracing-chrome", 1040 + "tracing-subscriber", 1041 + ] 1042 + 1043 + [[package]] 700 1044 name = "brk_rolldown_utils" 701 1045 version = "0.1.5" 702 1046 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 707 1051 "async-scoped", 708 1052 "base-encode", 709 1053 "base64-simd", 710 - "brk_rolldown_std_utils", 1054 + "brk_rolldown_std_utils 0.1.5", 1055 + "cow-utils", 1056 + "dashmap", 1057 + "fast-glob", 1058 + "form_urlencoded", 1059 + "futures", 1060 + "indexmap", 1061 + "infer", 1062 + "itoa", 1063 + "memchr", 1064 + "mime", 1065 + "nom 8.0.0", 1066 + "oxc 0.87.0", 1067 + "oxc_index", 1068 + "phf 0.13.1", 1069 + "rayon", 1070 + "regex", 1071 + "regress", 1072 + "rustc-hash", 1073 + "serde_json", 1074 + "simdutf8", 1075 + "sugar_path", 1076 + "tokio", 1077 + "uuid", 1078 + "xxhash-rust", 1079 + ] 1080 + 1081 + [[package]] 1082 + name = "brk_rolldown_utils" 1083 + version = "0.2.3" 1084 + source = "registry+https://github.com/rust-lang/crates.io-index" 1085 + checksum = "aeb807d38d854c3f71c7640b31961da59de3bff3f9498b79e31570debaf74a4f" 1086 + dependencies = [ 1087 + "anyhow", 1088 + "arcstr", 1089 + "async-scoped", 1090 + "base-encode", 1091 + "base64-simd", 1092 + "brk_rolldown_std_utils 0.2.3", 711 1093 "cow-utils", 712 1094 "dashmap", 713 1095 "fast-glob", ··· 719 1101 "memchr", 720 1102 "mime", 721 1103 "nom 8.0.0", 722 - "oxc", 1104 + "oxc 0.92.0", 723 1105 "oxc_index", 724 1106 "phf 0.13.1", 725 1107 "rayon", ··· 740 1122 source = "registry+https://github.com/rust-lang/crates.io-index" 741 1123 checksum = "53159dd01ed61374892e101ea5afe34862fade82ae8aedc17a36c1664923a2ac" 742 1124 dependencies = [ 743 - "brk_rolldown_error", 1125 + "brk_rolldown_error 0.1.5", 744 1126 "notify 8.2.0", 745 1127 "notify-debouncer-full 0.6.0", 746 1128 ] 747 1129 748 1130 [[package]] 1131 + name = "brk_rolldown_watcher" 1132 + version = "0.2.3" 1133 + source = "registry+https://github.com/rust-lang/crates.io-index" 1134 + checksum = "cac059d6804c44336f882a87d568bc866cb6fbf8ecd5a083aaf0a310230a2909" 1135 + dependencies = [ 1136 + "brk-notify", 1137 + "brk-notify-debouncer-full", 1138 + "brk_rolldown_error 0.2.3", 1139 + ] 1140 + 1141 + [[package]] 749 1142 name = "brk_string_wizard" 750 1143 version = "0.1.5" 751 1144 source = "registry+https://github.com/rust-lang/crates.io-index" 752 1145 checksum = "c40057b36de33ed24a8b78e81e190e134f4cb6f85e25d5a133536c40ab4ddb6d" 753 1146 dependencies = [ 1147 + "oxc_index", 1148 + "oxc_sourcemap", 1149 + "rustc-hash", 1150 + "serde", 1151 + ] 1152 + 1153 + [[package]] 1154 + name = "brk_string_wizard" 1155 + version = "0.2.3" 1156 + source = "registry+https://github.com/rust-lang/crates.io-index" 1157 + checksum = "b7117e64fd4da49fe64dcebbbd8f4e490b1c07fdf99e4c22e2cefa0e130da480" 1158 + dependencies = [ 1159 + "memchr", 754 1160 "oxc_index", 755 1161 "oxc_sourcemap", 756 1162 "rustc-hash", ··· 807 1213 808 1214 [[package]] 809 1215 name = "cc" 810 - version = "1.2.38" 1216 + version = "1.2.39" 811 1217 source = "registry+https://github.com/rust-lang/crates.io-index" 812 - checksum = "80f41ae168f955c12fb8960b057d70d0ca153fb83182b57d86380443527be7e9" 1218 + checksum = "e1354349954c6fc9cb0deab020f27f783cf0b604e8bb754dc4658ecf0d29c35f" 813 1219 dependencies = [ 814 1220 "find-msvc-tools", 815 1221 "jobserver", ··· 861 1267 "num-traits", 862 1268 "serde", 863 1269 "wasm-bindgen", 864 - "windows-link 0.2.0", 1270 + "windows-link", 865 1271 ] 866 1272 867 1273 [[package]] ··· 1189 1595 1190 1596 [[package]] 1191 1597 name = "deranged" 1192 - version = "0.5.3" 1598 + version = "0.5.4" 1193 1599 source = "registry+https://github.com/rust-lang/crates.io-index" 1194 - checksum = "d630bccd429a5bb5a64b5e94f693bfc48c9f8566418fda4c494cc94f911f87cc" 1600 + checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071" 1195 1601 dependencies = [ 1196 1602 "powerfmt", 1197 1603 ] ··· 1251 1657 "libc", 1252 1658 "option-ext", 1253 1659 "redox_users", 1254 - "windows-sys 0.61.0", 1660 + "windows-sys 0.61.1", 1255 1661 ] 1256 1662 1257 1663 [[package]] ··· 1386 1792 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 1387 1793 dependencies = [ 1388 1794 "libc", 1389 - "windows-sys 0.61.0", 1795 + "windows-sys 0.61.1", 1390 1796 ] 1391 1797 1392 1798 [[package]] ··· 1411 1817 checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f" 1412 1818 dependencies = [ 1413 1819 "bit-set", 1414 - "regex-automata 0.4.10", 1820 + "regex-automata 0.4.11", 1415 1821 "regex-syntax 0.8.6", 1416 1822 ] 1417 1823 ··· 1699 2105 1700 2106 [[package]] 1701 2107 name = "gimli" 1702 - version = "0.31.1" 2108 + version = "0.32.3" 1703 2109 source = "registry+https://github.com/rust-lang/crates.io-index" 1704 - checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 2110 + checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" 1705 2111 1706 2112 [[package]] 1707 2113 name = "glob" ··· 2169 2575 2170 2576 [[package]] 2171 2577 name = "js-sys" 2172 - version = "0.3.80" 2578 + version = "0.3.81" 2173 2579 source = "registry+https://github.com/rust-lang/crates.io-index" 2174 - checksum = "852f13bec5eba4ba9afbeb93fd7c13fe56147f055939ae21c43a29a0ecb2702e" 2580 + checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305" 2175 2581 dependencies = [ 2176 2582 "once_cell", 2177 2583 "wasm-bindgen", ··· 2308 2714 dependencies = [ 2309 2715 "libc", 2310 2716 "neli", 2311 - "thiserror 2.0.16", 2717 + "thiserror 2.0.17", 2312 2718 "windows-sys 0.59.0", 2313 2719 ] 2314 2720 ··· 2343 2749 "mime", 2344 2750 "precomputed-hash", 2345 2751 "selectors", 2346 - "thiserror 2.0.16", 2752 + "thiserror 2.0.17", 2347 2753 ] 2348 2754 2349 2755 [[package]] ··· 2397 2803 version = "0.6.0" 2398 2804 dependencies = [ 2399 2805 "base64", 2400 - "brk_rolldown", 2806 + "brk_rolldown 0.2.3", 2401 2807 "chrono", 2402 2808 "colored", 2403 2809 "env_logger", ··· 2416 2822 "serde_yaml", 2417 2823 "slug", 2418 2824 "syntect", 2419 - "thiserror 2.0.16", 2825 + "thiserror 2.0.17", 2420 2826 "thumbhash", 2421 2827 "tokio", 2422 2828 "webp", ··· 2428 2834 version = "0.5.1" 2429 2835 dependencies = [ 2430 2836 "axum", 2431 - "brk_rolldown", 2837 + "brk_rolldown 0.1.5", 2432 2838 "chrono", 2433 2839 "clap", 2434 2840 "colored", ··· 2547 2953 2548 2954 [[package]] 2549 2955 name = "memchr" 2550 - version = "2.7.5" 2956 + version = "2.7.6" 2551 2957 source = "registry+https://github.com/rust-lang/crates.io-index" 2552 - checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" 2958 + checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 2553 2959 2554 2960 [[package]] 2555 2961 name = "mime" ··· 2847 3253 2848 3254 [[package]] 2849 3255 name = "object" 2850 - version = "0.36.7" 3256 + version = "0.37.3" 2851 3257 source = "registry+https://github.com/rust-lang/crates.io-index" 2852 - checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" 3258 + checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" 2853 3259 dependencies = [ 2854 3260 "memchr", 2855 3261 ] ··· 2935 3341 2936 3342 [[package]] 2937 3343 name = "owo-colors" 2938 - version = "4.2.2" 3344 + version = "4.2.3" 2939 3345 source = "registry+https://github.com/rust-lang/crates.io-index" 2940 - checksum = "48dd4f4a2c8405440fd0462561f0e5806bd0f77e86f51c761481bdd4018b545e" 3346 + checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52" 2941 3347 2942 3348 [[package]] 2943 3349 name = "oxc" ··· 2945 3351 source = "registry+https://github.com/rust-lang/crates.io-index" 2946 3352 checksum = "1273a1f856d670d49d62ac0e362a6989ea3be208f6846aab85f34383a04b0fae" 2947 3353 dependencies = [ 2948 - "oxc_allocator", 2949 - "oxc_ast", 2950 - "oxc_ast_visit", 2951 - "oxc_cfg", 2952 - "oxc_codegen", 2953 - "oxc_diagnostics", 2954 - "oxc_isolated_declarations", 2955 - "oxc_mangler", 2956 - "oxc_minifier", 2957 - "oxc_parser", 2958 - "oxc_regular_expression", 2959 - "oxc_semantic", 2960 - "oxc_span", 2961 - "oxc_syntax", 2962 - "oxc_transformer", 2963 - "oxc_transformer_plugins", 3354 + "oxc_allocator 0.87.0", 3355 + "oxc_ast 0.87.0", 3356 + "oxc_ast_visit 0.87.0", 3357 + "oxc_cfg 0.87.0", 3358 + "oxc_codegen 0.87.0", 3359 + "oxc_diagnostics 0.87.0", 3360 + "oxc_isolated_declarations 0.87.0", 3361 + "oxc_mangler 0.87.0", 3362 + "oxc_minifier 0.87.0", 3363 + "oxc_parser 0.87.0", 3364 + "oxc_regular_expression 0.87.0", 3365 + "oxc_semantic 0.87.0", 3366 + "oxc_span 0.87.0", 3367 + "oxc_syntax 0.87.0", 3368 + "oxc_transformer 0.87.0", 3369 + "oxc_transformer_plugins 0.87.0", 3370 + ] 3371 + 3372 + [[package]] 3373 + name = "oxc" 3374 + version = "0.92.0" 3375 + source = "registry+https://github.com/rust-lang/crates.io-index" 3376 + checksum = "514174b0464005dd95e873f5236089949ab77c79cc8a8e9352721f06d45a0b8d" 3377 + dependencies = [ 3378 + "oxc_allocator 0.92.0", 3379 + "oxc_ast 0.92.0", 3380 + "oxc_ast_visit 0.92.0", 3381 + "oxc_cfg 0.92.0", 3382 + "oxc_codegen 0.92.0", 3383 + "oxc_diagnostics 0.92.0", 3384 + "oxc_isolated_declarations 0.92.0", 3385 + "oxc_mangler 0.92.0", 3386 + "oxc_minifier 0.92.0", 3387 + "oxc_parser 0.92.0", 3388 + "oxc_regular_expression 0.92.0", 3389 + "oxc_semantic 0.92.0", 3390 + "oxc_span 0.92.0", 3391 + "oxc_syntax 0.92.0", 3392 + "oxc_transformer 0.92.0", 3393 + "oxc_transformer_plugins 0.92.0", 2964 3394 ] 2965 3395 2966 3396 [[package]] 2967 3397 name = "oxc-browserslist" 2968 - version = "2.1.1" 3398 + version = "2.1.2" 2969 3399 source = "registry+https://github.com/rust-lang/crates.io-index" 2970 - checksum = "37c5bf598bf7f55955c737d580cdadaeeda80e0e6430834f6165aef21220e3a2" 3400 + checksum = "7612127f5fa1ef0f3e98905ddfc10a7fa1df98944b75d774bb3cb4b530663616" 2971 3401 dependencies = [ 2972 3402 "bincode 2.0.1", 2973 3403 "flate2", ··· 2975 3405 "rustc-hash", 2976 3406 "serde", 2977 3407 "serde_json", 2978 - "thiserror 2.0.16", 3408 + "thiserror 2.0.17", 2979 3409 "time", 2980 3410 ] 2981 3411 2982 3412 [[package]] 2983 3413 name = "oxc-miette" 2984 - version = "2.5.0" 3414 + version = "2.5.1" 2985 3415 source = "registry+https://github.com/rust-lang/crates.io-index" 2986 - checksum = "2d5495f6099fa0b25fa25755c1d59ed79ffa64dda80f5366a4cdfc8fc20f5932" 3416 + checksum = "5c42cefdcbebec6b0b72229ac0e02261a6770cb7ba39ccc5475a856164066db1" 2987 3417 dependencies = [ 2988 3418 "cfg-if", 2989 3419 "owo-colors", 2990 3420 "oxc-miette-derive", 2991 3421 "textwrap", 2992 - "thiserror 2.0.16", 3422 + "thiserror 2.0.17", 2993 3423 "unicode-segmentation", 2994 3424 "unicode-width 0.2.1", 2995 3425 ] 2996 3426 2997 3427 [[package]] 2998 3428 name = "oxc-miette-derive" 2999 - version = "2.5.0" 3429 + version = "2.5.1" 3000 3430 source = "registry+https://github.com/rust-lang/crates.io-index" 3001 - checksum = "9dbbc96af6e37c35f2303b2bedbf8ce9cc563e4fbbf7776be6f0803cb0095652" 3431 + checksum = "05bbaa5b6b98826bb62b164406f703bee72c5287af9986f9c863fa8ea992b476" 3002 3432 dependencies = [ 3003 3433 "proc-macro2", 3004 3434 "quote", ··· 3014 3444 "allocator-api2", 3015 3445 "bumpalo", 3016 3446 "hashbrown 0.16.0", 3017 - "oxc_data_structures", 3018 - "oxc_estree", 3447 + "oxc_data_structures 0.87.0", 3448 + "oxc_estree 0.87.0", 3449 + "rustc-hash", 3450 + "serde", 3451 + ] 3452 + 3453 + [[package]] 3454 + name = "oxc_allocator" 3455 + version = "0.92.0" 3456 + source = "registry+https://github.com/rust-lang/crates.io-index" 3457 + checksum = "79d9ac4e239df6f418d86176aa4af85f850f60823a8708fd50a6f7d6f475a07d" 3458 + dependencies = [ 3459 + "allocator-api2", 3460 + "bumpalo", 3461 + "hashbrown 0.16.0", 3462 + "oxc_data_structures 0.92.0", 3463 + "oxc_estree 0.92.0", 3019 3464 "rustc-hash", 3020 3465 "serde", 3021 3466 ] ··· 3027 3472 checksum = "a73ff824d44e51ac6c20381b644d48db4326935e811eeab29d52ca45e4d19670" 3028 3473 dependencies = [ 3029 3474 "bitflags 2.9.4", 3030 - "oxc_allocator", 3031 - "oxc_ast_macros", 3032 - "oxc_data_structures", 3033 - "oxc_diagnostics", 3034 - "oxc_estree", 3035 - "oxc_regular_expression", 3036 - "oxc_span", 3037 - "oxc_syntax", 3475 + "oxc_allocator 0.87.0", 3476 + "oxc_ast_macros 0.87.0", 3477 + "oxc_data_structures 0.87.0", 3478 + "oxc_diagnostics 0.87.0", 3479 + "oxc_estree 0.87.0", 3480 + "oxc_regular_expression 0.87.0", 3481 + "oxc_span 0.87.0", 3482 + "oxc_syntax 0.87.0", 3483 + ] 3484 + 3485 + [[package]] 3486 + name = "oxc_ast" 3487 + version = "0.92.0" 3488 + source = "registry+https://github.com/rust-lang/crates.io-index" 3489 + checksum = "013500b777b89130b5f79b545d252d9a147db7ef91f07954da394400ae7f14c9" 3490 + dependencies = [ 3491 + "bitflags 2.9.4", 3492 + "oxc_allocator 0.92.0", 3493 + "oxc_ast_macros 0.92.0", 3494 + "oxc_data_structures 0.92.0", 3495 + "oxc_diagnostics 0.92.0", 3496 + "oxc_estree 0.92.0", 3497 + "oxc_regular_expression 0.92.0", 3498 + "oxc_span 0.92.0", 3499 + "oxc_syntax 0.92.0", 3038 3500 ] 3039 3501 3040 3502 [[package]] ··· 3042 3504 version = "0.87.0" 3043 3505 source = "registry+https://github.com/rust-lang/crates.io-index" 3044 3506 checksum = "4f6af164ffae11248f32c449dad6a15f85d2154fe398bfec75502e0e2af5767a" 3507 + dependencies = [ 3508 + "phf 0.13.1", 3509 + "proc-macro2", 3510 + "quote", 3511 + "syn 2.0.106", 3512 + ] 3513 + 3514 + [[package]] 3515 + name = "oxc_ast_macros" 3516 + version = "0.92.0" 3517 + source = "registry+https://github.com/rust-lang/crates.io-index" 3518 + checksum = "9711ea5f01691277822413f0bb56085ac1b867f9cb2090387f634a94a2d4f64c" 3045 3519 dependencies = [ 3046 3520 "phf 0.13.1", 3047 3521 "proc-macro2", ··· 3055 3529 source = "registry+https://github.com/rust-lang/crates.io-index" 3056 3530 checksum = "a0ff52052e2cfb72fff062d4b7a393f9e9bded601dc16df796e3e460e17a9031" 3057 3531 dependencies = [ 3058 - "oxc_allocator", 3059 - "oxc_ast", 3060 - "oxc_span", 3061 - "oxc_syntax", 3532 + "oxc_allocator 0.87.0", 3533 + "oxc_ast 0.87.0", 3534 + "oxc_span 0.87.0", 3535 + "oxc_syntax 0.87.0", 3536 + ] 3537 + 3538 + [[package]] 3539 + name = "oxc_ast_visit" 3540 + version = "0.92.0" 3541 + source = "registry+https://github.com/rust-lang/crates.io-index" 3542 + checksum = "95f0e1f45a19d14d9e4660f426fb8abe31c86b43a43c426a6d182e786994b0bb" 3543 + dependencies = [ 3544 + "oxc_allocator 0.92.0", 3545 + "oxc_ast 0.92.0", 3546 + "oxc_span 0.92.0", 3547 + "oxc_syntax 0.92.0", 3062 3548 ] 3063 3549 3064 3550 [[package]] ··· 3071 3557 "itertools 0.14.0", 3072 3558 "nonmax", 3073 3559 "oxc_index", 3074 - "oxc_syntax", 3560 + "oxc_syntax 0.87.0", 3561 + "petgraph", 3562 + "rustc-hash", 3563 + ] 3564 + 3565 + [[package]] 3566 + name = "oxc_cfg" 3567 + version = "0.92.0" 3568 + source = "registry+https://github.com/rust-lang/crates.io-index" 3569 + checksum = "a32fdc832b6ed9b007f44022e3b273e5b2cc6d798a91ea5b46e150858b17be40" 3570 + dependencies = [ 3571 + "bitflags 2.9.4", 3572 + "itertools 0.14.0", 3573 + "nonmax", 3574 + "oxc_index", 3575 + "oxc_syntax 0.92.0", 3075 3576 "petgraph", 3076 3577 "rustc-hash", 3077 3578 ] ··· 3087 3588 "dragonbox_ecma", 3088 3589 "itoa", 3089 3590 "nonmax", 3090 - "oxc_allocator", 3091 - "oxc_ast", 3092 - "oxc_data_structures", 3591 + "oxc_allocator 0.87.0", 3592 + "oxc_ast 0.87.0", 3593 + "oxc_data_structures 0.87.0", 3594 + "oxc_index", 3595 + "oxc_semantic 0.87.0", 3596 + "oxc_sourcemap", 3597 + "oxc_span 0.87.0", 3598 + "oxc_syntax 0.87.0", 3599 + "rustc-hash", 3600 + ] 3601 + 3602 + [[package]] 3603 + name = "oxc_codegen" 3604 + version = "0.92.0" 3605 + source = "registry+https://github.com/rust-lang/crates.io-index" 3606 + checksum = "b9e9e29e30d2252903c4c5e1104fb7542365d57ceba83e16d4f52b436f7ffa5d" 3607 + dependencies = [ 3608 + "bitflags 2.9.4", 3609 + "cow-utils", 3610 + "dragonbox_ecma", 3611 + "itoa", 3612 + "nonmax", 3613 + "oxc_allocator 0.92.0", 3614 + "oxc_ast 0.92.0", 3615 + "oxc_data_structures 0.92.0", 3093 3616 "oxc_index", 3094 - "oxc_semantic", 3617 + "oxc_semantic 0.92.0", 3095 3618 "oxc_sourcemap", 3096 - "oxc_span", 3097 - "oxc_syntax", 3619 + "oxc_span 0.92.0", 3620 + "oxc_syntax 0.92.0", 3621 + "rustc-hash", 3622 + ] 3623 + 3624 + [[package]] 3625 + name = "oxc_compat" 3626 + version = "0.92.0" 3627 + source = "registry+https://github.com/rust-lang/crates.io-index" 3628 + checksum = "42631ddd366f3a6b829d346a5d8ceb4fb3a3796293916f437b244c4e60fa4dd9" 3629 + dependencies = [ 3630 + "cow-utils", 3631 + "oxc-browserslist", 3632 + "oxc_syntax 0.92.0", 3098 3633 "rustc-hash", 3634 + "serde", 3099 3635 ] 3100 3636 3101 3637 [[package]] ··· 3108 3644 ] 3109 3645 3110 3646 [[package]] 3647 + name = "oxc_data_structures" 3648 + version = "0.92.0" 3649 + source = "registry+https://github.com/rust-lang/crates.io-index" 3650 + checksum = "5bccdfe08b75babe4944aefcc84f8d795d48a0155fcb20c4855c46eabf6e5d49" 3651 + dependencies = [ 3652 + "ropey", 3653 + ] 3654 + 3655 + [[package]] 3111 3656 name = "oxc_diagnostics" 3112 3657 version = "0.87.0" 3113 3658 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3119 3664 ] 3120 3665 3121 3666 [[package]] 3667 + name = "oxc_diagnostics" 3668 + version = "0.92.0" 3669 + source = "registry+https://github.com/rust-lang/crates.io-index" 3670 + checksum = "e710dd26a2946f906ccd449a2d34f195b0461e5a8776db067ed207189f0213f3" 3671 + dependencies = [ 3672 + "cow-utils", 3673 + "oxc-miette", 3674 + "percent-encoding", 3675 + ] 3676 + 3677 + [[package]] 3122 3678 name = "oxc_ecmascript" 3123 3679 version = "0.87.0" 3124 3680 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3127 3683 "cow-utils", 3128 3684 "num-bigint", 3129 3685 "num-traits", 3130 - "oxc_allocator", 3131 - "oxc_ast", 3132 - "oxc_span", 3133 - "oxc_syntax", 3686 + "oxc_allocator 0.87.0", 3687 + "oxc_ast 0.87.0", 3688 + "oxc_span 0.87.0", 3689 + "oxc_syntax 0.87.0", 3690 + ] 3691 + 3692 + [[package]] 3693 + name = "oxc_ecmascript" 3694 + version = "0.92.0" 3695 + source = "registry+https://github.com/rust-lang/crates.io-index" 3696 + checksum = "80c03f1a2246f422197c317585b056dbc283a4cfb10c8058cb3296b87cb835da" 3697 + dependencies = [ 3698 + "cow-utils", 3699 + "num-bigint", 3700 + "num-traits", 3701 + "oxc_allocator 0.92.0", 3702 + "oxc_ast 0.92.0", 3703 + "oxc_span 0.92.0", 3704 + "oxc_syntax 0.92.0", 3134 3705 ] 3135 3706 3136 3707 [[package]] ··· 3141 3712 dependencies = [ 3142 3713 "dragonbox_ecma", 3143 3714 "itoa", 3144 - "oxc_data_structures", 3715 + "oxc_data_structures 0.87.0", 3716 + ] 3717 + 3718 + [[package]] 3719 + name = "oxc_estree" 3720 + version = "0.92.0" 3721 + source = "registry+https://github.com/rust-lang/crates.io-index" 3722 + checksum = "36ee39a2fc76ae96ccb5dcfea6c430e09e93e4fbcd9ec7f35fe787ea3fb6873a" 3723 + dependencies = [ 3724 + "dragonbox_ecma", 3725 + "itoa", 3726 + "oxc_data_structures 0.92.0", 3145 3727 ] 3146 3728 3147 3729 [[package]] ··· 3161 3743 checksum = "75e6efdb4f6d09772773cc254caed257270b2b32ee4df21dac196dfb0d966c1e" 3162 3744 dependencies = [ 3163 3745 "bitflags 2.9.4", 3164 - "oxc_allocator", 3165 - "oxc_ast", 3166 - "oxc_ast_visit", 3167 - "oxc_diagnostics", 3168 - "oxc_ecmascript", 3169 - "oxc_span", 3170 - "oxc_syntax", 3746 + "oxc_allocator 0.87.0", 3747 + "oxc_ast 0.87.0", 3748 + "oxc_ast_visit 0.87.0", 3749 + "oxc_diagnostics 0.87.0", 3750 + "oxc_ecmascript 0.87.0", 3751 + "oxc_span 0.87.0", 3752 + "oxc_syntax 0.87.0", 3753 + "rustc-hash", 3754 + ] 3755 + 3756 + [[package]] 3757 + name = "oxc_isolated_declarations" 3758 + version = "0.92.0" 3759 + source = "registry+https://github.com/rust-lang/crates.io-index" 3760 + checksum = "132bb2006e95e63c0b07cc45c30e6d0de6bb643036d7b6316f7c1398a72c1c42" 3761 + dependencies = [ 3762 + "bitflags 2.9.4", 3763 + "oxc_allocator 0.92.0", 3764 + "oxc_ast 0.92.0", 3765 + "oxc_ast_visit 0.92.0", 3766 + "oxc_diagnostics 0.92.0", 3767 + "oxc_ecmascript 0.92.0", 3768 + "oxc_span 0.92.0", 3769 + "oxc_syntax 0.92.0", 3171 3770 "rustc-hash", 3172 3771 ] 3173 3772 ··· 3178 3777 checksum = "401c8ff0fc5e60c94a5821b768bf019a42a0d058469dd26e604dda57723bc404" 3179 3778 dependencies = [ 3180 3779 "itertools 0.14.0", 3181 - "oxc_allocator", 3182 - "oxc_ast", 3183 - "oxc_data_structures", 3780 + "oxc_allocator 0.87.0", 3781 + "oxc_ast 0.87.0", 3782 + "oxc_data_structures 0.87.0", 3783 + "oxc_index", 3784 + "oxc_semantic 0.87.0", 3785 + "oxc_span 0.87.0", 3786 + "rustc-hash", 3787 + ] 3788 + 3789 + [[package]] 3790 + name = "oxc_mangler" 3791 + version = "0.92.0" 3792 + source = "registry+https://github.com/rust-lang/crates.io-index" 3793 + checksum = "cb797e995b53f0e112b0a1359f967de7cb3a702b46fa2492d6025be4de175a65" 3794 + dependencies = [ 3795 + "itertools 0.14.0", 3796 + "oxc_allocator 0.92.0", 3797 + "oxc_ast 0.92.0", 3798 + "oxc_data_structures 0.92.0", 3184 3799 "oxc_index", 3185 - "oxc_semantic", 3186 - "oxc_span", 3800 + "oxc_semantic 0.92.0", 3801 + "oxc_span 0.92.0", 3187 3802 "rustc-hash", 3188 3803 ] 3189 3804 ··· 3194 3809 checksum = "cd50617ac26b8cd1e6788dbb527ce16704f47fd5e8e6d87fee4a5e63224a71e8" 3195 3810 dependencies = [ 3196 3811 "cow-utils", 3197 - "oxc_allocator", 3198 - "oxc_ast", 3199 - "oxc_ast_visit", 3200 - "oxc_codegen", 3201 - "oxc_ecmascript", 3202 - "oxc_mangler", 3203 - "oxc_parser", 3204 - "oxc_regular_expression", 3205 - "oxc_semantic", 3206 - "oxc_span", 3207 - "oxc_syntax", 3208 - "oxc_traverse", 3812 + "oxc_allocator 0.87.0", 3813 + "oxc_ast 0.87.0", 3814 + "oxc_ast_visit 0.87.0", 3815 + "oxc_codegen 0.87.0", 3816 + "oxc_ecmascript 0.87.0", 3817 + "oxc_mangler 0.87.0", 3818 + "oxc_parser 0.87.0", 3819 + "oxc_regular_expression 0.87.0", 3820 + "oxc_semantic 0.87.0", 3821 + "oxc_span 0.87.0", 3822 + "oxc_syntax 0.87.0", 3823 + "oxc_traverse 0.87.0", 3824 + "rustc-hash", 3825 + ] 3826 + 3827 + [[package]] 3828 + name = "oxc_minifier" 3829 + version = "0.92.0" 3830 + source = "registry+https://github.com/rust-lang/crates.io-index" 3831 + checksum = "61dfdcff432cacd8257093842d1494225f72cbea8286610b86abfbad59a16003" 3832 + dependencies = [ 3833 + "cow-utils", 3834 + "oxc_allocator 0.92.0", 3835 + "oxc_ast 0.92.0", 3836 + "oxc_ast_visit 0.92.0", 3837 + "oxc_codegen 0.92.0", 3838 + "oxc_compat", 3839 + "oxc_data_structures 0.92.0", 3840 + "oxc_ecmascript 0.92.0", 3841 + "oxc_mangler 0.92.0", 3842 + "oxc_parser 0.92.0", 3843 + "oxc_regular_expression 0.92.0", 3844 + "oxc_semantic 0.92.0", 3845 + "oxc_span 0.92.0", 3846 + "oxc_syntax 0.92.0", 3847 + "oxc_traverse 0.92.0", 3209 3848 "rustc-hash", 3210 3849 ] 3211 3850 ··· 3220 3859 "memchr", 3221 3860 "num-bigint", 3222 3861 "num-traits", 3223 - "oxc_allocator", 3224 - "oxc_ast", 3225 - "oxc_data_structures", 3226 - "oxc_diagnostics", 3227 - "oxc_ecmascript", 3228 - "oxc_regular_expression", 3229 - "oxc_span", 3230 - "oxc_syntax", 3862 + "oxc_allocator 0.87.0", 3863 + "oxc_ast 0.87.0", 3864 + "oxc_data_structures 0.87.0", 3865 + "oxc_diagnostics 0.87.0", 3866 + "oxc_ecmascript 0.87.0", 3867 + "oxc_regular_expression 0.87.0", 3868 + "oxc_span 0.87.0", 3869 + "oxc_syntax 0.87.0", 3870 + "rustc-hash", 3871 + "seq-macro", 3872 + ] 3873 + 3874 + [[package]] 3875 + name = "oxc_parser" 3876 + version = "0.92.0" 3877 + source = "registry+https://github.com/rust-lang/crates.io-index" 3878 + checksum = "86612cd26f817679d522b7ed33e525537ec5c0a7165d4d23138b8cbaf896d0d5" 3879 + dependencies = [ 3880 + "bitflags 2.9.4", 3881 + "cow-utils", 3882 + "memchr", 3883 + "num-bigint", 3884 + "num-traits", 3885 + "oxc_allocator 0.92.0", 3886 + "oxc_ast 0.92.0", 3887 + "oxc_data_structures 0.92.0", 3888 + "oxc_diagnostics 0.92.0", 3889 + "oxc_ecmascript 0.92.0", 3890 + "oxc_regular_expression 0.92.0", 3891 + "oxc_span 0.92.0", 3892 + "oxc_syntax 0.92.0", 3231 3893 "rustc-hash", 3232 3894 "seq-macro", 3233 3895 ] ··· 3239 3901 checksum = "60a4df17b1c47c7fe749208f3a32158dfe90dca5ce630ce86cb9415521f87eb3" 3240 3902 dependencies = [ 3241 3903 "bitflags 2.9.4", 3242 - "oxc_allocator", 3243 - "oxc_ast_macros", 3244 - "oxc_diagnostics", 3245 - "oxc_span", 3904 + "oxc_allocator 0.87.0", 3905 + "oxc_ast_macros 0.87.0", 3906 + "oxc_diagnostics 0.87.0", 3907 + "oxc_span 0.87.0", 3908 + "phf 0.13.1", 3909 + "rustc-hash", 3910 + "unicode-id-start", 3911 + ] 3912 + 3913 + [[package]] 3914 + name = "oxc_regular_expression" 3915 + version = "0.92.0" 3916 + source = "registry+https://github.com/rust-lang/crates.io-index" 3917 + checksum = "e7dc07d4e5d8337f5b6bbadadf1787d2a320f99969c9602ed03c823babd0084a" 3918 + dependencies = [ 3919 + "bitflags 2.9.4", 3920 + "oxc_allocator 0.92.0", 3921 + "oxc_ast_macros 0.92.0", 3922 + "oxc_diagnostics 0.92.0", 3923 + "oxc_span 0.92.0", 3246 3924 "phf 0.13.1", 3247 3925 "rustc-hash", 3248 3926 "unicode-id-start", ··· 3250 3928 3251 3929 [[package]] 3252 3930 name = "oxc_resolver" 3253 - version = "11.8.3" 3931 + version = "11.8.4" 3254 3932 source = "registry+https://github.com/rust-lang/crates.io-index" 3255 - checksum = "c553f3d6a88eb57513b4bb6b8387ab71c7701721ecd242b673ffeb3dc99cfd08" 3933 + checksum = "743c415f2237308d3a50d15d5ab5e432fd44c3b2c77042b01bbbd4e5e7d1ca0f" 3256 3934 dependencies = [ 3257 3935 "cfg-if", 3258 3936 "indexmap", ··· 3265 3943 "serde", 3266 3944 "serde_json", 3267 3945 "simdutf8", 3268 - "thiserror 2.0.16", 3946 + "thiserror 2.0.17", 3269 3947 "tracing", 3270 3948 "url", 3271 3949 "windows", ··· 3278 3956 checksum = "8239fa4e6eaee7a16039a3292a3adbaa645ba3013bf2f801517d8fadc4396557" 3279 3957 dependencies = [ 3280 3958 "itertools 0.14.0", 3281 - "oxc_allocator", 3282 - "oxc_ast", 3283 - "oxc_ast_visit", 3284 - "oxc_cfg", 3285 - "oxc_data_structures", 3286 - "oxc_diagnostics", 3287 - "oxc_ecmascript", 3959 + "oxc_allocator 0.87.0", 3960 + "oxc_ast 0.87.0", 3961 + "oxc_ast_visit 0.87.0", 3962 + "oxc_cfg 0.87.0", 3963 + "oxc_data_structures 0.87.0", 3964 + "oxc_diagnostics 0.87.0", 3965 + "oxc_ecmascript 0.87.0", 3966 + "oxc_index", 3967 + "oxc_span 0.87.0", 3968 + "oxc_syntax 0.87.0", 3969 + "phf 0.13.1", 3970 + "rustc-hash", 3971 + "self_cell", 3972 + ] 3973 + 3974 + [[package]] 3975 + name = "oxc_semantic" 3976 + version = "0.92.0" 3977 + source = "registry+https://github.com/rust-lang/crates.io-index" 3978 + checksum = "f9ce8984f6054d3deafebff4e318fea5a38d281905be8bf555e625a7d7c63220" 3979 + dependencies = [ 3980 + "itertools 0.14.0", 3981 + "oxc_allocator 0.92.0", 3982 + "oxc_ast 0.92.0", 3983 + "oxc_ast_visit 0.92.0", 3984 + "oxc_cfg 0.92.0", 3985 + "oxc_data_structures 0.92.0", 3986 + "oxc_diagnostics 0.92.0", 3987 + "oxc_ecmascript 0.92.0", 3288 3988 "oxc_index", 3289 - "oxc_span", 3290 - "oxc_syntax", 3989 + "oxc_span 0.92.0", 3990 + "oxc_syntax 0.92.0", 3291 3991 "phf 0.13.1", 3292 3992 "rustc-hash", 3293 3993 "self_cell", ··· 3295 3995 3296 3996 [[package]] 3297 3997 name = "oxc_sourcemap" 3298 - version = "4.1.3" 3998 + version = "4.2.0" 3299 3999 source = "registry+https://github.com/rust-lang/crates.io-index" 3300 - checksum = "c0bfffb9832f6a829bd05125c81b46405abcd974297339d10fbdf8908c62844b" 4000 + checksum = "d3e5d53a1bdb071d10a83cc0b4c69ca6ebb55d55fc6333897aef72c057830b95" 3301 4001 dependencies = [ 3302 4002 "base64-simd", 3303 4003 "json-escape-simd", ··· 3314 4014 dependencies = [ 3315 4015 "compact_str", 3316 4016 "oxc-miette", 3317 - "oxc_allocator", 3318 - "oxc_ast_macros", 3319 - "oxc_estree", 4017 + "oxc_allocator 0.87.0", 4018 + "oxc_ast_macros 0.87.0", 4019 + "oxc_estree 0.87.0", 4020 + "serde", 4021 + ] 4022 + 4023 + [[package]] 4024 + name = "oxc_span" 4025 + version = "0.92.0" 4026 + source = "registry+https://github.com/rust-lang/crates.io-index" 4027 + checksum = "be7ea89d6e858be16ef14f9a9be81ee210c17cb29bb95d5c86881251075071af" 4028 + dependencies = [ 4029 + "compact_str", 4030 + "oxc-miette", 4031 + "oxc_allocator 0.92.0", 4032 + "oxc_ast_macros 0.92.0", 4033 + "oxc_estree 0.92.0", 3320 4034 "serde", 3321 4035 ] 3322 4036 ··· 3330 4044 "cow-utils", 3331 4045 "dragonbox_ecma", 3332 4046 "nonmax", 3333 - "oxc_allocator", 3334 - "oxc_ast_macros", 3335 - "oxc_data_structures", 3336 - "oxc_estree", 4047 + "oxc_allocator 0.87.0", 4048 + "oxc_ast_macros 0.87.0", 4049 + "oxc_data_structures 0.87.0", 4050 + "oxc_estree 0.87.0", 4051 + "oxc_index", 4052 + "oxc_span 0.87.0", 4053 + "phf 0.13.1", 4054 + "rustc-hash", 4055 + "serde", 4056 + "unicode-id-start", 4057 + ] 4058 + 4059 + [[package]] 4060 + name = "oxc_syntax" 4061 + version = "0.92.0" 4062 + source = "registry+https://github.com/rust-lang/crates.io-index" 4063 + checksum = "a6477f14f0e380033455f0e3e6cdc33fd19932fe5f627a17b38e4666649336cb" 4064 + dependencies = [ 4065 + "bitflags 2.9.4", 4066 + "cow-utils", 4067 + "dragonbox_ecma", 4068 + "nonmax", 4069 + "oxc_allocator 0.92.0", 4070 + "oxc_ast_macros 0.92.0", 4071 + "oxc_data_structures 0.92.0", 4072 + "oxc_estree 0.92.0", 3337 4073 "oxc_index", 3338 - "oxc_span", 4074 + "oxc_span 0.92.0", 3339 4075 "phf 0.13.1", 3340 4076 "rustc-hash", 3341 4077 "serde", ··· 3355 4091 "itoa", 3356 4092 "memchr", 3357 4093 "oxc-browserslist", 3358 - "oxc_allocator", 3359 - "oxc_ast", 3360 - "oxc_ast_visit", 3361 - "oxc_data_structures", 3362 - "oxc_diagnostics", 3363 - "oxc_ecmascript", 3364 - "oxc_parser", 3365 - "oxc_regular_expression", 3366 - "oxc_semantic", 3367 - "oxc_span", 3368 - "oxc_syntax", 3369 - "oxc_traverse", 4094 + "oxc_allocator 0.87.0", 4095 + "oxc_ast 0.87.0", 4096 + "oxc_ast_visit 0.87.0", 4097 + "oxc_data_structures 0.87.0", 4098 + "oxc_diagnostics 0.87.0", 4099 + "oxc_ecmascript 0.87.0", 4100 + "oxc_parser 0.87.0", 4101 + "oxc_regular_expression 0.87.0", 4102 + "oxc_semantic 0.87.0", 4103 + "oxc_span 0.87.0", 4104 + "oxc_syntax 0.87.0", 4105 + "oxc_traverse 0.87.0", 4106 + "rustc-hash", 4107 + "serde", 4108 + "serde_json", 4109 + "sha1", 4110 + ] 4111 + 4112 + [[package]] 4113 + name = "oxc_transformer" 4114 + version = "0.92.0" 4115 + source = "registry+https://github.com/rust-lang/crates.io-index" 4116 + checksum = "7c10b7504559c08191c3881ef53fb671619c62c9cc26bd5e66274c68057e6ad3" 4117 + dependencies = [ 4118 + "base64", 4119 + "compact_str", 4120 + "indexmap", 4121 + "itoa", 4122 + "memchr", 4123 + "oxc_allocator 0.92.0", 4124 + "oxc_ast 0.92.0", 4125 + "oxc_ast_visit 0.92.0", 4126 + "oxc_compat", 4127 + "oxc_data_structures 0.92.0", 4128 + "oxc_diagnostics 0.92.0", 4129 + "oxc_ecmascript 0.92.0", 4130 + "oxc_parser 0.92.0", 4131 + "oxc_regular_expression 0.92.0", 4132 + "oxc_semantic 0.92.0", 4133 + "oxc_span 0.92.0", 4134 + "oxc_syntax 0.92.0", 4135 + "oxc_traverse 0.92.0", 3370 4136 "rustc-hash", 3371 4137 "serde", 3372 4138 "serde_json", ··· 3381 4147 dependencies = [ 3382 4148 "cow-utils", 3383 4149 "itoa", 3384 - "oxc_allocator", 3385 - "oxc_ast", 3386 - "oxc_ast_visit", 3387 - "oxc_diagnostics", 3388 - "oxc_ecmascript", 3389 - "oxc_parser", 3390 - "oxc_semantic", 3391 - "oxc_span", 3392 - "oxc_syntax", 3393 - "oxc_transformer", 3394 - "oxc_traverse", 4150 + "oxc_allocator 0.87.0", 4151 + "oxc_ast 0.87.0", 4152 + "oxc_ast_visit 0.87.0", 4153 + "oxc_diagnostics 0.87.0", 4154 + "oxc_ecmascript 0.87.0", 4155 + "oxc_parser 0.87.0", 4156 + "oxc_semantic 0.87.0", 4157 + "oxc_span 0.87.0", 4158 + "oxc_syntax 0.87.0", 4159 + "oxc_transformer 0.87.0", 4160 + "oxc_traverse 0.87.0", 4161 + "rustc-hash", 4162 + ] 4163 + 4164 + [[package]] 4165 + name = "oxc_transformer_plugins" 4166 + version = "0.92.0" 4167 + source = "registry+https://github.com/rust-lang/crates.io-index" 4168 + checksum = "1592bc6214448a4986e72e1f7a71ca52e5b7135e831e806eb09bb9a29343dbaf" 4169 + dependencies = [ 4170 + "cow-utils", 4171 + "itoa", 4172 + "oxc_allocator 0.92.0", 4173 + "oxc_ast 0.92.0", 4174 + "oxc_ast_visit 0.92.0", 4175 + "oxc_diagnostics 0.92.0", 4176 + "oxc_ecmascript 0.92.0", 4177 + "oxc_parser 0.92.0", 4178 + "oxc_semantic 0.92.0", 4179 + "oxc_span 0.92.0", 4180 + "oxc_syntax 0.92.0", 4181 + "oxc_transformer 0.92.0", 4182 + "oxc_traverse 0.92.0", 3395 4183 "rustc-hash", 3396 4184 ] 3397 4185 ··· 3402 4190 checksum = "6d4dfe9de6b462cb2b2e8e1040b912233781dbb4032c8266f30297a9e2cf4155" 3403 4191 dependencies = [ 3404 4192 "itoa", 3405 - "oxc_allocator", 3406 - "oxc_ast", 3407 - "oxc_ast_visit", 3408 - "oxc_data_structures", 3409 - "oxc_ecmascript", 3410 - "oxc_semantic", 3411 - "oxc_span", 3412 - "oxc_syntax", 4193 + "oxc_allocator 0.87.0", 4194 + "oxc_ast 0.87.0", 4195 + "oxc_ast_visit 0.87.0", 4196 + "oxc_data_structures 0.87.0", 4197 + "oxc_ecmascript 0.87.0", 4198 + "oxc_semantic 0.87.0", 4199 + "oxc_span 0.87.0", 4200 + "oxc_syntax 0.87.0", 4201 + "rustc-hash", 4202 + ] 4203 + 4204 + [[package]] 4205 + name = "oxc_traverse" 4206 + version = "0.92.0" 4207 + source = "registry+https://github.com/rust-lang/crates.io-index" 4208 + checksum = "8bc2faa1b10f9044f0ef34cb3959684836733d0168ce98504e47010e000ee62e" 4209 + dependencies = [ 4210 + "itoa", 4211 + "oxc_allocator 0.92.0", 4212 + "oxc_ast 0.92.0", 4213 + "oxc_ast_visit 0.92.0", 4214 + "oxc_data_structures 0.92.0", 4215 + "oxc_ecmascript 0.92.0", 4216 + "oxc_semantic 0.92.0", 4217 + "oxc_span 0.92.0", 4218 + "oxc_syntax 0.92.0", 3413 4219 "rustc-hash", 3414 4220 ] 3415 4221 ··· 3672 4478 "rustc-hash", 3673 4479 "serde", 3674 4480 "serde_json", 3675 - "thiserror 2.0.16", 4481 + "thiserror 2.0.17", 3676 4482 ] 3677 4483 3678 4484 [[package]] ··· 3838 4644 3839 4645 [[package]] 3840 4646 name = "quote" 3841 - version = "1.0.40" 4647 + version = "1.0.41" 3842 4648 source = "registry+https://github.com/rust-lang/crates.io-index" 3843 - checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 4649 + checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1" 3844 4650 dependencies = [ 3845 4651 "proc-macro2", 3846 4652 ] ··· 4033 4839 dependencies = [ 4034 4840 "getrandom 0.2.16", 4035 4841 "libredox", 4036 - "thiserror 2.0.16", 4842 + "thiserror 2.0.17", 4037 4843 ] 4038 4844 4039 4845 [[package]] 4040 4846 name = "regex" 4041 - version = "1.11.2" 4847 + version = "1.11.3" 4042 4848 source = "registry+https://github.com/rust-lang/crates.io-index" 4043 - checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912" 4849 + checksum = "8b5288124840bee7b386bc413c487869b360b2b4ec421ea56425128692f2a82c" 4044 4850 dependencies = [ 4045 4851 "aho-corasick", 4046 4852 "memchr", 4047 - "regex-automata 0.4.10", 4853 + "regex-automata 0.4.11", 4048 4854 "regex-syntax 0.8.6", 4049 4855 ] 4050 4856 ··· 4059 4865 4060 4866 [[package]] 4061 4867 name = "regex-automata" 4062 - version = "0.4.10" 4868 + version = "0.4.11" 4063 4869 source = "registry+https://github.com/rust-lang/crates.io-index" 4064 - checksum = "6b9458fa0bfeeac22b5ca447c63aaf45f28439a709ccd244698632f9aa6394d6" 4870 + checksum = "833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad" 4065 4871 dependencies = [ 4066 4872 "aho-corasick", 4067 4873 "memchr", ··· 4161 4967 "errno", 4162 4968 "libc", 4163 4969 "linux-raw-sys", 4164 - "windows-sys 0.61.0", 4970 + "windows-sys 0.61.1", 4165 4971 ] 4166 4972 4167 4973 [[package]] ··· 4242 5048 checksum = "5b55fb86dfd3a2f5f76ea78310a88f96c4ea21a3031f8d212443d56123fd0521" 4243 5049 dependencies = [ 4244 5050 "libc", 4245 - "windows-sys 0.61.0", 5051 + "windows-sys 0.61.1", 4246 5052 ] 4247 5053 4248 5054 [[package]] ··· 4278 5084 4279 5085 [[package]] 4280 5086 name = "serde" 4281 - version = "1.0.226" 5087 + version = "1.0.228" 4282 5088 source = "registry+https://github.com/rust-lang/crates.io-index" 4283 - checksum = "0dca6411025b24b60bfa7ec1fe1f8e710ac09782dca409ee8237ba74b51295fd" 5089 + checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 4284 5090 dependencies = [ 4285 5091 "serde_core", 4286 5092 "serde_derive", ··· 4288 5094 4289 5095 [[package]] 4290 5096 name = "serde_core" 4291 - version = "1.0.226" 5097 + version = "1.0.228" 4292 5098 source = "registry+https://github.com/rust-lang/crates.io-index" 4293 - checksum = "ba2ba63999edb9dac981fb34b3e5c0d111a69b0924e253ed29d83f7c99e966a4" 5099 + checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 4294 5100 dependencies = [ 4295 5101 "serde_derive", 4296 5102 ] 4297 5103 4298 5104 [[package]] 4299 5105 name = "serde_derive" 4300 - version = "1.0.226" 5106 + version = "1.0.228" 4301 5107 source = "registry+https://github.com/rust-lang/crates.io-index" 4302 - checksum = "8db53ae22f34573731bafa1db20f04027b2d25e02d8205921b569171699cdb33" 5108 + checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 4303 5109 dependencies = [ 4304 5110 "proc-macro2", 4305 5111 "quote", ··· 4588 5394 4589 5395 [[package]] 4590 5396 name = "syntect" 4591 - version = "5.2.0" 5397 + version = "5.3.0" 4592 5398 source = "registry+https://github.com/rust-lang/crates.io-index" 4593 - checksum = "874dcfa363995604333cf947ae9f751ca3af4522c60886774c4963943b4746b1" 5399 + checksum = "656b45c05d95a5704399aeef6bd0ddec7b2b3531b7c9e900abbf7c4d2190c925" 4594 5400 dependencies = [ 4595 5401 "bincode 1.3.3", 4596 - "bitflags 1.3.2", 4597 5402 "flate2", 4598 5403 "fnv", 4599 5404 "once_cell", ··· 4603 5408 "serde", 4604 5409 "serde_derive", 4605 5410 "serde_json", 4606 - "thiserror 1.0.69", 5411 + "thiserror 2.0.17", 4607 5412 "walkdir", 4608 5413 "yaml-rust", 4609 5414 ] ··· 4685 5490 4686 5491 [[package]] 4687 5492 name = "thiserror" 4688 - version = "2.0.16" 5493 + version = "2.0.17" 4689 5494 source = "registry+https://github.com/rust-lang/crates.io-index" 4690 - checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" 5495 + checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" 4691 5496 dependencies = [ 4692 - "thiserror-impl 2.0.16", 5497 + "thiserror-impl 2.0.17", 4693 5498 ] 4694 5499 4695 5500 [[package]] ··· 4705 5510 4706 5511 [[package]] 4707 5512 name = "thiserror-impl" 4708 - version = "2.0.16" 5513 + version = "2.0.17" 4709 5514 source = "registry+https://github.com/rust-lang/crates.io-index" 4710 - checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" 5515 + checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" 4711 5516 dependencies = [ 4712 5517 "proc-macro2", 4713 5518 "quote", ··· 4816 5621 4817 5622 [[package]] 4818 5623 name = "tokio-tungstenite" 4819 - version = "0.26.2" 5624 + version = "0.28.0" 4820 5625 source = "registry+https://github.com/rust-lang/crates.io-index" 4821 - checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084" 5626 + checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857" 4822 5627 dependencies = [ 4823 5628 "futures-util", 4824 5629 "log", ··· 5057 5862 source = "registry+https://github.com/rust-lang/crates.io-index" 5058 5863 checksum = "6ef1b7a6d914a34127ed8e1fa927eb7088903787bcded4fa3eef8f85ee1568be" 5059 5864 dependencies = [ 5060 - "thiserror 2.0.16", 5865 + "thiserror 2.0.17", 5061 5866 "ts-rs-macros", 5062 5867 ] 5063 5868 ··· 5075 5880 5076 5881 [[package]] 5077 5882 name = "tungstenite" 5078 - version = "0.26.2" 5883 + version = "0.28.0" 5079 5884 source = "registry+https://github.com/rust-lang/crates.io-index" 5080 - checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13" 5885 + checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442" 5081 5886 dependencies = [ 5082 5887 "bytes", 5083 5888 "data-encoding", ··· 5086 5891 "log", 5087 5892 "rand 0.9.2", 5088 5893 "sha1", 5089 - "thiserror 2.0.16", 5894 + "thiserror 2.0.17", 5090 5895 "utf-8", 5091 5896 ] 5092 5897 ··· 5334 6139 5335 6140 [[package]] 5336 6141 name = "wasm-bindgen" 5337 - version = "0.2.103" 6142 + version = "0.2.104" 5338 6143 source = "registry+https://github.com/rust-lang/crates.io-index" 5339 - checksum = "ab10a69fbd0a177f5f649ad4d8d3305499c42bab9aef2f7ff592d0ec8f833819" 6144 + checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d" 5340 6145 dependencies = [ 5341 6146 "cfg-if", 5342 6147 "once_cell", ··· 5347 6152 5348 6153 [[package]] 5349 6154 name = "wasm-bindgen-backend" 5350 - version = "0.2.103" 6155 + version = "0.2.104" 5351 6156 source = "registry+https://github.com/rust-lang/crates.io-index" 5352 - checksum = "0bb702423545a6007bbc368fde243ba47ca275e549c8a28617f56f6ba53b1d1c" 6157 + checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19" 5353 6158 dependencies = [ 5354 6159 "bumpalo", 5355 6160 "log", ··· 5361 6166 5362 6167 [[package]] 5363 6168 name = "wasm-bindgen-macro" 5364 - version = "0.2.103" 6169 + version = "0.2.104" 5365 6170 source = "registry+https://github.com/rust-lang/crates.io-index" 5366 - checksum = "fc65f4f411d91494355917b605e1480033152658d71f722a90647f56a70c88a0" 6171 + checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119" 5367 6172 dependencies = [ 5368 6173 "quote", 5369 6174 "wasm-bindgen-macro-support", ··· 5371 6176 5372 6177 [[package]] 5373 6178 name = "wasm-bindgen-macro-support" 5374 - version = "0.2.103" 6179 + version = "0.2.104" 5375 6180 source = "registry+https://github.com/rust-lang/crates.io-index" 5376 - checksum = "ffc003a991398a8ee604a401e194b6b3a39677b3173d6e74495eb51b82e99a32" 6181 + checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7" 5377 6182 dependencies = [ 5378 6183 "proc-macro2", 5379 6184 "quote", ··· 5384 6189 5385 6190 [[package]] 5386 6191 name = "wasm-bindgen-shared" 5387 - version = "0.2.103" 6192 + version = "0.2.104" 5388 6193 source = "registry+https://github.com/rust-lang/crates.io-index" 5389 - checksum = "293c37f4efa430ca14db3721dfbe48d8c33308096bd44d80ebaa775ab71ba1cf" 6194 + checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1" 5390 6195 dependencies = [ 5391 6196 "unicode-ident", 5392 6197 ] 5393 6198 5394 6199 [[package]] 5395 6200 name = "web-sys" 5396 - version = "0.3.80" 6201 + version = "0.3.81" 5397 6202 source = "registry+https://github.com/rust-lang/crates.io-index" 5398 - checksum = "fbe734895e869dc429d78c4b433f8d17d95f8d05317440b4fad5ab2d33e596dc" 6203 + checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120" 5399 6204 dependencies = [ 5400 6205 "js-sys", 5401 6206 "wasm-bindgen", ··· 5448 6253 source = "registry+https://github.com/rust-lang/crates.io-index" 5449 6254 checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 5450 6255 dependencies = [ 5451 - "windows-sys 0.61.0", 6256 + "windows-sys 0.61.1", 5452 6257 ] 5453 6258 5454 6259 [[package]] ··· 5459 6264 5460 6265 [[package]] 5461 6266 name = "windows" 5462 - version = "0.62.0" 6267 + version = "0.62.1" 5463 6268 source = "registry+https://github.com/rust-lang/crates.io-index" 5464 - checksum = "9579d0e6970fd5250aa29aba5994052385ff55cf7b28a059e484bb79ea842e42" 6269 + checksum = "49e6c4a1f363c8210c6f77ba24f645c61c6fb941eccf013da691f7e09515b8ac" 5465 6270 dependencies = [ 5466 6271 "windows-collections", 5467 6272 "windows-core", 5468 6273 "windows-future", 5469 - "windows-link 0.2.0", 5470 6274 "windows-numerics", 5471 6275 ] 5472 6276 5473 6277 [[package]] 5474 6278 name = "windows-collections" 5475 - version = "0.3.0" 6279 + version = "0.3.1" 5476 6280 source = "registry+https://github.com/rust-lang/crates.io-index" 5477 - checksum = "a90dd7a7b86859ec4cdf864658b311545ef19dbcf17a672b52ab7cefe80c336f" 6281 + checksum = "123e712f464a8a60ce1a13f4c446d2d43ab06464cb5842ff68f5c71b6fb7852e" 5478 6282 dependencies = [ 5479 6283 "windows-core", 5480 6284 ] 5481 6285 5482 6286 [[package]] 5483 6287 name = "windows-core" 5484 - version = "0.62.0" 6288 + version = "0.62.1" 5485 6289 source = "registry+https://github.com/rust-lang/crates.io-index" 5486 - checksum = "57fe7168f7de578d2d8a05b07fd61870d2e73b4020e9f49aa00da8471723497c" 6290 + checksum = "6844ee5416b285084d3d3fffd743b925a6c9385455f64f6d4fa3031c4c2749a9" 5487 6291 dependencies = [ 5488 6292 "windows-implement", 5489 6293 "windows-interface", 5490 - "windows-link 0.2.0", 6294 + "windows-link", 5491 6295 "windows-result", 5492 6296 "windows-strings", 5493 6297 ] 5494 6298 5495 6299 [[package]] 5496 6300 name = "windows-future" 5497 - version = "0.3.0" 6301 + version = "0.3.1" 5498 6302 source = "registry+https://github.com/rust-lang/crates.io-index" 5499 - checksum = "b2194dee901458cb79e1148a4e9aac2b164cc95fa431891e7b296ff0b2f1d8a6" 6303 + checksum = "68f3db6b24b120200d649cd4811b4947188ed3a8d2626f7075146c5d178a9a4a" 5500 6304 dependencies = [ 5501 6305 "windows-core", 5502 - "windows-link 0.2.0", 6306 + "windows-link", 5503 6307 "windows-threading", 5504 6308 ] 5505 6309 5506 6310 [[package]] 5507 6311 name = "windows-implement" 5508 - version = "0.60.0" 6312 + version = "0.60.1" 5509 6313 source = "registry+https://github.com/rust-lang/crates.io-index" 5510 - checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" 6314 + checksum = "edb307e42a74fb6de9bf3a02d9712678b22399c87e6fa869d6dfcd8c1b7754e0" 5511 6315 dependencies = [ 5512 6316 "proc-macro2", 5513 6317 "quote", ··· 5516 6320 5517 6321 [[package]] 5518 6322 name = "windows-interface" 5519 - version = "0.59.1" 6323 + version = "0.59.2" 5520 6324 source = "registry+https://github.com/rust-lang/crates.io-index" 5521 - checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" 6325 + checksum = "c0abd1ddbc6964ac14db11c7213d6532ef34bd9aa042c2e5935f59d7908b46a5" 5522 6326 dependencies = [ 5523 6327 "proc-macro2", 5524 6328 "quote", 5525 6329 "syn 2.0.106", 5526 6330 ] 5527 - 5528 - [[package]] 5529 - name = "windows-link" 5530 - version = "0.1.3" 5531 - source = "registry+https://github.com/rust-lang/crates.io-index" 5532 - checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 5533 6331 5534 6332 [[package]] 5535 6333 name = "windows-link" ··· 5544 6342 checksum = "2ce3498fe0aba81e62e477408383196b4b0363db5e0c27646f932676283b43d8" 5545 6343 dependencies = [ 5546 6344 "windows-core", 5547 - "windows-link 0.2.0", 6345 + "windows-link", 5548 6346 ] 5549 6347 5550 6348 [[package]] ··· 5553 6351 source = "registry+https://github.com/rust-lang/crates.io-index" 5554 6352 checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f" 5555 6353 dependencies = [ 5556 - "windows-link 0.2.0", 6354 + "windows-link", 5557 6355 ] 5558 6356 5559 6357 [[package]] ··· 5562 6360 source = "registry+https://github.com/rust-lang/crates.io-index" 5563 6361 checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda" 5564 6362 dependencies = [ 5565 - "windows-link 0.2.0", 6363 + "windows-link", 5566 6364 ] 5567 6365 5568 6366 [[package]] ··· 5598 6396 source = "registry+https://github.com/rust-lang/crates.io-index" 5599 6397 checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 5600 6398 dependencies = [ 5601 - "windows-targets 0.53.3", 6399 + "windows-targets 0.53.4", 5602 6400 ] 5603 6401 5604 6402 [[package]] 5605 6403 name = "windows-sys" 5606 - version = "0.61.0" 6404 + version = "0.61.1" 5607 6405 source = "registry+https://github.com/rust-lang/crates.io-index" 5608 - checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa" 6406 + checksum = "6f109e41dd4a3c848907eb83d5a42ea98b3769495597450cf6d153507b166f0f" 5609 6407 dependencies = [ 5610 - "windows-link 0.2.0", 6408 + "windows-link", 5611 6409 ] 5612 6410 5613 6411 [[package]] ··· 5643 6441 5644 6442 [[package]] 5645 6443 name = "windows-targets" 5646 - version = "0.53.3" 6444 + version = "0.53.4" 5647 6445 source = "registry+https://github.com/rust-lang/crates.io-index" 5648 - checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91" 6446 + checksum = "2d42b7b7f66d2a06854650af09cfdf8713e427a439c97ad65a6375318033ac4b" 5649 6447 dependencies = [ 5650 - "windows-link 0.1.3", 6448 + "windows-link", 5651 6449 "windows_aarch64_gnullvm 0.53.0", 5652 6450 "windows_aarch64_msvc 0.53.0", 5653 6451 "windows_i686_gnu 0.53.0", ··· 5664 6462 source = "registry+https://github.com/rust-lang/crates.io-index" 5665 6463 checksum = "ab47f085ad6932defa48855254c758cdd0e2f2d48e62a34118a268d8f345e118" 5666 6464 dependencies = [ 5667 - "windows-link 0.2.0", 6465 + "windows-link", 5668 6466 ] 5669 6467 5670 6468 [[package]] ··· 5933 6731 5934 6732 [[package]] 5935 6733 name = "zeroize" 5936 - version = "1.8.1" 6734 + version = "1.8.2" 5937 6735 source = "registry+https://github.com/rust-lang/crates.io-index" 5938 - checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 6736 + checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 5939 6737 5940 6738 [[package]] 5941 6739 name = "zerotrie"
+1 -1
crates/maudit/Cargo.toml
··· 21 21 maud = { workspace = true, optional = true } 22 22 23 23 # TODO: Allow making those optional 24 - rolldown = { package = "brk_rolldown", version = "0.1.4" } 24 + rolldown = { package = "brk_rolldown", version = "0.2.3" } 25 25 serde = { workspace = true } 26 26 serde_yaml = "0.9.34" 27 27 pulldown-cmark = "0.12.2"
+2 -2
crates/maudit/src/build.rs
··· 285 285 }) 286 286 .collect::<Vec<PathBuf>>(), 287 287 })], 288 - ); 288 + )?; 289 289 290 - let _result = bundler.write().await.unwrap(); 290 + let _result = bundler.write().await?; 291 291 292 292 // TODO: Add outputted chunks to build_metadata 293 293 }
+1 -1
website/src/routes/index.rs
··· 26 26 let features = [ 27 27 ("Performant", "Generate a site with thousands of pages in seconds using minimal resources."), 28 28 ("Content", "Bring your content to life with built-in support for Markdown, custom components, syntax highlighting, and more."), 29 - ("Style your way", "Style with plain CSS, or opt for frameworks and preprocessors such as Tailwind and Sass."), 29 + ("Style your way", "Style with plain CSS, or opt for frameworks and preprocessors such as Tailwind."), 30 30 ("Powerful routing", "Flexible and powerful routing system allows you to create complex sites with ease."), 31 31 ("Ecosystem-ready", "Maudit utilize <a class=\"underline\" href=\"https://rolldown.rs\">Rolldown</a>, a fast bundler for JavaScript and CSS, enabling the usage of TypeScript and the npm ecosystem."), 32 32 ("Bring your templates", "Use your preferred templating engine to craft your website's pages. If it can return a String, Maudit supports it."),