From 72092a97330f1b8e9f87a4ab746d0ae471e832d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jul 2021 23:10:09 +0000 Subject: [PATCH] build: bump vhost from `12fa070` to `99fbfc9` Bumps [vhost](https://github.com/rust-vmm/vhost) from `12fa070` to `99fbfc9`. - [Release notes](https://github.com/rust-vmm/vhost/releases) - [Commits](https://github.com/rust-vmm/vhost/compare/12fa07029bb4dd2293900c080d741f33b26b8698...99fbfc969287ea87398d3755bd2613c14d77579f) --- 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 82af0f90a..a8c3257c8 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#12fa07029bb4dd2293900c080d741f33b26b8698" +source = "git+https://github.com/rust-vmm/vhost?branch=master#99fbfc969287ea87398d3755bd2613c14d77579f" dependencies = [ "bitflags", "libc",