Diff virtiofsd-1.6.1-r1 with a virtiofsd-1.8.0

/usr/portage/app-emulation/virtiofsd/virtiofsd-1.8.0.ebuild 2023-10-09 14:52:28.736368331 +0300
5 5

  
6 6
CRATES="
7 7
	aho-corasick@0.7.18
8
	ansi_term@0.12.1
8
	anstream@0.3.2
9
	anstyle@1.0.1
10
	anstyle-parse@0.2.1
11
	anstyle-query@1.0.0
12
	anstyle-wincon@1.0.1
9 13
	arc-swap@1.5.0
10 14
	atty@0.2.14
11 15
	autocfg@1.1.0
12 16
	bitflags@1.3.2
17
	bitflags@2.3.3
13 18
	capng@0.2.2
14
	cc@1.0.78
19
	cc@1.0.79
15 20
	cfg-if@1.0.0
16
	clap@2.34.0
17
	env_logger@0.10.0
21
	clap@4.3.11
22
	clap_builder@4.3.11
23
	clap_derive@4.3.2
24
	clap_lex@0.5.0
25
	colorchoice@1.0.0
26
	env_logger@0.8.4
27
	errno@0.3.1
18 28
	errno-dragonfly@0.1.2
19
	errno@0.2.8
20 29
	error-chain@0.12.4
30
	futures@0.3.21
21 31
	futures-channel@0.3.21
22 32
	futures-core@0.3.21
23 33
	futures-executor@0.3.21
......
26 36
	futures-sink@0.3.21
27 37
	futures-task@0.3.21
28 38
	futures-util@0.3.21
29
	futures@0.3.21
30
	heck@0.3.3
39
	heck@0.4.1
31 40
	hermit-abi@0.1.19
32
	hermit-abi@0.2.6
41
	hermit-abi@0.3.2
33 42
	hostname@0.3.1
34 43
	humantime@2.1.0
35
	io-lifetimes@1.0.4
36
	is-terminal@0.4.2
44
	is-terminal@0.4.9
37 45
	itoa@1.0.2
38
	lazy_static@1.4.0
39
	libc@0.2.139
46
	libc@0.2.147
40 47
	libseccomp-sys@0.2.1
41
	linux-raw-sys@0.1.4
48
	linux-raw-sys@0.4.5
42 49
	log@0.4.17
43 50
	match_cfg@0.1.0
44 51
	memchr@2.5.0
45 52
	num_cpus@1.13.1
46 53
	num_threads@0.1.6
54
	once_cell@1.18.0
47 55
	pin-project-lite@0.2.9
48 56
	pin-utils@0.1.0
49
	proc-macro-error-attr@1.0.4
50
	proc-macro-error@1.0.4
51
	proc-macro2@1.0.40
52
	quote@1.0.20
53
	regex-syntax@0.6.27
57
	proc-macro2@1.0.63
58
	quote@1.0.29
54 59
	regex@1.6.0
55
	rustix@0.36.7
60
	regex-syntax@0.6.27
61
	rustix@0.38.7
56 62
	slab@0.4.7
57
	strsim@0.8.0
58
	structopt-derive@0.4.18
59
	structopt@0.3.26
63
	strsim@0.10.0
60 64
	syn@1.0.98
65
	syn@2.0.23
61 66
	syslog@6.0.1
62 67
	termcolor@1.1.3
63
	textwrap@0.11.0
68
	thiserror@1.0.41
69
	thiserror-impl@1.0.41
64 70
	time@0.3.11
65 71
	unicode-ident@1.0.2
66
	unicode-segmentation@1.9.0
67
	unicode-width@0.1.9
68
	vec_map@0.8.2
72
	utf8parse@0.2.1
69 73
	version_check@0.9.4
70
	vhost-user-backend@0.8.0
71
	vhost@0.6.0
72
	virtio-bindings@0.1.0
73
	virtio-queue@0.7.0
74
	vm-memory@0.10.0
74
	vhost@0.8.1
75
	vhost-user-backend@0.10.1
76
	virtio-bindings@0.2.1
77
	virtio-queue@0.9.0
78
	vm-memory@0.12.0
75 79
	vmm-sys-util@0.11.1
80
	winapi@0.3.9
76 81
	winapi-i686-pc-windows-gnu@0.4.0
77 82
	winapi-util@0.1.5
78 83
	winapi-x86_64-pc-windows-gnu@0.4.0
79
	winapi@0.3.9
80
	windows-sys@0.42.0
81
	windows_aarch64_gnullvm@0.42.1
82
	windows_aarch64_msvc@0.42.1
83
	windows_i686_gnu@0.42.1
84
	windows_i686_msvc@0.42.1
85
	windows_x86_64_gnu@0.42.1
86
	windows_x86_64_gnullvm@0.42.1
87
	windows_x86_64_msvc@0.42.1
84
	windows-sys@0.48.0
85
	windows-targets@0.48.1
86
	windows_aarch64_gnullvm@0.48.0
87
	windows_aarch64_msvc@0.48.0
88
	windows_i686_gnu@0.48.0
89
	windows_i686_msvc@0.48.0
90
	windows_x86_64_gnu@0.48.0
91
	windows_x86_64_gnullvm@0.48.0
92
	windows_x86_64_msvc@0.48.0
88 93
"
89 94

  
90 95
inherit cargo
Thank you!