From 3ef7c8eac59ad645eb53bbcb8573345780241f39 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Mar 2021 05:30:56 +0000 Subject: [PATCH] build(deps): bump vhost from `576694b` to `62fd4ec` Bumps [vhost](https://github.com/rust-vmm/vhost) from `576694b` to `62fd4ec`. - [Release notes](https://github.com/rust-vmm/vhost/releases) - [Commits](https://github.com/rust-vmm/vhost/compare/576694bcfb09e7c78d812ed07dbc5377d283852a...62fd4ec5a47d1b9cd1ea2c8702228ea216b92686) 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 6da1e7906..a133a2506 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1303,7 +1303,7 @@ dependencies = [ [[package]] name = "vhost" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vhost?branch=master#576694bcfb09e7c78d812ed07dbc5377d283852a" +source = "git+https://github.com/rust-vmm/vhost?branch=master#62fd4ec5a47d1b9cd1ea2c8702228ea216b92686" dependencies = [ "bitflags 1.2.1", "libc",