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