From 195ac4c5dcb53bd2a98fada0b6bf762d2e6893b5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 05:28:43 +0000 Subject: [PATCH] build(deps): bump vhost from `ee3e872` to `05cd8b2` Bumps [vhost](https://github.com/rust-vmm/vhost) from `ee3e872` to `05cd8b2`. - [Release notes](https://github.com/rust-vmm/vhost/releases) - [Commits](https://github.com/rust-vmm/vhost/compare/ee3e8722706c984b3dfe12d3a130e92101b78e8f...05cd8b2ad3c7bb1a84f15b629711d1886b97b7ce) 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 76a30920e..3e3c66031 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1209,7 +1209,7 @@ dependencies = [ [[package]] name = "vhost" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vhost?branch=master#ee3e8722706c984b3dfe12d3a130e92101b78e8f" +source = "git+https://github.com/rust-vmm/vhost?branch=master#05cd8b2ad3c7bb1a84f15b629711d1886b97b7ce" dependencies = [ "bitflags 1.2.1", "libc",