diff options
| author | Yan Abu Arab <yanabuarab@gmail.com> | 2026-02-05 16:57:56 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:14:19 +0100 |
| commit | dba036ecee8a0781132edb15a196ac2c075ebf51 (patch) | |
| tree | e2b190df6f5672109812b7fa8054df2ee61a7a1f /gnu | |
| parent | 3ed35c4b48a9bcb342e87dceb2e4e18a472da215 (diff) | |
gnu: maturin: Update to 1.11.5.
* gnu/packages/rust-apps.scm (maturin): Update to 1.11.5.
[arguments]<#:cargo-test-flags>: Add skip for test_pep639 and
metadata_hello_world_pep639, renamed 'test' namespace to 'tests'.
[inputs]: Add zstd:libs.
[native-inputs]: Add pkg-config.
* gnu/packages/patches/maturin-no-cross-compile.patch: Update to 1.11.5.
* gnu/packages/rust-crates.scm (maturin): Update dependencies.
Change-Id: Ic479aa238b60331402749ff24fbf2a5e2b4c280c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/patches/maturin-no-cross-compile.patch | 55 | ||||
| -rw-r--r-- | gnu/packages/rust-apps.scm | 35 | ||||
| -rw-r--r-- | gnu/packages/rust-crates.scm | 536 |
3 files changed, 399 insertions, 227 deletions
diff --git a/gnu/packages/patches/maturin-no-cross-compile.patch b/gnu/packages/patches/maturin-no-cross-compile.patch index d391d4028c5..03039eb25be 100644 --- a/gnu/packages/patches/maturin-no-cross-compile.patch +++ b/gnu/packages/patches/maturin-no-cross-compile.patch | |||
| @@ -3,26 +3,9 @@ options using these crates. | |||
| 3 | 3 | ||
| 4 | diff --git a/Cargo.toml b/Cargo.toml | 4 | diff --git a/Cargo.toml b/Cargo.toml |
| 5 | index 24305db..c7641f9 100644 | 5 | index 24305db..c7641f9 100644 |
| 6 | --- a/Cargo.toml | 6 | --- b/Cargo.toml |
| 7 | +++ b/Cargo.toml | 7 | +++ a/Cargo.toml |
| 8 | @@ -95,16 +95,6 @@ version = "0.1.24" | 8 | @@ -60,10 +60,6 @@ |
| 9 | [dependencies.cargo-options] | ||
| 10 | version = "0.7.2" | ||
| 11 | |||
| 12 | -[dependencies.cargo-xwin] | ||
| 13 | -version = "0.18.3" | ||
| 14 | -optional = true | ||
| 15 | -default-features = false | ||
| 16 | - | ||
| 17 | -[dependencies.cargo-zigbuild] | ||
| 18 | -version = "0.19.7" | ||
| 19 | -optional = true | ||
| 20 | -default-features = false | ||
| 21 | - | ||
| 22 | [dependencies.cargo_metadata] | ||
| 23 | version = "0.19.0" | ||
| 24 | |||
| 25 | @@ -364,10 +354,6 @@ version = "7.0.0" | ||
| 26 | 9 | ||
| 27 | [features] | 10 | [features] |
| 28 | cli-completion = ["dep:clap_complete_command"] | 11 | cli-completion = ["dep:clap_complete_command"] |
| @@ -33,7 +16,7 @@ index 24305db..c7641f9 100644 | |||
| 33 | default = [ | 16 | default = [ |
| 34 | "full", | 17 | "full", |
| 35 | "rustls", | 18 | "rustls", |
| 36 | @@ -375,7 +361,6 @@ default = [ | 19 | @@ -71,7 +67,6 @@ |
| 37 | faster-tests = [] | 20 | faster-tests = [] |
| 38 | full = [ | 21 | full = [ |
| 39 | "cli-completion", | 22 | "cli-completion", |
| @@ -41,7 +24,7 @@ index 24305db..c7641f9 100644 | |||
| 41 | "scaffolding", | 24 | "scaffolding", |
| 42 | "upload", | 25 | "upload", |
| 43 | ] | 26 | ] |
| 44 | @@ -384,7 +369,6 @@ log = [] | 27 | @@ -80,7 +75,6 @@ |
| 45 | native-tls = [ | 28 | native-tls = [ |
| 46 | "dep:native-tls", | 29 | "dep:native-tls", |
| 47 | "ureq?/native-tls", | 30 | "ureq?/native-tls", |
| @@ -49,7 +32,7 @@ index 24305db..c7641f9 100644 | |||
| 49 | "dep:rustls-pemfile", | 32 | "dep:rustls-pemfile", |
| 50 | ] | 33 | ] |
| 51 | password-storage = [ | 34 | password-storage = [ |
| 52 | @@ -394,7 +378,6 @@ password-storage = [ | 35 | @@ -90,7 +84,6 @@ |
| 53 | rustls = [ | 36 | rustls = [ |
| 54 | "dep:rustls", | 37 | "dep:rustls", |
| 55 | "ureq?/tls", | 38 | "ureq?/tls", |
| @@ -57,9 +40,31 @@ index 24305db..c7641f9 100644 | |||
| 57 | "dep:rustls-pemfile", | 40 | "dep:rustls-pemfile", |
| 58 | ] | 41 | ] |
| 59 | scaffolding = [ | 42 | scaffolding = [ |
| 60 | @@ -416,5 +399,3 @@ upload = [ | 43 | @@ -112,11 +105,6 @@ |
| 61 | "wild", | 44 | "wild", |
| 62 | "dep:dirs", | 45 | "dep:dirs", |
| 63 | ] | 46 | ] |
| 64 | -xwin = ["cargo-xwin"] | 47 | -xwin = [ |
| 48 | - "cargo-xwin", | ||
| 49 | - "xz2", | ||
| 50 | -] | ||
| 65 | -zig = ["cargo-zigbuild"] | 51 | -zig = ["cargo-zigbuild"] |
| 52 | |||
| 53 | [lib] | ||
| 54 | name = "maturin" | ||
| 55 | @@ -139,15 +130,5 @@ | ||
| 56 | [dependencies.cargo-options] | ||
| 57 | version = "0.7.2" | ||
| 58 | |||
| 59 | -[dependencies.cargo-xwin] | ||
| 60 | -version = "0.18.6" | ||
| 61 | -optional = true | ||
| 62 | -default-features = false | ||
| 63 | - | ||
| 64 | -[dependencies.cargo-zigbuild] | ||
| 65 | -version = "0.20.0" | ||
| 66 | -optional = true | ||
| 67 | -default-features = false | ||
| 68 | - | ||
| 69 | [dependencies.cargo_metadata] | ||
| 70 | version = "0.19.0" | ||
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index 462e42ed31f..2f2cb4a2678 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm | |||
| @@ -2430,14 +2430,14 @@ specified image or color, easing the process of theme creation.") | |||
| 2430 | (define-public maturin | 2430 | (define-public maturin |
| 2431 | (package | 2431 | (package |
| 2432 | (name "maturin") | 2432 | (name "maturin") |
| 2433 | (version "1.8.1") | 2433 | (version "1.11.5") |
| 2434 | (source (origin | 2434 | (source (origin |
| 2435 | (method url-fetch) | 2435 | (method url-fetch) |
| 2436 | (uri (crate-uri "maturin" version)) | 2436 | (uri (crate-uri "maturin" version)) |
| 2437 | (file-name (string-append name "-" version ".tar.gz")) | 2437 | (file-name (string-append name "-" version ".tar.gz")) |
| 2438 | (sha256 | 2438 | (sha256 |
| 2439 | (base32 | 2439 | (base32 |
| 2440 | "1mxgal826395cq9klg9h2f4qvqhi4s0v4x54bhvsikq2bjcf934w")) | 2440 | "1w36bxbxn455bh5ymv1i2crqkvpkzjni06b25gj7bb14sq4h7s10")) |
| 2441 | (patches (search-patches "maturin-no-cross-compile.patch")))) | 2441 | (patches (search-patches "maturin-no-cross-compile.patch")))) |
| 2442 | (build-system cargo-build-system) | 2442 | (build-system cargo-build-system) |
| 2443 | (arguments | 2443 | (arguments |
| @@ -2451,16 +2451,19 @@ specified image or color, easing the process of theme creation.") | |||
| 2451 | #:install-source? #f | 2451 | #:install-source? #f |
| 2452 | #:cargo-test-flags | 2452 | #:cargo-test-flags |
| 2453 | ''("--" | 2453 | ''("--" |
| 2454 | ;; Not all files are included. | 2454 | ;; A sample pyproject.toml is not provided by the package for the |
| 2455 | "--skip=build_options::test::test_find_bridge_bin" | 2455 | ;; tests to run. |
| 2456 | "--skip=build_options::test::test_find_bridge_cffi" | 2456 | "--skip=build_options::tests::test_find_bridge_bin" |
| 2457 | "--skip=build_options::test::test_find_bridge_pyo3" | 2457 | "--skip=build_options::tests::test_find_bridge_cffi" |
| 2458 | "--skip=build_options::test::test_find_bridge_pyo3_abi3" | 2458 | "--skip=build_options::tests::test_find_bridge_pyo3" |
| 2459 | "--skip=build_options::test::test_find_bridge_pyo3_feature" | 2459 | "--skip=build_options::tests::test_find_bridge_pyo3_abi3" |
| 2460 | "--skip=metadata::test::test_implicit_readme" | 2460 | "--skip=build_options::tests::test_find_bridge_pyo3_feature" |
| 2461 | "--skip=metadata::test::test_merge_metadata_from_pyproject_dynamic_license_test" | 2461 | "--skip=metadata::tests::test_implicit_readme" |
| 2462 | "--skip=metadata::test::test_merge_metadata_from_pyproject_toml" | 2462 | "--skip=metadata::tests::test_merge_metadata_from_pyproject_dynamic_license_test" |
| 2463 | "--skip=metadata::test::test_merge_metadata_from_pyproject_toml_with_customized_python_source_dir" | 2463 | "--skip=metadata::tests::test_merge_metadata_from_pyproject_toml" |
| 2464 | "--skip=metadata::tests::test_merge_metadata_from_pyproject_toml_with_customized_python_source_dir" | ||
| 2465 | "--skip=metadata::tests::test_pep639" | ||
| 2466 | "--skip=module_writer::mock_writer::metadata_hello_world_pep639" | ||
| 2464 | "--skip=pyproject_toml::tests::test_warn_missing_maturin_version") | 2467 | "--skip=pyproject_toml::tests::test_warn_missing_maturin_version") |
| 2465 | #:phases | 2468 | #:phases |
| 2466 | #~(modify-phases %standard-phases | 2469 | #~(modify-phases %standard-phases |
| @@ -2512,9 +2515,13 @@ specified image or color, easing the process of theme creation.") | |||
| 2512 | (lambda _ (invoke maturin "completions" "nushell"))))))))) | 2515 | (lambda _ (invoke maturin "completions" "nushell"))))))))) |
| 2513 | (propagated-inputs | 2516 | (propagated-inputs |
| 2514 | (list python-tomli)) | 2517 | (list python-tomli)) |
| 2515 | (inputs (cons bzip2 (cargo-inputs 'maturin))) | 2518 | (inputs (append |
| 2519 | (list (list zstd "lib") | ||
| 2520 | bzip2) | ||
| 2521 | (cargo-inputs 'maturin))) | ||
| 2516 | (native-inputs | 2522 | (native-inputs |
| 2517 | (list python-wheel | 2523 | (list pkg-config |
| 2524 | python-wheel | ||
| 2518 | python-wrapper | 2525 | python-wrapper |
| 2519 | python-setuptools-rust)) | 2526 | python-setuptools-rust)) |
| 2520 | (home-page "https://github.com/pyo3/maturin") | 2527 | (home-page "https://github.com/pyo3/maturin") |
diff --git a/gnu/packages/rust-crates.scm b/gnu/packages/rust-crates.scm index ce2563690a0..294a5a7f472 100644 --- a/gnu/packages/rust-crates.scm +++ b/gnu/packages/rust-crates.scm | |||
| @@ -3617,6 +3617,10 @@ | |||
| 3617 | (crate-source "bytesize" "2.0.1" | 3617 | (crate-source "bytesize" "2.0.1" |
| 3618 | "1fmchbqbk4pvzh0g4qmsgxlq2scdn4qgfg5fxvqaqjj114rgij53")) | 3618 | "1fmchbqbk4pvzh0g4qmsgxlq2scdn4qgfg5fxvqaqjj114rgij53")) |
| 3619 | 3619 | ||
| 3620 | (define rust-bytesize-2.2.0 | ||
| 3621 | (crate-source "bytesize" "2.2.0" | ||
| 3622 | "1n4w1b9vfcxd7611cj6ndv7bv8ip3khdfs7g2dcslgm410ga77y9")) | ||
| 3623 | |||
| 3620 | (define rust-bytesize-2.3.1 | 3624 | (define rust-bytesize-2.3.1 |
| 3621 | (crate-source "bytesize" "2.3.1" | 3625 | (crate-source "bytesize" "2.3.1" |
| 3622 | "18vjp7wfik0xi54l3z2314s7zxjyywa4vvwhilawnas2nbkixnbb")) | 3626 | "18vjp7wfik0xi54l3z2314s7zxjyywa4vvwhilawnas2nbkixnbb")) |
| @@ -3759,6 +3763,10 @@ | |||
| 3759 | (crate-source "c2rust-transpile" "0.22.1" | 3763 | (crate-source "c2rust-transpile" "0.22.1" |
| 3760 | "05hn8377c07m7cvagy8bp4vzzqj8zx4lampghffmasrzm5ngqfm0")) | 3764 | "05hn8377c07m7cvagy8bp4vzzqj8zx4lampghffmasrzm5ngqfm0")) |
| 3761 | 3765 | ||
| 3766 | (define rust-cab-0.6.0 | ||
| 3767 | (crate-source "cab" "0.6.0" | ||
| 3768 | "1lh4wij6wh3hwb6l4jjfyv2rmx34v0n4d2l6q2nda8b71rjjh4hp")) | ||
| 3769 | |||
| 3762 | (define rust-cacache-13.1.0 | 3770 | (define rust-cacache-13.1.0 |
| 3763 | (crate-source "cacache" "13.1.0" | 3771 | (crate-source "cacache" "13.1.0" |
| 3764 | "02v7cm5q4ijyf7vrk3kiwa8dsclnczs1qy6ypq5jcbkv3is66l2w")) | 3772 | "02v7cm5q4ijyf7vrk3kiwa8dsclnczs1qy6ypq5jcbkv3is66l2w")) |
| @@ -4119,6 +4127,10 @@ | |||
| 4119 | (crate-source "cargo-config2" "0.1.32" | 4127 | (crate-source "cargo-config2" "0.1.32" |
| 4120 | "0qf4kkbh3m47n6s3scaqjr41ysn3n153wyhy3yckqhp06sd79hvd")) | 4128 | "0qf4kkbh3m47n6s3scaqjr41ysn3n153wyhy3yckqhp06sd79hvd")) |
| 4121 | 4129 | ||
| 4130 | (define rust-cargo-config2-0.1.39 | ||
| 4131 | (crate-source "cargo-config2" "0.1.39" | ||
| 4132 | "13vqgkc47a2wj99xymyg9f0113smkkzchmjzh1a6i91ri2jd759p")) | ||
| 4133 | |||
| 4122 | (define rust-cargo-credential-0.4.10 | 4134 | (define rust-cargo-credential-0.4.10 |
| 4123 | (crate-source "cargo-credential" "0.4.10" | 4135 | (crate-source "cargo-credential" "0.4.10" |
| 4124 | "1a17ygh8c7nlbv2g5izd3qknc049ppxdpvhjpvqagk9fh9dnfmxa")) | 4136 | "1a17ygh8c7nlbv2g5izd3qknc049ppxdpvhjpvqagk9fh9dnfmxa")) |
| @@ -4232,6 +4244,10 @@ | |||
| 4232 | "0wc1qy1plwp6i0g5p74bnvy545xk7hccvv68lmmg4739g0ay923l" | 4244 | "0wc1qy1plwp6i0g5p74bnvy545xk7hccvv68lmmg4739g0ay923l" |
| 4233 | #:snippet '(delete-file-recursively "tests"))) | 4245 | #:snippet '(delete-file-recursively "tests"))) |
| 4234 | 4246 | ||
| 4247 | (define rust-cargo-options-0.7.6 | ||
| 4248 | (crate-source "cargo-options" "0.7.6" | ||
| 4249 | "121idkhwxx45bgp3kaj3gqxlw1qssccxxs8vwbah9zk5dxniv7pq")) | ||
| 4250 | |||
| 4235 | (define rust-cargo-platform-0.1.9 | 4251 | (define rust-cargo-platform-0.1.9 |
| 4236 | (crate-source "cargo-platform" "0.1.9" | 4252 | (crate-source "cargo-platform" "0.1.9" |
| 4237 | "1sinpmqjdk3q9llbmxr0h0nyvqrif1r5qs34l000z73b024z2np3")) | 4253 | "1sinpmqjdk3q9llbmxr0h0nyvqrif1r5qs34l000z73b024z2np3")) |
| @@ -4587,6 +4603,11 @@ | |||
| 4587 | (crate-source "cexpr" "0.6.0" | 4603 | (crate-source "cexpr" "0.6.0" |
| 4588 | "0rl77bwhs5p979ih4r0202cn5jrfsrbgrksp40lkfz5vk1x3ib3g")) | 4604 | "0rl77bwhs5p979ih4r0202cn5jrfsrbgrksp40lkfz5vk1x3ib3g")) |
| 4589 | 4605 | ||
| 4606 | (define rust-cfb-0.10.0 | ||
| 4607 | (crate-source "cfb" "0.10.0" | ||
| 4608 | "0hfscapkl295ffqlzj2arwbyrxlpm831zkygz9wb68z3bgjzi96q" | ||
| 4609 | #:snippet '(delete-file-recursively "tests"))) | ||
| 4610 | |||
| 4590 | (define rust-cfb-0.7.3 | 4611 | (define rust-cfb-0.7.3 |
| 4591 | (crate-source "cfb" "0.7.3" | 4612 | (crate-source "cfb" "0.7.3" |
| 4592 | "03y6p3dlm7gfds19bq4ba971za16rjbn7q2v0vqcri52l2kjv3yk" | 4613 | "03y6p3dlm7gfds19bq4ba971za16rjbn7q2v0vqcri52l2kjv3yk" |
| @@ -4968,6 +4989,10 @@ | |||
| 4968 | (crate-source "clap" "4.5.51" | 4989 | (crate-source "clap" "4.5.51" |
| 4969 | "1xg5fa4lcl2pmdhlns1qzw5dpz1yz6hxk6x6j7qra0hf2whxf9jc")) | 4990 | "1xg5fa4lcl2pmdhlns1qzw5dpz1yz6hxk6x6j7qra0hf2whxf9jc")) |
| 4970 | 4991 | ||
| 4992 | (define rust-clap-4.5.52 | ||
| 4993 | (crate-source "clap" "4.5.52" | ||
| 4994 | "1f1avc0hlc53fqm56241mcvhfkn9wdn815ig4h8w1rdhgn3j10da")) | ||
| 4995 | |||
| 4971 | (define rust-clap-4.5.53 | 4996 | (define rust-clap-4.5.53 |
| 4972 | (crate-source "clap" "4.5.53" | 4997 | (crate-source "clap" "4.5.53" |
| 4973 | "1y035lyy5w2xx83q4c3jiy75928ldm1x2bi8ylslkgx12bh41qy9")) | 4998 | "1y035lyy5w2xx83q4c3jiy75928ldm1x2bi8ylslkgx12bh41qy9")) |
| @@ -5088,6 +5113,10 @@ | |||
| 5088 | (crate-source "clap_builder" "4.5.51" | 5113 | (crate-source "clap_builder" "4.5.51" |
| 5089 | "06h10byk8dl8b4nypil6aad9kshgfrjyji5ybb8bz0gngc65z0vm")) | 5114 | "06h10byk8dl8b4nypil6aad9kshgfrjyji5ybb8bz0gngc65z0vm")) |
| 5090 | 5115 | ||
| 5116 | (define rust-clap-builder-4.5.52 | ||
| 5117 | (crate-source "clap_builder" "4.5.52" | ||
| 5118 | "1q8nf0bappblrnhhry6mzwc9vppyflmckyv4c315kdlpjcwnnmq2")) | ||
| 5119 | |||
| 5091 | (define rust-clap-builder-4.5.53 | 5120 | (define rust-clap-builder-4.5.53 |
| 5092 | (crate-source "clap_builder" "4.5.53" | 5121 | (crate-source "clap_builder" "4.5.53" |
| 5093 | "004xasw24a9vvzpiymjkm4khffpyzqwskz7ps8gr1351x89mssyp")) | 5122 | "004xasw24a9vvzpiymjkm4khffpyzqwskz7ps8gr1351x89mssyp")) |
| @@ -5417,6 +5446,10 @@ | |||
| 5417 | "1wnqsvjmhkk1ganfl6jrgrmmci9v0d99fy41asnkdqq855avnsfn" | 5446 | "1wnqsvjmhkk1ganfl6jrgrmmci9v0d99fy41asnkdqq855avnsfn" |
| 5418 | #:snippet '(delete-file-recursively "logo.png"))) | 5447 | #:snippet '(delete-file-recursively "logo.png"))) |
| 5419 | 5448 | ||
| 5449 | (define rust-cli-table-0.4.9 | ||
| 5450 | (crate-source "cli-table" "0.4.9" | ||
| 5451 | "12bzv6s2i92cbljrjbfl4f4npazfxam08psnaqnb39w8y90r4gxm")) | ||
| 5452 | |||
| 5420 | (define rust-clipboard-0.5.0 | 5453 | (define rust-clipboard-0.5.0 |
| 5421 | (crate-source "clipboard" "0.5.0" | 5454 | (crate-source "clipboard" "0.5.0" |
| 5422 | "1rxjfn811h09g6jpjjs2vx7z52wj6dxnflbwryfj6h03dij09a95")) | 5455 | "1rxjfn811h09g6jpjjs2vx7z52wj6dxnflbwryfj6h03dij09a95")) |
| @@ -10243,6 +10276,11 @@ | |||
| 10243 | "0idkn366wipv2l757yqfgzgibqc6jvm89gdk9kpgmvf6lv54b72c" | 10276 | "0idkn366wipv2l757yqfgzgibqc6jvm89gdk9kpgmvf6lv54b72c" |
| 10244 | #:snippet '(delete-file-recursively "tests"))) | 10277 | #:snippet '(delete-file-recursively "tests"))) |
| 10245 | 10278 | ||
| 10279 | (define rust-fat-macho-0.4.10 | ||
| 10280 | (crate-source "fat-macho" "0.4.10" | ||
| 10281 | "0vd17r03blg694wiwwbjn04zc87cvsqyjj3hlhvcl4d4kywnai56" | ||
| 10282 | #:snippet '(delete-file-recursively "tests"))) | ||
| 10283 | |||
| 10246 | (define rust-fax-0.2.6 | 10284 | (define rust-fax-0.2.6 |
| 10247 | (crate-source "fax" "0.2.6" | 10285 | (crate-source "fax" "0.2.6" |
| 10248 | "1ax0jmvsszxd03hj6ga1kyl7gaqcfw0akg2wf0q6gk9pizaffpgh")) | 10286 | "1ax0jmvsszxd03hj6ga1kyl7gaqcfw0akg2wf0q6gk9pizaffpgh")) |
| @@ -10888,6 +10926,10 @@ | |||
| 10888 | (crate-source "fs-err" "3.1.0" | 10926 | (crate-source "fs-err" "3.1.0" |
| 10889 | "1al2sj8src02wwww70vv2gypsrs6wyzx6zlpk82h84m2qajbv28z")) | 10927 | "1al2sj8src02wwww70vv2gypsrs6wyzx6zlpk82h84m2qajbv28z")) |
| 10890 | 10928 | ||
| 10929 | (define rust-fs-err-3.2.0 | ||
| 10930 | (crate-source "fs-err" "3.2.0" | ||
| 10931 | "0fmhxnbr3bkvrflhphyk1ma6b8km7xyqhiwc06dl48y19781znb2")) | ||
| 10932 | |||
| 10891 | (define rust-fs-err-3.2.2 | 10933 | (define rust-fs-err-3.2.2 |
| 10892 | (crate-source "fs-err" "3.2.2" | 10934 | (crate-source "fs-err" "3.2.2" |
| 10893 | "19slg8hg3gf0g70779gj47dxjn4y5d8hz8b6794mc2bmi7pqrxms")) | 10935 | "19slg8hg3gf0g70779gj47dxjn4y5d8hz8b6794mc2bmi7pqrxms")) |
| @@ -14773,6 +14815,10 @@ | |||
| 14773 | (crate-source "gobject-sys" "0.9.1" | 14815 | (crate-source "gobject-sys" "0.9.1" |
| 14774 | "1nakflbp3gjaas4fw7sn3p1p32khyfpcq1h06z7yqd10yq2ail9i")) | 14816 | "1nakflbp3gjaas4fw7sn3p1p32khyfpcq1h06z7yqd10yq2ail9i")) |
| 14775 | 14817 | ||
| 14818 | (define rust-goblin-0.10.3 | ||
| 14819 | (crate-source "goblin" "0.10.3" | ||
| 14820 | "0fk7yyglcb2g3x6cj8kv95dfb8a6msqz41mrcpz4g8y490vnx1si")) | ||
| 14821 | |||
| 14776 | (define rust-goblin-0.10.5 | 14822 | (define rust-goblin-0.10.5 |
| 14777 | (crate-source "goblin" "0.10.5" | 14823 | (crate-source "goblin" "0.10.5" |
| 14778 | "1nawdq2lmd85a7zlaf9m8zkqqaglk8c9xlvqx90lqbdinfpnlflq")) | 14824 | "1nawdq2lmd85a7zlaf9m8zkqqaglk8c9xlvqx90lqbdinfpnlflq")) |
| @@ -18822,6 +18868,11 @@ | |||
| 18822 | "13mh4y1bwlqpa8jpsgj3zb0mxi4syzdqh8x13xwapdnp9g4rlxz0" | 18868 | "13mh4y1bwlqpa8jpsgj3zb0mxi4syzdqh8x13xwapdnp9g4rlxz0" |
| 18823 | #:snippet '(delete-file-recursively "tests"))) | 18869 | #:snippet '(delete-file-recursively "tests"))) |
| 18824 | 18870 | ||
| 18871 | (define rust-lddtree-0.4.0 | ||
| 18872 | (crate-source "lddtree" "0.4.0" | ||
| 18873 | "17r3pnrfsrqxlcb1i8gxlkgaklnhhj054f9pfr0ymcin8001zmww" | ||
| 18874 | #:snippet '(delete-file-recursively "tests"))) | ||
| 18875 | |||
| 18825 | (define rust-leak-0.1.2 | 18876 | (define rust-leak-0.1.2 |
| 18826 | (crate-source "leak" "0.1.2" | 18877 | (crate-source "leak" "0.1.2" |
| 18827 | "0wqcb8jlacif35j535gsqywx09dbmqcj5l57vw42jkqmy40hw45x")) | 18878 | "0wqcb8jlacif35j535gsqywx09dbmqcj5l57vw42jkqmy40hw45x")) |
| @@ -20734,6 +20785,10 @@ | |||
| 20734 | (("(want_static = ).*" _ prefix) | 20785 | (("(want_static = ).*" _ prefix) |
| 20735 | (string-append prefix "false;\n")))))) | 20786 | (string-append prefix "false;\n")))))) |
| 20736 | 20787 | ||
| 20788 | (define rust-lzxd-0.2.6 | ||
| 20789 | (crate-source "lzxd" "0.2.6" | ||
| 20790 | "1j9r9f2gqclv5frv2f20a2igr7mb2mfyy26zwh98w8cpnzxdyabv")) | ||
| 20791 | |||
| 20737 | (define rust-m3u8-rs-6.0.0 | 20792 | (define rust-m3u8-rs-6.0.0 |
| 20738 | (crate-source "m3u8-rs" "6.0.0" | 20793 | (crate-source "m3u8-rs" "6.0.0" |
| 20739 | "1hw6da9b149pjxs47d4xd9i16q7pf2fdlp6lamvl9wmmbwrx6g7h")) | 20794 | "1hw6da9b149pjxs47d4xd9i16q7pf2fdlp6lamvl9wmmbwrx6g7h")) |
| @@ -21341,6 +21396,14 @@ | |||
| 21341 | (crate-source "minidump-common" "0.21.2" | 21396 | (crate-source "minidump-common" "0.21.2" |
| 21342 | "0xqf6jakppxg5p5h1s9l1j3ccr53ma008003b8bfvlqgray18kaw")) | 21397 | "0xqf6jakppxg5p5h1s9l1j3ccr53ma008003b8bfvlqgray18kaw")) |
| 21343 | 21398 | ||
| 21399 | (define rust-minijinja-2.12.0 | ||
| 21400 | (crate-source "minijinja" "2.12.0" | ||
| 21401 | "1469k9gfrfmwhvm2dzpvxg6r01lribzaw0rggm5kycikabbn9wm9")) | ||
| 21402 | |||
| 21403 | (define rust-minijinja-2.13.0 | ||
| 21404 | (crate-source "minijinja" "2.13.0" | ||
| 21405 | "18vgfy2zvdhyfflkm9mic47hp5g3sggkyndc99ngvq3c5blydnqa")) | ||
| 21406 | |||
| 21344 | (define rust-minidump-writer-0.8.9 | 21407 | (define rust-minidump-writer-0.8.9 |
| 21345 | (crate-source "minidump-writer" "0.8.9" | 21408 | (crate-source "minidump-writer" "0.8.9" |
| 21346 | "0zcasx1px7gj232npj8p7sl7x89r3y2jfdnfasfiwvhyiafcvaz2")) | 21409 | "0zcasx1px7gj232npj8p7sl7x89r3y2jfdnfasfiwvhyiafcvaz2")) |
| @@ -21645,6 +21708,10 @@ | |||
| 21645 | (crate-source "more-asserts" "0.3.1" | 21708 | (crate-source "more-asserts" "0.3.1" |
| 21646 | "0zj0f9z73nsn1zxk2y21f0mmafvz7dz5v93prlxwdndb3jbadbqz")) | 21709 | "0zj0f9z73nsn1zxk2y21f0mmafvz7dz5v93prlxwdndb3jbadbqz")) |
| 21647 | 21710 | ||
| 21711 | (define rust-msi-0.8.0 | ||
| 21712 | (crate-source "msi" "0.8.0" | ||
| 21713 | "0cia33j4wq5jnfi0dbxkjg0qvnp0g740h52prsfflk86gbw348sa")) | ||
| 21714 | |||
| 21648 | (define rust-msvc-spectre-libs-0.1.3 | 21715 | (define rust-msvc-spectre-libs-0.1.3 |
| 21649 | (crate-source "msvc_spectre_libs" "0.1.3" | 21716 | (crate-source "msvc_spectre_libs" "0.1.3" |
| 21650 | "0nqz5frnmqh2qsqv9b9d1h4mbpaf3lqfj13yigqn8dhzhslp3s19")) | 21717 | "0nqz5frnmqh2qsqv9b9d1h4mbpaf3lqfj13yigqn8dhzhslp3s19")) |
| @@ -26944,11 +27011,20 @@ | |||
| 26944 | (crate-source "pyproject-toml" "0.13.6" | 27011 | (crate-source "pyproject-toml" "0.13.6" |
| 26945 | "0rax28jbbyk5qdxj1sad2a2r8rg82n0pb299jvl2dd026438wxpc")) | 27012 | "0rax28jbbyk5qdxj1sad2a2r8rg82n0pb299jvl2dd026438wxpc")) |
| 26946 | 27013 | ||
| 27014 | (define rust-pyproject-toml-0.13.7 | ||
| 27015 | (crate-source "pyproject-toml" "0.13.7" | ||
| 27016 | "1ljzdbims6p1acin25rzyysaaqal4f2j5d8kczkljjyi7945bmzn")) | ||
| 27017 | |||
| 26947 | (define rust-python-pkginfo-0.6.5 | 27018 | (define rust-python-pkginfo-0.6.5 |
| 26948 | (crate-source "python-pkginfo" "0.6.5" | 27019 | (crate-source "python-pkginfo" "0.6.5" |
| 26949 | "006n1myk8lx98g9w4d250lmnmahs0ns9lqrgkg992pn41y45h7y2" | 27020 | "006n1myk8lx98g9w4d250lmnmahs0ns9lqrgkg992pn41y45h7y2" |
| 26950 | #:snippet '(delete-file-recursively "tests"))) | 27021 | #:snippet '(delete-file-recursively "tests"))) |
| 26951 | 27022 | ||
| 27023 | (define rust-python-pkginfo-0.6.6 | ||
| 27024 | (crate-source "python-pkginfo" "0.6.6" | ||
| 27025 | "1m21skkpcpl3z1mpyhabwgsdx8sqa9hxc36wmv3w5j5n1wp5wkj6" | ||
| 27026 | #:snippet '(delete-file-recursively "tests"))) | ||
| 27027 | |||
| 26952 | (define rust-python3-dll-a-0.2.13 | 27028 | (define rust-python3-dll-a-0.2.13 |
| 26953 | (crate-source "python3-dll-a" "0.2.13" | 27029 | (crate-source "python3-dll-a" "0.2.13" |
| 26954 | "1vfl9qpx1mj4fdzijkx1yb8z91gilc725l1ajj9r9kw8l8kl5zj9")) | 27030 | "1vfl9qpx1mj4fdzijkx1yb8z91gilc725l1ajj9r9kw8l8kl5zj9")) |
| @@ -30105,14 +30181,14 @@ | |||
| 30105 | (crate-source "schemars_derive" "1.2.1" | 30181 | (crate-source "schemars_derive" "1.2.1" |
| 30106 | "0zrh1ckcc63sqy5hyhnh2lbxh4vmbij2z4f1g5za1vmayi85n4bx")) | 30182 | "0zrh1ckcc63sqy5hyhnh2lbxh4vmbij2z4f1g5za1vmayi85n4bx")) |
| 30107 | 30183 | ||
| 30108 | (define rust-scm-record-0.10.1 | ||
| 30109 | (crate-source "scm-record" "0.10.1" | ||
| 30110 | "0s7gp8id8z0jzjbdzvf1gw9glqv0ddrvg25af1lfpib1lfzmmkqg")) | ||
| 30111 | |||
| 30112 | (define rust-scm-record-0.8.0 | 30184 | (define rust-scm-record-0.8.0 |
| 30113 | (crate-source "scm-record" "0.8.0" | 30185 | (crate-source "scm-record" "0.8.0" |
| 30114 | "15yjqrq78q24znz1sdykgbrmlb5x6yf4ay3i7rsn65paw77acqij")) | 30186 | "15yjqrq78q24znz1sdykgbrmlb5x6yf4ay3i7rsn65paw77acqij")) |
| 30115 | 30187 | ||
| 30188 | (define rust-scm-record-0.10.1 | ||
| 30189 | (crate-source "scm-record" "0.10.1" | ||
| 30190 | "0s7gp8id8z0jzjbdzvf1gw9glqv0ddrvg25af1lfpib1lfzmmkqg")) | ||
| 30191 | |||
| 30116 | (define rust-scoped-threadpool-0.1.9 | 30192 | (define rust-scoped-threadpool-0.1.9 |
| 30117 | (crate-source "scoped_threadpool" "0.1.9" | 30193 | (crate-source "scoped_threadpool" "0.1.9" |
| 30118 | "1a26d3lk40s9mrf4imhbik7caahmw2jryhhb6vqv6fplbbgzal8x")) | 30194 | "1a26d3lk40s9mrf4imhbik7caahmw2jryhhb6vqv6fplbbgzal8x")) |
| @@ -32039,6 +32115,10 @@ | |||
| 32039 | (crate-source "snapbox" "0.6.21" | 32115 | (crate-source "snapbox" "0.6.21" |
| 32040 | "0ss3nd9ky0fkq7idj7jzr22kvkhxz3ylrq9fmiq5sdg3h52zrp4n")) | 32116 | "0ss3nd9ky0fkq7idj7jzr22kvkhxz3ylrq9fmiq5sdg3h52zrp4n")) |
| 32041 | 32117 | ||
| 32118 | (define rust-snapbox-0.6.23 | ||
| 32119 | (crate-source "snapbox" "0.6.23" | ||
| 32120 | "1czd42wc2b6cbkj7pz1cmb7jm335ws0x9hhfnf1x00793gl1ryln")) | ||
| 32121 | |||
| 32042 | (define rust-snapbox-0.6.24 | 32122 | (define rust-snapbox-0.6.24 |
| 32043 | (crate-source "snapbox" "0.6.24" | 32123 | (crate-source "snapbox" "0.6.24" |
| 32044 | "1qgq3crag98xn083pszswgvjqlqq619ghrb6hc877xqrh4vvq6kc")) | 32124 | "1qgq3crag98xn083pszswgvjqlqq619ghrb6hc877xqrh4vvq6kc")) |
| @@ -36120,6 +36200,10 @@ | |||
| 36120 | (crate-source "trycmd" "0.15.9" | 36200 | (crate-source "trycmd" "0.15.9" |
| 36121 | "1r5a5r22j7gi69y0zdbwhb6d2hp8r34plnfncp0alql870lwzdd8")) | 36201 | "1r5a5r22j7gi69y0zdbwhb6d2hp8r34plnfncp0alql870lwzdd8")) |
| 36122 | 36202 | ||
| 36203 | (define rust-trycmd-0.15.11 | ||
| 36204 | (crate-source "trycmd" "0.15.11" | ||
| 36205 | "0kp6jxaar21akyadhz1n67lf9gianxv33sy25jff326wdl9s67m8")) | ||
| 36206 | |||
| 36123 | (define rust-trycmd-1.2.0 | 36207 | (define rust-trycmd-1.2.0 |
| 36124 | (crate-source "trycmd" "1.2.0" | 36208 | (crate-source "trycmd" "1.2.0" |
| 36125 | "1d3vkvv6g6440hbnvcy79valzvqfmcy2rhapxyrakgbn7ycqk211")) | 36209 | "1d3vkvv6g6440hbnvcy79valzvqfmcy2rhapxyrakgbn7ycqk211")) |
| @@ -37650,6 +37734,10 @@ | |||
| 37650 | 37734 | ||
| 37651 | (define rust-version-ranges-0.1.1.b70cf70 package:rust-pubgrub-0.3.0.b70cf70) | 37735 | (define rust-version-ranges-0.1.1.b70cf70 package:rust-pubgrub-0.3.0.b70cf70) |
| 37652 | 37736 | ||
| 37737 | (define rust-version-ranges-0.1.2 | ||
| 37738 | (crate-source "version-ranges" "0.1.2" | ||
| 37739 | "14df1avavwfscyizxhps7jlzxyyj0p69s9npv07ix7v34pigz59m")) | ||
| 37740 | |||
| 37653 | (define rust-version-track-0.1.0 | 37741 | (define rust-version-track-0.1.0 |
| 37654 | (crate-source "version-track" "0.1.0" | 37742 | (crate-source "version-track" "0.1.0" |
| 37655 | "0bz1b96iqh4z4r90xc0ya5gmywps072g5w6q1vrv2qsfdgnzz6kd")) | 37743 | "0bz1b96iqh4z4r90xc0ya5gmywps072g5w6q1vrv2qsfdgnzz6kd")) |
| @@ -67706,62 +67794,72 @@ | |||
| 67706 | rust-zune-jpeg-0.4.21 | 67794 | rust-zune-jpeg-0.4.21 |
| 67707 | rust-zune-jpeg-0.5.12)) | 67795 | rust-zune-jpeg-0.5.12)) |
| 67708 | (maturin => | 67796 | (maturin => |
| 67709 | (list rust-adler2-2.0.0 | 67797 | (list rust-adler2-2.0.1 |
| 67710 | rust-ahash-0.8.11 | 67798 | rust-ahash-0.8.12 |
| 67711 | rust-aho-corasick-1.1.3 | 67799 | rust-aho-corasick-1.1.4 |
| 67712 | rust-allocator-api2-0.2.21 | 67800 | rust-allocator-api2-0.2.21 |
| 67713 | rust-anstream-0.6.18 | 67801 | rust-anstream-0.6.21 |
| 67714 | rust-anstyle-1.0.10 | 67802 | rust-anstyle-1.0.13 |
| 67715 | rust-anstyle-parse-0.2.6 | 67803 | rust-anstyle-parse-0.2.7 |
| 67716 | rust-anstyle-query-1.1.2 | 67804 | rust-anstyle-query-1.1.5 |
| 67717 | rust-anstyle-wincon-3.0.7 | 67805 | rust-anstyle-wincon-3.0.11 |
| 67718 | rust-anyhow-1.0.97 | 67806 | rust-anyhow-1.0.100 |
| 67719 | rust-arbitrary-1.4.1 | 67807 | rust-arbitrary-1.4.2 |
| 67720 | rust-autocfg-1.4.0 | 67808 | rust-autocfg-1.5.0 |
| 67721 | rust-automod-1.0.15 | 67809 | rust-automod-1.0.15 |
| 67722 | rust-base64-0.21.7 | ||
| 67723 | rust-base64-0.22.1 | 67810 | rust-base64-0.22.1 |
| 67724 | rust-bitflags-2.9.0 | 67811 | rust-bitflags-2.10.0 |
| 67725 | rust-block-buffer-0.10.4 | 67812 | rust-block-buffer-0.10.4 |
| 67726 | rust-bstr-1.11.3 | 67813 | rust-boxcar-0.2.14 |
| 67727 | rust-bumpalo-3.17.0 | 67814 | rust-bstr-1.12.1 |
| 67815 | rust-bumpalo-3.19.0 | ||
| 67728 | rust-byteorder-1.5.0 | 67816 | rust-byteorder-1.5.0 |
| 67729 | rust-bytesize-1.3.3 | 67817 | rust-bytes-1.11.0 |
| 67730 | rust-bzip2-0.5.2 | 67818 | rust-bytesize-2.2.0 |
| 67731 | rust-bzip2-sys-0.1.13+1.0.8 | 67819 | rust-bzip2-0.6.1 |
| 67732 | rust-camino-1.1.9 | 67820 | rust-cab-0.6.0 |
| 67733 | rust-cargo-config2-0.1.32 | 67821 | rust-camino-1.2.1 |
| 67734 | rust-cargo-options-0.7.5 | 67822 | rust-cargo-config2-0.1.39 |
| 67823 | rust-cargo-options-0.7.6 | ||
| 67735 | rust-cargo-platform-0.1.9 | 67824 | rust-cargo-platform-0.1.9 |
| 67825 | rust-cargo-platform-0.2.0 | ||
| 67826 | rust-cargo-util-schemas-0.2.0 | ||
| 67736 | rust-cargo-metadata-0.19.2 | 67827 | rust-cargo-metadata-0.19.2 |
| 67737 | rust-cbindgen-0.27.0 | 67828 | rust-cargo-metadata-0.20.0 |
| 67738 | rust-cc-1.2.18 | 67829 | rust-cbindgen-0.29.2 |
| 67739 | rust-cfg-if-1.0.0 | 67830 | rust-cc-1.2.46 |
| 67831 | rust-cfb-0.10.0 | ||
| 67832 | rust-cfg-if-1.0.4 | ||
| 67833 | rust-cfg-aliases-0.2.1 | ||
| 67740 | rust-charset-0.1.5 | 67834 | rust-charset-0.1.5 |
| 67741 | rust-chumsky-0.9.3 | 67835 | rust-chumsky-0.9.3 |
| 67742 | rust-clap-4.5.35 | 67836 | rust-clap-4.5.52 |
| 67743 | rust-clap-builder-4.5.35 | 67837 | rust-clap-builder-4.5.52 |
| 67744 | rust-clap-complete-4.5.47 | 67838 | rust-clap-complete-4.5.60 |
| 67745 | rust-clap-complete-command-0.6.1 | 67839 | rust-clap-complete-command-0.6.1 |
| 67746 | rust-clap-complete-nushell-4.5.5 | 67840 | rust-clap-complete-nushell-4.5.10 |
| 67747 | rust-clap-derive-4.5.32 | 67841 | rust-clap-derive-4.5.49 |
| 67748 | rust-clap-lex-0.7.4 | 67842 | rust-clap-lex-0.7.6 |
| 67749 | rust-colorchoice-1.0.3 | 67843 | rust-cli-table-0.4.9 |
| 67844 | rust-colorchoice-1.0.4 | ||
| 67750 | rust-configparser-3.1.0 | 67845 | rust-configparser-3.1.0 |
| 67751 | rust-console-0.15.11 | 67846 | rust-console-0.15.11 |
| 67847 | rust-console-0.16.1 | ||
| 67752 | rust-content-inspector-0.2.4 | 67848 | rust-content-inspector-0.2.4 |
| 67753 | rust-core-foundation-0.9.4 | 67849 | rust-core-foundation-0.9.4 |
| 67754 | rust-core-foundation-sys-0.8.7 | 67850 | rust-core-foundation-sys-0.8.7 |
| 67755 | rust-cpufeatures-0.2.17 | 67851 | rust-cpufeatures-0.2.17 |
| 67756 | rust-crc32fast-1.4.2 | 67852 | rust-crc-3.3.0 |
| 67853 | rust-crc-catalog-2.4.0 | ||
| 67854 | rust-crc32fast-1.5.0 | ||
| 67855 | rust-crossbeam-channel-0.5.15 | ||
| 67757 | rust-crossbeam-deque-0.8.6 | 67856 | rust-crossbeam-deque-0.8.6 |
| 67758 | rust-crossbeam-epoch-0.9.18 | 67857 | rust-crossbeam-epoch-0.9.18 |
| 67759 | rust-crossbeam-utils-0.8.21 | 67858 | rust-crossbeam-utils-0.8.21 |
| 67760 | rust-crypto-common-0.1.6 | 67859 | rust-crypto-common-0.1.7 |
| 67761 | rust-data-encoding-2.8.0 | 67860 | rust-data-encoding-2.9.0 |
| 67762 | rust-deranged-0.4.1 | 67861 | rust-deranged-0.5.5 |
| 67763 | rust-derivative-2.2.0 | 67862 | rust-derive-arbitrary-1.4.2 |
| 67764 | rust-derive-arbitrary-1.4.1 | ||
| 67765 | rust-dialoguer-0.11.0 | 67863 | rust-dialoguer-0.11.0 |
| 67766 | rust-diff-0.1.13 | 67864 | rust-diff-0.1.13 |
| 67767 | rust-digest-0.10.7 | 67865 | rust-digest-0.10.7 |
| @@ -67770,266 +67868,328 @@ | |||
| 67770 | rust-displaydoc-0.2.5 | 67868 | rust-displaydoc-0.2.5 |
| 67771 | rust-dissimilar-1.0.10 | 67869 | rust-dissimilar-1.0.10 |
| 67772 | rust-dunce-1.0.5 | 67870 | rust-dunce-1.0.5 |
| 67773 | rust-dyn-clone-1.0.19 | 67871 | rust-dyn-clone-1.0.20 |
| 67774 | rust-either-1.15.0 | 67872 | rust-either-1.15.0 |
| 67775 | rust-encode-unicode-1.0.0 | 67873 | rust-encode-unicode-1.0.0 |
| 67776 | rust-encoding-rs-0.8.35 | 67874 | rust-encoding-rs-0.8.35 |
| 67777 | rust-env-home-0.1.0 | 67875 | rust-env-home-0.1.0 |
| 67778 | rust-equivalent-1.0.2 | 67876 | rust-equivalent-1.0.2 |
| 67779 | rust-errno-0.3.11 | 67877 | rust-erased-serde-0.4.9 |
| 67878 | rust-errno-0.3.14 | ||
| 67780 | rust-expect-test-1.5.1 | 67879 | rust-expect-test-1.5.1 |
| 67781 | rust-fastrand-2.3.0 | 67880 | rust-fastrand-2.3.0 |
| 67782 | rust-fat-macho-0.4.9 | 67881 | rust-fat-macho-0.4.10 |
| 67783 | rust-filetime-0.2.25 | 67882 | rust-filetime-0.2.26 |
| 67784 | rust-flate2-1.1.1 | 67883 | rust-find-msvc-tools-0.1.5 |
| 67884 | rust-flate2-1.1.5 | ||
| 67885 | rust-fnv-1.0.7 | ||
| 67785 | rust-foreign-types-0.3.2 | 67886 | rust-foreign-types-0.3.2 |
| 67786 | rust-foreign-types-shared-0.1.1 | 67887 | rust-foreign-types-shared-0.1.1 |
| 67787 | rust-form-urlencoded-1.2.1 | 67888 | rust-form-urlencoded-1.2.2 |
| 67788 | rust-fs-err-3.1.0 | 67889 | rust-fs-err-3.2.0 |
| 67789 | rust-fs4-0.12.0 | 67890 | rust-fs4-0.13.1 |
| 67790 | rust-futures-0.3.31 | ||
| 67791 | rust-futures-channel-0.3.31 | ||
| 67792 | rust-futures-core-0.3.31 | 67891 | rust-futures-core-0.3.31 |
| 67793 | rust-futures-executor-0.3.31 | ||
| 67794 | rust-futures-io-0.3.31 | ||
| 67795 | rust-futures-macro-0.3.31 | 67892 | rust-futures-macro-0.3.31 |
| 67796 | rust-futures-sink-0.3.31 | ||
| 67797 | rust-futures-task-0.3.31 | 67893 | rust-futures-task-0.3.31 |
| 67798 | rust-futures-timer-3.0.3 | 67894 | rust-futures-timer-3.0.3 |
| 67799 | rust-futures-util-0.3.31 | 67895 | rust-futures-util-0.3.31 |
| 67800 | rust-generic-array-0.14.7 | 67896 | rust-generic-array-0.14.7 |
| 67801 | rust-getrandom-0.2.15 | 67897 | rust-getrandom-0.2.16 |
| 67802 | rust-getrandom-0.3.2 | 67898 | rust-getrandom-0.3.4 |
| 67803 | rust-glob-0.3.2 | 67899 | rust-glob-0.3.3 |
| 67804 | rust-globset-0.4.16 | 67900 | rust-globset-0.4.18 |
| 67805 | rust-goblin-0.9.3 | 67901 | rust-goblin-0.10.3 |
| 67806 | rust-hashbrown-0.14.5 | 67902 | rust-hashbrown-0.14.5 |
| 67807 | rust-hashbrown-0.15.2 | 67903 | rust-hashbrown-0.16.0 |
| 67808 | rust-heck-0.4.1 | ||
| 67809 | rust-heck-0.5.0 | 67904 | rust-heck-0.5.0 |
| 67810 | rust-humantime-2.2.0 | 67905 | rust-humantime-2.3.0 |
| 67811 | rust-humantime-serde-1.1.1 | 67906 | rust-humantime-serde-1.1.1 |
| 67812 | rust-icu-collections-1.5.0 | 67907 | rust-icu-collections-2.1.1 |
| 67813 | rust-icu-locid-1.5.0 | 67908 | rust-icu-locale-core-2.1.1 |
| 67814 | rust-icu-locid-transform-1.5.0 | 67909 | rust-icu-normalizer-2.1.1 |
| 67815 | rust-icu-locid-transform-data-1.5.1 | 67910 | rust-icu-normalizer-data-2.1.1 |
| 67816 | rust-icu-normalizer-1.5.0 | 67911 | rust-icu-properties-2.1.1 |
| 67817 | rust-icu-normalizer-data-1.5.1 | 67912 | rust-icu-properties-data-2.1.1 |
| 67818 | rust-icu-properties-1.5.1 | 67913 | rust-icu-provider-2.1.1 |
| 67819 | rust-icu-properties-data-1.5.1 | 67914 | rust-idna-1.1.0 |
| 67820 | rust-icu-provider-1.5.0 | 67915 | rust-idna-adapter-1.2.1 |
| 67821 | rust-icu-provider-macros-1.5.0 | 67916 | rust-ignore-0.4.25 |
| 67822 | rust-idna-1.0.3 | 67917 | rust-indexmap-2.12.0 |
| 67823 | rust-idna-adapter-1.2.0 | 67918 | rust-indicatif-0.17.11 |
| 67824 | rust-ignore-0.4.23 | 67919 | rust-indoc-2.0.7 |
| 67825 | rust-indexmap-2.9.0 | 67920 | rust-insta-1.43.2 |
| 67826 | rust-indoc-2.0.6 | 67921 | rust-is-terminal-polyfill-1.70.2 |
| 67827 | rust-is-terminal-polyfill-1.70.1 | 67922 | rust-itertools-0.13.0 |
| 67828 | rust-itertools-0.12.1 | 67923 | rust-itertools-0.14.0 |
| 67829 | rust-itoa-1.0.15 | 67924 | rust-itoa-1.0.15 |
| 67925 | rust-jobserver-0.1.34 | ||
| 67926 | rust-js-sys-0.3.82 | ||
| 67830 | rust-keyring-2.3.3 | 67927 | rust-keyring-2.3.3 |
| 67831 | rust-lazy-static-1.5.0 | 67928 | rust-lazy-static-1.5.0 |
| 67832 | rust-lddtree-0.3.7 | 67929 | rust-lddtree-0.4.0 |
| 67833 | rust-libc-0.2.171 | 67930 | rust-libbz2-rs-sys-0.2.2 |
| 67834 | rust-libredox-0.1.3 | 67931 | rust-libc-0.2.177 |
| 67932 | rust-libmimalloc-sys-0.1.44 | ||
| 67933 | rust-libredox-0.1.10 | ||
| 67934 | rust-libz-rs-sys-0.5.2 | ||
| 67835 | rust-linux-keyutils-0.2.4 | 67935 | rust-linux-keyutils-0.2.4 |
| 67836 | rust-linux-raw-sys-0.4.15 | 67936 | rust-linux-raw-sys-0.11.0 |
| 67837 | rust-linux-raw-sys-0.9.3 | 67937 | rust-litemap-0.8.1 |
| 67838 | rust-litemap-0.7.5 | 67938 | rust-lock-api-0.4.14 |
| 67839 | rust-lockfree-object-pool-0.1.6 | 67939 | rust-log-0.4.28 |
| 67840 | rust-log-0.4.27 | 67940 | rust-lzma-rust2-0.13.0 |
| 67841 | rust-mailparse-0.15.0 | 67941 | rust-lzma-sys-0.1.20 |
| 67842 | rust-matchers-0.1.0 | 67942 | rust-lzxd-0.2.6 |
| 67843 | rust-memchr-2.7.4 | 67943 | rust-mailparse-0.16.1 |
| 67944 | rust-matchers-0.2.0 | ||
| 67945 | rust-memchr-2.7.6 | ||
| 67946 | rust-memmap2-0.9.9 | ||
| 67947 | rust-mimalloc-0.1.48 | ||
| 67844 | rust-mime-0.3.17 | 67948 | rust-mime-0.3.17 |
| 67845 | rust-mime-guess-2.0.5 | 67949 | rust-mime-guess-2.0.5 |
| 67846 | rust-minijinja-2.9.0 | 67950 | rust-minijinja-2.12.0 |
| 67847 | rust-miniz-oxide-0.8.7 | 67951 | rust-minimal-lexical-0.2.1 |
| 67952 | rust-miniz-oxide-0.8.9 | ||
| 67953 | rust-msi-0.8.0 | ||
| 67848 | rust-multipart-0.18.0 | 67954 | rust-multipart-0.18.0 |
| 67849 | rust-native-tls-0.2.14 | 67955 | rust-native-tls-0.2.14 |
| 67956 | rust-nix-0.30.1 | ||
| 67957 | rust-nom-7.1.3 | ||
| 67850 | rust-normalize-line-endings-0.3.0 | 67958 | rust-normalize-line-endings-0.3.0 |
| 67851 | rust-normpath-1.3.0 | 67959 | rust-normpath-1.5.0 |
| 67852 | rust-nu-ansi-term-0.46.0 | 67960 | rust-nu-ansi-term-0.50.3 |
| 67853 | rust-num-conv-0.1.0 | 67961 | rust-num-conv-0.1.0 |
| 67962 | rust-num-traits-0.2.19 | ||
| 67963 | rust-number-prefix-0.4.0 | ||
| 67854 | rust-once-cell-1.21.3 | 67964 | rust-once-cell-1.21.3 |
| 67855 | rust-openssl-0.10.72 | 67965 | rust-once-cell-polyfill-1.70.2 |
| 67966 | rust-openssl-0.10.75 | ||
| 67856 | rust-openssl-macros-0.1.1 | 67967 | rust-openssl-macros-0.1.1 |
| 67857 | rust-openssl-probe-0.1.6 | 67968 | rust-openssl-probe-0.1.6 |
| 67858 | rust-openssl-sys-0.9.107 | 67969 | rust-openssl-sys-0.9.111 |
| 67859 | rust-option-ext-0.2.0 | 67970 | rust-option-ext-0.2.0 |
| 67860 | rust-os-pipe-1.2.1 | 67971 | rust-ordered-float-2.10.1 |
| 67861 | rust-overload-0.1.1 | 67972 | rust-os-pipe-1.2.3 |
| 67973 | rust-parking-lot-0.12.5 | ||
| 67974 | rust-parking-lot-core-0.9.12 | ||
| 67975 | rust-paste-1.0.15 | ||
| 67862 | rust-path-slash-0.2.1 | 67976 | rust-path-slash-0.2.1 |
| 67863 | rust-pep440-rs-0.6.6 | 67977 | rust-pep440-rs-0.7.3 |
| 67864 | rust-pep508-rs-0.6.1 | 67978 | rust-pep508-rs-0.9.2 |
| 67865 | rust-percent-encoding-2.3.1 | 67979 | rust-percent-encoding-2.3.2 |
| 67866 | rust-pin-project-lite-0.2.16 | 67980 | rust-pin-project-lite-0.2.16 |
| 67867 | rust-pin-utils-0.1.0 | 67981 | rust-pin-utils-0.1.0 |
| 67868 | rust-pkg-config-0.3.32 | 67982 | rust-pkg-config-0.3.32 |
| 67869 | rust-plain-0.2.3 | 67983 | rust-plain-0.2.3 |
| 67870 | rust-platform-info-2.0.5 | 67984 | rust-platform-info-2.0.5 |
| 67985 | rust-portable-atomic-1.11.1 | ||
| 67986 | rust-potential-utf-0.1.4 | ||
| 67871 | rust-powerfmt-0.2.0 | 67987 | rust-powerfmt-0.2.0 |
| 67872 | rust-ppv-lite86-0.2.21 | 67988 | rust-ppv-lite86-0.2.21 |
| 67873 | rust-pretty-assertions-1.4.1 | 67989 | rust-pretty-assertions-1.4.1 |
| 67874 | rust-proc-macro-crate-3.3.0 | 67990 | rust-proc-macro-crate-3.4.0 |
| 67875 | rust-proc-macro2-1.0.94 | 67991 | rust-proc-macro2-1.0.103 |
| 67876 | rust-psm-0.1.25 | 67992 | rust-psm-0.1.27 |
| 67877 | rust-pyproject-toml-0.11.0 | 67993 | rust-pyproject-toml-0.13.7 |
| 67878 | rust-python-pkginfo-0.6.5 | 67994 | rust-python-pkginfo-0.6.6 |
| 67879 | rust-quote-1.0.40 | 67995 | rust-quote-1.0.42 |
| 67880 | rust-quoted-printable-0.5.1 | 67996 | rust-quoted-printable-0.5.1 |
| 67881 | rust-r-efi-5.2.0 | 67997 | rust-r-efi-5.3.0 |
| 67882 | rust-rand-0.8.5 | 67998 | rust-rand-0.8.5 |
| 67883 | rust-rand-chacha-0.3.1 | 67999 | rust-rand-chacha-0.3.1 |
| 67884 | rust-rand-core-0.6.4 | 68000 | rust-rand-core-0.6.4 |
| 67885 | rust-rayon-1.10.0 | 68001 | rust-rayon-1.11.0 |
| 67886 | rust-rayon-core-1.12.1 | 68002 | rust-rayon-core-1.13.0 |
| 67887 | rust-redox-syscall-0.5.10 | 68003 | rust-redox-syscall-0.5.18 |
| 67888 | rust-redox-users-0.4.6 | 68004 | rust-redox-users-0.4.6 |
| 67889 | rust-regex-1.11.1 | 68005 | rust-ref-cast-1.0.25 |
| 67890 | rust-regex-automata-0.1.10 | 68006 | rust-ref-cast-impl-1.0.25 |
| 67891 | rust-regex-automata-0.4.9 | 68007 | rust-regex-1.12.2 |
| 67892 | rust-regex-syntax-0.6.29 | 68008 | rust-regex-automata-0.4.13 |
| 67893 | rust-regex-syntax-0.8.5 | 68009 | rust-regex-syntax-0.8.8 |
| 67894 | rust-relative-path-1.9.3 | 68010 | rust-relative-path-1.9.3 |
| 67895 | rust-rfc2047-decoder-1.0.6 | 68011 | rust-rfc2047-decoder-1.0.6 |
| 67896 | rust-ring-0.17.14 | 68012 | rust-ring-0.17.14 |
| 67897 | rust-rstest-0.22.0 | 68013 | rust-rstest-0.26.1 |
| 67898 | rust-rstest-macros-0.22.0 | 68014 | rust-rstest-macros-0.26.1 |
| 68015 | rust-rustc-hash-2.1.1 | ||
| 67899 | rust-rustc-version-0.4.1 | 68016 | rust-rustc-version-0.4.1 |
| 67900 | rust-rustix-0.38.44 | 68017 | rust-rustflags-0.1.7 |
| 67901 | rust-rustix-1.0.5 | 68018 | rust-rustix-1.1.2 |
| 67902 | rust-rustls-0.23.25 | 68019 | rust-rustls-0.23.35 |
| 67903 | rust-rustls-pemfile-2.2.0 | 68020 | rust-rustls-pemfile-2.2.0 |
| 67904 | rust-rustls-pki-types-1.11.0 | 68021 | rust-rustls-pki-types-1.13.0 |
| 67905 | rust-rustls-webpki-0.103.1 | 68022 | rust-rustls-webpki-0.103.8 |
| 67906 | rust-rustversion-1.0.20 | 68023 | rust-rustversion-1.0.22 |
| 67907 | rust-ryu-1.0.20 | 68024 | rust-ryu-1.0.20 |
| 67908 | rust-same-file-1.0.6 | 68025 | rust-same-file-1.0.6 |
| 67909 | rust-schannel-0.1.27 | 68026 | rust-scc-2.4.0 |
| 67910 | rust-schemars-0.8.22 | 68027 | rust-schannel-0.1.28 |
| 67911 | rust-schemars-derive-0.8.22 | 68028 | rust-schemars-1.1.0 |
| 67912 | rust-scroll-0.12.0 | 68029 | rust-schemars-derive-1.1.0 |
| 67913 | rust-scroll-derive-0.12.0 | 68030 | rust-scopeguard-1.2.0 |
| 68031 | rust-scroll-0.13.0 | ||
| 68032 | rust-scroll-derive-0.13.1 | ||
| 68033 | rust-sdd-3.0.10 | ||
| 67914 | rust-security-framework-2.11.1 | 68034 | rust-security-framework-2.11.1 |
| 67915 | rust-security-framework-sys-2.14.0 | 68035 | rust-security-framework-sys-2.15.0 |
| 67916 | rust-semver-1.0.26 | 68036 | rust-semver-1.0.27 |
| 67917 | rust-serde-1.0.219 | 68037 | rust-serde-1.0.228 |
| 67918 | rust-serde-derive-1.0.219 | 68038 | rust-serde-untagged-0.1.9 |
| 68039 | rust-serde-value-0.7.0 | ||
| 68040 | rust-serde-core-1.0.228 | ||
| 68041 | rust-serde-derive-1.0.228 | ||
| 67919 | rust-serde-derive-internals-0.29.1 | 68042 | rust-serde-derive-internals-0.29.1 |
| 67920 | rust-serde-json-1.0.140 | 68043 | rust-serde-json-1.0.145 |
| 67921 | rust-serde-spanned-0.6.8 | 68044 | rust-serde-spanned-0.6.9 |
| 67922 | rust-sha2-0.10.8 | 68045 | rust-serde-spanned-1.0.3 |
| 68046 | rust-serial-test-3.2.0 | ||
| 68047 | rust-serial-test-derive-3.2.0 | ||
| 68048 | rust-sha2-0.10.9 | ||
| 67923 | rust-sharded-slab-0.1.7 | 68049 | rust-sharded-slab-0.1.7 |
| 67924 | rust-shell-words-1.1.0 | 68050 | rust-shell-words-1.1.0 |
| 67925 | rust-shlex-1.3.0 | 68051 | rust-shlex-1.3.0 |
| 67926 | rust-simd-adler32-0.3.7 | 68052 | rust-simd-adler32-0.3.7 |
| 67927 | rust-similar-2.7.0 | 68053 | rust-similar-2.7.0 |
| 67928 | rust-slab-0.4.9 | 68054 | rust-slab-0.4.11 |
| 67929 | rust-smallvec-1.15.0 | 68055 | rust-smallvec-1.15.1 |
| 67930 | rust-smawk-0.3.2 | 68056 | rust-smawk-0.3.2 |
| 67931 | rust-snapbox-0.6.21 | 68057 | rust-snapbox-0.6.23 |
| 67932 | rust-snapbox-macros-0.3.10 | 68058 | rust-snapbox-macros-0.4.0 |
| 67933 | rust-socks-0.3.4 | 68059 | rust-socks-0.3.4 |
| 67934 | rust-stable-deref-trait-1.2.0 | 68060 | rust-stable-deref-trait-1.2.1 |
| 67935 | rust-stacker-0.1.20 | 68061 | rust-stacker-0.1.22 |
| 68062 | rust-static-assertions-1.1.0 | ||
| 67936 | rust-strsim-0.11.1 | 68063 | rust-strsim-0.11.1 |
| 67937 | rust-subtle-2.6.1 | 68064 | rust-subtle-2.6.1 |
| 67938 | rust-syn-1.0.109 | 68065 | rust-syn-2.0.110 |
| 67939 | rust-syn-2.0.100 | 68066 | rust-synstructure-0.13.2 |
| 67940 | rust-synstructure-0.13.1 | ||
| 67941 | rust-tar-0.4.44 | 68067 | rust-tar-0.4.44 |
| 67942 | rust-target-lexicon-0.13.2 | 68068 | rust-target-lexicon-0.13.3 |
| 67943 | rust-tempfile-3.19.1 | 68069 | rust-tempfile-3.23.0 |
| 67944 | rust-terminal-size-0.4.2 | 68070 | rust-termcolor-1.4.1 |
| 68071 | rust-terminal-size-0.4.3 | ||
| 67945 | rust-textwrap-0.16.2 | 68072 | rust-textwrap-0.16.2 |
| 67946 | rust-thiserror-1.0.69 | 68073 | rust-thiserror-1.0.69 |
| 67947 | rust-thiserror-2.0.12 | 68074 | rust-thiserror-2.0.17 |
| 67948 | rust-thiserror-impl-1.0.69 | 68075 | rust-thiserror-impl-1.0.69 |
| 67949 | rust-thiserror-impl-2.0.12 | 68076 | rust-thiserror-impl-2.0.17 |
| 67950 | rust-thread-local-1.1.8 | 68077 | rust-thread-local-1.1.9 |
| 67951 | rust-time-0.3.41 | 68078 | rust-time-0.3.44 |
| 67952 | rust-time-core-0.1.4 | 68079 | rust-time-core-0.1.6 |
| 67953 | rust-time-macros-0.2.22 | 68080 | rust-time-macros-0.2.24 |
| 67954 | rust-tinystr-0.7.6 | 68081 | rust-tinystr-0.8.2 |
| 67955 | rust-toml-0.8.20 | 68082 | rust-toml-0.8.23 |
| 67956 | rust-toml-datetime-0.6.8 | 68083 | rust-toml-0.9.8 |
| 67957 | rust-toml-edit-0.22.24 | 68084 | rust-toml-datetime-0.6.11 |
| 68085 | rust-toml-datetime-0.7.3 | ||
| 68086 | rust-toml-edit-0.22.27 | ||
| 68087 | rust-toml-edit-0.23.7 | ||
| 68088 | rust-toml-parser-1.0.4 | ||
| 68089 | rust-toml-write-0.1.2 | ||
| 68090 | rust-toml-writer-1.0.4 | ||
| 67958 | rust-tracing-0.1.41 | 68091 | rust-tracing-0.1.41 |
| 67959 | rust-tracing-attributes-0.1.28 | 68092 | rust-tracing-attributes-0.1.30 |
| 67960 | rust-tracing-core-0.1.33 | 68093 | rust-tracing-core-0.1.34 |
| 67961 | rust-tracing-log-0.2.0 | 68094 | rust-tracing-log-0.2.0 |
| 67962 | rust-tracing-subscriber-0.3.19 | 68095 | rust-tracing-serde-0.2.0 |
| 67963 | rust-trycmd-0.15.9 | 68096 | rust-tracing-subscriber-0.3.20 |
| 67964 | rust-typenum-1.18.0 | 68097 | rust-trycmd-0.15.11 |
| 68098 | rust-twox-hash-1.6.3 | ||
| 68099 | rust-typeid-1.0.3 | ||
| 68100 | rust-typenum-1.19.0 | ||
| 67965 | rust-unicase-2.8.1 | 68101 | rust-unicase-2.8.1 |
| 67966 | rust-unicode-ident-1.0.18 | 68102 | rust-unicode-ident-1.0.22 |
| 67967 | rust-unicode-linebreak-0.1.5 | 68103 | rust-unicode-linebreak-0.1.5 |
| 67968 | rust-unicode-width-0.1.14 | 68104 | rust-unicode-width-0.1.14 |
| 67969 | rust-unicode-width-0.2.0 | 68105 | rust-unicode-width-0.2.2 |
| 67970 | rust-unicode-xid-0.2.6 | 68106 | rust-unicode-xid-0.2.6 |
| 67971 | rust-unscanny-0.1.0 | 68107 | rust-unscanny-0.1.0 |
| 67972 | rust-untrusted-0.9.0 | 68108 | rust-untrusted-0.9.0 |
| 67973 | rust-ureq-2.12.1 | 68109 | rust-ureq-2.12.1 |
| 67974 | rust-url-2.5.4 | 68110 | rust-url-2.5.7 |
| 67975 | rust-urlencoding-2.1.3 | 68111 | rust-urlencoding-2.1.3 |
| 67976 | rust-utf16-iter-1.0.5 | ||
| 67977 | rust-utf8-iter-1.0.4 | 68112 | rust-utf8-iter-1.0.4 |
| 67978 | rust-utf8parse-0.2.2 | 68113 | rust-utf8parse-0.2.2 |
| 68114 | rust-uuid-1.18.1 | ||
| 67979 | rust-valuable-0.1.1 | 68115 | rust-valuable-0.1.1 |
| 67980 | rust-vcpkg-0.2.15 | 68116 | rust-vcpkg-0.2.15 |
| 68117 | rust-version-ranges-0.1.2 | ||
| 67981 | rust-version-check-0.9.5 | 68118 | rust-version-check-0.9.5 |
| 68119 | rust-versions-6.3.2 | ||
| 67982 | rust-wait-timeout-0.2.1 | 68120 | rust-wait-timeout-0.2.1 |
| 67983 | rust-walkdir-2.5.0 | 68121 | rust-walkdir-2.5.0 |
| 67984 | rust-wasi-0.11.0+wasi-snapshot-preview1 | 68122 | rust-wasi-0.11.1+wasi-snapshot-preview1 |
| 67985 | rust-wasi-0.14.2+wasi-0.2.4 | 68123 | rust-wasip2-1.0.1+wasi-0.2.4 |
| 67986 | rust-webpki-roots-0.26.8 | 68124 | rust-wasm-bindgen-0.2.105 |
| 67987 | rust-which-7.0.2 | 68125 | rust-wasm-bindgen-macro-0.2.105 |
| 68126 | rust-wasm-bindgen-macro-support-0.2.105 | ||
| 68127 | rust-wasm-bindgen-shared-0.2.105 | ||
| 68128 | rust-web-time-1.1.0 | ||
| 68129 | rust-webpki-roots-0.26.11 | ||
| 68130 | rust-webpki-roots-1.0.4 | ||
| 68131 | rust-which-7.0.3 | ||
| 67988 | rust-wild-2.2.1 | 68132 | rust-wild-2.2.1 |
| 67989 | rust-winapi-0.3.9 | 68133 | rust-winapi-0.3.9 |
| 67990 | rust-winapi-i686-pc-windows-gnu-0.4.0 | 68134 | rust-winapi-i686-pc-windows-gnu-0.4.0 |
| 67991 | rust-winapi-util-0.1.9 | 68135 | rust-winapi-util-0.1.11 |
| 67992 | rust-winapi-x86-64-pc-windows-gnu-0.4.0 | 68136 | rust-winapi-x86-64-pc-windows-gnu-0.4.0 |
| 68137 | rust-windows-link-0.2.1 | ||
| 67993 | rust-windows-sys-0.48.0 | 68138 | rust-windows-sys-0.48.0 |
| 67994 | rust-windows-sys-0.52.0 | 68139 | rust-windows-sys-0.52.0 |
| 67995 | rust-windows-sys-0.59.0 | 68140 | rust-windows-sys-0.59.0 |
| 68141 | rust-windows-sys-0.60.2 | ||
| 68142 | rust-windows-sys-0.61.2 | ||
| 67996 | rust-windows-targets-0.48.5 | 68143 | rust-windows-targets-0.48.5 |
| 67997 | rust-windows-targets-0.52.6 | 68144 | rust-windows-targets-0.52.6 |
| 68145 | rust-windows-targets-0.53.5 | ||
| 67998 | rust-windows-aarch64-gnullvm-0.48.5 | 68146 | rust-windows-aarch64-gnullvm-0.48.5 |
| 67999 | rust-windows-aarch64-gnullvm-0.52.6 | 68147 | rust-windows-aarch64-gnullvm-0.52.6 |
| 68148 | rust-windows-aarch64-gnullvm-0.53.1 | ||
| 68000 | rust-windows-aarch64-msvc-0.48.5 | 68149 | rust-windows-aarch64-msvc-0.48.5 |
| 68001 | rust-windows-aarch64-msvc-0.52.6 | 68150 | rust-windows-aarch64-msvc-0.52.6 |
| 68151 | rust-windows-aarch64-msvc-0.53.1 | ||
| 68002 | rust-windows-i686-gnu-0.48.5 | 68152 | rust-windows-i686-gnu-0.48.5 |
| 68003 | rust-windows-i686-gnu-0.52.6 | 68153 | rust-windows-i686-gnu-0.52.6 |
| 68154 | rust-windows-i686-gnu-0.53.1 | ||
| 68004 | rust-windows-i686-gnullvm-0.52.6 | 68155 | rust-windows-i686-gnullvm-0.52.6 |
| 68156 | rust-windows-i686-gnullvm-0.53.1 | ||
| 68005 | rust-windows-i686-msvc-0.48.5 | 68157 | rust-windows-i686-msvc-0.48.5 |
| 68006 | rust-windows-i686-msvc-0.52.6 | 68158 | rust-windows-i686-msvc-0.52.6 |
| 68159 | rust-windows-i686-msvc-0.53.1 | ||
| 68007 | rust-windows-x86-64-gnu-0.48.5 | 68160 | rust-windows-x86-64-gnu-0.48.5 |
| 68008 | rust-windows-x86-64-gnu-0.52.6 | 68161 | rust-windows-x86-64-gnu-0.52.6 |
| 68162 | rust-windows-x86-64-gnu-0.53.1 | ||
| 68009 | rust-windows-x86-64-gnullvm-0.48.5 | 68163 | rust-windows-x86-64-gnullvm-0.48.5 |
| 68010 | rust-windows-x86-64-gnullvm-0.52.6 | 68164 | rust-windows-x86-64-gnullvm-0.52.6 |
| 68165 | rust-windows-x86-64-gnullvm-0.53.1 | ||
| 68011 | rust-windows-x86-64-msvc-0.48.5 | 68166 | rust-windows-x86-64-msvc-0.48.5 |
| 68012 | rust-windows-x86-64-msvc-0.52.6 | 68167 | rust-windows-x86-64-msvc-0.52.6 |
| 68013 | rust-winnow-0.7.4 | 68168 | rust-windows-x86-64-msvc-0.53.1 |
| 68169 | rust-winnow-0.7.13 | ||
| 68014 | rust-winsafe-0.0.19 | 68170 | rust-winsafe-0.0.19 |
| 68015 | rust-wit-bindgen-rt-0.39.0 | 68171 | rust-wit-bindgen-0.46.0 |
| 68016 | rust-write16-1.0.0 | 68172 | rust-writeable-0.6.2 |
| 68017 | rust-writeable-0.5.5 | 68173 | rust-xattr-1.6.1 |
| 68018 | rust-xattr-1.5.0 | 68174 | rust-xz2-0.1.7 |
| 68019 | rust-yansi-1.0.1 | 68175 | rust-yansi-1.0.1 |
| 68020 | rust-yoke-0.7.5 | 68176 | rust-yoke-0.8.1 |
| 68021 | rust-yoke-derive-0.7.5 | 68177 | rust-yoke-derive-0.8.1 |
| 68022 | rust-zerocopy-0.7.35 | 68178 | rust-zerocopy-0.8.27 |
| 68023 | rust-zerocopy-0.8.24 | 68179 | rust-zerocopy-derive-0.8.27 |
| 68024 | rust-zerocopy-derive-0.7.35 | ||
| 68025 | rust-zerocopy-derive-0.8.24 | ||
| 68026 | rust-zerofrom-0.1.6 | 68180 | rust-zerofrom-0.1.6 |
| 68027 | rust-zerofrom-derive-0.1.6 | 68181 | rust-zerofrom-derive-0.1.6 |
| 68028 | rust-zeroize-1.8.1 | 68182 | rust-zeroize-1.8.2 |
| 68029 | rust-zerovec-0.10.4 | 68183 | rust-zerotrie-0.2.3 |
| 68030 | rust-zerovec-derive-0.10.3 | 68184 | rust-zerovec-0.11.5 |
| 68031 | rust-zip-2.6.1 | 68185 | rust-zerovec-derive-0.11.2 |
| 68032 | rust-zopfli-0.8.1)) | 68186 | rust-zip-2.4.2 |
| 68187 | rust-zip-6.0.0 | ||
| 68188 | rust-zlib-rs-0.5.2 | ||
| 68189 | rust-zopfli-0.8.3 | ||
| 68190 | rust-zstd-0.13.3 | ||
| 68191 | rust-zstd-safe-7.2.4 | ||
| 68192 | rust-zstd-sys-2.0.16+zstd.1.5.7)) | ||
| 68033 | (md_ulb_pwrap => | 68193 | (md_ulb_pwrap => |
| 68034 | (list rust-aho-corasick-1.1.4 | 68194 | (list rust-aho-corasick-1.1.4 |
| 68035 | rust-autocfg-1.5.0 | 68195 | rust-autocfg-1.5.0 |
