From 8718043dfcf62f785e03d5e8ec5c2faf6fff0ced Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Mon, 2 Sep 2019 11:45:55 +0200 Subject: [PATCH] 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 --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 6a237bcad..d05c4c74e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1046,7 +1046,7 @@ dependencies = [ [[package]] name = "vmm-sys-util" 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 = [ "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", ]