Skip to content

Commit 266854e

Browse files
dependabot[bot]stefano-garzarella
authored andcommitted
build(deps): update userfaultfd requirement
--- updated-dependencies: - dependency-name: userfaultfd dependency-version: 0.9.0 dependency-type: direct:production dependency-group: vhost ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 18bf2a5 commit 266854e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vhost-user-backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ postcopy = ["vhost/postcopy", "userfaultfd"]
1515
[dependencies]
1616
libc = "0.2.39"
1717
log = "0.4.17"
18-
userfaultfd = { version = "0.8.1", optional = true }
18+
userfaultfd = { version = "0.9.0", optional = true }
1919
vhost = { path = "../vhost", version = "0.14.0", features = ["vhost-user-backend"] }
2020
virtio-bindings = { workspace = true }
2121
virtio-queue = { workspace = true }

0 commit comments

Comments
 (0)