diff options
Diffstat (limited to 'misc/codex/Makefile.crates')
| -rw-r--r-- | misc/codex/Makefile.crates | 47 |
1 files changed, 26 insertions, 21 deletions
diff --git a/misc/codex/Makefile.crates b/misc/codex/Makefile.crates index 6c902289f9ac..77909be36b50 100644 --- a/misc/codex/Makefile.crates +++ b/misc/codex/Makefile.crates @@ -51,7 +51,7 @@ CARGO_CRATES= Inflector-0.11.4 \ bit-set-0.5.3 \ bit-vec-0.6.3 \ bitflags-1.3.2 \ - bitflags-2.9.1 \ + bitflags-2.10.0 \ block-buffer-0.10.4 \ block-padding-0.3.3 \ blocking-1.6.2 \ @@ -161,6 +161,7 @@ CARGO_CRATES= Inflector-0.11.4 \ event-listener-strategy-0.5.4 \ eventsource-stream-0.2.3 \ eyre-0.6.12 \ + fancy-regex-0.13.0 \ fastrand-2.3.0 \ fax-0.2.6 \ fax_derive-0.2.0 \ @@ -221,17 +222,17 @@ CARGO_CRATES= Inflector-0.11.4 \ hyper-util-0.1.16 \ iana-time-zone-0.1.63 \ iana-time-zone-haiku-0.1.2 \ - icu_collections-2.0.0 \ - icu_decimal-2.0.0 \ - icu_decimal_data-2.0.0 \ - icu_locale-2.0.0 \ - icu_locale_core-2.0.0 \ - icu_locale_data-2.0.0 \ - icu_normalizer-2.0.0 \ - icu_normalizer_data-2.0.0 \ - icu_properties-2.0.1 \ - icu_properties_data-2.0.1 \ - icu_provider-2.0.0 \ + icu_collections-2.1.1 \ + icu_decimal-2.1.1 \ + icu_decimal_data-2.1.1 \ + icu_locale-2.1.1 \ + icu_locale_core-2.1.1 \ + icu_locale_data-2.1.1 \ + icu_normalizer-2.1.1 \ + icu_normalizer_data-2.1.1 \ + icu_properties-2.1.1 \ + icu_properties_data-2.1.1 \ + icu_provider-2.1.1 \ ident_case-1.0.1 \ idna-1.0.3 \ idna_adapter-1.2.1 \ @@ -352,7 +353,6 @@ CARGO_CRATES= Inflector-0.11.4 \ parking_lot_core-0.9.11 \ paste-1.0.15 \ path-absolutize-3.1.1 \ - path-clean-1.0.1 \ path-dedot-3.1.1 \ pathdiff-0.2.3 \ percent-encoding-2.3.1 \ @@ -370,7 +370,7 @@ CARGO_CRATES= Inflector-0.11.4 \ portable-atomic-1.11.1 \ portable-atomic-util-0.2.4 \ portable-pty-0.9.0 \ - potential_utf-0.1.2 \ + potential_utf-0.1.4 \ powerfmt-0.2.0 \ ppv-lite86-0.2.21 \ precomputed-hash-0.1.1 \ @@ -400,6 +400,7 @@ CARGO_CRATES= Inflector-0.11.4 \ rand_chacha-0.9.0 \ rand_core-0.6.4 \ rand_core-0.9.3 \ + ratatui-macros-0.6.0 \ redox_syscall-0.5.15 \ redox_users-0.4.6 \ redox_users-0.5.0 \ @@ -412,9 +413,10 @@ CARGO_CRATES= Inflector-0.11.4 \ regex-syntax-0.8.5 \ reqwest-0.12.23 \ ring-0.17.14 \ - rmcp-0.8.1 \ - rmcp-macros-0.8.1 \ + rmcp-0.8.3 \ + rmcp-macros-0.8.3 \ rustc-demangle-0.1.25 \ + rustc-hash-1.1.0 \ rustc-hash-2.1.1 \ rustc_version-0.4.1 \ rustix-0.38.44 \ @@ -453,9 +455,9 @@ CARGO_CRATES= Inflector-0.11.4 \ sentry-panic-0.34.0 \ sentry-tracing-0.34.0 \ sentry-types-0.34.0 \ - serde-1.0.226 \ - serde_core-1.0.226 \ - serde_derive-1.0.226 \ + serde-1.0.228 \ + serde_core-1.0.228 \ + serde_derive-1.0.228 \ serde_derive_internals-0.29.1 \ serde_json-1.0.145 \ serde_path_to_error-0.1.20 \ @@ -514,6 +516,8 @@ CARGO_CRATES= Inflector-0.11.4 \ termcolor-1.4.1 \ terminal_size-0.4.2 \ termtree-0.5.1 \ + test-log-0.2.18 \ + test-log-macros-0.2.18 \ textwrap-0.11.0 \ textwrap-0.16.2 \ thiserror-1.0.69 \ @@ -522,6 +526,7 @@ CARGO_CRATES= Inflector-0.11.4 \ thiserror-impl-2.0.16 \ thread_local-1.1.9 \ tiff-0.10.3 \ + tiktoken-rs-0.7.0 \ time-0.3.44 \ time-core-0.1.6 \ time-macros-0.2.24 \ @@ -666,7 +671,7 @@ CARGO_CRATES= Inflector-0.11.4 \ winsafe-0.0.19 \ wiremock-0.6.5 \ wit-bindgen-rt-0.39.0 \ - writeable-0.6.1 \ + writeable-0.6.2 \ x11rb-0.13.1 \ x11rb-protocol-0.13.1 \ xdg-home-1.3.0 \ @@ -683,7 +688,7 @@ CARGO_CRATES= Inflector-0.11.4 \ zeroize-1.8.1 \ zeroize_derive-1.4.2 \ zerotrie-0.2.2 \ - zerovec-0.11.2 \ + zerovec-0.11.5 \ zerovec-derive-0.11.1 \ zune-core-0.4.12 \ zune-jpeg-0.4.19 \ |
