diff options
Diffstat (limited to 'filesystems/xfuse/Makefile.crates')
-rw-r--r-- | filesystems/xfuse/Makefile.crates | 43 |
1 files changed, 21 insertions, 22 deletions
diff --git a/filesystems/xfuse/Makefile.crates b/filesystems/xfuse/Makefile.crates index 6844b0f9f452..48e437a7cf71 100644 --- a/filesystems/xfuse/Makefile.crates +++ b/filesystems/xfuse/Makefile.crates @@ -10,10 +10,11 @@ CARGO_CRATES= aho-corasick-1.0.5 \ bincode_derive-2.0.1 \ bitflags-1.3.2 \ bitflags-2.4.0 \ - bstr-1.6.2 \ + bstr-1.8.0 \ byteorder-1.4.3 \ cc-1.0.83 \ cfg-if-1.0.0 \ + cfg_aliases-0.2.1 \ clap-4.4.18 \ clap_builder-4.4.18 \ clap_derive-4.4.7 \ @@ -31,7 +32,7 @@ CARGO_CRATES= aho-corasick-1.0.5 \ fastrand-2.0.0 \ function_name-0.3.0 \ function_name-proc-macro-0.3.0 \ - fuser-0.13.0 \ + fuser-0.16.0 \ futures-0.3.28 \ futures-channel-0.3.31 \ futures-core-0.3.31 \ @@ -51,19 +52,18 @@ CARGO_CRATES= aho-corasick-1.0.5 \ libc-0.2.155 \ linux-raw-sys-0.4.5 \ log-0.4.21 \ - matchers-0.1.0 \ + matchers-0.2.0 \ mdconfig-0.2.0 \ - memchr-2.6.1 \ - nix-0.27.1 \ - nu-ansi-term-0.46.0 \ + memchr-2.7.5 \ + nix-0.29.0 \ + nu-ansi-term-0.50.1 \ num-derive-0.4.2 \ num-traits-0.2.14 \ once_cell-1.18.0 \ - overload-0.1.1 \ - page_size-0.5.0 \ + page_size-0.6.0 \ pin-project-lite-0.2.13 \ pin-utils-0.1.0 \ - pkg-config-0.3.27 \ + pkg-config-0.3.32 \ ppv-lite86-0.2.17 \ predicates-3.0.3 \ predicates-core-1.0.6 \ @@ -74,11 +74,9 @@ CARGO_CRATES= aho-corasick-1.0.5 \ rand_chacha-0.3.1 \ rand_core-0.6.4 \ redox_syscall-0.3.5 \ - regex-1.9.4 \ - regex-automata-0.1.10 \ - regex-automata-0.3.7 \ - regex-syntax-0.6.29 \ - regex-syntax-0.7.5 \ + regex-1.11.2 \ + regex-automata-0.4.10 \ + regex-syntax-0.8.6 \ relative-path-1.9.3 \ rstest-0.19.0 \ rstest_macros-0.19.0 \ @@ -87,8 +85,9 @@ CARGO_CRATES= aho-corasick-1.0.5 \ rustix-0.38.10 \ same-file-1.0.6 \ semver-1.0.18 \ - serde-1.0.188 \ - serde_derive-1.0.188 \ + serde-1.0.226 \ + serde_core-1.0.226 \ + serde_derive-1.0.226 \ sharded-slab-0.1.4 \ slab-0.4.9 \ smallvec-1.8.0 \ @@ -101,11 +100,11 @@ CARGO_CRATES= aho-corasick-1.0.5 \ thiserror-1.0.48 \ thiserror-impl-1.0.48 \ thread_local-1.1.7 \ - tracing-0.1.37 \ - tracing-attributes-0.1.26 \ - tracing-core-0.1.31 \ + tracing-0.1.41 \ + tracing-attributes-0.1.30 \ + tracing-core-0.1.34 \ tracing-log-0.2.0 \ - tracing-subscriber-0.3.18 \ + tracing-subscriber-0.3.20 \ unicode-ident-1.0.11 \ unty-0.0.4 \ utf8parse-0.2.1 \ @@ -139,5 +138,5 @@ CARGO_CRATES= aho-corasick-1.0.5 \ windows_x86_64_msvc-0.48.5 \ windows_x86_64_msvc-0.52.5 \ xattr-1.0.1 \ - zerocopy-0.6.6 \ - zerocopy-derive-0.6.6 + zerocopy-0.8.27 \ + zerocopy-derive-0.8.27 |