diff options
Diffstat (limited to 'shells/nu_plugin_formats/Makefile.crates')
-rw-r--r-- | shells/nu_plugin_formats/Makefile.crates | 43 |
1 files changed, 23 insertions, 20 deletions
diff --git a/shells/nu_plugin_formats/Makefile.crates b/shells/nu_plugin_formats/Makefile.crates index 57d3a3eb5eb5..21fb90222f01 100644 --- a/shells/nu_plugin_formats/Makefile.crates +++ b/shells/nu_plugin_formats/Makefile.crates @@ -18,7 +18,7 @@ CARGO_CRATES= adler2-2.0.0 \ bumpalo-3.16.0 \ byteorder-1.5.0 \ bytes-1.10.0 \ - bytesize-1.3.2 \ + bytesize-1.3.3 \ cc-1.2.16 \ cexpr-0.6.0 \ cfg-if-1.0.0 \ @@ -63,11 +63,11 @@ CARGO_CRATES= adler2-2.0.0 \ iana-time-zone-0.1.61 \ iana-time-zone-haiku-0.1.2 \ ical-0.11.0 \ - indexmap-2.7.0 \ + indexmap-2.9.0 \ interprocess-2.2.2 \ inventory-0.3.15 \ is_ci-1.2.0 \ - is_debug-1.0.2 \ + is_debug-1.1.0 \ itertools-0.13.0 \ itoa-1.0.14 \ js-sys-0.3.76 \ @@ -91,20 +91,20 @@ CARGO_CRATES= adler2-2.0.0 \ nom-7.1.3 \ ntapi-0.4.1 \ nu-ansi-term-0.50.1 \ - nu-cmd-lang-0.103.0 \ - nu-derive-value-0.103.0 \ - nu-engine-0.103.0 \ - nu-glob-0.103.0 \ - nu-parser-0.103.0 \ - nu-path-0.103.0 \ - nu-plugin-0.103.0 \ - nu-plugin-core-0.103.0 \ - nu-plugin-engine-0.103.0 \ - nu-plugin-protocol-0.103.0 \ - nu-plugin-test-support-0.103.0 \ - nu-protocol-0.103.0 \ - nu-system-0.103.0 \ - nu-utils-0.103.0 \ + nu-cmd-lang-0.104.0 \ + nu-derive-value-0.104.0 \ + nu-engine-0.104.0 \ + nu-glob-0.104.0 \ + nu-parser-0.104.0 \ + nu-path-0.104.0 \ + nu-plugin-0.104.0 \ + nu-plugin-core-0.104.0 \ + nu-plugin-engine-0.104.0 \ + nu-plugin-protocol-0.104.0 \ + nu-plugin-test-support-0.104.0 \ + nu-protocol-0.104.0 \ + nu-system-0.104.0 \ + nu-utils-0.104.0 \ num-conv-0.1.0 \ num-format-0.4.4 \ num-traits-0.2.19 \ @@ -154,7 +154,7 @@ CARGO_CRATES= adler2-2.0.0 \ serde-1.0.216 \ serde_derive-1.0.216 \ serde_json-1.0.133 \ - shadow-rs-0.38.0 \ + shadow-rs-1.1.1 \ shlex-1.3.0 \ signal-hook-0.3.17 \ signal-hook-mio-0.2.4 \ @@ -174,9 +174,9 @@ CARGO_CRATES= adler2-2.0.0 \ terminal_size-0.4.1 \ textwrap-0.16.1 \ thiserror-1.0.69 \ - thiserror-2.0.6 \ + thiserror-2.0.12 \ thiserror-impl-1.0.69 \ - thiserror-impl-2.0.6 \ + thiserror-impl-2.0.12 \ time-0.3.37 \ time-core-0.1.2 \ time-macros-0.2.19 \ @@ -185,6 +185,9 @@ CARGO_CRATES= adler2-2.0.0 \ typeid-1.0.2 \ typetag-0.2.18 \ typetag-impl-0.2.18 \ + tz-rs-0.7.0 \ + tzdb-0.7.2 \ + tzdb_data-0.2.1 \ unicase-2.8.0 \ unicode-ident-1.0.14 \ unicode-linebreak-0.1.5 \ |