upgrade nix to 0.27 (#10223)

This fixes a segfault on Android when fetching the user group.

See: https://github.com/nix-rust/nix/issues/2084
This commit is contained in:
Skyler Hawthorne
2023-09-04 16:41:28 -04:00
committed by GitHub
parent b15c824932
commit 278bf7ffa9
4 changed files with 18 additions and 7 deletions

View File

@ -18,7 +18,7 @@ log = "0.4"
sysinfo = "0.29"
[target.'cfg(target_family = "unix")'.dependencies]
nix = { version = "0.26", default-features = false, features = ["fs", "term", "process", "signal"] }
nix = { version = "0.27", default-features = false, features = ["fs", "term", "process", "signal"] }
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]
procfs = "0.15"