diff --git a/acmed/Cargo.toml b/acmed/Cargo.toml index 9917ec0..a0db3fc 100644 --- a/acmed/Cargo.toml +++ b/acmed/Cargo.toml @@ -30,4 +30,4 @@ serde = { version = "1.0", features = ["derive"] } toml = "0.5" [target.'cfg(unix)'.dependencies] -nix = "0.14" +nix = "0.15"