diff options
Diffstat (limited to 'shells/nu_plugin_inc/Makefile.crates')
-rw-r--r-- | shells/nu_plugin_inc/Makefile.crates | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/shells/nu_plugin_inc/Makefile.crates b/shells/nu_plugin_inc/Makefile.crates index 2d999154b43e..e513e8e85970 100644 --- a/shells/nu_plugin_inc/Makefile.crates +++ b/shells/nu_plugin_inc/Makefile.crates @@ -47,7 +47,7 @@ CARGO_CRATES= adler2-2.0.0 \ hex-0.4.3 \ iana-time-zone-0.1.61 \ iana-time-zone-haiku-0.1.2 \ - indexmap-2.7.0 \ + indexmap-2.9.0 \ interprocess-2.2.2 \ inventory-0.3.15 \ is_ci-1.2.0 \ @@ -74,16 +74,16 @@ CARGO_CRATES= adler2-2.0.0 \ nom-7.1.3 \ ntapi-0.4.1 \ nu-ansi-term-0.50.1 \ - nu-derive-value-0.103.0 \ - nu-engine-0.103.0 \ - nu-glob-0.103.0 \ - nu-path-0.103.0 \ - nu-plugin-0.103.0 \ - nu-plugin-core-0.103.0 \ - nu-plugin-protocol-0.103.0 \ - nu-protocol-0.103.0 \ - nu-system-0.103.0 \ - nu-utils-0.103.0 \ + nu-derive-value-0.104.0 \ + nu-engine-0.104.0 \ + nu-glob-0.104.0 \ + nu-path-0.104.0 \ + nu-plugin-0.104.0 \ + nu-plugin-core-0.104.0 \ + nu-plugin-protocol-0.104.0 \ + nu-protocol-0.104.0 \ + nu-system-0.104.0 \ + nu-utils-0.104.0 \ num-format-0.4.4 \ num-traits-0.2.19 \ omnipath-0.1.6 \ @@ -140,9 +140,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 \ typeid-1.0.2 \ typetag-0.2.18 \ typetag-impl-0.2.18 \ |