diff options
Diffstat (limited to 'devel/fsx/Makefile.crates')
-rw-r--r-- | devel/fsx/Makefile.crates | 74 |
1 files changed, 41 insertions, 33 deletions
diff --git a/devel/fsx/Makefile.crates b/devel/fsx/Makefile.crates index 37ee137577cc..606abc5c429a 100644 --- a/devel/fsx/Makefile.crates +++ b/devel/fsx/Makefile.crates @@ -1,59 +1,65 @@ CARGO_CRATES= aho-corasick-0.7.20 \ - assert_cmd-2.0.7 \ + anstream-0.6.13 \ + anstyle-1.0.6 \ + anstyle-parse-0.2.3 \ + anstyle-query-1.0.2 \ + anstyle-wincon-3.0.2 \ + assert_cmd-2.0.17 \ autocfg-1.1.0 \ bitflags-1.3.2 \ bitflags-2.4.1 \ bstr-1.1.0 \ cfg-if-1.0.0 \ - clap-4.1.11 \ + cfg_aliases-0.1.1 \ + clap-4.5.13 \ clap-verbosity-flag-2.1.1 \ - clap_derive-4.1.9 \ - clap_lex-0.3.0 \ + clap_builder-4.5.13 \ + clap_derive-4.5.13 \ + clap_lex-0.7.4 \ + colorchoice-1.0.0 \ const_panic-0.2.7 \ ctor-0.1.26 \ diff-0.1.13 \ difflib-0.4.0 \ doc-comment-0.3.3 \ - either-1.8.0 \ - env_logger-0.10.0 \ + env_filter-0.1.0 \ + env_logger-0.11.3 \ + equivalent-1.0.1 \ errno-0.3.8 \ fastrand-2.0.1 \ futures-0.3.27 \ - futures-channel-0.3.27 \ - futures-core-0.3.27 \ + futures-channel-0.3.31 \ + futures-core-0.3.31 \ futures-executor-0.3.27 \ - futures-io-0.3.27 \ - futures-macro-0.3.27 \ - futures-sink-0.3.27 \ - futures-task-0.3.27 \ + futures-io-0.3.31 \ + futures-macro-0.3.31 \ + futures-sink-0.3.31 \ + futures-task-0.3.31 \ futures-timer-3.0.2 \ - futures-util-0.3.27 \ + futures-util-0.3.31 \ getrandom-0.2.8 \ - heck-0.4.0 \ - hermit-abi-0.3.3 \ + hashbrown-0.14.3 \ + heck-0.5.0 \ humantime-2.1.0 \ - is-terminal-0.4.10 \ - itertools-0.10.5 \ + indexmap-2.2.5 \ konst_kernel-0.3.4 \ - libc-0.2.151 \ + libc-0.2.155 \ linux-raw-sys-0.4.12 \ - log-0.4.17 \ + log-0.4.21 \ + mdconfig-0.2.0 \ memchr-2.5.0 \ - nix-0.27.1 \ + nix-0.28.0 \ once_cell-1.17.0 \ - os_str_bytes-6.4.1 \ output_vt100-0.1.3 \ pin-project-lite-0.2.9 \ pin-utils-0.1.0 \ ppv-lite86-0.2.17 \ - predicates-2.1.5 \ - predicates-core-1.0.5 \ + predicates-3.1.3 \ + predicates-core-1.0.9 \ predicates-tree-1.0.7 \ pretty_assertions-1.3.0 \ - proc-macro-error-1.0.4 \ - proc-macro-error-attr-1.0.4 \ - proc-macro2-1.0.63 \ - quote-1.0.23 \ + proc-macro2-1.0.95 \ + quote-1.0.40 \ rand-0.8.5 \ rand_chacha-0.3.1 \ rand_core-0.6.4 \ @@ -67,24 +73,25 @@ CARGO_CRATES= aho-corasick-0.7.20 \ rstest_macros-0.16.0 \ rustc_version-0.4.0 \ rustix-0.38.28 \ - safemem-0.3.3 \ semver-1.0.16 \ serde-1.0.152 \ serde_derive-1.0.152 \ + serde_spanned-0.6.5 \ slab-0.4.8 \ - strsim-0.10.0 \ + strsim-0.11.1 \ syn-1.0.107 \ + syn-2.0.101 \ tempfile-3.9.0 \ - termcolor-1.1.3 \ termtree-0.4.0 \ - toml-0.5.11 \ + toml-0.8.11 \ + toml_datetime-0.6.5 \ + toml_edit-0.22.7 \ unicode-ident-1.0.6 \ - version_check-0.9.4 \ + utf8parse-0.2.1 \ wait-timeout-0.2.0 \ wasi-0.11.0+wasi-snapshot-preview1 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ - winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ windows-sys-0.52.0 \ windows-targets-0.52.0 \ @@ -95,4 +102,5 @@ CARGO_CRATES= aho-corasick-0.7.20 \ windows_x86_64_gnu-0.52.0 \ windows_x86_64_gnullvm-0.52.0 \ windows_x86_64_msvc-0.52.0 \ + winnow-0.6.5 \ yansi-0.5.1 |