diff options
Diffstat (limited to '')
-rw-r--r-- | devel/py-pycrdt/Makefile.crates | 50 |
1 files changed, 22 insertions, 28 deletions
diff --git a/devel/py-pycrdt/Makefile.crates b/devel/py-pycrdt/Makefile.crates index 24ef6cb9743a..d9ca443fc9ae 100644 --- a/devel/py-pycrdt/Makefile.crates +++ b/devel/py-pycrdt/Makefile.crates @@ -16,15 +16,15 @@ CARGO_CRATES= arc-swap-1.7.1 \ heck-0.5.0 \ indoc-2.0.6 \ itoa-1.0.15 \ - js-sys-0.3.78 \ - libc-0.2.175 \ - lock_api-0.4.13 \ + js-sys-0.3.81 \ + libc-0.2.176 \ + lock_api-0.4.14 \ log-0.4.28 \ - memchr-2.7.5 \ + memchr-2.7.6 \ memoffset-0.9.1 \ once_cell-1.21.3 \ parking-2.2.1 \ - parking_lot_core-0.9.11 \ + parking_lot_core-0.9.12 \ pin-project-lite-0.2.16 \ portable-atomic-1.11.1 \ proc-macro2-1.0.101 \ @@ -33,34 +33,28 @@ CARGO_CRATES= arc-swap-1.7.1 \ pyo3-ffi-0.26.0 \ pyo3-macros-0.26.0 \ pyo3-macros-backend-0.26.0 \ - quote-1.0.40 \ - redox_syscall-0.5.17 \ + quote-1.0.41 \ + redox_syscall-0.5.18 \ + rustversion-1.0.22 \ ryu-1.0.20 \ scopeguard-1.2.0 \ - serde-1.0.219 \ - serde_derive-1.0.219 \ - serde_json-1.0.143 \ + serde-1.0.228 \ + serde_core-1.0.228 \ + serde_derive-1.0.228 \ + serde_json-1.0.145 \ smallstr-0.3.1 \ smallvec-1.15.1 \ syn-2.0.106 \ - target-lexicon-0.13.2 \ - thiserror-2.0.16 \ - thiserror-impl-2.0.16 \ - unicode-ident-1.0.18 \ + target-lexicon-0.13.3 \ + thiserror-2.0.17 \ + thiserror-impl-2.0.17 \ + unicode-ident-1.0.19 \ unindent-0.2.4 \ wasi-0.11.1+wasi-snapshot-preview1 \ - wasm-bindgen-0.2.101 \ - wasm-bindgen-backend-0.2.101 \ - wasm-bindgen-macro-0.2.101 \ - wasm-bindgen-macro-support-0.2.101 \ - wasm-bindgen-shared-0.2.101 \ - windows-targets-0.52.6 \ - windows_aarch64_gnullvm-0.52.6 \ - windows_aarch64_msvc-0.52.6 \ - windows_i686_gnu-0.52.6 \ - windows_i686_gnullvm-0.52.6 \ - windows_i686_msvc-0.52.6 \ - windows_x86_64_gnu-0.52.6 \ - windows_x86_64_gnullvm-0.52.6 \ - windows_x86_64_msvc-0.52.6 \ + wasm-bindgen-0.2.104 \ + wasm-bindgen-backend-0.2.104 \ + wasm-bindgen-macro-0.2.104 \ + wasm-bindgen-macro-support-0.2.104 \ + wasm-bindgen-shared-0.2.104 \ + windows-link-0.2.1 \ yrs-0.24.0 |