cloud-hypervisor: Bump vmm-sys-util crate version

Bump from 829d605 to fd4dcd1.

PR #225 failed because we were still using the vmm-sys-util logging
macros and the crate's syslog module got removed.

This one relies on the previous commit switching to using the
log crate macros instead.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
Samuel Ortiz 2019-09-02 11:45:55 +02:00
parent add0471120
commit 8718043dfc

2
Cargo.lock generated
View File

@ -1046,7 +1046,7 @@ dependencies = [
[[package]] [[package]]
name = "vmm-sys-util" name = "vmm-sys-util"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/rust-vmm/vmm-sys-util#829d605a079e32762013c7c9527b1deca8face77" source = "git+https://github.com/rust-vmm/vmm-sys-util#fd4dcd172e5e607bb480ff8c9004c90f6671043f"
dependencies = [ dependencies = [
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
] ]