From 673c539f406a0edce4162ecc301cfd7b5d27f2ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Aug 2021 08:51:05 +0000 Subject: [PATCH] build: bump vhost from `9a1aa0b` to `37a6a8e` Bumps [vhost](https://github.com/rust-vmm/vhost) from `9a1aa0b` to `37a6a8e`. - [Release notes](https://github.com/rust-vmm/vhost/releases) - [Commits](https://github.com/rust-vmm/vhost/compare/9a1aa0b3c7abed4531ee50b74c98c5333f1887cd...37a6a8e46444e9e4b59be5bff82e5c22a879f0c4) --- 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 0fe50a745..48d21b897 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#9a1aa0b3c7abed4531ee50b74c98c5333f1887cd" +source = "git+https://github.com/rust-vmm/vhost?branch=master#37a6a8e46444e9e4b59be5bff82e5c22a879f0c4" dependencies = [ "bitflags", "libc",