From 215372fd7808085592d6c09385928f2ef7452485 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jul 2021 23:09:47 +0000 Subject: [PATCH] build: bump vhost from `9982541` to `50b41b8` Bumps [vhost](https://github.com/rust-vmm/vhost) from `9982541` to `50b41b8`. - [Release notes](https://github.com/rust-vmm/vhost/releases) - [Commits](https://github.com/rust-vmm/vhost/compare/9982541776a603d30556a06df55e8c0491072763...50b41b847762cd0ff99c9e18b4ea955bfa054aba) --- 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 6622f60b5..3c5136f69 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#9982541776a603d30556a06df55e8c0491072763" +source = "git+https://github.com/rust-vmm/vhost?branch=master#50b41b847762cd0ff99c9e18b4ea955bfa054aba" dependencies = [ "bitflags", "libc",