From 73eb1b1ba1a031dfc8aea9298aa62c71b26d8581 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jul 2021 23:10:47 +0000 Subject: [PATCH] build: bump vhost from `c1f77c7` to `0c607bb` Bumps [vhost](https://github.com/rust-vmm/vhost) from `c1f77c7` to `0c607bb`. - [Release notes](https://github.com/rust-vmm/vhost/releases) - [Commits](https://github.com/rust-vmm/vhost/compare/c1f77c778bc482395bb1f9d0d4961e67f30c83eb...0c607bb2990cf59240b49722a93ed7da176265a3) --- 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 25b3d9c32..9bc1db0c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1122,7 +1122,7 @@ dependencies = [ [[package]] name = "vhost" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vhost?branch=master#c1f77c778bc482395bb1f9d0d4961e67f30c83eb" +source = "git+https://github.com/rust-vmm/vhost?branch=master#0c607bb2990cf59240b49722a93ed7da176265a3" dependencies = [ "bitflags", "libc",