From 8dc0f49ba547add031ea870d407e4e6450d9cd9b Mon Sep 17 00:00:00 2001 From: Sebastien Boeuf Date: Mon, 27 Jul 2020 14:04:13 +0200 Subject: [PATCH] deps: Update vhost dependency Move to latest vhost version, as it contains the updated list of vhost-user protocol features along with the updated list of virtio-fs slave commands. This will allow Cloud-Hypervisor to work with latest virtiofsd binary. Signed-off-by: Sebastien Boeuf --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index cf77b8231..a42831abf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1424,7 +1424,7 @@ dependencies = [ [[package]] name = "vhost" version = "0.1.0" -source = "git+https://github.com/cloud-hypervisor/vhost?branch=dragonball#3e80cf531d278aeb7f947335a4eeca655e0f2c54" +source = "git+https://github.com/cloud-hypervisor/vhost?branch=dragonball#422964150a69afd4611708076c60cb34c64a9856" dependencies = [ "bitflags 1.2.1", "libc",