From 39e56d340ee9e77ba1d00f73b6e0fd3decdf2fab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:31:36 +0000 Subject: [PATCH] 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] --- vhost-user-backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vhost-user-backend/Cargo.toml b/vhost-user-backend/Cargo.toml index cd73c2d..20dad33 100644 --- a/vhost-user-backend/Cargo.toml +++ b/vhost-user-backend/Cargo.toml @@ -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"