mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
app-emulation/virtiofsd: Update live ebuild
Upstream moved to new versions of some crates. Update them in the live ebuild. Signed-off-by: Michal Privoznik <michal.privoznik@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42759 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
a6866ef9eb
commit
dfe475fd6c
@@ -6,18 +6,21 @@ EAPI=8
|
||||
CRATES="
|
||||
aho-corasick@0.7.18
|
||||
anstream@0.3.2
|
||||
anstyle@1.0.1
|
||||
anstyle-parse@0.2.1
|
||||
anstyle-query@1.0.0
|
||||
anstyle-wincon@1.0.1
|
||||
anstyle@1.0.1
|
||||
arc-swap@1.5.0
|
||||
atomic-polyfill@0.1.11
|
||||
atty@0.2.14
|
||||
autocfg@1.1.0
|
||||
bitflags@1.3.2
|
||||
bitflags@2.4.1
|
||||
btree-range-map@0.7.2
|
||||
btree-slab@0.6.1
|
||||
byteorder@1.4.3
|
||||
capng@0.2.2
|
||||
cc-traits@2.0.0
|
||||
cc@1.0.79
|
||||
cfg-if@1.0.0
|
||||
clap@4.3.11
|
||||
@@ -28,10 +31,9 @@ CRATES="
|
||||
colorchoice@1.0.0
|
||||
critical-section@1.1.2
|
||||
env_logger@0.8.4
|
||||
errno@0.3.1
|
||||
errno-dragonfly@0.1.2
|
||||
errno@0.3.1
|
||||
error-chain@0.12.4
|
||||
futures@0.3.21
|
||||
futures-channel@0.3.21
|
||||
futures-core@0.3.21
|
||||
futures-executor@0.3.21
|
||||
@@ -40,6 +42,8 @@ CRATES="
|
||||
futures-sink@0.3.21
|
||||
futures-task@0.3.21
|
||||
futures-util@0.3.21
|
||||
futures@0.3.21
|
||||
getrandom@0.2.15
|
||||
hash32@0.2.1
|
||||
heapless@0.7.16
|
||||
heck@0.4.1
|
||||
@@ -62,10 +66,15 @@ CRATES="
|
||||
pin-project-lite@0.2.9
|
||||
pin-utils@0.1.0
|
||||
postcard@1.0.6
|
||||
ppv-lite86@0.2.20
|
||||
proc-macro2@1.0.63
|
||||
quote@1.0.29
|
||||
regex@1.6.0
|
||||
rand@0.8.5
|
||||
rand_chacha@0.3.1
|
||||
rand_core@0.6.4
|
||||
range-traits@0.3.2
|
||||
regex-syntax@0.6.27
|
||||
regex@1.6.0
|
||||
rustc_version@0.4.0
|
||||
rustix@0.38.7
|
||||
scopeguard@1.2.0
|
||||
@@ -73,29 +82,33 @@ CRATES="
|
||||
serde@1.0.168
|
||||
serde_derive@1.0.168
|
||||
slab@0.4.7
|
||||
smallvec@1.13.2
|
||||
spin@0.9.8
|
||||
stable_deref_trait@1.2.0
|
||||
strsim@0.10.0
|
||||
syn@1.0.98
|
||||
syn@2.0.23
|
||||
syn@2.0.32
|
||||
syslog@6.1.1
|
||||
termcolor@1.1.3
|
||||
thiserror@1.0.41
|
||||
thiserror-impl@1.0.41
|
||||
thiserror@1.0.41
|
||||
time@0.3.11
|
||||
unicode-ident@1.0.2
|
||||
utf8parse@0.2.1
|
||||
uuid-macro-internal@1.11.0
|
||||
uuid@1.11.0
|
||||
version_check@0.9.4
|
||||
vhost@0.11.0
|
||||
vhost-user-backend@0.15.0
|
||||
virtio-bindings@0.2.2
|
||||
virtio-queue@0.12.0
|
||||
vm-memory@0.14.1
|
||||
vhost-user-backend@0.17.0
|
||||
vhost@0.13.0
|
||||
virtio-bindings@0.2.4
|
||||
virtio-queue@0.14.0
|
||||
vm-memory@0.16.0
|
||||
vmm-sys-util@0.12.1
|
||||
winapi@0.3.9
|
||||
wasi@0.11.0+wasi-snapshot-preview1
|
||||
winapi-i686-pc-windows-gnu@0.4.0
|
||||
winapi-util@0.1.5
|
||||
winapi-x86_64-pc-windows-gnu@0.4.0
|
||||
winapi@0.3.9
|
||||
windows-sys@0.48.0
|
||||
windows-targets@0.48.1
|
||||
windows_aarch64_gnullvm@0.48.0
|
||||
@@ -105,6 +118,8 @@ CRATES="
|
||||
windows_x86_64_gnu@0.48.0
|
||||
windows_x86_64_gnullvm@0.48.0
|
||||
windows_x86_64_msvc@0.48.0
|
||||
zerocopy-derive@0.7.35
|
||||
zerocopy@0.7.35
|
||||
"
|
||||
|
||||
inherit cargo
|
||||
|
||||
Reference in New Issue
Block a user