diff options
Diffstat (limited to 'textproc/feluda/Makefile.crates')
-rw-r--r-- | textproc/feluda/Makefile.crates | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/textproc/feluda/Makefile.crates b/textproc/feluda/Makefile.crates index 7c0069c4fbe7..8b30633a58d7 100644 --- a/textproc/feluda/Makefile.crates +++ b/textproc/feluda/Makefile.crates @@ -138,14 +138,14 @@ CARGO_CRATES= addr2line-0.24.2 \ maplit-1.0.2 \ markup5ever-0.14.1 \ match_token-0.1.0 \ - matchers-0.1.0 \ + matchers-0.2.0 \ memchr-2.7.5 \ miniz_oxide-0.8.9 \ mio-1.0.4 \ mockall-0.13.1 \ mockall_derive-0.13.1 \ new_debug_unreachable-1.0.6 \ - nu-ansi-term-0.46.0 \ + nu-ansi-term-0.50.1 \ num-traits-0.2.19 \ object-0.36.7 \ once_cell-1.21.3 \ @@ -154,7 +154,6 @@ CARGO_CRATES= addr2line-0.24.2 \ openssl-sys-0.9.109 \ option-ext-0.2.0 \ ordered-float-2.10.1 \ - overload-0.1.1 \ owo-colors-4.2.2 \ parking_lot-0.12.4 \ parking_lot_core-0.9.11 \ @@ -194,9 +193,7 @@ CARGO_CRATES= addr2line-0.24.2 \ redox_syscall-0.5.15 \ redox_users-0.5.0 \ regex-1.11.1 \ - regex-automata-0.1.10 \ regex-automata-0.4.9 \ - regex-syntax-0.6.29 \ regex-syntax-0.8.5 \ reqwest-0.12.22 \ ring-0.17.14 \ @@ -260,7 +257,8 @@ CARGO_CRATES= addr2line-0.24.2 \ tinystr-0.8.1 \ tinyvec-1.9.0 \ tinyvec_macros-0.1.1 \ - tokio-1.46.1 \ + tokio-1.47.1 \ + tokio-macros-2.5.0 \ tokio-rustls-0.26.2 \ tokio-util-0.7.15 \ toml-0.8.23 \ @@ -276,7 +274,7 @@ CARGO_CRATES= addr2line-0.24.2 \ tracing-core-0.1.34 \ tracing-error-0.2.1 \ tracing-log-0.2.0 \ - tracing-subscriber-0.3.19 \ + tracing-subscriber-0.3.20 \ try-lock-0.2.5 \ typeid-1.0.3 \ uncased-0.9.10 \ @@ -292,6 +290,7 @@ CARGO_CRATES= addr2line-0.24.2 \ utf-8-0.7.6 \ utf8_iter-1.0.4 \ utf8parse-0.2.2 \ + uuid-1.18.1 \ valuable-0.1.1 \ vcpkg-0.2.15 \ version_check-0.9.5 \ |