From b11516613a4951ad01366bc9cddf48569c328646 Mon Sep 17 00:00:00 2001 From: Viresh Kumar Date: Mon, 25 Jul 2022 16:12:02 +0530 Subject: [PATCH] Update vhost-user-backend and libgpiod's versions Update them to match all the entities for the same version of vmm-sys-util. Signed-off-by: Viresh Kumar --- Cargo.lock | 32 +++++++++++--------------------- gpio/Cargo.toml | 2 +- i2c/Cargo.toml | 2 +- rng/Cargo.toml | 2 +- 4 files changed, 14 insertions(+), 24 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 497aacf..8a22e0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -189,18 +189,18 @@ checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" [[package]] name = "libgpiod" version = "0.1.0" -source = "git+https://github.com/vireshk/libgpiod#584910baf342bee3511361c3e486ad4f3e5437f2" +source = "git+https://github.com/vireshk/libgpiod#9d8e18e2ad2d4bc4f5e315c01c9c03418ff47993" dependencies = [ "libc", "libgpiod-sys", "thiserror", - "vmm-sys-util 0.9.0", + "vmm-sys-util", ] [[package]] name = "libgpiod-sys" version = "0.1.0" -source = "git+https://github.com/vireshk/libgpiod#584910baf342bee3511361c3e486ad4f3e5437f2" +source = "git+https://github.com/vireshk/libgpiod#9d8e18e2ad2d4bc4f5e315c01c9c03418ff47993" dependencies = [ "cc", ] @@ -432,7 +432,7 @@ dependencies = [ "bitflags", "libc", "vm-memory", - "vmm-sys-util 0.10.0", + "vmm-sys-util", ] [[package]] @@ -450,7 +450,7 @@ dependencies = [ "virtio-bindings", "virtio-queue", "vm-memory", - "vmm-sys-util 0.10.0", + "vmm-sys-util", ] [[package]] @@ -467,7 +467,7 @@ dependencies = [ "virtio-bindings", "virtio-queue", "vm-memory", - "vmm-sys-util 0.10.0", + "vmm-sys-util", ] [[package]] @@ -487,14 +487,14 @@ dependencies = [ "virtio-bindings", "virtio-queue", "vm-memory", - "vmm-sys-util 0.10.0", + "vmm-sys-util", ] [[package]] name = "vhost-user-backend" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eeb6723bbee20dbc2db95c575941922fb96e77eb41786ecd1c8c03348709c4c" +checksum = "ded8a9f15b09e61bb8a501d0a7a38056f4c1bd7f51cedcd41081c0e4233d5aa6" dependencies = [ "libc", "log", @@ -502,7 +502,7 @@ dependencies = [ "virtio-bindings", "virtio-queue", "vm-memory", - "vmm-sys-util 0.9.0", + "vmm-sys-util", ] [[package]] @@ -519,7 +519,7 @@ checksum = "519c0a333c871650269cba303bc108075d52a0c0d64f9b91fae61829b53725af" dependencies = [ "log", "vm-memory", - "vmm-sys-util 0.10.0", + "vmm-sys-util", ] [[package]] @@ -533,16 +533,6 @@ dependencies = [ "winapi", ] -[[package]] -name = "vmm-sys-util" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "733537bded03aaa93543f785ae997727b30d1d9f4a03b7861d23290474242e11" -dependencies = [ - "bitflags", - "libc", -] - [[package]] name = "vmm-sys-util" version = "0.10.0" diff --git a/gpio/Cargo.toml b/gpio/Cargo.toml index 5ccf83c..e7fd757 100644 --- a/gpio/Cargo.toml +++ b/gpio/Cargo.toml @@ -18,7 +18,7 @@ libc = ">=0.2.95" log = ">=0.4.6" thiserror = "1.0" vhost = { version = "0.4", features = ["vhost-user-slave"] } -vhost-user-backend = "0.5" +vhost-user-backend = "0.5.1" virtio-bindings = ">=0.1" virtio-queue = "0.4" vm-memory = ">=0.8" diff --git a/i2c/Cargo.toml b/i2c/Cargo.toml index 2a248a9..2521a7f 100644 --- a/i2c/Cargo.toml +++ b/i2c/Cargo.toml @@ -18,7 +18,7 @@ libc = ">=0.2.95" log = ">=0.4.6" thiserror = "1.0" vhost = { version = "0.4", features = ["vhost-user-slave"] } -vhost-user-backend = "0.5" +vhost-user-backend = "0.5.1" virtio-bindings = ">=0.1" virtio-queue = "0.4" vm-memory = ">=0.8" diff --git a/rng/Cargo.toml b/rng/Cargo.toml index c510de4..ab6aa7a 100644 --- a/rng/Cargo.toml +++ b/rng/Cargo.toml @@ -19,7 +19,7 @@ rand = ">=0.8.5" tempfile = "3.2.0" thiserror = "1.0" vhost = { version = "0.4", features = ["vhost-user-slave"] } -vhost-user-backend = "0.5" +vhost-user-backend = "0.5.1" virtio-bindings = ">=0.1" virtio-queue = "0.4" vm-memory = ">=0.8"