From c40c1778e52ebaec03eecd6bd9d242fe38e52b43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 23:14:31 +0000 Subject: [PATCH] build: bump vfio-bindings from 0.2.0 to 0.3.1 Bumps [vfio-bindings](https://github.com/rust-vmm/vfio) from 0.2.0 to 0.3.1. - [Release notes](https://github.com/rust-vmm/vfio/releases) - [Commits](https://github.com/rust-vmm/vfio/commits/vfio-bindings-v0.3.1) --- updated-dependencies: - dependency-name: vfio-bindings dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- pci/Cargo.toml | 2 +- vfio_user/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3b253b8f2..e90c1d9c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1139,9 +1139,9 @@ dependencies = [ [[package]] name = "vfio-bindings" -version = "0.2.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a21f546f2bda37f5a8cfb138c87f95b8e34d2d78d6a7a92ba3785f4e08604a7" +checksum = "43449b404c488f70507dca193debd4bea361fe8089869b947adc19720e464bce" dependencies = [ "vmm-sys-util", ] diff --git a/pci/Cargo.toml b/pci/Cargo.toml index 6584d181e..3fecff1f6 100644 --- a/pci/Cargo.toml +++ b/pci/Cargo.toml @@ -27,5 +27,5 @@ vm-memory = "0.6.0" vm-migration = { path = "../vm-migration" } [dependencies.vfio-bindings] -version = "0.2.0" +version = "0.3.1" features = ["fam-wrappers"] diff --git a/vfio_user/Cargo.toml b/vfio_user/Cargo.toml index 919270d54..aa79c8504 100644 --- a/vfio_user/Cargo.toml +++ b/vfio_user/Cargo.toml @@ -16,5 +16,5 @@ vm-memory = { version = "0.6.0", features = ["backend-mmap", "backend-atomic"] } vmm-sys-util = ">=0.3.1" [dependencies.vfio-bindings] -version = "0.2.0" +version = "0.3.1" features = ["fam-wrappers"]