diff options
Diffstat (limited to 'textproc/py-tokenizers/Makefile.crates')
-rw-r--r-- | textproc/py-tokenizers/Makefile.crates | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/textproc/py-tokenizers/Makefile.crates b/textproc/py-tokenizers/Makefile.crates index edc969660adb..2b55624b4b13 100644 --- a/textproc/py-tokenizers/Makefile.crates +++ b/textproc/py-tokenizers/Makefile.crates @@ -1,18 +1,18 @@ CARGO_CRATES= ahash-0.8.12 \ aho-corasick-1.1.3 \ - anstream-0.6.18 \ - anstyle-1.0.10 \ - anstyle-parse-0.2.6 \ - anstyle-query-1.1.2 \ - anstyle-wincon-3.0.8 \ + anstream-0.6.19 \ + anstyle-1.0.11 \ + anstyle-parse-0.2.7 \ + anstyle-query-1.1.3 \ + anstyle-wincon-3.0.9 \ autocfg-1.4.0 \ base64-0.13.1 \ bitflags-2.9.1 \ - bumpalo-3.17.0 \ + bumpalo-3.18.1 \ castaway-0.2.3 \ - cc-1.2.24 \ - cfg-if-1.0.0 \ - colorchoice-1.0.3 \ + cc-1.2.27 \ + cfg-if-1.0.1 \ + colorchoice-1.0.4 \ compact_str-0.9.0 \ console-0.15.11 \ crossbeam-deque-0.8.6 \ @@ -41,16 +41,16 @@ CARGO_CRATES= ahash-0.8.12 \ is_terminal_polyfill-1.70.1 \ itertools-0.14.0 \ itoa-1.0.15 \ - jiff-0.2.14 \ - jiff-static-0.2.14 \ + jiff-0.2.15 \ + jiff-static-0.2.15 \ js-sys-0.3.77 \ - libc-0.2.172 \ + libc-0.2.173 \ linux-raw-sys-0.9.4 \ log-0.4.27 \ - macro_rules_attribute-0.2.0 \ - macro_rules_attribute-proc_macro-0.2.0 \ + macro_rules_attribute-0.2.2 \ + macro_rules_attribute-proc_macro-0.2.2 \ matrixmultiply-0.3.10 \ - memchr-2.7.4 \ + memchr-2.7.5 \ memoffset-0.9.1 \ minimal-lexical-0.2.1 \ monostate-0.1.14 \ @@ -68,7 +68,7 @@ CARGO_CRATES= ahash-0.8.12 \ onig_sys-69.9.1 \ paste-1.0.15 \ pkg-config-0.3.32 \ - portable-atomic-1.11.0 \ + portable-atomic-1.11.1 \ portable-atomic-util-0.2.4 \ ppv-lite86-0.2.21 \ proc-macro2-1.0.95 \ @@ -78,7 +78,7 @@ CARGO_CRATES= ahash-0.8.12 \ pyo3-macros-0.25.1 \ pyo3-macros-backend-0.25.1 \ quote-1.0.40 \ - r-efi-5.2.0 \ + r-efi-5.3.0 \ rand-0.9.1 \ rand_chacha-0.9.0 \ rand_core-0.9.3 \ @@ -97,11 +97,11 @@ CARGO_CRATES= ahash-0.8.12 \ serde_derive-1.0.219 \ serde_json-1.0.140 \ shlex-1.3.0 \ - smallvec-1.15.0 \ + smallvec-1.15.1 \ spm_precompiled-0.1.4 \ static_assertions-1.1.0 \ strsim-0.11.1 \ - syn-2.0.101 \ + syn-2.0.103 \ target-lexicon-0.13.2 \ tempfile-3.20.0 \ thiserror-2.0.12 \ @@ -109,7 +109,7 @@ CARGO_CRATES= ahash-0.8.12 \ unicode-ident-1.0.18 \ unicode-normalization-alignments-0.1.12 \ unicode-segmentation-1.12.0 \ - unicode-width-0.2.0 \ + unicode-width-0.2.1 \ unicode_categories-0.1.1 \ unindent-0.2.4 \ utf8parse-0.2.2 \ |