diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-05-17 15:08:18 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-05-17 16:38:54 +0300 |
| commit | 60d30f105093572324b48737cde9628cd62fe0ca (patch) | |
| tree | 0db986ae6a45be5153999e893abf37b845d51c8c /gnu/packages | |
| parent | 918e2ae85221596469a079af7c15c9b77691603e (diff) | |
gnu: git-delta: Update to 0.19.2.
* gnu/packages/rust-apps.scm (git-delta): Update to 0.19.2.
[arguments]: Remove cargo-test-flags.
[inputs]: Remove libgit2-1.7, add libgit2-1.9.
* gnu/packages/rust-crates.scm (lookup-cargo-inputs)[git-delta]: Update
entry.
Change-Id: I5347a6f9a1c56a550d3cea6683b0ac20497a75c1
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/rust-apps.scm | 19 | ||||
| -rw-r--r-- | gnu/packages/rust-crates.scm | 417 |
2 files changed, 248 insertions, 188 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index cc197d74be7..9d70e672c00 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm | |||
| @@ -4804,31 +4804,18 @@ It will then write @code{fixup!} commits for each of those changes.") | |||
| 4804 | (define-public git-delta | 4804 | (define-public git-delta |
| 4805 | (package | 4805 | (package |
| 4806 | (name "git-delta") | 4806 | (name "git-delta") |
| 4807 | (version "0.18.2") | 4807 | (version "0.19.2") |
| 4808 | (source | 4808 | (source |
| 4809 | (origin | 4809 | (origin |
| 4810 | (method url-fetch) | 4810 | (method url-fetch) |
| 4811 | (uri (crate-uri "git-delta" version)) | 4811 | (uri (crate-uri "git-delta" version)) |
| 4812 | (file-name (string-append name "-" version ".tar.gz")) | 4812 | (file-name (string-append name "-" version ".tar.gz")) |
| 4813 | (sha256 | 4813 | (sha256 |
| 4814 | (base32 "1bmjan13lm1d6vcy8mh0iryl2rnvh39ml5y4alf6s728xdzc2yhj")))) | 4814 | (base32 "0g5d8pqw54yd6jivnjyg0q08f5y0zgbw2vwvvwic6c05mrbl9xkz")))) |
| 4815 | (build-system cargo-build-system) | 4815 | (build-system cargo-build-system) |
| 4816 | (arguments | 4816 | (arguments |
| 4817 | (list | 4817 | (list |
| 4818 | #:install-source? #f | 4818 | #:install-source? #f |
| 4819 | #:cargo-test-flags | ||
| 4820 | '(list "--release" "--" | ||
| 4821 | "--skip=ansi::tests::test_measure_text_width" | ||
| 4822 | "--skip=features::line_numbers::tests::test_line_numbers_continue_correctly_after_wrapping" | ||
| 4823 | "--skip=features::side_by_side::tests::test_two_plus_lines_exact_fit" | ||
| 4824 | "--skip=handlers::diff_header::tests::test_diff_header_relative_paths" | ||
| 4825 | "--skip=tests::test_example_diffs::tests::test_binary_file_added" | ||
| 4826 | "--skip=tests::test_example_diffs::tests::test_binary_file_removed" | ||
| 4827 | "--skip=tests::test_example_diffs::tests::test_binary_files_differ" | ||
| 4828 | "--skip=tests::test_example_diffs::tests::test_binary_files_differ_after_other" | ||
| 4829 | "--skip=wrapping::tests::test_alignment_1_line_vs_3_lines" | ||
| 4830 | "--skip=wrapping::tests::test_alignment_2_lines_vs_3_lines" | ||
| 4831 | "--skip=wrapping::tests::test_wrap_line_newlines") | ||
| 4832 | #:phases | 4819 | #:phases |
| 4833 | #~(modify-phases %standard-phases | 4820 | #~(modify-phases %standard-phases |
| 4834 | (add-after 'install 'install-extras | 4821 | (add-after 'install 'install-extras |
| @@ -4852,7 +4839,7 @@ It will then write @code{fixup!} commits for each of those changes.") | |||
| 4852 | (string-append fish-completions-dir "/delta.fish")))))))) | 4839 | (string-append fish-completions-dir "/delta.fish")))))))) |
| 4853 | (native-inputs (list git-minimal pkg-config)) | 4840 | (native-inputs (list git-minimal pkg-config)) |
| 4854 | (inputs | 4841 | (inputs |
| 4855 | (cons* libgit2-1.7 | 4842 | (cons* libgit2-1.9 |
| 4856 | oniguruma | 4843 | oniguruma |
| 4857 | openssl | 4844 | openssl |
| 4858 | zlib | 4845 | zlib |
diff --git a/gnu/packages/rust-crates.scm b/gnu/packages/rust-crates.scm index e109838b941..5da3f042927 100644 --- a/gnu/packages/rust-crates.scm +++ b/gnu/packages/rust-crates.scm | |||
| @@ -2614,6 +2614,12 @@ | |||
| 2614 | "11nc2iv2qhd1bs16yijqq934864ybnmg485rny70scy26xb9xk4x" | 2614 | "11nc2iv2qhd1bs16yijqq934864ybnmg485rny70scy26xb9xk4x" |
| 2615 | #:snippet '(for-each delete-file-recursively '("doc" "tests")))) | 2615 | #:snippet '(for-each delete-file-recursively '("doc" "tests")))) |
| 2616 | 2616 | ||
| 2617 | (define rust-bat-0.26.1 | ||
| 2618 | ;; TODO: Generate files in assets. | ||
| 2619 | (crate-source "bat" "0.26.1" | ||
| 2620 | "028d7gqblrlwab6d7y46f5xm199nky9x9f4l2vz7m0mn9lbd0rng" | ||
| 2621 | #:snippet '(for-each delete-file-recursively '("doc" "tests")))) | ||
| 2622 | |||
| 2617 | (define rust-battery-0.7.8 | 2623 | (define rust-battery-0.7.8 |
| 2618 | (crate-source "battery" "0.7.8" | 2624 | (crate-source "battery" "0.7.8" |
| 2619 | "1r1641dyks76p39i1iihswhc6iz5z51pihmpxniy1h1pi4k29dml")) | 2625 | "1r1641dyks76p39i1iihswhc6iz5z51pihmpxniy1h1pi4k29dml")) |
| @@ -21350,6 +21356,11 @@ | |||
| 21350 | "0ck8d1wgqzyry38piab6bp3xm520skk50dx7cqsr8dra1m9d0fq9" | 21356 | "0ck8d1wgqzyry38piab6bp3xm520skk50dx7cqsr8dra1m9d0fq9" |
| 21351 | #:snippet '(delete-file "demo.png"))) | 21357 | #:snippet '(delete-file "demo.png"))) |
| 21352 | 21358 | ||
| 21359 | (define rust-minus-5.7.0 | ||
| 21360 | (crate-source "minus" "5.7.0" | ||
| 21361 | "1y7ps35iwnzdy3zly4wadh2k8ypxd86bd1lmscz3darlaj6fqpqb" | ||
| 21362 | #:snippet '(delete-file "demo.png"))) | ||
| 21363 | |||
| 21353 | (define rust-mio-0.6.23 | 21364 | (define rust-mio-0.6.23 |
| 21354 | (crate-source "mio" "0.6.23" | 21365 | (crate-source "mio" "0.6.23" |
| 21355 | "1i2c1vl8lr45apkh8xbh9k56ihfsmqff5l7s2fya7whvp7sndzaa")) | 21366 | "1i2c1vl8lr45apkh8xbh9k56ihfsmqff5l7s2fya7whvp7sndzaa")) |
| @@ -23417,6 +23428,10 @@ | |||
| 23417 | (crate-source "onig" "6.5.1" | 23428 | (crate-source "onig" "6.5.1" |
| 23418 | "1w63vbzamn2v9jpnlj3wkglapqss0fcvhhd8pqafzkis8iirqsrk")) | 23429 | "1w63vbzamn2v9jpnlj3wkglapqss0fcvhhd8pqafzkis8iirqsrk")) |
| 23419 | 23430 | ||
| 23431 | (define rust-onig-6.5.3 | ||
| 23432 | (crate-source "onig" "6.5.3" | ||
| 23433 | "1qh9qyv59ca5py5x5bvmfpi9sjyhls80r20sq638jhzrk3vcphqc")) | ||
| 23434 | |||
| 23420 | (define rust-onig-sys-69.8.1 | 23435 | (define rust-onig-sys-69.8.1 |
| 23421 | (crate-source "onig_sys" "69.8.1" | 23436 | (crate-source "onig_sys" "69.8.1" |
| 23422 | "1rw6y2qkb765gzylmrydbbd90hdzhnqyvs2y65z4riwwgqyrx0kv" | 23437 | "1rw6y2qkb765gzylmrydbbd90hdzhnqyvs2y65z4riwwgqyrx0kv" |
| @@ -23427,6 +23442,11 @@ | |||
| 23427 | "1p17cxzqnpqzpzamh7aqwpagxlnbhzs6myxw4dgz2v9xxxp6ry67" | 23442 | "1p17cxzqnpqzpzamh7aqwpagxlnbhzs6myxw4dgz2v9xxxp6ry67" |
| 23428 | #:snippet '(delete-file-recursively "oniguruma"))) | 23443 | #:snippet '(delete-file-recursively "oniguruma"))) |
| 23429 | 23444 | ||
| 23445 | (define rust-onig-sys-69.9.3 | ||
| 23446 | (crate-source "onig_sys" "69.9.3" | ||
| 23447 | "1mzd6l3vjb8iw7jwk7l99jvj279wh0d8wf4nb2w56zp70iv32s0y" | ||
| 23448 | #:snippet '(delete-file-recursively "oniguruma"))) | ||
| 23449 | |||
| 23430 | (define rust-oo7-0.2.2 | 23450 | (define rust-oo7-0.2.2 |
| 23431 | (crate-source "oo7" "0.2.2" | 23451 | (crate-source "oo7" "0.2.2" |
| 23432 | "13cpaq7f51gqcspd4097vjr7r2cjpxpn6c02x67dsdizk0xaiv5c")) | 23452 | "13cpaq7f51gqcspd4097vjr7r2cjpxpn6c02x67dsdizk0xaiv5c")) |
| @@ -58387,253 +58407,306 @@ | |||
| 58387 | rust-zstd-safe-7.2.4 | 58407 | rust-zstd-safe-7.2.4 |
| 58388 | rust-zstd-sys-2.0.16+zstd.1.5.7)) | 58408 | rust-zstd-sys-2.0.16+zstd.1.5.7)) |
| 58389 | (git-delta => | 58409 | (git-delta => |
| 58390 | (list rust-adler2-2.0.0 | 58410 | (list rust-adler2-2.0.1 |
| 58391 | rust-aho-corasick-1.1.3 | 58411 | rust-aho-corasick-1.1.4 |
| 58392 | rust-android-tzdata-0.1.1 | ||
| 58393 | rust-android-system-properties-0.1.5 | 58412 | rust-android-system-properties-0.1.5 |
| 58394 | rust-ansi-colours-1.2.3 | 58413 | rust-ansi-colours-1.2.3 |
| 58395 | rust-ansi-term-0.12.1 | 58414 | rust-ansi-term-0.12.1 |
| 58396 | rust-anstream-0.6.18 | 58415 | rust-anstream-1.0.0 |
| 58397 | rust-anstyle-1.0.10 | 58416 | rust-anstyle-1.0.14 |
| 58398 | rust-anstyle-parse-0.2.6 | 58417 | rust-anstyle-parse-0.2.7 |
| 58399 | rust-anstyle-query-1.1.2 | 58418 | rust-anstyle-parse-1.0.0 |
| 58400 | rust-anstyle-wincon-3.0.7 | 58419 | rust-anstyle-query-1.1.5 |
| 58401 | rust-anyhow-1.0.98 | 58420 | rust-anstyle-wincon-3.0.11 |
| 58421 | rust-anyhow-1.0.102 | ||
| 58402 | rust-approx-0.5.1 | 58422 | rust-approx-0.5.1 |
| 58403 | rust-autocfg-1.4.0 | 58423 | rust-autocfg-1.5.0 |
| 58404 | rust-base64-0.22.1 | 58424 | rust-base64-0.22.1 |
| 58405 | rust-bat-0.24.0 | 58425 | rust-bat-0.26.1 |
| 58406 | rust-bincode-1.3.3 | 58426 | rust-bincode-1.3.3 |
| 58407 | rust-bitflags-1.3.2 | 58427 | rust-bitflags-2.11.1 |
| 58408 | rust-bitflags-2.9.0 | 58428 | rust-block2-0.6.2 |
| 58409 | rust-box-drawing-0.1.2 | 58429 | rust-box-drawing-0.1.2 |
| 58410 | rust-bstr-1.12.0 | 58430 | rust-bstr-1.12.1 |
| 58411 | rust-bumpalo-3.17.0 | 58431 | rust-bumpalo-3.20.2 |
| 58412 | rust-by-address-1.2.1 | 58432 | rust-by-address-1.2.1 |
| 58413 | rust-bytelines-2.5.0 | 58433 | rust-bytelines-2.5.0 |
| 58414 | rust-bytemuck-1.22.0 | 58434 | rust-bytemuck-1.25.0 |
| 58415 | rust-bytesize-1.3.3 | 58435 | rust-bytesize-1.3.3 |
| 58416 | rust-cc-1.2.19 | 58436 | rust-cc-1.2.62 |
| 58417 | rust-cfg-if-1.0.0 | 58437 | rust-cfg-if-1.0.4 |
| 58418 | rust-cfg-aliases-0.2.1 | 58438 | rust-cfg-aliases-0.2.1 |
| 58419 | rust-chrono-0.4.40 | 58439 | rust-chrono-0.4.44 |
| 58420 | rust-chrono-humanize-0.2.3 | 58440 | rust-chrono-humanize-0.2.3 |
| 58421 | rust-clap-4.5.37 | 58441 | rust-clap-4.6.1 |
| 58422 | rust-clap-builder-4.5.37 | 58442 | rust-clap-builder-4.6.0 |
| 58423 | rust-clap-complete-4.5.47 | 58443 | rust-clap-complete-4.6.5 |
| 58424 | rust-clap-derive-4.5.32 | 58444 | rust-clap-derive-4.6.1 |
| 58425 | rust-clap-lex-0.7.4 | 58445 | rust-clap-lex-1.1.0 |
| 58426 | rust-clircle-0.4.0 | 58446 | rust-clircle-0.6.1 |
| 58427 | rust-colorchoice-1.0.3 | 58447 | rust-colorchoice-1.0.5 |
| 58428 | rust-console-0.15.11 | 58448 | rust-console-0.15.11 |
| 58449 | rust-console-0.16.3 | ||
| 58429 | rust-content-inspector-0.2.4 | 58450 | rust-content-inspector-0.2.4 |
| 58451 | rust-convert-case-0.10.0 | ||
| 58430 | rust-core-foundation-sys-0.8.7 | 58452 | rust-core-foundation-sys-0.8.7 |
| 58431 | rust-crc32fast-1.4.2 | 58453 | rust-crc32fast-1.5.0 |
| 58432 | rust-ctrlc-3.4.6 | 58454 | rust-crossbeam-channel-0.5.15 |
| 58433 | rust-deranged-0.4.0 | 58455 | rust-crossbeam-utils-0.8.21 |
| 58434 | rust-dirs-5.0.1 | 58456 | rust-crossterm-0.29.0 |
| 58435 | rust-dirs-sys-0.4.1 | 58457 | rust-crossterm-winapi-0.9.1 |
| 58458 | rust-ctrlc-3.5.2 | ||
| 58459 | rust-darling-0.23.0 | ||
| 58460 | rust-darling-core-0.23.0 | ||
| 58461 | rust-darling-macro-0.23.0 | ||
| 58462 | rust-deranged-0.5.8 | ||
| 58463 | rust-derive-more-2.1.1 | ||
| 58464 | rust-derive-more-impl-2.1.1 | ||
| 58465 | rust-diff-0.1.13 | ||
| 58466 | rust-dirs-6.0.0 | ||
| 58467 | rust-dirs-sys-0.5.0 | ||
| 58468 | rust-dispatch2-0.3.1 | ||
| 58436 | rust-displaydoc-0.2.5 | 58469 | rust-displaydoc-0.2.5 |
| 58470 | rust-document-features-0.2.12 | ||
| 58437 | rust-either-1.15.0 | 58471 | rust-either-1.15.0 |
| 58438 | rust-encode-unicode-1.0.0 | 58472 | rust-encode-unicode-1.0.0 |
| 58439 | rust-encoding-rs-0.8.35 | 58473 | rust-encoding-rs-0.8.35 |
| 58440 | rust-equivalent-1.0.2 | 58474 | rust-equivalent-1.0.2 |
| 58441 | rust-errno-0.3.11 | 58475 | rust-errno-0.3.14 |
| 58442 | rust-etcetera-0.8.0 | 58476 | rust-etcetera-0.11.0 |
| 58443 | rust-fast-srgb8-1.0.0 | 58477 | rust-fast-srgb8-1.0.0 |
| 58444 | rust-flate2-1.1.1 | 58478 | rust-fastrand-2.4.1 |
| 58479 | rust-find-msvc-tools-0.1.9 | ||
| 58480 | rust-flate2-1.1.9 | ||
| 58445 | rust-fnv-1.0.7 | 58481 | rust-fnv-1.0.7 |
| 58446 | rust-form-urlencoded-1.2.1 | 58482 | rust-foldhash-0.1.5 |
| 58447 | rust-futures-0.3.31 | 58483 | rust-form-urlencoded-1.2.2 |
| 58448 | rust-futures-channel-0.3.31 | 58484 | rust-futures-0.3.32 |
| 58449 | rust-futures-core-0.3.31 | 58485 | rust-futures-channel-0.3.32 |
| 58450 | rust-futures-executor-0.3.31 | 58486 | rust-futures-core-0.3.32 |
| 58451 | rust-futures-io-0.3.31 | 58487 | rust-futures-executor-0.3.32 |
| 58452 | rust-futures-macro-0.3.31 | 58488 | rust-futures-io-0.3.32 |
| 58453 | rust-futures-sink-0.3.31 | 58489 | rust-futures-macro-0.3.32 |
| 58454 | rust-futures-task-0.3.31 | 58490 | rust-futures-sink-0.3.32 |
| 58491 | rust-futures-task-0.3.32 | ||
| 58455 | rust-futures-timer-3.0.3 | 58492 | rust-futures-timer-3.0.3 |
| 58456 | rust-futures-util-0.3.31 | 58493 | rust-futures-util-0.3.32 |
| 58457 | rust-getrandom-0.2.15 | 58494 | rust-getrandom-0.2.17 |
| 58458 | rust-getrandom-0.3.2 | 58495 | rust-getrandom-0.3.4 |
| 58459 | rust-git2-0.18.3 | 58496 | rust-getrandom-0.4.2 |
| 58460 | rust-glob-0.3.2 | 58497 | rust-git2-0.20.4 |
| 58461 | rust-globset-0.4.16 | 58498 | rust-glob-0.3.3 |
| 58462 | rust-grep-cli-0.1.11 | 58499 | rust-globset-0.4.18 |
| 58463 | rust-hashbrown-0.15.2 | 58500 | rust-grep-cli-0.1.12 |
| 58501 | rust-hashbrown-0.15.5 | ||
| 58502 | rust-hashbrown-0.17.1 | ||
| 58464 | rust-heck-0.5.0 | 58503 | rust-heck-0.5.0 |
| 58465 | rust-home-0.5.11 | 58504 | rust-iana-time-zone-0.1.65 |
| 58466 | rust-iana-time-zone-0.1.63 | ||
| 58467 | rust-iana-time-zone-haiku-0.1.2 | 58505 | rust-iana-time-zone-haiku-0.1.2 |
| 58468 | rust-icu-collections-1.5.0 | 58506 | rust-icu-collections-2.2.0 |
| 58469 | rust-icu-locid-1.5.0 | 58507 | rust-icu-locale-core-2.2.0 |
| 58470 | rust-icu-locid-transform-1.5.0 | 58508 | rust-icu-normalizer-2.2.0 |
| 58471 | rust-icu-locid-transform-data-1.5.1 | 58509 | rust-icu-normalizer-data-2.2.0 |
| 58472 | rust-icu-normalizer-1.5.0 | 58510 | rust-icu-properties-2.2.0 |
| 58473 | rust-icu-normalizer-data-1.5.1 | 58511 | rust-icu-properties-data-2.2.0 |
| 58474 | rust-icu-properties-1.5.1 | 58512 | rust-icu-provider-2.2.0 |
| 58475 | rust-icu-properties-data-1.5.1 | 58513 | rust-id-arena-2.3.0 |
| 58476 | rust-icu-provider-1.5.0 | 58514 | rust-ident-case-1.0.1 |
| 58477 | rust-icu-provider-macros-1.5.0 | 58515 | rust-idna-1.1.0 |
| 58478 | rust-idna-1.0.3 | 58516 | rust-idna-adapter-1.2.2 |
| 58479 | rust-idna-adapter-1.2.0 | 58517 | rust-indexmap-2.14.0 |
| 58480 | rust-indexmap-2.9.0 | 58518 | rust-insta-1.47.2 |
| 58481 | rust-insta-1.42.2 | 58519 | rust-is-terminal-polyfill-1.70.2 |
| 58482 | rust-is-terminal-polyfill-1.70.1 | ||
| 58483 | rust-itertools-0.10.5 | 58520 | rust-itertools-0.10.5 |
| 58484 | rust-itoa-1.0.15 | 58521 | rust-itertools-0.14.0 |
| 58485 | rust-jobserver-0.1.33 | 58522 | rust-itoa-1.0.18 |
| 58486 | rust-js-sys-0.3.77 | 58523 | rust-jobserver-0.1.34 |
| 58524 | rust-js-sys-0.3.98 | ||
| 58487 | rust-lazy-static-1.5.0 | 58525 | rust-lazy-static-1.5.0 |
| 58488 | rust-libc-0.2.172 | 58526 | rust-leb128fmt-0.1.0 |
| 58489 | rust-libgit2-sys-0.16.2+1.7.2 | 58527 | rust-libc-0.2.186 |
| 58490 | rust-libredox-0.1.3 | 58528 | rust-libgit2-sys-0.18.3+1.9.2 |
| 58491 | rust-libz-sys-1.1.22 | 58529 | rust-libredox-0.1.16 |
| 58530 | rust-libz-sys-1.1.28 | ||
| 58492 | rust-linked-hash-map-0.5.6 | 58531 | rust-linked-hash-map-0.5.6 |
| 58493 | rust-linux-raw-sys-0.9.4 | 58532 | rust-linux-raw-sys-0.12.1 |
| 58494 | rust-litemap-0.7.5 | 58533 | rust-litemap-0.8.2 |
| 58495 | rust-log-0.4.27 | 58534 | rust-litrs-1.0.0 |
| 58496 | rust-memchr-2.7.4 | 58535 | rust-lock-api-0.4.14 |
| 58497 | rust-miniz-oxide-0.8.8 | 58536 | rust-log-0.4.29 |
| 58498 | rust-mio-1.0.3 | 58537 | rust-memchr-2.8.0 |
| 58499 | rust-nix-0.29.0 | 58538 | rust-miniz-oxide-0.8.9 |
| 58500 | rust-ntapi-0.4.1 | 58539 | rust-minus-5.7.0 |
| 58501 | rust-nu-ansi-term-0.49.0 | 58540 | rust-mio-1.2.0 |
| 58502 | rust-num-conv-0.1.0 | 58541 | rust-nix-0.31.3 |
| 58542 | rust-ntapi-0.4.3 | ||
| 58543 | rust-nu-ansi-term-0.50.3 | ||
| 58544 | rust-num-conv-0.2.1 | ||
| 58503 | rust-num-traits-0.2.19 | 58545 | rust-num-traits-0.2.19 |
| 58504 | rust-once-cell-1.21.3 | 58546 | rust-objc2-0.6.4 |
| 58505 | rust-onig-6.4.0 | 58547 | rust-objc2-encode-4.1.0 |
| 58506 | rust-onig-sys-69.8.1 | 58548 | rust-once-cell-1.21.4 |
| 58549 | rust-once-cell-polyfill-1.70.2 | ||
| 58550 | rust-onig-6.5.3 | ||
| 58551 | rust-onig-sys-69.9.3 | ||
| 58507 | rust-option-ext-0.2.0 | 58552 | rust-option-ext-0.2.0 |
| 58508 | rust-palette-0.7.6 | 58553 | rust-palette-0.7.6 |
| 58509 | rust-palette-derive-0.7.6 | 58554 | rust-palette-derive-0.7.6 |
| 58555 | rust-parking-lot-0.12.5 | ||
| 58556 | rust-parking-lot-core-0.9.12 | ||
| 58510 | rust-path-abs-0.5.1 | 58557 | rust-path-abs-0.5.1 |
| 58511 | rust-pathdiff-0.2.3 | 58558 | rust-pathdiff-0.2.3 |
| 58512 | rust-percent-encoding-2.3.1 | 58559 | rust-percent-encoding-2.3.2 |
| 58513 | rust-phf-0.11.3 | 58560 | rust-phf-0.11.3 |
| 58514 | rust-phf-generator-0.11.3 | 58561 | rust-phf-generator-0.11.3 |
| 58515 | rust-phf-macros-0.11.3 | 58562 | rust-phf-macros-0.11.3 |
| 58516 | rust-phf-shared-0.11.3 | 58563 | rust-phf-shared-0.11.3 |
| 58517 | rust-pin-project-1.1.10 | 58564 | rust-pin-project-lite-0.2.17 |
| 58518 | rust-pin-project-internal-1.1.10 | 58565 | rust-pkg-config-0.3.33 |
| 58519 | rust-pin-project-lite-0.2.16 | 58566 | rust-plist-1.9.0 |
| 58520 | rust-pin-utils-0.1.0 | 58567 | rust-potential-utf-0.1.5 |
| 58521 | rust-pkg-config-0.3.32 | ||
| 58522 | rust-plist-1.7.1 | ||
| 58523 | rust-powerfmt-0.2.0 | 58568 | rust-powerfmt-0.2.0 |
| 58524 | rust-proc-macro-crate-3.3.0 | 58569 | rust-pretty-assertions-1.4.1 |
| 58525 | rust-proc-macro2-1.0.95 | 58570 | rust-prettyplease-0.2.37 |
| 58526 | rust-quick-xml-0.32.0 | 58571 | rust-proc-macro-crate-3.5.0 |
| 58527 | rust-quote-1.0.40 | 58572 | rust-proc-macro2-1.0.106 |
| 58528 | rust-r-efi-5.2.0 | 58573 | rust-quick-xml-0.39.4 |
| 58529 | rust-rand-0.8.5 | 58574 | rust-quote-1.0.45 |
| 58575 | rust-r-efi-5.3.0 | ||
| 58576 | rust-r-efi-6.0.0 | ||
| 58577 | rust-rand-0.8.6 | ||
| 58530 | rust-rand-core-0.6.4 | 58578 | rust-rand-core-0.6.4 |
| 58531 | rust-redox-users-0.4.6 | 58579 | rust-redox-syscall-0.5.18 |
| 58532 | rust-regex-1.11.1 | 58580 | rust-redox-users-0.5.2 |
| 58533 | rust-regex-automata-0.4.9 | 58581 | rust-regex-1.12.3 |
| 58534 | rust-regex-syntax-0.8.5 | 58582 | rust-regex-automata-0.4.14 |
| 58583 | rust-regex-syntax-0.8.10 | ||
| 58535 | rust-relative-path-1.9.3 | 58584 | rust-relative-path-1.9.3 |
| 58536 | rust-rgb-0.8.50 | 58585 | rust-rgb-0.8.53 |
| 58537 | rust-rstest-0.21.0 | 58586 | rust-rstest-0.21.0 |
| 58538 | rust-rstest-macros-0.21.0 | 58587 | rust-rstest-macros-0.21.0 |
| 58539 | rust-rustc-version-0.4.1 | 58588 | rust-rustc-version-0.4.1 |
| 58540 | rust-rustix-1.0.5 | 58589 | rust-rustix-1.1.4 |
| 58541 | rust-rustversion-1.0.20 | 58590 | rust-rustversion-1.0.22 |
| 58542 | rust-ryu-1.0.20 | 58591 | rust-ryu-1.0.23 |
| 58543 | rust-same-file-1.0.6 | 58592 | rust-same-file-1.0.6 |
| 58544 | rust-semver-1.0.26 | 58593 | rust-scopeguard-1.2.0 |
| 58545 | rust-serde-1.0.219 | 58594 | rust-semver-1.0.28 |
| 58546 | rust-serde-derive-1.0.219 | 58595 | rust-serde-1.0.228 |
| 58547 | rust-serde-json-1.0.140 | 58596 | rust-serde-core-1.0.228 |
| 58597 | rust-serde-derive-1.0.228 | ||
| 58598 | rust-serde-json-1.0.149 | ||
| 58599 | rust-serde-spanned-1.1.1 | ||
| 58600 | rust-serde-with-3.20.0 | ||
| 58601 | rust-serde-with-macros-3.20.0 | ||
| 58548 | rust-serde-yaml-0.9.34+deprecated | 58602 | rust-serde-yaml-0.9.34+deprecated |
| 58549 | rust-shell-words-1.1.0 | 58603 | rust-shell-words-1.1.1 |
| 58550 | rust-shlex-1.3.0 | 58604 | rust-shlex-1.3.0 |
| 58605 | rust-signal-hook-0.3.18 | ||
| 58606 | rust-signal-hook-mio-0.2.5 | ||
| 58607 | rust-signal-hook-registry-1.4.8 | ||
| 58608 | rust-simd-adler32-0.3.9 | ||
| 58551 | rust-similar-2.7.0 | 58609 | rust-similar-2.7.0 |
| 58552 | rust-siphasher-1.0.1 | 58610 | rust-siphasher-1.0.3 |
| 58553 | rust-slab-0.4.9 | 58611 | rust-slab-0.4.12 |
| 58554 | rust-smallvec-1.15.0 | 58612 | rust-smallvec-1.15.1 |
| 58555 | rust-smol-str-0.1.24 | 58613 | rust-smol-str-0.1.24 |
| 58556 | rust-stable-deref-trait-1.2.0 | 58614 | rust-stable-deref-trait-1.2.1 |
| 58557 | rust-std-prelude-0.2.12 | 58615 | rust-std-prelude-0.2.12 |
| 58558 | rust-strsim-0.11.1 | 58616 | rust-strsim-0.11.1 |
| 58559 | rust-syn-2.0.100 | 58617 | rust-syn-2.0.117 |
| 58560 | rust-synstructure-0.13.1 | 58618 | rust-synstructure-0.13.2 |
| 58561 | rust-syntect-5.2.0 | 58619 | rust-syntect-5.3.0 |
| 58562 | rust-sysinfo-0.29.11 | 58620 | rust-sysinfo-0.29.11 |
| 58621 | rust-tempfile-3.27.0 | ||
| 58563 | rust-termcolor-1.4.1 | 58622 | rust-termcolor-1.4.1 |
| 58564 | rust-terminal-colorsaurus-0.4.8 | 58623 | rust-terminal-colorsaurus-0.4.8 |
| 58565 | rust-terminal-trx-0.2.4 | 58624 | rust-terminal-colorsaurus-1.0.3 |
| 58566 | rust-terminal-size-0.4.2 | 58625 | rust-terminal-trx-0.2.6 |
| 58567 | rust-thiserror-1.0.69 | 58626 | rust-terminal-size-0.4.4 |
| 58568 | rust-thiserror-impl-1.0.69 | 58627 | rust-textwrap-0.16.2 |
| 58569 | rust-time-0.3.41 | 58628 | rust-thiserror-2.0.18 |
| 58570 | rust-time-core-0.1.4 | 58629 | rust-thiserror-impl-2.0.18 |
| 58571 | rust-time-macros-0.2.22 | 58630 | rust-time-0.3.47 |
| 58572 | rust-tinystr-0.7.6 | 58631 | rust-time-core-0.1.8 |
| 58573 | rust-toml-datetime-0.6.8 | 58632 | rust-time-macros-0.2.27 |
| 58574 | rust-toml-edit-0.22.24 | 58633 | rust-tinystr-0.8.3 |
| 58575 | rust-unicode-ident-1.0.18 | 58634 | rust-toml-0.9.12+spec-1.1.0 |
| 58576 | rust-unicode-segmentation-1.12.0 | 58635 | rust-toml-datetime-0.7.5+spec-1.1.0 |
| 58577 | rust-unicode-width-0.1.12 | 58636 | rust-toml-datetime-1.1.1+spec-1.1.0 |
| 58578 | rust-unicode-width-0.2.0 | 58637 | rust-toml-edit-0.25.11+spec-1.1.0 |
| 58638 | rust-toml-parser-1.1.2+spec-1.1.0 | ||
| 58639 | rust-toml-writer-1.1.1+spec-1.1.0 | ||
| 58640 | rust-unicode-ident-1.0.24 | ||
| 58641 | rust-unicode-segmentation-1.13.2 | ||
| 58642 | rust-unicode-width-0.1.14 | ||
| 58643 | rust-unicode-width-0.2.2 | ||
| 58644 | rust-unicode-xid-0.2.6 | ||
| 58579 | rust-unsafe-libyaml-0.2.11 | 58645 | rust-unsafe-libyaml-0.2.11 |
| 58580 | rust-url-2.5.4 | 58646 | rust-url-2.5.8 |
| 58581 | rust-utf16-iter-1.0.5 | ||
| 58582 | rust-utf8-iter-1.0.4 | 58647 | rust-utf8-iter-1.0.4 |
| 58583 | rust-utf8parse-0.2.2 | 58648 | rust-utf8parse-0.2.2 |
| 58584 | rust-vcpkg-0.2.15 | 58649 | rust-vcpkg-0.2.15 |
| 58585 | rust-walkdir-2.5.0 | 58650 | rust-walkdir-2.5.0 |
| 58586 | rust-wasi-0.11.0+wasi-snapshot-preview1 | 58651 | rust-wasi-0.11.1+wasi-snapshot-preview1 |
| 58587 | rust-wasi-0.14.2+wasi-0.2.4 | 58652 | rust-wasip2-1.0.3+wasi-0.2.9 |
| 58588 | rust-wasm-bindgen-0.2.100 | 58653 | rust-wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06 |
| 58589 | rust-wasm-bindgen-backend-0.2.100 | 58654 | rust-wasm-bindgen-0.2.121 |
| 58590 | rust-wasm-bindgen-macro-0.2.100 | 58655 | rust-wasm-bindgen-macro-0.2.121 |
| 58591 | rust-wasm-bindgen-macro-support-0.2.100 | 58656 | rust-wasm-bindgen-macro-support-0.2.121 |
| 58592 | rust-wasm-bindgen-shared-0.2.100 | 58657 | rust-wasm-bindgen-shared-0.2.121 |
| 58658 | rust-wasm-encoder-0.244.0 | ||
| 58659 | rust-wasm-metadata-0.244.0 | ||
| 58660 | rust-wasmparser-0.244.0 | ||
| 58593 | rust-wild-2.2.1 | 58661 | rust-wild-2.2.1 |
| 58594 | rust-winapi-0.3.9 | 58662 | rust-winapi-0.3.9 |
| 58595 | rust-winapi-i686-pc-windows-gnu-0.4.0 | 58663 | rust-winapi-i686-pc-windows-gnu-0.4.0 |
| 58596 | rust-winapi-util-0.1.9 | 58664 | rust-winapi-util-0.1.11 |
| 58597 | rust-winapi-x86-64-pc-windows-gnu-0.4.0 | 58665 | rust-winapi-x86-64-pc-windows-gnu-0.4.0 |
| 58598 | rust-windows-core-0.61.0 | 58666 | rust-windows-0.56.0 |
| 58599 | rust-windows-implement-0.60.0 | 58667 | rust-windows-core-0.56.0 |
| 58600 | rust-windows-interface-0.59.1 | 58668 | rust-windows-core-0.62.2 |
| 58601 | rust-windows-link-0.1.1 | 58669 | rust-windows-implement-0.56.0 |
| 58602 | rust-windows-result-0.3.2 | 58670 | rust-windows-implement-0.60.2 |
| 58603 | rust-windows-strings-0.4.0 | 58671 | rust-windows-interface-0.56.0 |
| 58604 | rust-windows-sys-0.48.0 | 58672 | rust-windows-interface-0.59.3 |
| 58605 | rust-windows-sys-0.52.0 | 58673 | rust-windows-link-0.2.1 |
| 58674 | rust-windows-result-0.1.2 | ||
| 58675 | rust-windows-result-0.4.1 | ||
| 58676 | rust-windows-strings-0.5.1 | ||
| 58606 | rust-windows-sys-0.59.0 | 58677 | rust-windows-sys-0.59.0 |
| 58607 | rust-windows-targets-0.48.5 | 58678 | rust-windows-sys-0.61.2 |
| 58608 | rust-windows-targets-0.52.6 | 58679 | rust-windows-targets-0.52.6 |
| 58609 | rust-windows-aarch64-gnullvm-0.48.5 | ||
| 58610 | rust-windows-aarch64-gnullvm-0.52.6 | 58680 | rust-windows-aarch64-gnullvm-0.52.6 |
| 58611 | rust-windows-aarch64-msvc-0.48.5 | ||
| 58612 | rust-windows-aarch64-msvc-0.52.6 | 58681 | rust-windows-aarch64-msvc-0.52.6 |
| 58613 | rust-windows-i686-gnu-0.48.5 | ||
| 58614 | rust-windows-i686-gnu-0.52.6 | 58682 | rust-windows-i686-gnu-0.52.6 |
| 58615 | rust-windows-i686-gnullvm-0.52.6 | 58683 | rust-windows-i686-gnullvm-0.52.6 |
| 58616 | rust-windows-i686-msvc-0.48.5 | ||
| 58617 | rust-windows-i686-msvc-0.52.6 | 58684 | rust-windows-i686-msvc-0.52.6 |
| 58618 | rust-windows-x86-64-gnu-0.48.5 | ||
| 58619 | rust-windows-x86-64-gnu-0.52.6 | 58685 | rust-windows-x86-64-gnu-0.52.6 |
| 58620 | rust-windows-x86-64-gnullvm-0.48.5 | ||
| 58621 | rust-windows-x86-64-gnullvm-0.52.6 | 58686 | rust-windows-x86-64-gnullvm-0.52.6 |
| 58622 | rust-windows-x86-64-msvc-0.48.5 | ||
| 58623 | rust-windows-x86-64-msvc-0.52.6 | 58687 | rust-windows-x86-64-msvc-0.52.6 |
| 58624 | rust-winnow-0.7.6 | 58688 | rust-winnow-0.7.15 |
| 58625 | rust-wit-bindgen-rt-0.39.0 | 58689 | rust-winnow-1.0.3 |
| 58626 | rust-write16-1.0.0 | 58690 | rust-wit-bindgen-0.51.0 |
| 58627 | rust-writeable-0.5.5 | 58691 | rust-wit-bindgen-0.57.1 |
| 58692 | rust-wit-bindgen-core-0.51.0 | ||
| 58693 | rust-wit-bindgen-rust-0.51.0 | ||
| 58694 | rust-wit-bindgen-rust-macro-0.51.0 | ||
| 58695 | rust-wit-component-0.244.0 | ||
| 58696 | rust-wit-parser-0.244.0 | ||
| 58697 | rust-writeable-0.6.3 | ||
| 58628 | rust-xdg-2.5.2 | 58698 | rust-xdg-2.5.2 |
| 58629 | rust-xterm-color-1.0.1 | 58699 | rust-xterm-color-1.0.2 |
| 58630 | rust-yaml-rust-0.4.5 | 58700 | rust-yaml-rust-0.4.5 |
| 58631 | rust-yoke-0.7.5 | 58701 | rust-yansi-1.0.1 |
| 58632 | rust-yoke-derive-0.7.5 | 58702 | rust-yoke-0.8.2 |
| 58633 | rust-zerofrom-0.1.6 | 58703 | rust-yoke-derive-0.8.2 |
| 58634 | rust-zerofrom-derive-0.1.6 | 58704 | rust-zerofrom-0.1.8 |
| 58635 | rust-zerovec-0.10.4 | 58705 | rust-zerofrom-derive-0.1.7 |
| 58636 | rust-zerovec-derive-0.10.3)) | 58706 | rust-zerotrie-0.2.4 |
| 58707 | rust-zerovec-0.11.6 | ||
| 58708 | rust-zerovec-derive-0.11.3 | ||
| 58709 | rust-zmij-1.0.21)) | ||
| 58637 | (git-interactive-rebase-tool => | 58710 | (git-interactive-rebase-tool => |
| 58638 | (list | 58711 | (list |
| 58639 | rust-aho-corasick-1.1.4 | 58712 | rust-aho-corasick-1.1.4 |
