From 58461ce2500940fbcd70e9f6786f68561f94e82d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jun 2021 23:11:37 +0000 Subject: [PATCH] build: bump vhost from `2e4396c` to `1a03a2a` Bumps [vhost](https://github.com/rust-vmm/vhost) from `2e4396c` to `1a03a2a`. - [Release notes](https://github.com/rust-vmm/vhost/releases) - [Commits](https://github.com/rust-vmm/vhost/compare/2e4396c9ccd38afa05078826e41857ed03559b23...1a03a2aca700421f258b094b1a845f6420d8cfa9) --- 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 416672939..72b66ded4 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#2e4396c9ccd38afa05078826e41857ed03559b23" +source = "git+https://github.com/rust-vmm/vhost?branch=master#1a03a2aca700421f258b094b1a845f6420d8cfa9" dependencies = [ "bitflags", "libc",