diff --git a/Cargo.toml b/Cargo.toml index 69447f5..b2eb8af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ rust-version = "1.69" hmac = "^0.12" libc = "^0.2" log = "^0.4" -nix = { version = "^0.29", default-features = false, features = ["dir", "fs", "socket", "process", "uio"] } +nix = { version = "^0.30", default-features = false, features = ["dir", "fs", "socket", "process", "uio"] } nom = "8" serde = { version = "^1.0.91", features = ["derive"] } sha2 = "^0.10"