From 6cd6bb2755ca1995397c466d4db577578dc1cdc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jul 2021 23:12:05 +0000 Subject: [PATCH] build: bump vhost from `50b41b8` to `12fa070` Bumps [vhost](https://github.com/rust-vmm/vhost) from `50b41b8` to `12fa070`. - [Release notes](https://github.com/rust-vmm/vhost/releases) - [Commits](https://github.com/rust-vmm/vhost/compare/50b41b847762cd0ff99c9e18b4ea955bfa054aba...12fa07029bb4dd2293900c080d741f33b26b8698) --- 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 b274111ee..4c166c384 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1118,7 +1118,7 @@ dependencies = [ [[package]] name = "vhost" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vhost?branch=master#50b41b847762cd0ff99c9e18b4ea955bfa054aba" +source = "git+https://github.com/rust-vmm/vhost?branch=master#12fa07029bb4dd2293900c080d741f33b26b8698" dependencies = [ "bitflags", "libc",