diff --git a/acmed/Cargo.toml b/acmed/Cargo.toml index eb493a9..9906250 100644 --- a/acmed/Cargo.toml +++ b/acmed/Cargo.toml @@ -33,7 +33,7 @@ tinytemplate = "1.2" toml = "0.5" [target.'cfg(unix)'.dependencies] -nix = "0.21" +nix = "0.22" [build-dependencies] serde = { version = "1.0", features = ["derive"] }