diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-05-24 10:23:45 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-05-24 11:55:47 +0300 |
| commit | b4a3239595a844221ff0f0bb7fb6c73d983b96aa (patch) | |
| tree | b71c2f22d6686632e38dd408e73131554f01b616 /gnu/packages | |
| parent | f288e61bba13f921822cc76a48d36795771f9201 (diff) | |
gnu: jujutsu: Update to 0.41.0.
* gnu/packages/rust-apps.scm (jujutsu): Update to 0.41.0.
[native-inputs]: Remove openssh, add openssh-sans-x.
* gnu/packages/rust-crates.scm (lookup-cargo-inputs)[jujutsu]: Update
entry.
Change-Id: I0ce635922f81706c6d5989b23ad8b7cea7be6f71
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/rust-apps.scm | 6 | ||||
| -rw-r--r-- | gnu/packages/rust-crates.scm | 234 |
2 files changed, 130 insertions, 110 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index d5357652a61..93924c465e3 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm | |||
| @@ -2123,7 +2123,7 @@ JSON viewer and jq filter editor.") | |||
| 2123 | (define-public jujutsu | 2123 | (define-public jujutsu |
| 2124 | (package | 2124 | (package |
| 2125 | (name "jujutsu") | 2125 | (name "jujutsu") |
| 2126 | (version "0.40.0") | 2126 | (version "0.41.0") |
| 2127 | (source | 2127 | (source |
| 2128 | (origin | 2128 | (origin |
| 2129 | (method git-fetch) | 2129 | (method git-fetch) |
| @@ -2132,7 +2132,7 @@ JSON viewer and jq filter editor.") | |||
| 2132 | (commit (string-append "v" version)))) | 2132 | (commit (string-append "v" version)))) |
| 2133 | (file-name (git-file-name name version)) | 2133 | (file-name (git-file-name name version)) |
| 2134 | (sha256 | 2134 | (sha256 |
| 2135 | (base32 "0wdl6jqvv3bhdij65gsn0lpycw2qg2i5p1rc2wi42fdhghsfq6iw")))) | 2135 | (base32 "1jla0sjw8cyhrmkl83xkp8mp8nbplj4nmd0w16bprj1kd5xzkpc9")))) |
| 2136 | (build-system cargo-build-system) | 2136 | (build-system cargo-build-system) |
| 2137 | (arguments | 2137 | (arguments |
| 2138 | (list | 2138 | (list |
| @@ -2180,7 +2180,7 @@ JSON viewer and jq filter editor.") | |||
| 2180 | (list pkg-config | 2180 | (list pkg-config |
| 2181 | ;; For tests. | 2181 | ;; For tests. |
| 2182 | git-minimal | 2182 | git-minimal |
| 2183 | openssh))) | 2183 | openssh-sans-x))) |
| 2184 | (inputs (cons* zlib openssl libssh2 libgit2-1.9 (cargo-inputs 'jujutsu))) | 2184 | (inputs (cons* zlib openssl libssh2 libgit2-1.9 (cargo-inputs 'jujutsu))) |
| 2185 | (home-page "https://github.com/jj-vcs/jj") | 2185 | (home-page "https://github.com/jj-vcs/jj") |
| 2186 | (synopsis "Git-compatible distributed version control system") | 2186 | (synopsis "Git-compatible distributed version control system") |
diff --git a/gnu/packages/rust-crates.scm b/gnu/packages/rust-crates.scm index a8a2edca1fd..d6a3e7fab95 100644 --- a/gnu/packages/rust-crates.scm +++ b/gnu/packages/rust-crates.scm | |||
| @@ -10834,6 +10834,10 @@ | |||
| 10834 | (crate-source "fraction" "0.15.3" | 10834 | (crate-source "fraction" "0.15.3" |
| 10835 | "1rss1021dpzr12xl3dyqyj36ji4vv4f83yy9im039cx1y0zqw58g")) | 10835 | "1rss1021dpzr12xl3dyqyj36ji4vv4f83yy9im039cx1y0zqw58g")) |
| 10836 | 10836 | ||
| 10837 | (define rust-fraction-0.15.4 | ||
| 10838 | (crate-source "fraction" "0.15.4" | ||
| 10839 | "0wmqlp84vn9q4vmjvbhd3min6x2wyg508pzd6d9l7b1xnidh8xp0")) | ||
| 10840 | |||
| 10837 | (define rust-fragile-1.2.2 | 10841 | (define rust-fragile-1.2.2 |
| 10838 | (crate-source "fragile" "1.2.2" | 10842 | (crate-source "fragile" "1.2.2" |
| 10839 | "1s2rz4cmmba5zi0gf2h6hprrcrf0wm83c1y45sdls09z99f4qimp")) | 10843 | "1s2rz4cmmba5zi0gf2h6hprrcrf0wm83c1y45sdls09z99f4qimp")) |
| @@ -18345,6 +18349,10 @@ | |||
| 18345 | (crate-source "jsonschema" "0.45.1" | 18349 | (crate-source "jsonschema" "0.45.1" |
| 18346 | "165pxp7r63s24vdfkbny5bfr6dklm52kkry9vnxjfs5pi3jv0zi5")) | 18350 | "165pxp7r63s24vdfkbny5bfr6dklm52kkry9vnxjfs5pi3jv0zi5")) |
| 18347 | 18351 | ||
| 18352 | (define rust-jsonschema-0.46.5 | ||
| 18353 | (crate-source "jsonschema" "0.46.5" | ||
| 18354 | "0cd6g6sdzfqk3bzfjpv88nkzr4fzrh2zqyayyb58kr86dwhfapva")) | ||
| 18355 | |||
| 18348 | (define rust-jsonwebtoken-10.3.0 | 18356 | (define rust-jsonwebtoken-10.3.0 |
| 18349 | (crate-source "jsonwebtoken" "10.3.0" | 18357 | (crate-source "jsonwebtoken" "10.3.0" |
| 18350 | "1q8w7j0f8iycr97rqk05ys3lr67q9mw9i20h1fk2k1r3pq542a85" | 18358 | "1q8w7j0f8iycr97rqk05ys3lr67q9mw9i20h1fk2k1r3pq542a85" |
| @@ -21220,6 +21228,10 @@ | |||
| 21220 | (crate-source "metrohash" "1.0.7" | 21228 | (crate-source "metrohash" "1.0.7" |
| 21221 | "1ifqmkg81nprxm9dv52k6wbcv48aibd830f3ph7zcff3mnzi2h58")) | 21229 | "1ifqmkg81nprxm9dv52k6wbcv48aibd830f3ph7zcff3mnzi2h58")) |
| 21222 | 21230 | ||
| 21231 | (define rust-micromap-0.3.0 | ||
| 21232 | (crate-source "micromap" "0.3.0" | ||
| 21233 | "0x4xsjpl9fzhchp7h83k8lbrcjrlcik4yh9wj6srafgd8qqnva62")) | ||
| 21234 | |||
| 21223 | (define rust-miette-5.10.0 | 21235 | (define rust-miette-5.10.0 |
| 21224 | (crate-source "miette" "5.10.0" | 21236 | (crate-source "miette" "5.10.0" |
| 21225 | "0vl5qvl3bgha6nnkdl7kiha6v4ypd6d51wyc4q1bvdpamr75ifsr")) | 21237 | "0vl5qvl3bgha6nnkdl7kiha6v4ypd6d51wyc4q1bvdpamr75ifsr")) |
| @@ -28163,6 +28175,10 @@ | |||
| 28163 | (crate-source "referencing" "0.45.1" | 28175 | (crate-source "referencing" "0.45.1" |
| 28164 | "040hv97x18n5iwqqhapxi7ykvqm6ji6m63z62c00p3farr48gwz2")) | 28176 | "040hv97x18n5iwqqhapxi7ykvqm6ji6m63z62c00p3farr48gwz2")) |
| 28165 | 28177 | ||
| 28178 | (define rust-referencing-0.46.5 | ||
| 28179 | (crate-source "referencing" "0.46.5" | ||
| 28180 | "1qkxlmk8vfbd7sbq4xbf2l0wdjs9vv9j6xnhj4skiic6ydzf3r39")) | ||
| 28181 | |||
| 28166 | (define rust-reflink-0.1.3 | 28182 | (define rust-reflink-0.1.3 |
| 28167 | (crate-source "reflink" "0.1.3" | 28183 | (crate-source "reflink" "0.1.3" |
| 28168 | "1glcyqvryv2zj6kjbfji0cldrkincqx3ds3wjwl4qnsnig15wn5w")) | 28184 | "1glcyqvryv2zj6kjbfji0cldrkincqx3ds3wjwl4qnsnig15wn5w")) |
| @@ -28870,6 +28886,10 @@ | |||
| 28870 | (crate-source "rpassword" "7.5.2" | 28886 | (crate-source "rpassword" "7.5.2" |
| 28871 | "0r1dam1iwx862mpwadk0px0hkyj0pq858c4q1dpgb3kkv4iv5ias")) | 28887 | "0r1dam1iwx862mpwadk0px0hkyj0pq858c4q1dpgb3kkv4iv5ias")) |
| 28872 | 28888 | ||
| 28889 | (define rust-rpassword-7.5.3 | ||
| 28890 | (crate-source "rpassword" "7.5.3" | ||
| 28891 | "1p1ydk7m0zhxkgy70h5bdrxcsicrlq4jxpxhvrj2sqq4j6k5fnl3")) | ||
| 28892 | |||
| 28873 | (define rust-rpds-1.1.0 | 28893 | (define rust-rpds-1.1.0 |
| 28874 | (crate-source "rpds" "1.1.0" | 28894 | (crate-source "rpds" "1.1.0" |
| 28875 | "194hjbsicmgqi3dyllqrz09mmhh597m2j9l49lr16cyfscambqd0")) | 28895 | "194hjbsicmgqi3dyllqrz09mmhh597m2j9l49lr16cyfscambqd0")) |
| @@ -39286,6 +39306,10 @@ | |||
| 39286 | (crate-source "web-sys" "0.3.98" | 39306 | (crate-source "web-sys" "0.3.98" |
| 39287 | "1aijiwx7wsfzj37p1gnqn6wv4j2ppf4rqwhrzb8blf6gigzjsmsb")) | 39307 | "1aijiwx7wsfzj37p1gnqn6wv4j2ppf4rqwhrzb8blf6gigzjsmsb")) |
| 39288 | 39308 | ||
| 39309 | (define rust-web-sys-0.3.99 | ||
| 39310 | (crate-source "web-sys" "0.3.99" | ||
| 39311 | "0dilfvl9jnyhi4skl6cry9wc300r693j0w82jjbq8yy3rx0i8qkd")) | ||
| 39312 | |||
| 39289 | (define rust-web-time-1.1.0 | 39313 | (define rust-web-time-1.1.0 |
| 39290 | (crate-source "web-time" "1.1.0" | 39314 | (crate-source "web-time" "1.1.0" |
| 39291 | "1fx05yqx83dhx628wb70fyy10yjfq1jpl20qfqhdkymi13rq0ras")) | 39315 | "1fx05yqx83dhx628wb70fyy10yjfq1jpl20qfqhdkymi13rq0ras")) |
| @@ -64715,11 +64739,11 @@ | |||
| 64715 | rust-anyhow-1.0.102 | 64739 | rust-anyhow-1.0.102 |
| 64716 | rust-arc-swap-1.9.1 | 64740 | rust-arc-swap-1.9.1 |
| 64717 | rust-arrayvec-0.7.6 | 64741 | rust-arrayvec-0.7.6 |
| 64718 | rust-assert-cmd-2.2.0 | 64742 | rust-assert-cmd-2.2.2 |
| 64719 | rust-assert-matches-1.5.0 | 64743 | rust-assert-matches-1.5.0 |
| 64720 | rust-async-trait-0.1.89 | 64744 | rust-async-trait-0.1.89 |
| 64721 | rust-atomic-0.6.1 | 64745 | rust-atomic-0.6.1 |
| 64722 | rust-autocfg-1.5.0 | 64746 | rust-autocfg-1.5.1 |
| 64723 | rust-base64-0.22.1 | 64747 | rust-base64-0.22.1 |
| 64724 | rust-beef-0.5.2 | 64748 | rust-beef-0.5.2 |
| 64725 | rust-bit-set-0.5.3 | 64749 | rust-bit-set-0.5.3 |
| @@ -64727,12 +64751,12 @@ | |||
| 64727 | rust-bit-vec-0.6.3 | 64751 | rust-bit-vec-0.6.3 |
| 64728 | rust-bit-vec-0.8.0 | 64752 | rust-bit-vec-0.8.0 |
| 64729 | rust-bitflags-1.3.2 | 64753 | rust-bitflags-1.3.2 |
| 64730 | rust-bitflags-2.11.0 | 64754 | rust-bitflags-2.11.1 |
| 64731 | rust-blake2-0.10.6 | 64755 | rust-blake2-0.10.6 |
| 64732 | rust-block-buffer-0.10.4 | 64756 | rust-block-buffer-0.10.4 |
| 64733 | rust-borrow-or-share-0.2.4 | 64757 | rust-borrow-or-share-0.2.4 |
| 64734 | rust-bstr-1.12.1 | 64758 | rust-bstr-1.12.1 |
| 64735 | rust-bumpalo-3.20.2 | 64759 | rust-bumpalo-3.20.3 |
| 64736 | rust-bytecount-0.6.9 | 64760 | rust-bytecount-0.6.9 |
| 64737 | rust-bytemuck-1.25.0 | 64761 | rust-bytemuck-1.25.0 |
| 64738 | rust-byteorder-1.5.0 | 64762 | rust-byteorder-1.5.0 |
| @@ -64741,7 +64765,7 @@ | |||
| 64741 | rust-cassowary-0.3.0 | 64765 | rust-cassowary-0.3.0 |
| 64742 | rust-cast-0.3.0 | 64766 | rust-cast-0.3.0 |
| 64743 | rust-castaway-0.2.4 | 64767 | rust-castaway-0.2.4 |
| 64744 | rust-cc-1.2.60 | 64768 | rust-cc-1.2.62 |
| 64745 | rust-cfg-if-1.0.4 | 64769 | rust-cfg-if-1.0.4 |
| 64746 | rust-cfg-aliases-0.2.1 | 64770 | rust-cfg-aliases-0.2.1 |
| 64747 | rust-chacha20-0.10.0 | 64771 | rust-chacha20-0.10.0 |
| @@ -64749,12 +64773,12 @@ | |||
| 64749 | rust-ciborium-0.2.2 | 64773 | rust-ciborium-0.2.2 |
| 64750 | rust-ciborium-io-0.2.2 | 64774 | rust-ciborium-io-0.2.2 |
| 64751 | rust-ciborium-ll-0.2.2 | 64775 | rust-ciborium-ll-0.2.2 |
| 64752 | rust-clap-4.6.0 | 64776 | rust-clap-4.6.1 |
| 64753 | rust-clap-markdown-0.1.5 | 64777 | rust-clap-markdown-0.1.5 |
| 64754 | rust-clap-builder-4.6.0 | 64778 | rust-clap-builder-4.6.0 |
| 64755 | rust-clap-complete-4.6.1 | 64779 | rust-clap-complete-4.6.5 |
| 64756 | rust-clap-complete-nushell-4.6.0 | 64780 | rust-clap-complete-nushell-4.6.0 |
| 64757 | rust-clap-derive-4.6.0 | 64781 | rust-clap-derive-4.6.1 |
| 64758 | rust-clap-lex-1.1.0 | 64782 | rust-clap-lex-1.1.0 |
| 64759 | rust-clap-mangen-0.3.0 | 64783 | rust-clap-mangen-0.3.0 |
| 64760 | rust-clru-0.6.3 | 64784 | rust-clru-0.6.3 |
| @@ -64780,8 +64804,8 @@ | |||
| 64780 | rust-darling-0.23.0 | 64804 | rust-darling-0.23.0 |
| 64781 | rust-darling-core-0.23.0 | 64805 | rust-darling-core-0.23.0 |
| 64782 | rust-darling-macro-0.23.0 | 64806 | rust-darling-macro-0.23.0 |
| 64783 | rust-dashmap-6.1.0 | 64807 | rust-dashmap-6.2.1 |
| 64784 | rust-data-encoding-2.10.0 | 64808 | rust-data-encoding-2.11.0 |
| 64785 | rust-datatest-stable-0.3.3 | 64809 | rust-datatest-stable-0.3.3 |
| 64786 | rust-deltae-0.3.2 | 64810 | rust-deltae-0.3.2 |
| 64787 | rust-deranged-0.5.8 | 64811 | rust-deranged-0.5.8 |
| @@ -64795,7 +64819,7 @@ | |||
| 64795 | rust-displaydoc-0.2.5 | 64819 | rust-displaydoc-0.2.5 |
| 64796 | rust-document-features-0.2.12 | 64820 | rust-document-features-0.2.12 |
| 64797 | rust-dunce-1.0.5 | 64821 | rust-dunce-1.0.5 |
| 64798 | rust-either-1.15.0 | 64822 | rust-either-1.16.0 |
| 64799 | rust-email-address-0.2.9 | 64823 | rust-email-address-0.2.9 |
| 64800 | rust-encode-unicode-1.0.0 | 64824 | rust-encode-unicode-1.0.0 |
| 64801 | rust-encoding-rs-0.8.35 | 64825 | rust-encoding-rs-0.8.35 |
| @@ -64809,11 +64833,11 @@ | |||
| 64809 | rust-eyre-0.6.12 | 64833 | rust-eyre-0.6.12 |
| 64810 | rust-fancy-regex-0.11.0 | 64834 | rust-fancy-regex-0.11.0 |
| 64811 | rust-fancy-regex-0.14.0 | 64835 | rust-fancy-regex-0.14.0 |
| 64812 | rust-fancy-regex-0.17.0 | 64836 | rust-fancy-regex-0.18.0 |
| 64813 | rust-faster-hex-0.10.0 | 64837 | rust-faster-hex-0.10.0 |
| 64814 | rust-fastrand-2.4.1 | 64838 | rust-fastrand-2.4.1 |
| 64815 | rust-filedescriptor-0.8.3 | 64839 | rust-filedescriptor-0.8.3 |
| 64816 | rust-filetime-0.2.27 | 64840 | rust-filetime-0.2.29 |
| 64817 | rust-find-msvc-tools-0.1.9 | 64841 | rust-find-msvc-tools-0.1.9 |
| 64818 | rust-finl-unicode-1.4.0 | 64842 | rust-finl-unicode-1.4.0 |
| 64819 | rust-fixedbitset-0.4.2 | 64843 | rust-fixedbitset-0.4.2 |
| @@ -64822,7 +64846,7 @@ | |||
| 64822 | rust-fnv-1.0.7 | 64846 | rust-fnv-1.0.7 |
| 64823 | rust-foldhash-0.1.5 | 64847 | rust-foldhash-0.1.5 |
| 64824 | rust-foldhash-0.2.0 | 64848 | rust-foldhash-0.2.0 |
| 64825 | rust-fraction-0.15.3 | 64849 | rust-fraction-0.15.4 |
| 64826 | rust-futures-0.1.31 | 64850 | rust-futures-0.1.31 |
| 64827 | rust-futures-0.3.32 | 64851 | rust-futures-0.3.32 |
| 64828 | rust-futures-channel-0.3.32 | 64852 | rust-futures-channel-0.3.32 |
| @@ -64837,66 +64861,67 @@ | |||
| 64837 | rust-getrandom-0.2.17 | 64861 | rust-getrandom-0.2.17 |
| 64838 | rust-getrandom-0.3.4 | 64862 | rust-getrandom-0.3.4 |
| 64839 | rust-getrandom-0.4.2 | 64863 | rust-getrandom-0.4.2 |
| 64840 | rust-gix-0.81.0 | 64864 | rust-gix-0.83.0 |
| 64841 | rust-gix-actor-0.40.0 | 64865 | rust-gix-actor-0.41.0 |
| 64842 | rust-gix-archive-0.30.0 | 64866 | rust-gix-archive-0.32.0 |
| 64843 | rust-gix-attributes-0.31.0 | 64867 | rust-gix-attributes-0.33.0 |
| 64844 | rust-gix-bitmap-0.3.0 | 64868 | rust-gix-bitmap-0.3.1 |
| 64845 | rust-gix-blame-0.11.0 | 64869 | rust-gix-blame-0.13.0 |
| 64846 | rust-gix-chunk-0.7.0 | 64870 | rust-gix-chunk-0.7.1 |
| 64847 | rust-gix-command-0.8.0 | 64871 | rust-gix-command-0.9.0 |
| 64848 | rust-gix-commitgraph-0.35.0 | 64872 | rust-gix-commitgraph-0.37.0 |
| 64849 | rust-gix-config-0.54.0 | 64873 | rust-gix-config-0.56.0 |
| 64850 | rust-gix-config-value-0.17.1 | 64874 | rust-gix-config-value-0.18.0 |
| 64851 | rust-gix-date-0.15.1 | 64875 | rust-gix-date-0.15.3 |
| 64852 | rust-gix-diff-0.61.0 | 64876 | rust-gix-diff-0.63.0 |
| 64853 | rust-gix-dir-0.23.0 | 64877 | rust-gix-dir-0.25.0 |
| 64854 | rust-gix-discover-0.49.0 | 64878 | rust-gix-discover-0.51.0 |
| 64855 | rust-gix-error-0.2.1 | 64879 | rust-gix-error-0.2.3 |
| 64856 | rust-gix-features-0.46.2 | 64880 | rust-gix-features-0.48.0 |
| 64857 | rust-gix-filter-0.28.0 | 64881 | rust-gix-filter-0.30.0 |
| 64858 | rust-gix-fs-0.19.2 | 64882 | rust-gix-fs-0.21.1 |
| 64859 | rust-gix-glob-0.24.0 | 64883 | rust-gix-glob-0.26.0 |
| 64860 | rust-gix-hash-0.23.0 | 64884 | rust-gix-hash-0.25.0 |
| 64861 | rust-gix-hashtable-0.13.0 | 64885 | rust-gix-hashtable-0.15.0 |
| 64862 | rust-gix-ignore-0.19.1 | 64886 | rust-gix-ignore-0.21.0 |
| 64863 | rust-gix-index-0.49.0 | 64887 | rust-gix-imara-diff-0.2.1 |
| 64864 | rust-gix-lock-21.0.2 | 64888 | rust-gix-index-0.51.0 |
| 64865 | rust-gix-merge-0.14.0 | 64889 | rust-gix-lock-23.0.0 |
| 64866 | rust-gix-negotiate-0.29.0 | 64890 | rust-gix-merge-0.16.0 |
| 64867 | rust-gix-object-0.58.0 | 64891 | rust-gix-negotiate-0.31.0 |
| 64868 | rust-gix-odb-0.78.0 | 64892 | rust-gix-object-0.60.0 |
| 64869 | rust-gix-pack-0.68.0 | 64893 | rust-gix-odb-0.80.0 |
| 64870 | rust-gix-packetline-0.21.2 | 64894 | rust-gix-pack-0.70.0 |
| 64871 | rust-gix-path-0.11.2 | 64895 | rust-gix-packetline-0.21.3 |
| 64872 | rust-gix-pathspec-0.16.1 | 64896 | rust-gix-path-0.12.0 |
| 64873 | rust-gix-protocol-0.59.0 | 64897 | rust-gix-pathspec-0.18.0 |
| 64874 | rust-gix-quote-0.7.0 | 64898 | rust-gix-protocol-0.61.0 |
| 64875 | rust-gix-ref-0.61.0 | 64899 | rust-gix-quote-0.7.1 |
| 64876 | rust-gix-refspec-0.39.0 | 64900 | rust-gix-ref-0.63.0 |
| 64877 | rust-gix-revision-0.43.0 | 64901 | rust-gix-refspec-0.41.0 |
| 64878 | rust-gix-revwalk-0.29.0 | 64902 | rust-gix-revision-0.45.0 |
| 64879 | rust-gix-sec-0.13.2 | 64903 | rust-gix-revwalk-0.31.0 |
| 64880 | rust-gix-shallow-0.10.0 | 64904 | rust-gix-sec-0.14.0 |
| 64881 | rust-gix-status-0.28.0 | 64905 | rust-gix-shallow-0.12.0 |
| 64882 | rust-gix-submodule-0.28.0 | 64906 | rust-gix-status-0.30.0 |
| 64883 | rust-gix-tempfile-21.0.2 | 64907 | rust-gix-submodule-0.30.0 |
| 64884 | rust-gix-trace-0.1.18 | 64908 | rust-gix-tempfile-23.0.0 |
| 64885 | rust-gix-transport-0.55.1 | 64909 | rust-gix-trace-0.1.19 |
| 64886 | rust-gix-traverse-0.55.0 | 64910 | rust-gix-transport-0.57.0 |
| 64887 | rust-gix-url-0.35.2 | 64911 | rust-gix-traverse-0.57.0 |
| 64888 | rust-gix-utils-0.3.1 | 64912 | rust-gix-url-0.36.0 |
| 64889 | rust-gix-validate-0.11.0 | 64913 | rust-gix-utils-0.3.2 |
| 64890 | rust-gix-worktree-0.50.0 | 64914 | rust-gix-validate-0.11.1 |
| 64891 | rust-gix-worktree-state-0.28.0 | 64915 | rust-gix-worktree-0.52.0 |
| 64892 | rust-gix-worktree-stream-0.30.0 | 64916 | rust-gix-worktree-state-0.30.0 |
| 64917 | rust-gix-worktree-stream-0.32.0 | ||
| 64893 | rust-globset-0.4.18 | 64918 | rust-globset-0.4.18 |
| 64894 | rust-half-2.7.1 | 64919 | rust-half-2.7.1 |
| 64895 | rust-hash32-0.3.1 | 64920 | rust-hash32-0.3.1 |
| 64896 | rust-hashbrown-0.14.5 | 64921 | rust-hashbrown-0.14.5 |
| 64897 | rust-hashbrown-0.15.5 | 64922 | rust-hashbrown-0.15.5 |
| 64898 | rust-hashbrown-0.16.1 | 64923 | rust-hashbrown-0.16.1 |
| 64899 | rust-hashbrown-0.17.0 | 64924 | rust-hashbrown-0.17.1 |
| 64900 | rust-heapless-0.8.0 | 64925 | rust-heapless-0.8.0 |
| 64901 | rust-heck-0.5.0 | 64926 | rust-heck-0.5.0 |
| 64902 | rust-hermit-abi-0.5.2 | 64927 | rust-hermit-abi-0.5.2 |
| @@ -64913,10 +64938,7 @@ | |||
| 64913 | rust-id-arena-2.3.0 | 64938 | rust-id-arena-2.3.0 |
| 64914 | rust-ident-case-1.0.1 | 64939 | rust-ident-case-1.0.1 |
| 64915 | rust-idna-1.1.0 | 64940 | rust-idna-1.1.0 |
| 64916 | rust-idna-adapter-1.2.1 | 64941 | rust-idna-adapter-1.2.2 |
| 64917 | rust-ignore-0.4.25 | ||
| 64918 | rust-imara-diff-0.1.8 | ||
| 64919 | rust-imara-diff-0.2.0 | ||
| 64920 | rust-indenter-0.3.4 | 64942 | rust-indenter-0.3.4 |
| 64921 | rust-indexmap-2.14.0 | 64943 | rust-indexmap-2.14.0 |
| 64922 | rust-indoc-2.0.7 | 64944 | rust-indoc-2.0.7 |
| @@ -64929,18 +64951,18 @@ | |||
| 64929 | rust-itertools-0.13.0 | 64951 | rust-itertools-0.13.0 |
| 64930 | rust-itertools-0.14.0 | 64952 | rust-itertools-0.14.0 |
| 64931 | rust-itoa-1.0.18 | 64953 | rust-itoa-1.0.18 |
| 64932 | rust-jiff-0.2.23 | 64954 | rust-jiff-0.2.24 |
| 64933 | rust-jiff-static-0.2.23 | 64955 | rust-jiff-static-0.2.24 |
| 64934 | rust-jiff-tzdb-0.1.6 | 64956 | rust-jiff-tzdb-0.1.6 |
| 64935 | rust-jiff-tzdb-platform-0.1.3 | 64957 | rust-jiff-tzdb-platform-0.1.3 |
| 64936 | rust-js-sys-0.3.95 | 64958 | rust-js-sys-0.3.99 |
| 64937 | rust-jsonschema-0.45.1 | 64959 | rust-jsonschema-0.46.5 |
| 64938 | rust-kasuari-0.4.12 | 64960 | rust-kasuari-0.4.12 |
| 64939 | rust-kstring-2.0.2 | 64961 | rust-kstring-2.0.2 |
| 64940 | rust-lab-0.11.0 | 64962 | rust-lab-0.11.0 |
| 64941 | rust-lazy-static-1.5.0 | 64963 | rust-lazy-static-1.5.0 |
| 64942 | rust-leb128fmt-0.1.0 | 64964 | rust-leb128fmt-0.1.0 |
| 64943 | rust-libc-0.2.184 | 64965 | rust-libc-0.2.186 |
| 64944 | rust-libredox-0.1.16 | 64966 | rust-libredox-0.1.16 |
| 64945 | rust-libtest-mimic-0.8.2 | 64967 | rust-libtest-mimic-0.8.2 |
| 64946 | rust-line-clipping-0.3.7 | 64968 | rust-line-clipping-0.3.7 |
| @@ -64952,20 +64974,21 @@ | |||
| 64952 | rust-logos-0.15.1 | 64974 | rust-logos-0.15.1 |
| 64953 | rust-logos-codegen-0.15.1 | 64975 | rust-logos-codegen-0.15.1 |
| 64954 | rust-logos-derive-0.15.1 | 64976 | rust-logos-derive-0.15.1 |
| 64955 | rust-lru-0.16.3 | 64977 | rust-lru-0.16.4 |
| 64956 | rust-mac-address-1.1.8 | 64978 | rust-mac-address-1.1.8 |
| 64957 | rust-maplit-1.0.2 | 64979 | rust-maplit-1.0.2 |
| 64958 | rust-matchers-0.2.0 | 64980 | rust-matchers-0.2.0 |
| 64959 | rust-maybe-async-0.2.10 | 64981 | rust-maybe-async-0.2.11 |
| 64960 | rust-memchr-2.8.0 | 64982 | rust-memchr-2.8.0 |
| 64961 | rust-memmap2-0.9.10 | 64983 | rust-memmap2-0.9.10 |
| 64962 | rust-memmem-0.1.1 | 64984 | rust-memmem-0.1.1 |
| 64963 | rust-memoffset-0.9.1 | 64985 | rust-memoffset-0.9.1 |
| 64986 | rust-micromap-0.3.0 | ||
| 64964 | rust-minimal-lexical-0.2.1 | 64987 | rust-minimal-lexical-0.2.1 |
| 64965 | rust-mio-1.2.0 | 64988 | rust-mio-1.2.0 |
| 64966 | rust-multimap-0.10.1 | 64989 | rust-multimap-0.10.1 |
| 64967 | rust-nix-0.29.0 | 64990 | rust-nix-0.29.0 |
| 64968 | rust-nix-0.31.2 | 64991 | rust-nix-0.31.3 |
| 64969 | rust-nom-7.1.3 | 64992 | rust-nom-7.1.3 |
| 64970 | rust-nom-8.0.0 | 64993 | rust-nom-8.0.0 |
| 64971 | rust-nonempty-0.12.0 | 64994 | rust-nonempty-0.12.0 |
| @@ -64974,7 +64997,7 @@ | |||
| 64974 | rust-num-bigint-0.4.6 | 64997 | rust-num-bigint-0.4.6 |
| 64975 | rust-num-cmp-0.1.0 | 64998 | rust-num-cmp-0.1.0 |
| 64976 | rust-num-complex-0.4.6 | 64999 | rust-num-complex-0.4.6 |
| 64977 | rust-num-conv-0.2.1 | 65000 | rust-num-conv-0.2.2 |
| 64978 | rust-num-derive-0.4.2 | 65001 | rust-num-derive-0.4.2 |
| 64979 | rust-num-integer-0.1.46 | 65002 | rust-num-integer-0.1.46 |
| 64980 | rust-num-iter-0.1.45 | 65003 | rust-num-iter-0.1.45 |
| @@ -65005,13 +65028,12 @@ | |||
| 65005 | rust-phf-macros-0.11.3 | 65028 | rust-phf-macros-0.11.3 |
| 65006 | rust-phf-shared-0.11.3 | 65029 | rust-phf-shared-0.11.3 |
| 65007 | rust-pin-project-lite-0.2.17 | 65030 | rust-pin-project-lite-0.2.17 |
| 65008 | rust-plain-0.2.3 | ||
| 65009 | rust-plotters-0.3.7 | 65031 | rust-plotters-0.3.7 |
| 65010 | rust-plotters-backend-0.3.7 | 65032 | rust-plotters-backend-0.3.7 |
| 65011 | rust-plotters-svg-0.3.7 | 65033 | rust-plotters-svg-0.3.7 |
| 65012 | rust-pollster-0.4.0 | 65034 | rust-pollster-0.4.0 |
| 65013 | rust-portable-atomic-1.13.1 | 65035 | rust-portable-atomic-1.13.1 |
| 65014 | rust-portable-atomic-util-0.2.6 | 65036 | rust-portable-atomic-util-0.2.7 |
| 65015 | rust-potential-utf-0.1.5 | 65037 | rust-potential-utf-0.1.5 |
| 65016 | rust-powerfmt-0.2.0 | 65038 | rust-powerfmt-0.2.0 |
| 65017 | rust-ppv-lite86-0.2.21 | 65039 | rust-ppv-lite86-0.2.21 |
| @@ -65033,14 +65055,14 @@ | |||
| 65033 | rust-quote-1.0.45 | 65055 | rust-quote-1.0.45 |
| 65034 | rust-r-efi-5.3.0 | 65056 | rust-r-efi-5.3.0 |
| 65035 | rust-r-efi-6.0.0 | 65057 | rust-r-efi-6.0.0 |
| 65036 | rust-rand-0.8.5 | 65058 | rust-rand-0.8.6 |
| 65037 | rust-rand-0.9.3 | 65059 | rust-rand-0.9.4 |
| 65038 | rust-rand-0.10.1 | 65060 | rust-rand-0.10.1 |
| 65039 | rust-rand-chacha-0.9.0 | 65061 | rust-rand-chacha-0.9.0 |
| 65040 | rust-rand-chacha-0.10.0 | 65062 | rust-rand-chacha-0.10.0 |
| 65041 | rust-rand-core-0.6.4 | 65063 | rust-rand-core-0.6.4 |
| 65042 | rust-rand-core-0.9.5 | 65064 | rust-rand-core-0.9.5 |
| 65043 | rust-rand-core-0.10.0 | 65065 | rust-rand-core-0.10.1 |
| 65044 | rust-rand-xorshift-0.4.0 | 65066 | rust-rand-xorshift-0.4.0 |
| 65045 | rust-ratatui-0.30.0 | 65067 | rust-ratatui-0.30.0 |
| 65046 | rust-ratatui-core-0.1.0 | 65068 | rust-ratatui-core-0.1.0 |
| @@ -65048,20 +65070,19 @@ | |||
| 65048 | rust-ratatui-macros-0.7.0 | 65070 | rust-ratatui-macros-0.7.0 |
| 65049 | rust-ratatui-termwiz-0.1.0 | 65071 | rust-ratatui-termwiz-0.1.0 |
| 65050 | rust-ratatui-widgets-0.3.0 | 65072 | rust-ratatui-widgets-0.3.0 |
| 65051 | rust-rayon-1.11.0 | 65073 | rust-rayon-1.12.0 |
| 65052 | rust-rayon-core-1.13.0 | 65074 | rust-rayon-core-1.13.0 |
| 65053 | rust-redox-syscall-0.5.18 | 65075 | rust-redox-syscall-0.5.18 |
| 65054 | rust-redox-syscall-0.7.4 | ||
| 65055 | rust-redox-users-0.5.2 | 65076 | rust-redox-users-0.5.2 |
| 65056 | rust-ref-cast-1.0.25 | 65077 | rust-ref-cast-1.0.25 |
| 65057 | rust-ref-cast-impl-1.0.25 | 65078 | rust-ref-cast-impl-1.0.25 |
| 65058 | rust-referencing-0.45.1 | 65079 | rust-referencing-0.46.5 |
| 65059 | rust-regex-1.12.3 | 65080 | rust-regex-1.12.3 |
| 65060 | rust-regex-automata-0.4.14 | 65081 | rust-regex-automata-0.4.14 |
| 65061 | rust-regex-syntax-0.8.10 | 65082 | rust-regex-syntax-0.8.10 |
| 65062 | rust-roff-1.1.1 | 65083 | rust-roff-1.1.1 |
| 65063 | rust-rpassword-7.4.0 | 65084 | rust-rpassword-7.5.3 |
| 65064 | rust-rtoolbox-0.0.3 | 65085 | rust-rtoolbox-0.0.5 |
| 65065 | rust-rustc-version-0.4.1 | 65086 | rust-rustc-version-0.4.1 |
| 65066 | rust-rustix-1.1.4 | 65087 | rust-rustix-1.1.4 |
| 65067 | rust-rustversion-1.0.22 | 65088 | rust-rustversion-1.0.22 |
| @@ -65078,7 +65099,7 @@ | |||
| 65078 | rust-serde-bytes-0.11.19 | 65099 | rust-serde-bytes-0.11.19 |
| 65079 | rust-serde-core-1.0.228 | 65100 | rust-serde-core-1.0.228 |
| 65080 | rust-serde-derive-1.0.228 | 65101 | rust-serde-derive-1.0.228 |
| 65081 | rust-serde-json-1.0.149 | 65102 | rust-serde-json-1.0.150 |
| 65082 | rust-serde-spanned-1.1.1 | 65103 | rust-serde-spanned-1.1.1 |
| 65083 | rust-sha1-0.10.6 | 65104 | rust-sha1-0.10.6 |
| 65084 | rust-sha1-checked-0.10.0 | 65105 | rust-sha1-checked-0.10.0 |
| @@ -65091,7 +65112,7 @@ | |||
| 65091 | rust-signal-hook-registry-1.4.8 | 65112 | rust-signal-hook-registry-1.4.8 |
| 65092 | rust-simdutf8-0.1.5 | 65113 | rust-simdutf8-0.1.5 |
| 65093 | rust-similar-2.7.0 | 65114 | rust-similar-2.7.0 |
| 65094 | rust-siphasher-1.0.2 | 65115 | rust-siphasher-1.0.3 |
| 65095 | rust-slab-0.4.12 | 65116 | rust-slab-0.4.12 |
| 65096 | rust-smallvec-1.15.1 | 65117 | rust-smallvec-1.15.1 |
| 65097 | rust-smawk-0.3.2 | 65118 | rust-smawk-0.3.2 |
| @@ -65127,7 +65148,7 @@ | |||
| 65127 | rust-tinytemplate-1.2.1 | 65148 | rust-tinytemplate-1.2.1 |
| 65128 | rust-tinyvec-1.11.0 | 65149 | rust-tinyvec-1.11.0 |
| 65129 | rust-tinyvec-macros-0.1.1 | 65150 | rust-tinyvec-macros-0.1.1 |
| 65130 | rust-tokio-1.51.1 | 65151 | rust-tokio-1.52.3 |
| 65131 | rust-tokio-macros-2.7.0 | 65152 | rust-tokio-macros-2.7.0 |
| 65132 | rust-tokio-util-0.6.10 | 65153 | rust-tokio-util-0.6.10 |
| 65133 | rust-toml-1.1.2+spec-1.1.0 | 65154 | rust-toml-1.1.2+spec-1.1.0 |
| @@ -65142,7 +65163,7 @@ | |||
| 65142 | rust-tracing-log-0.2.0 | 65163 | rust-tracing-log-0.2.0 |
| 65143 | rust-tracing-subscriber-0.3.23 | 65164 | rust-tracing-subscriber-0.3.23 |
| 65144 | rust-typeid-1.0.3 | 65165 | rust-typeid-1.0.3 |
| 65145 | rust-typenum-1.19.0 | 65166 | rust-typenum-1.20.0 |
| 65146 | rust-ucd-trie-0.1.7 | 65167 | rust-ucd-trie-0.1.7 |
| 65147 | rust-uluru-3.1.0 | 65168 | rust-uluru-3.1.0 |
| 65148 | rust-unarray-0.1.4 | 65169 | rust-unarray-0.1.4 |
| @@ -65158,7 +65179,7 @@ | |||
| 65158 | rust-unicode-xid-0.2.6 | 65179 | rust-unicode-xid-0.2.6 |
| 65159 | rust-utf8-iter-1.0.4 | 65180 | rust-utf8-iter-1.0.4 |
| 65160 | rust-utf8parse-0.2.2 | 65181 | rust-utf8parse-0.2.2 |
| 65161 | rust-uuid-1.23.0 | 65182 | rust-uuid-1.23.1 |
| 65162 | rust-uuid-simd-0.8.0 | 65183 | rust-uuid-simd-0.8.0 |
| 65163 | rust-valuable-0.1.1 | 65184 | rust-valuable-0.1.1 |
| 65164 | rust-vec-map-0.8.2 | 65185 | rust-vec-map-0.8.2 |
| @@ -65169,25 +65190,25 @@ | |||
| 65169 | rust-walkdir-2.5.0 | 65190 | rust-walkdir-2.5.0 |
| 65170 | rust-wasi-0.11.1+wasi-snapshot-preview1 | 65191 | rust-wasi-0.11.1+wasi-snapshot-preview1 |
| 65171 | rust-wasi-0.14.7+wasi-0.2.4 | 65192 | rust-wasi-0.14.7+wasi-0.2.4 |
| 65172 | rust-wasip2-1.0.2+wasi-0.2.9 | 65193 | rust-wasip2-1.0.3+wasi-0.2.9 |
| 65173 | rust-wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06 | 65194 | rust-wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06 |
| 65174 | rust-wasite-1.0.2 | 65195 | rust-wasite-1.0.2 |
| 65175 | rust-wasm-bindgen-0.2.118 | 65196 | rust-wasm-bindgen-0.2.122 |
| 65176 | rust-wasm-bindgen-macro-0.2.118 | 65197 | rust-wasm-bindgen-macro-0.2.122 |
| 65177 | rust-wasm-bindgen-macro-support-0.2.118 | 65198 | rust-wasm-bindgen-macro-support-0.2.122 |
| 65178 | rust-wasm-bindgen-shared-0.2.118 | 65199 | rust-wasm-bindgen-shared-0.2.122 |
| 65179 | rust-wasm-encoder-0.244.0 | 65200 | rust-wasm-encoder-0.244.0 |
| 65180 | rust-wasm-metadata-0.244.0 | 65201 | rust-wasm-metadata-0.244.0 |
| 65181 | rust-wasmparser-0.244.0 | 65202 | rust-wasmparser-0.244.0 |
| 65182 | rust-watchman-client-0.9.0 | 65203 | rust-watchman-client-0.9.0 |
| 65183 | rust-web-sys-0.3.95 | 65204 | rust-web-sys-0.3.99 |
| 65184 | rust-wezterm-bidi-0.2.3 | 65205 | rust-wezterm-bidi-0.2.3 |
| 65185 | rust-wezterm-blob-leases-0.1.1 | 65206 | rust-wezterm-blob-leases-0.1.1 |
| 65186 | rust-wezterm-color-types-0.3.0 | 65207 | rust-wezterm-color-types-0.3.0 |
| 65187 | rust-wezterm-dynamic-0.2.1 | 65208 | rust-wezterm-dynamic-0.2.1 |
| 65188 | rust-wezterm-dynamic-derive-0.1.1 | 65209 | rust-wezterm-dynamic-derive-0.1.1 |
| 65189 | rust-wezterm-input-types-0.1.0 | 65210 | rust-wezterm-input-types-0.1.0 |
| 65190 | rust-whoami-2.1.1 | 65211 | rust-whoami-2.1.2 |
| 65191 | rust-winapi-0.3.9 | 65212 | rust-winapi-0.3.9 |
| 65192 | rust-winapi-i686-pc-windows-gnu-0.4.0 | 65213 | rust-winapi-i686-pc-windows-gnu-0.4.0 |
| 65193 | rust-winapi-util-0.1.11 | 65214 | rust-winapi-util-0.1.11 |
| @@ -65198,7 +65219,6 @@ | |||
| 65198 | rust-windows-link-0.2.1 | 65219 | rust-windows-link-0.2.1 |
| 65199 | rust-windows-result-0.4.1 | 65220 | rust-windows-result-0.4.1 |
| 65200 | rust-windows-strings-0.5.1 | 65221 | rust-windows-strings-0.5.1 |
| 65201 | rust-windows-sys-0.52.0 | ||
| 65202 | rust-windows-sys-0.59.0 | 65222 | rust-windows-sys-0.59.0 |
| 65203 | rust-windows-sys-0.60.2 | 65223 | rust-windows-sys-0.60.2 |
| 65204 | rust-windows-sys-0.61.2 | 65224 | rust-windows-sys-0.61.2 |
| @@ -65220,10 +65240,10 @@ | |||
| 65220 | rust-windows-x86-64-gnullvm-0.53.1 | 65240 | rust-windows-x86-64-gnullvm-0.53.1 |
| 65221 | rust-windows-x86-64-msvc-0.52.6 | 65241 | rust-windows-x86-64-msvc-0.52.6 |
| 65222 | rust-windows-x86-64-msvc-0.53.1 | 65242 | rust-windows-x86-64-msvc-0.53.1 |
| 65223 | rust-winnow-0.7.15 | 65243 | rust-winnow-1.0.3 |
| 65224 | rust-winnow-1.0.1 | ||
| 65225 | rust-winreg-0.56.0 | 65244 | rust-winreg-0.56.0 |
| 65226 | rust-wit-bindgen-0.51.0 | 65245 | rust-wit-bindgen-0.51.0 |
| 65246 | rust-wit-bindgen-0.57.1 | ||
| 65227 | rust-wit-bindgen-core-0.51.0 | 65247 | rust-wit-bindgen-core-0.51.0 |
| 65228 | rust-wit-bindgen-rust-0.51.0 | 65248 | rust-wit-bindgen-rust-0.51.0 |
| 65229 | rust-wit-bindgen-rust-macro-0.51.0 | 65249 | rust-wit-bindgen-rust-macro-0.51.0 |
| @@ -65235,7 +65255,7 @@ | |||
| 65235 | rust-yoke-derive-0.8.2 | 65255 | rust-yoke-derive-0.8.2 |
| 65236 | rust-zerocopy-0.8.48 | 65256 | rust-zerocopy-0.8.48 |
| 65237 | rust-zerocopy-derive-0.8.48 | 65257 | rust-zerocopy-derive-0.8.48 |
| 65238 | rust-zerofrom-0.1.7 | 65258 | rust-zerofrom-0.1.8 |
| 65239 | rust-zerofrom-derive-0.1.7 | 65259 | rust-zerofrom-derive-0.1.7 |
| 65240 | rust-zerotrie-0.2.4 | 65260 | rust-zerotrie-0.2.4 |
| 65241 | rust-zerovec-0.11.6 | 65261 | rust-zerovec-0.11.6 |
