diff --git a/acmed/Cargo.toml b/acmed/Cargo.toml index 8a67422..32fab1c 100644 --- a/acmed/Cargo.toml +++ b/acmed/Cargo.toml @@ -33,7 +33,7 @@ serde_json = "1.0" toml = "0.5" [target.'cfg(unix)'.dependencies] -nix = "0.19" +nix = "0.20" [build-dependencies] serde = { version = "1.0", features = ["derive"] }