From 5ae04349da3fa32aafc7b7a2cc698345af23ee7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 06:53:24 +0000 Subject: [PATCH] build: Bump vhost from `e5b930b` to `f338330` Bumps [vhost](https://github.com/rust-vmm/vhost) from `e5b930b` to `f338330`. - [Release notes](https://github.com/rust-vmm/vhost/releases) - [Commits](https://github.com/rust-vmm/vhost/compare/e5b930b73a47cbdd79858e2e68bcb57123d1c1f3...f338330bd7d29682f64182c8aa30c93682ae6752) Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 3b584d5ba..b22d09ed9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1103,7 +1103,7 @@ dependencies = [ [[package]] name = "vhost" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vhost?branch=master#e5b930b73a47cbdd79858e2e68bcb57123d1c1f3" +source = "git+https://github.com/rust-vmm/vhost?branch=master#f338330bd7d29682f64182c8aa30c93682ae6752" dependencies = [ "bitflags", "libc",