From 363ca66c2d2a74c1c17f5b4209e5cd1dcafd954b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 06:22:07 +0000 Subject: [PATCH] build: Bump vhost from `cc4da71` to `e5b930b` Bumps [vhost](https://github.com/rust-vmm/vhost) from `cc4da71` to `e5b930b`. - [Release notes](https://github.com/rust-vmm/vhost/releases) - [Commits](https://github.com/rust-vmm/vhost/compare/cc4da710ac68ca8ffe68cddcd80d562699445522...e5b930b73a47cbdd79858e2e68bcb57123d1c1f3) Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index b5d53fd7a..0e274ad2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1198,7 +1198,7 @@ dependencies = [ [[package]] name = "vhost" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vhost?branch=master#cc4da710ac68ca8ffe68cddcd80d562699445522" +source = "git+https://github.com/rust-vmm/vhost?branch=master#e5b930b73a47cbdd79858e2e68bcb57123d1c1f3" dependencies = [ "bitflags 1.2.1", "libc",