diff options
Diffstat (limited to 'devel/py-pycrdt/Makefile.crates')
-rw-r--r-- | devel/py-pycrdt/Makefile.crates | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/devel/py-pycrdt/Makefile.crates b/devel/py-pycrdt/Makefile.crates index d4cc191385ab..24ef6cb9743a 100644 --- a/devel/py-pycrdt/Makefile.crates +++ b/devel/py-pycrdt/Makefile.crates @@ -2,7 +2,7 @@ CARGO_CRATES= arc-swap-1.7.1 \ async-lock-3.4.1 \ async-trait-0.1.89 \ autocfg-1.5.0 \ - bitflags-2.9.3 \ + bitflags-2.9.4 \ bumpalo-3.19.0 \ cfg-if-1.0.3 \ concurrent-queue-2.5.0 \ @@ -16,10 +16,10 @@ CARGO_CRATES= arc-swap-1.7.1 \ heck-0.5.0 \ indoc-2.0.6 \ itoa-1.0.15 \ - js-sys-0.3.77 \ + js-sys-0.3.78 \ libc-0.2.175 \ lock_api-0.4.13 \ - log-0.4.27 \ + log-0.4.28 \ memchr-2.7.5 \ memoffset-0.9.1 \ once_cell-1.21.3 \ @@ -49,11 +49,11 @@ CARGO_CRATES= arc-swap-1.7.1 \ unicode-ident-1.0.18 \ unindent-0.2.4 \ wasi-0.11.1+wasi-snapshot-preview1 \ - wasm-bindgen-0.2.100 \ - wasm-bindgen-backend-0.2.100 \ - wasm-bindgen-macro-0.2.100 \ - wasm-bindgen-macro-support-0.2.100 \ - wasm-bindgen-shared-0.2.100 \ + 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 \ |