From c7d3992bbc2cdfe21dd79312ea3e072214058cd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Aug 2021 23:09:29 +0000 Subject: [PATCH] build: bump vhost from `0c607bb` to `9a1aa0b` Bumps [vhost](https://github.com/rust-vmm/vhost) from `0c607bb` to `9a1aa0b`. - [Release notes](https://github.com/rust-vmm/vhost/releases) - [Commits](https://github.com/rust-vmm/vhost/compare/0c607bb2990cf59240b49722a93ed7da176265a3...9a1aa0b3c7abed4531ee50b74c98c5333f1887cd) --- 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 934a97840..77dc0168e 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#0c607bb2990cf59240b49722a93ed7da176265a3" +source = "git+https://github.com/rust-vmm/vhost?branch=master#9a1aa0b3c7abed4531ee50b74c98c5333f1887cd" dependencies = [ "bitflags", "libc",