From 3587adcf5f6c448dc2a1932148ab2c59936ba9d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Nov 2021 23:12:26 +0000 Subject: [PATCH] build: bump vfio-ioctls from `8f7f221` to `fa3438f` Bumps [vfio-ioctls](https://github.com/rust-vmm/vfio-ioctls) from `8f7f221` to `fa3438f`. - [Release notes](https://github.com/rust-vmm/vfio-ioctls/releases) - [Commits](https://github.com/rust-vmm/vfio-ioctls/compare/8f7f2210ebe71660938b05b2ed7eec9253478bc5...fa3438f8f2536ba57612f5a03e33da79dde5ca5a) --- updated-dependencies: - dependency-name: vfio-ioctls dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 02ba74181..4e79c56c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -565,7 +565,7 @@ dependencies = [ [[package]] name = "mshv-bindings" version = "0.1.0" -source = "git+https://github.com/rust-vmm/mshv?branch=main#4ed2146b7c3369c731f6c0337d6e7370aebda452" +source = "git+https://github.com/rust-vmm/mshv?branch=main#8770516859e7d05193c496b77ac5ddad3ca5943a" dependencies = [ "libc", "serde", @@ -577,7 +577,7 @@ dependencies = [ [[package]] name = "mshv-ioctls" version = "0.1.0" -source = "git+https://github.com/rust-vmm/mshv?branch=main#4ed2146b7c3369c731f6c0337d6e7370aebda452" +source = "git+https://github.com/rust-vmm/mshv?branch=main#8770516859e7d05193c496b77ac5ddad3ca5943a" dependencies = [ "libc", "mshv-bindings", @@ -1150,7 +1150,7 @@ dependencies = [ [[package]] name = "vfio-ioctls" version = "0.1.0" -source = "git+https://github.com/rust-vmm/vfio-ioctls?branch=main#8f7f2210ebe71660938b05b2ed7eec9253478bc5" +source = "git+https://github.com/rust-vmm/vfio-ioctls?branch=main#fa3438f8f2536ba57612f5a03e33da79dde5ca5a" dependencies = [ "byteorder", "kvm-bindings",