From 66d52199a760b82d60dc56856b217e3491385da2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 14:18:51 +0000 Subject: [PATCH] build: Bump vhost from `f338330` to `e4ba734` Bumps [vhost](https://github.com/rust-vmm/vhost) from `f338330` to `e4ba734`. - [Release notes](https://github.com/rust-vmm/vhost/releases) - [Commits](https://github.com/rust-vmm/vhost/compare/f338330bd7d29682f64182c8aa30c93682ae6752...e4ba734144ac7a06cd8d6a43be3a3bf8e9e413a1) Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index c97e5d742..c7e99110f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1102,7 +1102,7 @@ dependencies = [ [[package]] name = "vhost" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vhost?branch=master#f338330bd7d29682f64182c8aa30c93682ae6752" +source = "git+https://github.com/rust-vmm/vhost?branch=master#e4ba734144ac7a06cd8d6a43be3a3bf8e9e413a1" dependencies = [ "bitflags", "libc",