diff options
Diffstat (limited to 'shells/nu_plugin_query/Makefile.crates')
-rw-r--r-- | shells/nu_plugin_query/Makefile.crates | 36 |
1 files changed, 20 insertions, 16 deletions
diff --git a/shells/nu_plugin_query/Makefile.crates b/shells/nu_plugin_query/Makefile.crates index 9b8c095eb6c6..ed1f395b54f1 100644 --- a/shells/nu_plugin_query/Makefile.crates +++ b/shells/nu_plugin_query/Makefile.crates @@ -13,9 +13,12 @@ CARGO_CRATES= adler2-2.0.0 \ bitflags-2.6.0 \ brotli-7.0.0 \ brotli-decompressor-4.0.1 \ + buf-trait-0.4.1 \ bumpalo-3.16.0 \ byteorder-1.5.0 \ bytes-1.10.0 \ + byteyarn-0.5.1 \ + castaway-0.2.3 \ cc-1.2.16 \ cexpr-0.6.0 \ cfg-if-1.0.0 \ @@ -43,7 +46,7 @@ CARGO_CRATES= adler2-2.0.0 \ equivalent-1.0.1 \ erased-serde-0.4.5 \ errno-0.3.10 \ - fancy-regex-0.14.0 \ + fancy-regex-0.16.1 \ flate2-1.1.2 \ foldhash-0.1.5 \ form_urlencoded-1.2.1 \ @@ -71,7 +74,7 @@ CARGO_CRATES= adler2-2.0.0 \ icu_provider_macros-1.5.0 \ idna-1.0.3 \ idna_adapter-1.2.0 \ - indexmap-2.10.0 \ + indexmap-2.11.0 \ interprocess-2.2.2 \ inventory-0.3.15 \ is_ci-1.2.0 \ @@ -79,6 +82,7 @@ CARGO_CRATES= adler2-2.0.0 \ itertools-0.14.0 \ itoa-1.0.14 \ js-sys-0.3.76 \ + lean_string-0.5.0 \ libc-0.2.174 \ libloading-0.8.6 \ libproc-0.14.10 \ @@ -87,11 +91,11 @@ CARGO_CRATES= adler2-2.0.0 \ linux-raw-sys-0.4.14 \ litemap-0.7.4 \ lock_api-0.4.12 \ - log-0.4.22 \ + log-0.4.27 \ lru-0.12.5 \ lscolors-0.20.0 \ mac-0.1.1 \ - mach2-0.4.2 \ + mach2-0.4.3 \ markup5ever-0.12.1 \ markup5ever-0.14.0 \ markup5ever_rcdom-0.3.0 \ @@ -106,17 +110,17 @@ CARGO_CRATES= adler2-2.0.0 \ nom-7.1.3 \ ntapi-0.4.1 \ nu-ansi-term-0.50.1 \ - nu-derive-value-0.106.1 \ - nu-engine-0.106.1 \ - nu-experimental-0.106.1 \ - nu-glob-0.106.1 \ - nu-path-0.106.1 \ - nu-plugin-0.106.1 \ - nu-plugin-core-0.106.1 \ - nu-plugin-protocol-0.106.1 \ - nu-protocol-0.106.1 \ - nu-system-0.106.1 \ - nu-utils-0.106.1 \ + nu-derive-value-0.107.0 \ + nu-engine-0.107.0 \ + nu-experimental-0.107.0 \ + nu-glob-0.107.0 \ + nu-path-0.107.0 \ + nu-plugin-0.107.0 \ + nu-plugin-core-0.107.0 \ + nu-plugin-protocol-0.107.0 \ + nu-protocol-0.107.0 \ + nu-system-0.107.0 \ + nu-utils-0.107.0 \ num-format-0.4.4 \ num-traits-0.2.19 \ objc2-core-foundation-0.3.1 \ @@ -199,7 +203,7 @@ CARGO_CRATES= adler2-2.0.0 \ syn-2.0.90 \ synstructure-0.13.1 \ sys-locale-0.3.2 \ - sysinfo-0.36.0 \ + sysinfo-0.36.1 \ tendril-0.4.3 \ terminal_size-0.4.1 \ textwrap-0.16.1 \ |