diff options
Diffstat (limited to 'filesystems/xfuse/Makefile.crates')
-rw-r--r-- | filesystems/xfuse/Makefile.crates | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/filesystems/xfuse/Makefile.crates b/filesystems/xfuse/Makefile.crates index 0cb7306bc004..6844b0f9f452 100644 --- a/filesystems/xfuse/Makefile.crates +++ b/filesystems/xfuse/Makefile.crates @@ -4,10 +4,10 @@ CARGO_CRATES= aho-corasick-1.0.5 \ anstyle-parse-0.2.4 \ anstyle-query-1.0.3 \ anstyle-wincon-3.0.3 \ - assert_cmd-2.0.11 \ + assert_cmd-2.0.17 \ autocfg-1.1.0 \ - bincode-2.0.0-rc.3 \ - bincode_derive-2.0.0-rc.3 \ + bincode-2.0.1 \ + bincode_derive-2.0.1 \ bitflags-1.3.2 \ bitflags-2.4.0 \ bstr-1.6.2 \ @@ -33,15 +33,15 @@ CARGO_CRATES= aho-corasick-1.0.5 \ function_name-proc-macro-0.3.0 \ fuser-0.13.0 \ futures-0.3.28 \ - futures-channel-0.3.28 \ - futures-core-0.3.28 \ + futures-channel-0.3.31 \ + futures-core-0.3.31 \ futures-executor-0.3.28 \ - futures-io-0.3.28 \ - futures-macro-0.3.28 \ - futures-sink-0.3.28 \ - futures-task-0.3.28 \ + 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.28 \ + futures-util-0.3.31 \ getrandom-0.2.10 \ glob-0.3.1 \ heck-0.4.1 \ @@ -68,8 +68,8 @@ CARGO_CRATES= aho-corasick-1.0.5 \ predicates-3.0.3 \ predicates-core-1.0.6 \ predicates-tree-1.0.9 \ - proc-macro2-1.0.66 \ - quote-1.0.33 \ + proc-macro2-1.0.94 \ + quote-1.0.40 \ rand-0.8.5 \ rand_chacha-0.3.1 \ rand_core-0.6.4 \ @@ -93,7 +93,7 @@ CARGO_CRATES= aho-corasick-1.0.5 \ slab-0.4.9 \ smallvec-1.8.0 \ strsim-0.10.0 \ - syn-2.0.29 \ + syn-2.0.100 \ sysctl-0.5.5 \ tempfile-3.8.0 \ terminal_size-0.3.0 \ @@ -107,10 +107,11 @@ CARGO_CRATES= aho-corasick-1.0.5 \ tracing-log-0.2.0 \ tracing-subscriber-0.3.18 \ unicode-ident-1.0.11 \ + unty-0.0.4 \ utf8parse-0.2.1 \ uuid-1.9.1 \ valuable-0.1.0 \ - virtue-0.0.13 \ + virtue-0.0.18 \ wait-timeout-0.2.0 \ walkdir-2.4.0 \ wasi-0.11.0+wasi-snapshot-preview1 \ |