From 72d67fe96da619b01a0455ade8d5d66155dea64c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 05:35:42 +0000 Subject: [PATCH] build(deps): bump vhost from `0e9fed2` to `c4cd1d3` Bumps [vhost](https://github.com/rust-vmm/vhost) from `0e9fed2` to `c4cd1d3`. - [Release notes](https://github.com/rust-vmm/vhost/releases) - [Commits](https://github.com/rust-vmm/vhost/compare/0e9fed2d75fe85aefb7bc8d0aea7d515b39316f0...c4cd1d375e386069d0b781174de9f62ef41812e2) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index a3cb13999..43fd4bb37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1158,7 +1158,7 @@ dependencies = [ [[package]] name = "vhost" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vhost?branch=master#0e9fed2d75fe85aefb7bc8d0aea7d515b39316f0" +source = "git+https://github.com/rust-vmm/vhost?branch=master#c4cd1d375e386069d0b781174de9f62ef41812e2" dependencies = [ "bitflags 1.2.1", "libc",