diff options
Diffstat (limited to 'devel/py-maturin/Makefile.crates')
-rw-r--r-- | devel/py-maturin/Makefile.crates | 29 |
1 files changed, 19 insertions, 10 deletions
diff --git a/devel/py-maturin/Makefile.crates b/devel/py-maturin/Makefile.crates index 3939029149eb..d50638157931 100644 --- a/devel/py-maturin/Makefile.crates +++ b/devel/py-maturin/Makefile.crates @@ -29,10 +29,10 @@ CARGO_CRATES= adler2-2.0.0 \ cargo-config2-0.1.26 \ cargo-options-0.7.4 \ cargo-platform-0.1.8 \ - cargo-xwin-0.18.4 \ + cargo-xwin-0.18.6 \ cargo-zigbuild-0.20.0 \ cargo_metadata-0.19.0 \ - cbindgen-0.28.0 \ + cbindgen-0.29.0 \ cc-1.2.16 \ cfb-0.10.0 \ cfg-if-1.0.0 \ @@ -101,12 +101,12 @@ CARGO_CRATES= adler2-2.0.0 \ futures-util-0.3.31 \ generic-array-0.14.7 \ getrandom-0.2.15 \ + getrandom-0.3.3 \ glob-0.3.1 \ - globset-0.4.15 \ + globset-0.4.16 \ goblin-0.9.2 \ hashbrown-0.14.5 \ hashbrown-0.15.2 \ - heck-0.4.1 \ heck-0.5.0 \ home-0.5.9 \ humantime-2.1.0 \ @@ -127,15 +127,17 @@ CARGO_CRATES= adler2-2.0.0 \ indexmap-2.6.0 \ indicatif-0.17.9 \ indoc-2.0.5 \ + insta-1.43.1 \ is_terminal_polyfill-1.70.0 \ itertools-0.12.1 \ itertools-0.13.0 \ itoa-1.0.11 \ + jobserver-0.1.33 \ js-sys-0.3.73 \ keyring-2.3.3 \ lazy_static-1.4.0 \ lddtree-0.3.7 \ - libc-0.2.167 \ + libc-0.2.172 \ libmimalloc-sys-0.1.39 \ libredox-0.1.3 \ linux-keyutils-0.2.4 \ @@ -144,6 +146,7 @@ CARGO_CRATES= adler2-2.0.0 \ lock_api-0.4.12 \ lockfree-object-pool-0.1.6 \ log-0.4.22 \ + lzma-rs-0.3.0 \ lzma-sys-0.1.20 \ lzxd-0.2.5 \ mailparse-0.15.0 \ @@ -183,7 +186,7 @@ CARGO_CRATES= adler2-2.0.0 \ pin-utils-0.1.0 \ pkg-config-0.3.30 \ plain-0.2.3 \ - platform-info-2.0.3 \ + platform-info-2.0.5 \ portable-atomic-1.6.0 \ powerfmt-0.2.0 \ ppv-lite86-0.2.17 \ @@ -191,10 +194,11 @@ CARGO_CRATES= adler2-2.0.0 \ proc-macro-crate-3.1.0 \ proc-macro2-1.0.92 \ psm-0.1.21 \ - pyproject-toml-0.13.4 \ + pyproject-toml-0.13.5 \ python-pkginfo-0.6.5 \ quote-1.0.37 \ quoted_printable-0.5.0 \ + r-efi-5.2.0 \ rand-0.8.5 \ rand_chacha-0.3.1 \ rand_core-0.6.4 \ @@ -264,9 +268,9 @@ CARGO_CRATES= adler2-2.0.0 \ terminal_size-0.3.0 \ textwrap-0.16.1 \ thiserror-1.0.69 \ - thiserror-2.0.3 \ + thiserror-2.0.12 \ thiserror-impl-1.0.69 \ - thiserror-impl-2.0.3 \ + thiserror-impl-2.0.12 \ thread_local-1.1.8 \ time-0.3.36 \ time-core-0.1.2 \ @@ -308,6 +312,7 @@ CARGO_CRATES= adler2-2.0.0 \ wait-timeout-0.2.0 \ walkdir-2.5.0 \ wasi-0.11.0+wasi-snapshot-preview1 \ + wasi-0.14.2+wasi-0.2.4 \ wasm-bindgen-0.2.96 \ wasm-bindgen-backend-0.2.96 \ wasm-bindgen-macro-0.2.96 \ @@ -343,6 +348,7 @@ CARGO_CRATES= adler2-2.0.0 \ winnow-0.5.40 \ winnow-0.6.20 \ winsafe-0.0.19 \ + wit-bindgen-rt-0.39.0 \ write16-1.0.0 \ writeable-0.5.5 \ xattr-1.3.1 \ @@ -359,4 +365,7 @@ CARGO_CRATES= adler2-2.0.0 \ zerovec-0.10.4 \ zerovec-derive-0.10.3 \ zip-2.3.0 \ - zopfli-0.8.1 + zopfli-0.8.1 \ + zstd-0.13.3 \ + zstd-safe-7.2.4 \ + zstd-sys-2.0.15+zstd.1.5.7 |