diff --git a/acme_common/Cargo.toml b/acme_common/Cargo.toml index 2cf29be..0efd45c 100644 --- a/acme_common/Cargo.toml +++ b/acme_common/Cargo.toml @@ -36,4 +36,4 @@ syslog = "5.0" toml = "0.5" [target.'cfg(unix)'.dependencies] -nix = "0.18" +nix = "0.19" diff --git a/acmed/Cargo.toml b/acmed/Cargo.toml index 168c968..aa37d61 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.18" +nix = "0.19" [build-dependencies] serde = { version = "1.0", features = ["derive"] }