diff options
Diffstat (limited to 'textproc/py-jiter/Makefile.crates')
-rw-r--r-- | textproc/py-jiter/Makefile.crates | 55 |
1 files changed, 27 insertions, 28 deletions
diff --git a/textproc/py-jiter/Makefile.crates b/textproc/py-jiter/Makefile.crates index 79897671e006..43de2197f8a4 100644 --- a/textproc/py-jiter/Makefile.crates +++ b/textproc/py-jiter/Makefile.crates @@ -1,63 +1,62 @@ -CARGO_CRATES= ahash-0.8.11 \ +CARGO_CRATES= ahash-0.8.12 \ arbitrary-1.4.1 \ autocfg-1.4.0 \ bencher-0.1.5 \ - bitflags-2.9.0 \ + bitflags-2.9.1 \ bitvec-1.0.1 \ - cc-1.2.16 \ + cc-1.2.23 \ cfg-if-1.0.0 \ - codspeed-2.9.1 \ - codspeed-bencher-compat-2.9.1 \ + codspeed-2.10.1 \ + codspeed-bencher-compat-2.10.1 \ colored-2.2.0 \ equivalent-1.0.2 \ funty-2.0.0 \ - getrandom-0.2.15 \ - getrandom-0.3.1 \ - hashbrown-0.15.2 \ + getrandom-0.3.3 \ + hashbrown-0.15.3 \ heck-0.5.0 \ - indexmap-2.8.0 \ + indexmap-2.9.0 \ indoc-2.0.6 \ itoa-1.0.15 \ - jobserver-0.1.32 \ + jobserver-0.1.33 \ lazy_static-1.5.0 \ lexical-parse-float-1.0.5 \ lexical-parse-integer-1.0.5 \ lexical-util-1.0.6 \ - libc-0.2.170 \ + libc-0.2.172 \ libfuzzer-sys-0.4.9 \ memchr-2.7.4 \ memoffset-0.9.1 \ num-bigint-0.4.6 \ num-integer-0.1.46 \ num-traits-0.2.19 \ - once_cell-1.21.0 \ + once_cell-1.21.3 \ paste-1.0.15 \ portable-atomic-1.11.0 \ - proc-macro2-1.0.94 \ - pyo3-0.24.0 \ - pyo3-build-config-0.24.0 \ - pyo3-ffi-0.24.0 \ - pyo3-macros-0.24.0 \ - pyo3-macros-backend-0.24.0 \ - python3-dll-a-0.2.13 \ - quote-1.0.39 \ + proc-macro2-1.0.95 \ + pyo3-0.25.0 \ + pyo3-build-config-0.25.0 \ + pyo3-ffi-0.25.0 \ + pyo3-macros-0.25.0 \ + pyo3-macros-backend-0.25.0 \ + python3-dll-a-0.2.14 \ + quote-1.0.40 \ + r-efi-5.2.0 \ radium-0.7.0 \ ryu-1.0.20 \ serde-1.0.219 \ serde_derive-1.0.219 \ serde_json-1.0.140 \ shlex-1.3.0 \ - smallvec-1.14.0 \ + smallvec-1.15.0 \ static_assertions-1.1.0 \ - syn-2.0.100 \ + syn-2.0.101 \ tap-1.0.1 \ target-lexicon-0.13.2 \ unicode-ident-1.0.18 \ unindent-0.2.4 \ - uuid-1.15.1 \ + uuid-1.16.0 \ version_check-0.9.5 \ - wasi-0.11.0+wasi-snapshot-preview1 \ - wasi-0.13.3+wasi-0.2.2 \ + wasi-0.14.2+wasi-0.2.4 \ windows-sys-0.59.0 \ windows-targets-0.52.6 \ windows_aarch64_gnullvm-0.52.6 \ @@ -68,7 +67,7 @@ CARGO_CRATES= ahash-0.8.11 \ windows_x86_64_gnu-0.52.6 \ windows_x86_64_gnullvm-0.52.6 \ windows_x86_64_msvc-0.52.6 \ - wit-bindgen-rt-0.33.0 \ + wit-bindgen-rt-0.39.0 \ wyz-0.5.1 \ - zerocopy-0.7.35 \ - zerocopy-derive-0.7.35 + zerocopy-0.8.25 \ + zerocopy-derive-0.8.25 |