build(deps): bump the vhost group with 1 update

---
updated-dependencies:
- dependency-name: userfaultfd
  dependency-type: direct:production
  dependency-group: vhost
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-29 18:31:36 +00:00 committed by Stefano Garzarella
parent 3044602efd
commit 39e56d340e

View file

@ -15,7 +15,7 @@ postcopy = ["vhost/postcopy", "userfaultfd"]
[dependencies]
libc = "0.2.39"
log = "0.4.17"
userfaultfd = { version = "0.7.0", optional = true }
userfaultfd = { version = "0.8.1", optional = true }
vhost = { path = "../vhost", version = "0.10", features = ["vhost-user-backend"] }
virtio-bindings = "0.2.1"
virtio-queue = "0.11.0"