update userfaultfd to 0.4.1 (#3442)

which updates nix to 0.23.0, getting rid of the benign RUSTSEC-2021-0119
in our dep tree
This commit is contained in:
Pat Hickey
2021-10-11 11:06:54 -07:00
committed by GitHub
parent 713ce07d35
commit 8554d69e4b
2 changed files with 7 additions and 13 deletions

View File

@@ -36,7 +36,7 @@ rsix = "0.23.2"
winapi = { version = "0.3.7", features = ["winbase", "memoryapi", "errhandlingapi", "handleapi"] }
[target.'cfg(target_os = "linux")'.dependencies]
userfaultfd = { version = "0.3.0", optional = true }
userfaultfd = { version = "0.4.1", optional = true }
[build-dependencies]
cc = "1.0"