diff --git a/Cargo.toml b/Cargo.toml index 9322b7b..64dca80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ rust-version = "1.65" hmac = "^0.12" libc = "^0.2" log = "^0.4" -nix = { version = "^0.26", default-features = false, features = ["dir", "fs", "socket", "process", "uio"] } +nix = { version = "^0.27", default-features = false, features = ["dir", "fs", "socket", "process", "uio"] } nom = "7" serde = { version = "^1.0.91", features = ["derive"] } sha2 = "^0.10"