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 <viresh.kumar@linaro.org>
This commit is contained in:
Viresh Kumar 2022-07-25 16:12:02 +05:30
parent 82a931e0a5
commit b11516613a
4 changed files with 14 additions and 24 deletions

32
Cargo.lock generated
View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"