From 9dbea4fe9cd1ee56463e21158358ff1f334c5a41 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 6 Apr 2021 05:34:26 +0000 Subject: [PATCH] build(deps): bump vhost from `88aafc0` to `0e9fed2` Bumps [vhost](https://github.com/rust-vmm/vhost) from `88aafc0` to `0e9fed2`. - [Release notes](https://github.com/rust-vmm/vhost/releases) - [Commits](https://github.com/rust-vmm/vhost/compare/88aafc03a8a10b163e49657101e7342005b23d61...0e9fed2d75fe85aefb7bc8d0aea7d515b39316f0) 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 84feea07d..bc8e24644 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1206,7 +1206,7 @@ dependencies = [ [[package]] name = "vhost" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vhost?branch=master#88aafc03a8a10b163e49657101e7342005b23d61" +source = "git+https://github.com/rust-vmm/vhost?branch=master#0e9fed2d75fe85aefb7bc8d0aea7d515b39316f0" dependencies = [ "bitflags 1.2.1", "libc",