From 9881c94f847c020ae23b7599ae6dc164c81e83e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Apr 2023 09:34:44 +0000 Subject: [PATCH] build: Bump vfio_user from `afbbd57` to `e75c941` Bumps [vfio_user](https://github.com/rust-vmm/vfio-user) from `afbbd57` to `e75c941`. - [Release notes](https://github.com/rust-vmm/vfio-user/releases) - [Commits](https://github.com/rust-vmm/vfio-user/compare/afbbd5722885e961ce12baea12efe01d52ce14b0...e75c9415d973769c5fd1d07716eb92d6e5be7c48) --- updated-dependencies: - dependency-name: vfio_user 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 0bb12227b..a42189ad0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1383,7 +1383,7 @@ dependencies = [ [[package]] name = "vfio_user" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vfio-user?branch=main#afbbd5722885e961ce12baea12efe01d52ce14b0" +source = "git+https://github.com/rust-vmm/vfio-user?branch=main#e75c9415d973769c5fd1d07716eb92d6e5be7c48" dependencies = [ "bitflags", "libc",