diff options
| -rw-r--r-- | gnu/packages/rust-apps.scm | 4 | ||||
| -rw-r--r-- | gnu/packages/rust-crates.scm | 241 |
2 files changed, 160 insertions, 85 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index 3ae45e306af..2fadc0bd8b1 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm | |||
| @@ -1399,7 +1399,7 @@ defaults for 80% of the use cases.") | |||
| 1399 | (define-public forgejo-cli | 1399 | (define-public forgejo-cli |
| 1400 | (package | 1400 | (package |
| 1401 | (name "forgejo-cli") | 1401 | (name "forgejo-cli") |
| 1402 | (version "0.4.1") | 1402 | (version "0.5.0") |
| 1403 | (source | 1403 | (source |
| 1404 | (origin | 1404 | (origin |
| 1405 | (method git-fetch) | 1405 | (method git-fetch) |
| @@ -1408,7 +1408,7 @@ defaults for 80% of the use cases.") | |||
| 1408 | (commit (string-append "v" version)))) | 1408 | (commit (string-append "v" version)))) |
| 1409 | (file-name (git-file-name name version)) | 1409 | (file-name (git-file-name name version)) |
| 1410 | (sha256 | 1410 | (sha256 |
| 1411 | (base32 "1279cvdbgvl8yaqrxm8mg1swqn623xdfqjx13s9clrxp923zjrmm")))) | 1411 | (base32 "1x3v56my22lckrpkcnpmf90vrn8m45ysdn0k12dfssldr8cjxapa")))) |
| 1412 | (build-system cargo-build-system) | 1412 | (build-system cargo-build-system) |
| 1413 | (arguments | 1413 | (arguments |
| 1414 | (list | 1414 | (list |
diff --git a/gnu/packages/rust-crates.scm b/gnu/packages/rust-crates.scm index cd5b7ce7b26..a0688722c0f 100644 --- a/gnu/packages/rust-crates.scm +++ b/gnu/packages/rust-crates.scm | |||
| @@ -410,6 +410,10 @@ | |||
| 410 | (crate-source "annotate-snippets" "0.12.11" | 410 | (crate-source "annotate-snippets" "0.12.11" |
| 411 | "0whj5w2vwb9aqq61ymga0avpzqbl30jaggg3gjkjajpz902qbr0n")) | 411 | "0whj5w2vwb9aqq61ymga0avpzqbl30jaggg3gjkjajpz902qbr0n")) |
| 412 | 412 | ||
| 413 | (define rust-annotate-snippets-0.12.15 | ||
| 414 | (crate-source "annotate-snippets" "0.12.15" | ||
| 415 | "1xscyq9ss6xxldrkfnnpziqii6y9babd0wabz16yirwqkhzhlmwj")) | ||
| 416 | |||
| 413 | (define rust-annotate-snippets-0.6.1 | 417 | (define rust-annotate-snippets-0.6.1 |
| 414 | (crate-source "annotate-snippets" "0.6.1" | 418 | (crate-source "annotate-snippets" "0.6.1" |
| 415 | "19x7ldklprdgf8pam8b3lfhrxqw5yldcvk5j0bw2agsajbj1q0n7")) | 419 | "19x7ldklprdgf8pam8b3lfhrxqw5yldcvk5j0bw2agsajbj1q0n7")) |
| @@ -5511,6 +5515,10 @@ | |||
| 5511 | (crate-source "comrak" "0.39.1" | 5515 | (crate-source "comrak" "0.39.1" |
| 5512 | "1xdw99s1a5nx11dwki667wkhddzplikcwwq7xpp3pz3i2yaspvrg")) | 5516 | "1xdw99s1a5nx11dwki667wkhddzplikcwwq7xpp3pz3i2yaspvrg")) |
| 5513 | 5517 | ||
| 5518 | (define rust-comrak-0.52.0 | ||
| 5519 | (crate-source "comrak" "0.52.0" | ||
| 5520 | "1hllxznr3qml847cn4a7msay1wpraxwvcr6npwpxb71ajdav5h5a")) | ||
| 5521 | |||
| 5514 | (define rust-concat-string-1.0.1 | 5522 | (define rust-concat-string-1.0.1 |
| 5515 | (crate-source "concat-string" "1.0.1" | 5523 | (crate-source "concat-string" "1.0.1" |
| 5516 | "02c6hfxsvs1ff2j58f3qzr526w1yg8d2nf6yyjv81ixgbz5vwfbl")) | 5524 | "02c6hfxsvs1ff2j58f3qzr526w1yg8d2nf6yyjv81ixgbz5vwfbl")) |
| @@ -9405,6 +9413,10 @@ | |||
| 9405 | (crate-source "foreign-types-shared" "0.3.1" | 9413 | (crate-source "foreign-types-shared" "0.3.1" |
| 9406 | "0nykdvv41a3d4py61bylmlwjhhvdm0b3bcj9vxhqgxaxnp5ik6ma")) | 9414 | "0nykdvv41a3d4py61bylmlwjhhvdm0b3bcj9vxhqgxaxnp5ik6ma")) |
| 9407 | 9415 | ||
| 9416 | (define rust-forgejo-api-0.10.0 | ||
| 9417 | (crate-source "forgejo-api" "0.10.0" | ||
| 9418 | "0z9jq4r4qpcmpz5g7cmarzwrjr7ya782qj6bamcjywmx9s7s6mgq")) | ||
| 9419 | |||
| 9408 | (define rust-forgejo-api-0.4.1 | 9420 | (define rust-forgejo-api-0.4.1 |
| 9409 | (crate-source "forgejo-api" "0.4.1" | 9421 | (crate-source "forgejo-api" "0.4.1" |
| 9410 | "0bc1m39g3i8mm70cf35hcqh898xpm2y4x819y8qfaaw6pnhg90pn")) | 9422 | "0bc1m39g3i8mm70cf35hcqh898xpm2y4x819y8qfaaw6pnhg90pn")) |
| @@ -15960,6 +15972,10 @@ | |||
| 15960 | (crate-source "jemallocator" "0.5.4" | 15972 | (crate-source "jemallocator" "0.5.4" |
| 15961 | "1g6k9ly6wxj53bp8lz9lg9nj4s662k6612jydw71aqwfkx53gpm0")) | 15973 | "1g6k9ly6wxj53bp8lz9lg9nj4s662k6612jydw71aqwfkx53gpm0")) |
| 15962 | 15974 | ||
| 15975 | (define rust-jetscii-0.5.3 | ||
| 15976 | (crate-source "jetscii" "0.5.3" | ||
| 15977 | "0pppbawc1v6lshz6zi3d4bkz7xbalph9sd78a5299jd94kz45wa7")) | ||
| 15978 | |||
| 15963 | (define rust-jieba-rs-0.6.8 | 15979 | (define rust-jieba-rs-0.6.8 |
| 15964 | (crate-source "jieba-rs" "0.6.8" | 15980 | (crate-source "jieba-rs" "0.6.8" |
| 15965 | "0glq71kil7hic6m3227w177nblwnqhxc6b9sdry8vb6kghsc3w4k")) | 15981 | "0glq71kil7hic6m3227w177nblwnqhxc6b9sdry8vb6kghsc3w4k")) |
| @@ -17782,6 +17798,11 @@ | |||
| 17782 | "1hdg7nqfjaygcqidyknldsva4i4zvirbgqc7j06c72m6w8llqbym" | 17798 | "1hdg7nqfjaygcqidyknldsva4i4zvirbgqc7j06c72m6w8llqbym" |
| 17783 | #:snippet '(for-each delete-file-recursively '("src/zlib" "src/zlib-ng")))) | 17799 | #:snippet '(for-each delete-file-recursively '("src/zlib" "src/zlib-ng")))) |
| 17784 | 17800 | ||
| 17801 | (define rust-libz-sys-1.1.28 | ||
| 17802 | (crate-source "libz-sys" "1.1.28" | ||
| 17803 | "08hyf9v85zifl3353xc7i5wr53v9b3scri856cmphl3gaxp24fpw" | ||
| 17804 | #:snippet '(for-each delete-file-recursively '("src/zlib" "src/zlib-ng")))) | ||
| 17805 | |||
| 17785 | (define rust-lifeguard-0.6.1 | 17806 | (define rust-lifeguard-0.6.1 |
| 17786 | (crate-source "lifeguard" "0.6.1" | 17807 | (crate-source "lifeguard" "0.6.1" |
| 17787 | "09iwwy7888i1kfvbrgwpl4xv3pwsz1fbzx54djs3gnvmszdr9gl9")) | 17808 | "09iwwy7888i1kfvbrgwpl4xv3pwsz1fbzx54djs3gnvmszdr9gl9")) |
| @@ -21004,6 +21025,10 @@ | |||
| 21004 | (crate-source "open" "5.3.3" | 21025 | (crate-source "open" "5.3.3" |
| 21005 | "1g1403a17xfa136h6jshxkaa0yq2fh8sb404jycb369pzakp7fs3")) | 21026 | "1g1403a17xfa136h6jshxkaa0yq2fh8sb404jycb369pzakp7fs3")) |
| 21006 | 21027 | ||
| 21028 | (define rust-open-5.3.4 | ||
| 21029 | (crate-source "open" "5.3.4" | ||
| 21030 | "1z9pbnc0lx1lqx1p74szfar7rv21shcggkjzyymmga19giqsnfwz")) | ||
| 21031 | |||
| 21007 | (define rust-opener-0.5.2 | 21032 | (define rust-opener-0.5.2 |
| 21008 | (crate-source "opener" "0.5.2" | 21033 | (crate-source "opener" "0.5.2" |
| 21009 | "01ghahdn64lw4whj0p70vmzivrdlmca2629gplalq99pirkiag19")) | 21034 | "01ghahdn64lw4whj0p70vmzivrdlmca2629gplalq99pirkiag19")) |
| @@ -21079,6 +21104,11 @@ | |||
| 21079 | "1kwfn77qi342fr3hn1kxza6hslyma4ylszlcbg3a4vp1fln0074m" | 21104 | "1kwfn77qi342fr3hn1kxza6hslyma4ylszlcbg3a4vp1fln0074m" |
| 21080 | #:snippet '(delete-file-recursively "test"))) | 21105 | #:snippet '(delete-file-recursively "test"))) |
| 21081 | 21106 | ||
| 21107 | (define rust-openssl-0.10.77 | ||
| 21108 | (crate-source "openssl" "0.10.77" | ||
| 21109 | "0zyqvaa85lvk77sn4jpgav8m5vjzdhyysh6ygpzpviqf6rp69r5z" | ||
| 21110 | #:snippet '(delete-file-recursively "test"))) | ||
| 21111 | |||
| 21082 | (define rust-openssl-macros-0.1.0 | 21112 | (define rust-openssl-macros-0.1.0 |
| 21083 | (crate-source "openssl-macros" "0.1.0" | 21113 | (crate-source "openssl-macros" "0.1.0" |
| 21084 | "0v3kgnzbadrf9c06q4cqmbjas53av73n5w7wwz3n0nb6257y80dm")) | 21114 | "0v3kgnzbadrf9c06q4cqmbjas53av73n5w7wwz3n0nb6257y80dm")) |
| @@ -21183,8 +21213,22 @@ | |||
| 21183 | ;; Allow any version of bindgen. | 21213 | ;; Allow any version of bindgen. |
| 21184 | (("(bindgen = \\{ version =) \".*\"," _ bindgen) | 21214 | (("(bindgen = \\{ version =) \".*\"," _ bindgen) |
| 21185 | (string-append bindgen "\"*\","))) | 21215 | (string-append bindgen "\"*\","))) |
| 21186 | (copy-file "Cargo.toml.orig" "Cargo.toml"))) | 21216 | (copy-file "Cargo.toml.orig" "Cargo.toml")))) |
| 21187 | ) | 21217 | |
| 21218 | (define rust-openssl-sys-0.9.113 | ||
| 21219 | (crate-source "openssl-sys" "0.9.113" | ||
| 21220 | "0i765hvmis3mg1p3a88070ihaglghgrbzln6wibqf4a7p872qbxd" | ||
| 21221 | #:snippet | ||
| 21222 | #~(begin | ||
| 21223 | ;; Remove dependency on boringssl and vendor openssl source. | ||
| 21224 | (substitute* "Cargo.toml.orig" | ||
| 21225 | (("vendored = .*") "vendored = []\n") | ||
| 21226 | ((".*bssl.*") "") | ||
| 21227 | ((".*openssl-src.*") "") | ||
| 21228 | ;; Allow any version of bindgen. | ||
| 21229 | (("(bindgen = \\{ version =) \".*\"," _ bindgen) | ||
| 21230 | (string-append bindgen "\"*\","))) | ||
| 21231 | (copy-file "Cargo.toml.orig" "Cargo.toml")))) | ||
| 21188 | 21232 | ||
| 21189 | (define rust-opentelemetry-0.17.0 | 21233 | (define rust-opentelemetry-0.17.0 |
| 21190 | (crate-source "opentelemetry" "0.17.0" | 21234 | (crate-source "opentelemetry" "0.17.0" |
| @@ -24527,6 +24571,10 @@ | |||
| 24527 | (crate-source "rand_core" "0.10.0" | 24571 | (crate-source "rand_core" "0.10.0" |
| 24528 | "1flazfw1q1hbvadwzmaliplz0xnnjijdnbmzxnzdqplhfzb0z38c")) | 24572 | "1flazfw1q1hbvadwzmaliplz0xnnjijdnbmzxnzdqplhfzb0z38c")) |
| 24529 | 24573 | ||
| 24574 | (define rust-rand-core-0.10.1 | ||
| 24575 | (crate-source "rand_core" "0.10.1" | ||
| 24576 | "0s9wiacxrr100icl7i41308gcj85nlcclrc5jx1jd6p10dhigf33")) | ||
| 24577 | |||
| 24530 | (define rust-rand-core-0.3.1 | 24578 | (define rust-rand-core-0.3.1 |
| 24531 | (crate-source "rand_core" "0.3.1" | 24579 | (crate-source "rand_core" "0.3.1" |
| 24532 | "0jzdgszfa4bliigiy4hi66k7fs3gfwi2qxn8vik84ph77fwdwvvs")) | 24580 | "0jzdgszfa4bliigiy4hi66k7fs3gfwi2qxn8vik84ph77fwdwvvs")) |
| @@ -26627,6 +26675,10 @@ | |||
| 26627 | (crate-source "saphyr-parser" "0.0.6" | 26675 | (crate-source "saphyr-parser" "0.0.6" |
| 26628 | "1xvadmva2dkvngglzv5wd8ji9yvwz4lfq9b3838qa6bbkysp3dsg")) | 26676 | "1xvadmva2dkvngglzv5wd8ji9yvwz4lfq9b3838qa6bbkysp3dsg")) |
| 26629 | 26677 | ||
| 26678 | (define rust-saphyr-parser-bw-0.0.611 | ||
| 26679 | (crate-source "saphyr-parser-bw" "0.0.611" | ||
| 26680 | "1qv9mbrzfl139kpja8rzn5ggqzs4zq1v6mkrjncdqxfv6g4c1pk7")) | ||
| 26681 | |||
| 26630 | (define rust-sapling-renderdag-0.1.0 | 26682 | (define rust-sapling-renderdag-0.1.0 |
| 26631 | (crate-source "sapling-renderdag" "0.1.0" | 26683 | (crate-source "sapling-renderdag" "0.1.0" |
| 26632 | "0qbv8k698kiz8rpr63hn0m7g789pbmpmg7blql0hkgc7mffbizzd")) | 26684 | "0qbv8k698kiz8rpr63hn0m7g789pbmpmg7blql0hkgc7mffbizzd")) |
| @@ -27586,6 +27638,10 @@ | |||
| 27586 | (crate-source "serde_repr" "0.1.20" | 27638 | (crate-source "serde_repr" "0.1.20" |
| 27587 | "1755gss3f6lwvv23pk7fhnjdkjw7609rcgjlr8vjg6791blf6php")) | 27639 | "1755gss3f6lwvv23pk7fhnjdkjw7609rcgjlr8vjg6791blf6php")) |
| 27588 | 27640 | ||
| 27641 | (define rust-serde-saphyr-0.0.23 | ||
| 27642 | (crate-source "serde-saphyr" "0.0.23" | ||
| 27643 | "054b1jq26cmwisjcrffxqlcxif20b7kcii60vwric6vslbkxzyq9")) | ||
| 27644 | |||
| 27589 | (define rust-serde-saphyr-0.0.7 | 27645 | (define rust-serde-saphyr-0.0.7 |
| 27590 | (crate-source "serde-saphyr" "0.0.7" | 27646 | (crate-source "serde-saphyr" "0.0.7" |
| 27591 | "1plkh6siinnjs4nqsyk7bfdlcb2f7c5zd5bgax08fjdj0nasyxpx")) | 27647 | "1plkh6siinnjs4nqsyk7bfdlcb2f7c5zd5bgax08fjdj0nasyxpx")) |
| @@ -28820,6 +28876,10 @@ | |||
| 28820 | (crate-source "ssh2-config" "0.5.4" | 28876 | (crate-source "ssh2-config" "0.5.4" |
| 28821 | "0sw698aaar25pici7xxdic36kxmnriy48zkd59h1yhgxfr191j17")) | 28877 | "0sw698aaar25pici7xxdic36kxmnriy48zkd59h1yhgxfr191j17")) |
| 28822 | 28878 | ||
| 28879 | (define rust-ssh2-config-0.7.0 | ||
| 28880 | (crate-source "ssh2-config" "0.7.0" | ||
| 28881 | "173k7lvj2805z8v62k0810n2ksn0cny031q55bljf0b9afci7f2j")) | ||
| 28882 | |||
| 28823 | (define rust-ssri-9.2.0 | 28883 | (define rust-ssri-9.2.0 |
| 28824 | (crate-source "ssri" "9.2.0" | 28884 | (crate-source "ssri" "9.2.0" |
| 28825 | "10lhj4z53v2mz0dk4wv2njf9zmzhbfdlw347835knsf95cy2nyns")) | 28885 | "10lhj4z53v2mz0dk4wv2njf9zmzhbfdlw347835knsf95cy2nyns")) |
| @@ -33332,6 +33392,10 @@ | |||
| 33332 | (crate-source "uuid" "1.23.0" | 33392 | (crate-source "uuid" "1.23.0" |
| 33333 | "1nbrzkdhwr4clshsks7flc2jq6lavjrsx65hyn63c9dd5vsbdj2s")) | 33393 | "1nbrzkdhwr4clshsks7flc2jq6lavjrsx65hyn63c9dd5vsbdj2s")) |
| 33334 | 33394 | ||
| 33395 | (define rust-uuid-1.23.1 | ||
| 33396 | (crate-source "uuid" "1.23.1" | ||
| 33397 | "0xlwg23rmsfl3gx98qsyzpl24pf4bs9wi3mqx5c6i319hyb4mmyx")) | ||
| 33398 | |||
| 33335 | (define rust-uuid-1.4.1 | 33399 | (define rust-uuid-1.4.1 |
| 33336 | (crate-source "uuid" "1.4.1" | 33400 | (crate-source "uuid" "1.4.1" |
| 33337 | "17c68cmn8mgn3ll3zlyc7zsnvj5r281ybic9nd05r0j0aznsbnkr")) | 33401 | "17c68cmn8mgn3ll3zlyc7zsnvj5r281ybic9nd05r0j0aznsbnkr")) |
| @@ -50785,7 +50849,9 @@ | |||
| 50785 | rust-zerocopy-0.8.37 | 50849 | rust-zerocopy-0.8.37 |
| 50786 | rust-zerocopy-derive-0.8.37)) | 50850 | rust-zerocopy-derive-0.8.37)) |
| 50787 | (forgejo-cli => | 50851 | (forgejo-cli => |
| 50788 | (list rust-aho-corasick-1.1.4 | 50852 | (list rust-ahash-0.8.12 |
| 50853 | rust-aho-corasick-1.1.4 | ||
| 50854 | rust-annotate-snippets-0.12.15 | ||
| 50789 | rust-anstream-1.0.0 | 50855 | rust-anstream-1.0.0 |
| 50790 | rust-anstyle-1.0.14 | 50856 | rust-anstyle-1.0.14 |
| 50791 | rust-anstyle-parse-1.0.0 | 50857 | rust-anstyle-parse-1.0.0 |
| @@ -50798,46 +50864,53 @@ | |||
| 50798 | rust-autocfg-1.5.0 | 50864 | rust-autocfg-1.5.0 |
| 50799 | rust-base64-0.22.1 | 50865 | rust-base64-0.22.1 |
| 50800 | rust-base64ct-1.8.3 | 50866 | rust-base64ct-1.8.3 |
| 50801 | rust-bitflags-2.11.0 | 50867 | rust-bitflags-2.11.1 |
| 50802 | rust-block-buffer-0.10.4 | 50868 | rust-block-buffer-0.12.0 |
| 50803 | rust-bumpalo-3.20.2 | 50869 | rust-bumpalo-3.20.2 |
| 50804 | rust-bytes-1.11.1 | 50870 | rust-bytes-1.11.1 |
| 50805 | rust-caseless-0.2.2 | 50871 | rust-caseless-0.2.2 |
| 50806 | rust-cc-1.2.57 | 50872 | rust-cc-1.2.60 |
| 50807 | rust-cfg-if-1.0.4 | 50873 | rust-cfg-if-1.0.4 |
| 50808 | rust-clap-4.6.0 | 50874 | rust-chacha20-0.10.0 |
| 50875 | rust-clap-4.6.1 | ||
| 50809 | rust-clap-builder-4.6.0 | 50876 | rust-clap-builder-4.6.0 |
| 50810 | rust-clap-complete-4.6.0 | 50877 | rust-clap-complete-4.6.2 |
| 50811 | rust-clap-derive-4.6.0 | 50878 | rust-clap-derive-4.6.1 |
| 50812 | rust-clap-lex-1.1.0 | 50879 | rust-clap-lex-1.1.0 |
| 50813 | rust-colorchoice-1.0.5 | 50880 | rust-colorchoice-1.0.5 |
| 50814 | rust-comrak-0.37.0 | 50881 | rust-comrak-0.52.0 |
| 50882 | rust-const-oid-0.10.2 | ||
| 50883 | rust-convert-case-0.10.0 | ||
| 50815 | rust-core-foundation-0.9.4 | 50884 | rust-core-foundation-0.9.4 |
| 50816 | rust-core-foundation-0.10.1 | 50885 | rust-core-foundation-0.10.1 |
| 50817 | rust-core-foundation-sys-0.8.7 | 50886 | rust-core-foundation-sys-0.8.7 |
| 50818 | rust-cpufeatures-0.2.17 | 50887 | rust-cpufeatures-0.3.0 |
| 50819 | rust-crossterm-0.28.1 | 50888 | rust-crossterm-0.29.0 |
| 50820 | rust-crossterm-winapi-0.9.1 | 50889 | rust-crossterm-winapi-0.9.1 |
| 50821 | rust-crypto-common-0.1.7 | 50890 | rust-crypto-common-0.2.1 |
| 50822 | rust-deranged-0.5.8 | 50891 | rust-deranged-0.5.8 |
| 50823 | rust-deunicode-1.6.2 | 50892 | rust-derive-more-2.1.1 |
| 50824 | rust-digest-0.10.7 | 50893 | rust-derive-more-impl-2.1.1 |
| 50894 | rust-digest-0.11.2 | ||
| 50825 | rust-directories-6.0.0 | 50895 | rust-directories-6.0.0 |
| 50826 | rust-dirs-6.0.0 | 50896 | rust-dirs-6.0.0 |
| 50827 | rust-dirs-sys-0.5.0 | 50897 | rust-dirs-sys-0.5.0 |
| 50828 | rust-displaydoc-0.2.5 | 50898 | rust-displaydoc-0.2.5 |
| 50899 | rust-document-features-0.2.12 | ||
| 50829 | rust-encoding-rs-0.8.35 | 50900 | rust-encoding-rs-0.8.35 |
| 50901 | rust-encoding-rs-io-0.1.7 | ||
| 50830 | rust-entities-1.0.1 | 50902 | rust-entities-1.0.1 |
| 50831 | rust-equivalent-1.0.2 | 50903 | rust-equivalent-1.0.2 |
| 50832 | rust-errno-0.3.14 | 50904 | rust-errno-0.3.14 |
| 50833 | rust-eyre-0.6.12 | 50905 | rust-eyre-0.6.12 |
| 50834 | rust-fastrand-2.3.0 | 50906 | rust-fastrand-2.4.1 |
| 50835 | rust-find-msvc-tools-0.1.9 | 50907 | rust-find-msvc-tools-0.1.9 |
| 50908 | rust-finl-unicode-1.4.0 | ||
| 50836 | rust-fnv-1.0.7 | 50909 | rust-fnv-1.0.7 |
| 50837 | rust-foldhash-0.1.5 | 50910 | rust-foldhash-0.1.5 |
| 50838 | rust-foreign-types-0.3.2 | 50911 | rust-foreign-types-0.3.2 |
| 50839 | rust-foreign-types-shared-0.1.1 | 50912 | rust-foreign-types-shared-0.1.1 |
| 50840 | rust-forgejo-api-0.9.2 | 50913 | rust-forgejo-api-0.10.0 |
| 50841 | rust-form-urlencoded-1.2.2 | 50914 | rust-form-urlencoded-1.2.2 |
| 50842 | rust-futures-0.3.32 | 50915 | rust-futures-0.3.32 |
| 50843 | rust-futures-channel-0.3.32 | 50916 | rust-futures-channel-0.3.32 |
| @@ -50848,7 +50921,6 @@ | |||
| 50848 | rust-futures-sink-0.3.32 | 50921 | rust-futures-sink-0.3.32 |
| 50849 | rust-futures-task-0.3.32 | 50922 | rust-futures-task-0.3.32 |
| 50850 | rust-futures-util-0.3.32 | 50923 | rust-futures-util-0.3.32 |
| 50851 | rust-generic-array-0.14.7 | ||
| 50852 | rust-getrandom-0.2.17 | 50924 | rust-getrandom-0.2.17 |
| 50853 | rust-getrandom-0.3.4 | 50925 | rust-getrandom-0.3.4 |
| 50854 | rust-getrandom-0.4.2 | 50926 | rust-getrandom-0.4.2 |
| @@ -50856,85 +50928,87 @@ | |||
| 50856 | rust-glob-0.3.3 | 50928 | rust-glob-0.3.3 |
| 50857 | rust-h2-0.4.13 | 50929 | rust-h2-0.4.13 |
| 50858 | rust-hashbrown-0.15.5 | 50930 | rust-hashbrown-0.15.5 |
| 50859 | rust-hashbrown-0.16.1 | 50931 | rust-hashbrown-0.17.0 |
| 50860 | rust-hashlink-0.10.0 | ||
| 50861 | rust-heck-0.5.0 | 50932 | rust-heck-0.5.0 |
| 50862 | rust-http-1.4.0 | 50933 | rust-http-1.4.0 |
| 50863 | rust-http-body-1.0.1 | 50934 | rust-http-body-1.0.1 |
| 50864 | rust-http-body-util-0.1.3 | 50935 | rust-http-body-util-0.1.3 |
| 50865 | rust-httparse-1.10.1 | 50936 | rust-httparse-1.10.1 |
| 50866 | rust-httpdate-1.0.3 | 50937 | rust-httpdate-1.0.3 |
| 50867 | rust-hyper-1.8.1 | 50938 | rust-hybrid-array-0.4.10 |
| 50868 | rust-hyper-rustls-0.27.7 | 50939 | rust-hyper-1.9.0 |
| 50940 | rust-hyper-rustls-0.27.9 | ||
| 50869 | rust-hyper-tls-0.6.0 | 50941 | rust-hyper-tls-0.6.0 |
| 50870 | rust-hyper-util-0.1.20 | 50942 | rust-hyper-util-0.1.20 |
| 50871 | rust-icu-collections-2.1.1 | 50943 | rust-icu-collections-2.2.0 |
| 50872 | rust-icu-locale-core-2.1.1 | 50944 | rust-icu-locale-core-2.2.0 |
| 50873 | rust-icu-normalizer-2.1.1 | 50945 | rust-icu-normalizer-2.2.0 |
| 50874 | rust-icu-normalizer-data-2.1.1 | 50946 | rust-icu-normalizer-data-2.2.0 |
| 50875 | rust-icu-properties-2.1.2 | 50947 | rust-icu-properties-2.2.0 |
| 50876 | rust-icu-properties-data-2.1.2 | 50948 | rust-icu-properties-data-2.2.0 |
| 50877 | rust-icu-provider-2.1.1 | 50949 | rust-icu-provider-2.2.0 |
| 50878 | rust-id-arena-2.3.0 | 50950 | rust-id-arena-2.3.0 |
| 50879 | rust-idna-1.1.0 | 50951 | rust-idna-1.1.0 |
| 50880 | rust-idna-adapter-1.2.1 | 50952 | rust-idna-adapter-1.2.1 |
| 50881 | rust-indenter-0.3.4 | 50953 | rust-indenter-0.3.4 |
| 50882 | rust-indexmap-2.13.0 | 50954 | rust-indexmap-2.14.0 |
| 50883 | rust-ipnet-2.12.0 | 50955 | rust-ipnet-2.12.0 |
| 50884 | rust-iri-string-0.7.10 | 50956 | rust-iri-string-0.7.12 |
| 50885 | rust-is-docker-0.2.0 | 50957 | rust-is-docker-0.2.0 |
| 50886 | rust-is-wsl-0.4.0 | 50958 | rust-is-wsl-0.4.0 |
| 50887 | rust-is-terminal-polyfill-1.70.2 | 50959 | rust-is-terminal-polyfill-1.70.2 |
| 50888 | rust-itoa-1.0.18 | 50960 | rust-itoa-1.0.18 |
| 50961 | rust-jetscii-0.5.3 | ||
| 50889 | rust-jobserver-0.1.34 | 50962 | rust-jobserver-0.1.34 |
| 50890 | rust-js-sys-0.3.91 | 50963 | rust-js-sys-0.3.95 |
| 50891 | rust-leb128fmt-0.1.0 | 50964 | rust-leb128fmt-0.1.0 |
| 50892 | rust-libc-0.2.183 | 50965 | rust-libc-0.2.185 |
| 50893 | rust-libgit2-sys-0.18.3+1.9.2 | 50966 | rust-libgit2-sys-0.18.3+1.9.2 |
| 50894 | rust-libredox-0.1.14 | 50967 | rust-libredox-0.1.16 |
| 50895 | rust-libssh2-sys-0.3.1 | 50968 | rust-libssh2-sys-0.3.1 |
| 50896 | rust-libz-sys-1.1.25 | 50969 | rust-libz-sys-1.1.28 |
| 50897 | rust-linux-raw-sys-0.4.15 | ||
| 50898 | rust-linux-raw-sys-0.12.1 | 50970 | rust-linux-raw-sys-0.12.1 |
| 50899 | rust-litemap-0.8.1 | 50971 | rust-litemap-0.8.2 |
| 50972 | rust-litrs-1.0.0 | ||
| 50900 | rust-lock-api-0.4.14 | 50973 | rust-lock-api-0.4.14 |
| 50901 | rust-log-0.4.29 | 50974 | rust-log-0.4.29 |
| 50902 | rust-memchr-2.8.0 | 50975 | rust-memchr-2.8.0 |
| 50903 | rust-mime-0.3.17 | 50976 | rust-mime-0.3.17 |
| 50904 | rust-mime-guess-2.0.5 | 50977 | rust-mime-guess-2.0.5 |
| 50905 | rust-mio-1.1.1 | 50978 | rust-mio-1.2.0 |
| 50906 | rust-native-tls-0.2.18 | 50979 | rust-native-tls-0.2.18 |
| 50907 | rust-nohash-hasher-0.2.0 | 50980 | rust-nohash-hasher-0.2.0 |
| 50908 | rust-num-conv-0.2.0 | 50981 | rust-num-conv-0.2.1 |
| 50909 | rust-num-traits-0.2.19 | 50982 | rust-num-traits-0.2.19 |
| 50910 | rust-num-threads-0.1.7 | 50983 | rust-num-threads-0.1.7 |
| 50911 | rust-once-cell-1.21.4 | 50984 | rust-once-cell-1.21.4 |
| 50912 | rust-once-cell-polyfill-1.70.2 | 50985 | rust-once-cell-polyfill-1.70.2 |
| 50913 | rust-open-5.3.3 | 50986 | rust-open-5.3.4 |
| 50914 | rust-openssl-0.10.76 | 50987 | rust-openssl-0.10.77 |
| 50915 | rust-openssl-macros-0.1.1 | 50988 | rust-openssl-macros-0.1.1 |
| 50916 | rust-openssl-probe-0.1.6 | 50989 | rust-openssl-probe-0.1.6 |
| 50917 | rust-openssl-probe-0.2.1 | 50990 | rust-openssl-probe-0.2.1 |
| 50918 | rust-openssl-sys-0.9.112 | 50991 | rust-openssl-sys-0.9.113 |
| 50919 | rust-option-ext-0.2.0 | 50992 | rust-option-ext-0.2.0 |
| 50920 | rust-parking-lot-0.12.5 | 50993 | rust-parking-lot-0.12.5 |
| 50921 | rust-parking-lot-core-0.9.12 | 50994 | rust-parking-lot-core-0.9.12 |
| 50922 | rust-pathdiff-0.2.3 | 50995 | rust-pathdiff-0.2.3 |
| 50923 | rust-percent-encoding-2.3.2 | 50996 | rust-percent-encoding-2.3.2 |
| 50997 | rust-phf-0.13.1 | ||
| 50998 | rust-phf-codegen-0.13.1 | ||
| 50999 | rust-phf-generator-0.13.1 | ||
| 51000 | rust-phf-shared-0.13.1 | ||
| 50924 | rust-pin-project-lite-0.2.17 | 51001 | rust-pin-project-lite-0.2.17 |
| 50925 | rust-pin-utils-0.1.0 | 51002 | rust-pkg-config-0.3.33 |
| 50926 | rust-pkg-config-0.3.32 | 51003 | rust-potential-utf-0.1.5 |
| 50927 | rust-potential-utf-0.1.4 | ||
| 50928 | rust-powerfmt-0.2.0 | 51004 | rust-powerfmt-0.2.0 |
| 50929 | rust-ppv-lite86-0.2.21 | ||
| 50930 | rust-prettyplease-0.2.37 | 51005 | rust-prettyplease-0.2.37 |
| 50931 | rust-proc-macro2-1.0.106 | 51006 | rust-proc-macro2-1.0.106 |
| 50932 | rust-quote-1.0.45 | 51007 | rust-quote-1.0.45 |
| 50933 | rust-r-efi-5.3.0 | 51008 | rust-r-efi-5.3.0 |
| 50934 | rust-r-efi-6.0.0 | 51009 | rust-r-efi-6.0.0 |
| 50935 | rust-rand-0.9.2 | 51010 | rust-rand-0.10.1 |
| 50936 | rust-rand-chacha-0.9.0 | 51011 | rust-rand-core-0.10.1 |
| 50937 | rust-rand-core-0.9.5 | ||
| 50938 | rust-redox-syscall-0.5.18 | 51012 | rust-redox-syscall-0.5.18 |
| 50939 | rust-redox-users-0.5.2 | 51013 | rust-redox-users-0.5.2 |
| 50940 | rust-regex-1.12.3 | 51014 | rust-regex-1.12.3 |
| @@ -50942,37 +51016,37 @@ | |||
| 50942 | rust-regex-syntax-0.8.10 | 51016 | rust-regex-syntax-0.8.10 |
| 50943 | rust-reqwest-0.12.28 | 51017 | rust-reqwest-0.12.28 |
| 50944 | rust-ring-0.17.14 | 51018 | rust-ring-0.17.14 |
| 50945 | rust-rustix-0.38.44 | 51019 | rust-rustc-hash-2.1.2 |
| 51020 | rust-rustc-version-0.4.1 | ||
| 50946 | rust-rustix-1.1.4 | 51021 | rust-rustix-1.1.4 |
| 50947 | rust-rustls-0.23.37 | 51022 | rust-rustls-0.23.38 |
| 50948 | rust-rustls-pki-types-1.14.0 | 51023 | rust-rustls-pki-types-1.14.0 |
| 50949 | rust-rustls-webpki-0.103.10 | 51024 | rust-rustls-webpki-0.103.12 |
| 50950 | rust-rustversion-1.0.22 | 51025 | rust-rustversion-1.0.22 |
| 50951 | rust-ryu-1.0.23 | 51026 | rust-ryu-1.0.23 |
| 50952 | rust-saphyr-parser-0.0.6 | 51027 | rust-saphyr-parser-bw-0.0.611 |
| 50953 | rust-schannel-0.1.29 | 51028 | rust-schannel-0.1.29 |
| 50954 | rust-scopeguard-1.2.0 | 51029 | rust-scopeguard-1.2.0 |
| 50955 | rust-security-framework-3.7.0 | 51030 | rust-security-framework-3.7.0 |
| 50956 | rust-security-framework-sys-2.17.0 | 51031 | rust-security-framework-sys-2.17.0 |
| 50957 | rust-semver-1.0.27 | 51032 | rust-semver-1.0.28 |
| 50958 | rust-serde-1.0.228 | 51033 | rust-serde-1.0.228 |
| 50959 | rust-serde-saphyr-0.0.7 | 51034 | rust-serde-saphyr-0.0.23 |
| 50960 | rust-serde-core-1.0.228 | 51035 | rust-serde-core-1.0.228 |
| 50961 | rust-serde-derive-1.0.228 | 51036 | rust-serde-derive-1.0.228 |
| 50962 | rust-serde-json-1.0.149 | 51037 | rust-serde-json-1.0.149 |
| 50963 | rust-serde-urlencoded-0.7.1 | 51038 | rust-serde-urlencoded-0.7.1 |
| 50964 | rust-sha2-0.10.9 | 51039 | rust-sha2-0.11.0 |
| 50965 | rust-shlex-1.3.0 | 51040 | rust-shlex-1.3.0 |
| 50966 | rust-signal-hook-0.3.18 | 51041 | rust-signal-hook-0.3.18 |
| 50967 | rust-signal-hook-mio-0.2.5 | 51042 | rust-signal-hook-mio-0.2.5 |
| 50968 | rust-signal-hook-registry-1.4.8 | 51043 | rust-signal-hook-registry-1.4.8 |
| 51044 | rust-siphasher-1.0.2 | ||
| 50969 | rust-slab-0.4.12 | 51045 | rust-slab-0.4.12 |
| 50970 | rust-slug-0.1.6 | ||
| 50971 | rust-smallvec-1.15.1 | 51046 | rust-smallvec-1.15.1 |
| 50972 | rust-smallvec-2.0.0-alpha.12 | ||
| 50973 | rust-socket2-0.6.3 | 51047 | rust-socket2-0.6.3 |
| 50974 | rust-soft-assert-0.1.1 | 51048 | rust-soft-assert-0.1.1 |
| 50975 | rust-ssh2-config-0.5.4 | 51049 | rust-ssh2-config-0.7.0 |
| 50976 | rust-stable-deref-trait-1.2.1 | 51050 | rust-stable-deref-trait-1.2.1 |
| 50977 | rust-strsim-0.11.1 | 51051 | rust-strsim-0.11.1 |
| 50978 | rust-subtle-2.6.1 | 51052 | rust-subtle-2.6.1 |
| @@ -50990,11 +51064,11 @@ | |||
| 50990 | rust-time-0.3.47 | 51064 | rust-time-0.3.47 |
| 50991 | rust-time-core-0.1.8 | 51065 | rust-time-core-0.1.8 |
| 50992 | rust-time-macros-0.2.27 | 51066 | rust-time-macros-0.2.27 |
| 50993 | rust-tinystr-0.8.2 | 51067 | rust-tinystr-0.8.3 |
| 50994 | rust-tinyvec-1.11.0 | 51068 | rust-tinyvec-1.11.0 |
| 50995 | rust-tinyvec-macros-0.1.1 | 51069 | rust-tinyvec-macros-0.1.1 |
| 50996 | rust-tokio-1.50.0 | 51070 | rust-tokio-1.52.1 |
| 50997 | rust-tokio-macros-2.6.1 | 51071 | rust-tokio-macros-2.7.0 |
| 50998 | rust-tokio-native-tls-0.3.1 | 51072 | rust-tokio-native-tls-0.3.1 |
| 50999 | rust-tokio-rustls-0.26.4 | 51073 | rust-tokio-rustls-0.26.4 |
| 51000 | rust-tokio-util-0.7.18 | 51074 | rust-tokio-util-0.7.18 |
| @@ -51006,33 +51080,34 @@ | |||
| 51006 | rust-tracing-core-0.1.36 | 51080 | rust-tracing-core-0.1.36 |
| 51007 | rust-try-lock-0.2.5 | 51081 | rust-try-lock-0.2.5 |
| 51008 | rust-typed-arena-2.0.2 | 51082 | rust-typed-arena-2.0.2 |
| 51009 | rust-typenum-1.19.0 | 51083 | rust-typenum-1.20.0 |
| 51010 | rust-unicase-2.9.0 | 51084 | rust-unicase-2.9.0 |
| 51011 | rust-unicode-ident-1.0.24 | 51085 | rust-unicode-ident-1.0.24 |
| 51012 | rust-unicode-normalization-0.1.25 | 51086 | rust-unicode-normalization-0.1.25 |
| 51087 | rust-unicode-segmentation-1.13.2 | ||
| 51088 | rust-unicode-width-0.2.2 | ||
| 51013 | rust-unicode-xid-0.2.6 | 51089 | rust-unicode-xid-0.2.6 |
| 51014 | rust-unicode-categories-0.1.1 | ||
| 51015 | rust-untrusted-0.9.0 | 51090 | rust-untrusted-0.9.0 |
| 51016 | rust-url-2.5.8 | 51091 | rust-url-2.5.8 |
| 51017 | rust-urlencoding-2.1.3 | 51092 | rust-urlencoding-2.1.3 |
| 51018 | rust-utf8-iter-1.0.4 | 51093 | rust-utf8-iter-1.0.4 |
| 51019 | rust-utf8parse-0.2.2 | 51094 | rust-utf8parse-0.2.2 |
| 51020 | rust-uuid-1.22.0 | 51095 | rust-uuid-1.23.1 |
| 51021 | rust-vcpkg-0.2.15 | 51096 | rust-vcpkg-0.2.15 |
| 51022 | rust-version-check-0.9.5 | 51097 | rust-version-check-0.9.5 |
| 51023 | rust-want-0.3.1 | 51098 | rust-want-0.3.1 |
| 51024 | rust-wasi-0.11.1+wasi-snapshot-preview1 | 51099 | rust-wasi-0.11.1+wasi-snapshot-preview1 |
| 51025 | rust-wasip2-1.0.2+wasi-0.2.9 | 51100 | rust-wasip2-1.0.3+wasi-0.2.9 |
| 51026 | rust-wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06 | 51101 | rust-wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06 |
| 51027 | rust-wasm-bindgen-0.2.114 | 51102 | rust-wasm-bindgen-0.2.118 |
| 51028 | rust-wasm-bindgen-futures-0.4.64 | 51103 | rust-wasm-bindgen-futures-0.4.68 |
| 51029 | rust-wasm-bindgen-macro-0.2.114 | 51104 | rust-wasm-bindgen-macro-0.2.118 |
| 51030 | rust-wasm-bindgen-macro-support-0.2.114 | 51105 | rust-wasm-bindgen-macro-support-0.2.118 |
| 51031 | rust-wasm-bindgen-shared-0.2.114 | 51106 | rust-wasm-bindgen-shared-0.2.118 |
| 51032 | rust-wasm-encoder-0.244.0 | 51107 | rust-wasm-encoder-0.244.0 |
| 51033 | rust-wasm-metadata-0.244.0 | 51108 | rust-wasm-metadata-0.244.0 |
| 51034 | rust-wasmparser-0.244.0 | 51109 | rust-wasmparser-0.244.0 |
| 51035 | rust-web-sys-0.3.91 | 51110 | rust-web-sys-0.3.95 |
| 51036 | rust-wildmatch-2.6.1 | 51111 | rust-wildmatch-2.6.1 |
| 51037 | rust-winapi-0.3.9 | 51112 | rust-winapi-0.3.9 |
| 51038 | rust-winapi-i686-pc-windows-gnu-0.4.0 | 51113 | rust-winapi-i686-pc-windows-gnu-0.4.0 |
| @@ -51042,7 +51117,6 @@ | |||
| 51042 | rust-windows-result-0.4.1 | 51117 | rust-windows-result-0.4.1 |
| 51043 | rust-windows-strings-0.5.1 | 51118 | rust-windows-strings-0.5.1 |
| 51044 | rust-windows-sys-0.52.0 | 51119 | rust-windows-sys-0.52.0 |
| 51045 | rust-windows-sys-0.59.0 | ||
| 51046 | rust-windows-sys-0.61.2 | 51120 | rust-windows-sys-0.61.2 |
| 51047 | rust-windows-targets-0.52.6 | 51121 | rust-windows-targets-0.52.6 |
| 51048 | rust-windows-aarch64-gnullvm-0.52.6 | 51122 | rust-windows-aarch64-gnullvm-0.52.6 |
| @@ -51054,22 +51128,23 @@ | |||
| 51054 | rust-windows-x86-64-gnullvm-0.52.6 | 51128 | rust-windows-x86-64-gnullvm-0.52.6 |
| 51055 | rust-windows-x86-64-msvc-0.52.6 | 51129 | rust-windows-x86-64-msvc-0.52.6 |
| 51056 | rust-wit-bindgen-0.51.0 | 51130 | rust-wit-bindgen-0.51.0 |
| 51131 | rust-wit-bindgen-0.57.1 | ||
| 51057 | rust-wit-bindgen-core-0.51.0 | 51132 | rust-wit-bindgen-core-0.51.0 |
| 51058 | rust-wit-bindgen-rust-0.51.0 | 51133 | rust-wit-bindgen-rust-0.51.0 |
| 51059 | rust-wit-bindgen-rust-macro-0.51.0 | 51134 | rust-wit-bindgen-rust-macro-0.51.0 |
| 51060 | rust-wit-component-0.244.0 | 51135 | rust-wit-component-0.244.0 |
| 51061 | rust-wit-parser-0.244.0 | 51136 | rust-wit-parser-0.244.0 |
| 51062 | rust-writeable-0.6.2 | 51137 | rust-writeable-0.6.3 |
| 51063 | rust-yoke-0.8.1 | 51138 | rust-yoke-0.8.2 |
| 51064 | rust-yoke-derive-0.8.1 | 51139 | rust-yoke-derive-0.8.2 |
| 51065 | rust-zerocopy-0.8.47 | 51140 | rust-zerocopy-0.8.48 |
| 51066 | rust-zerocopy-derive-0.8.47 | 51141 | rust-zerocopy-derive-0.8.48 |
| 51067 | rust-zerofrom-0.1.6 | 51142 | rust-zerofrom-0.1.7 |
| 51068 | rust-zerofrom-derive-0.1.6 | 51143 | rust-zerofrom-derive-0.1.7 |
| 51069 | rust-zeroize-1.8.2 | 51144 | rust-zeroize-1.8.2 |
| 51070 | rust-zerotrie-0.2.3 | 51145 | rust-zerotrie-0.2.4 |
| 51071 | rust-zerovec-0.11.5 | 51146 | rust-zerovec-0.11.6 |
| 51072 | rust-zerovec-derive-0.11.2 | 51147 | rust-zerovec-derive-0.11.3 |
| 51073 | rust-zmij-1.0.21)) | 51148 | rust-zmij-1.0.21)) |
| 51074 | (fragments => | 51149 | (fragments => |
| 51075 | (list rust-aes-0.8.4 | 51150 | (list rust-aes-0.8.4 |
