From a33280b8ad36e292f591467f0b0ce9ae2a740cd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 09:20:31 +0000 Subject: [PATCH] build: bump vhost from `99fbfc9` to `c1f77c7` Bumps [vhost](https://github.com/rust-vmm/vhost) from `99fbfc9` to `c1f77c7`. - [Release notes](https://github.com/rust-vmm/vhost/releases) - [Commits](https://github.com/rust-vmm/vhost/compare/99fbfc969287ea87398d3755bd2613c14d77579f...c1f77c778bc482395bb1f9d0d4961e67f30c83eb) --- updated-dependencies: - dependency-name: vhost dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 58d6512a3..c1a8060e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1122,7 +1122,7 @@ dependencies = [ [[package]] name = "vhost" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vhost?branch=master#99fbfc969287ea87398d3755bd2613c14d77579f" +source = "git+https://github.com/rust-vmm/vhost?branch=master#c1f77c778bc482395bb1f9d0d4961e67f30c83eb" dependencies = [ "bitflags", "libc",