From 288a1c2dd18d4820f294ccc8eca64a12fdfdbfa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Mar 2022 23:13:08 +0000 Subject: [PATCH] build: bump vhost-user-backend from `bbc892b` to `6e66d2c` Bumps [vhost-user-backend](https://github.com/rust-vmm/vhost-user-backend) from `bbc892b` to `6e66d2c`. - [Release notes](https://github.com/rust-vmm/vhost-user-backend/releases) - [Commits](https://github.com/rust-vmm/vhost-user-backend/compare/bbc892ba4526bdf8101252f7aa51832d1f2eeabd...6e66d2c1a4c460fa7306bd890e7a99e64a0254d6) --- updated-dependencies: - dependency-name: vhost-user-backend 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 f99b516a2..4917897ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1173,7 +1173,7 @@ dependencies = [ [[package]] name = "vhost-user-backend" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vhost-user-backend?branch=main#bbc892ba4526bdf8101252f7aa51832d1f2eeabd" +source = "git+https://github.com/rust-vmm/vhost-user-backend?branch=main#6e66d2c1a4c460fa7306bd890e7a99e64a0254d6" dependencies = [ "libc", "log",