From 28a4e43731285411045a3ef33dcc029c8a8e023d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 05:35:30 +0000 Subject: [PATCH] build(deps): bump vhost from `05cd8b2` to `88aafc0` Bumps [vhost](https://github.com/rust-vmm/vhost) from `05cd8b2` to `88aafc0`. - [Release notes](https://github.com/rust-vmm/vhost/releases) - [Commits](https://github.com/rust-vmm/vhost/compare/05cd8b2ad3c7bb1a84f15b629711d1886b97b7ce...88aafc03a8a10b163e49657101e7342005b23d61) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index be4a272e1..a14bfff9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1196,7 +1196,7 @@ dependencies = [ [[package]] name = "vhost" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vhost?branch=master#05cd8b2ad3c7bb1a84f15b629711d1886b97b7ce" +source = "git+https://github.com/rust-vmm/vhost?branch=master#88aafc03a8a10b163e49657101e7342005b23d61" dependencies = [ "bitflags 1.2.1", "libc",