From 0eb245e177696b16e4885db65b805cebafc7710d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jun 2021 06:31:46 +0000 Subject: [PATCH] build: bump vhost from `e4ba734` to `30ba3e7` Bumps [vhost](https://github.com/rust-vmm/vhost) from `e4ba734` to `30ba3e7`. - [Release notes](https://github.com/rust-vmm/vhost/releases) - [Commits](https://github.com/rust-vmm/vhost/compare/e4ba734144ac7a06cd8d6a43be3a3bf8e9e413a1...30ba3e7bbe9e0542cf480f44bc6845a8dbd2a6ba) --- 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 c8c46eefd..3d0fa20f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1105,7 +1105,7 @@ dependencies = [ [[package]] name = "vhost" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vhost?branch=master#e4ba734144ac7a06cd8d6a43be3a3bf8e9e413a1" +source = "git+https://github.com/rust-vmm/vhost?branch=master#30ba3e7bbe9e0542cf480f44bc6845a8dbd2a6ba" dependencies = [ "bitflags", "libc",