diff --git a/Cargo.toml b/Cargo.toml index b0e7e5d..cf83578 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ readme = "README.md" [dependencies] log = "0.4" regex = "1.1" -nix = "0.20.2" +nix = "0.23.0" libc = "0.2" serde = { version = "1.0", features = ["derive"], optional = true }