From 34944d226d12ce61c591733be14611b48e270c17 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Tue, 13 Oct 2020 20:07:43 +0200 Subject: [PATCH] Update the nix dependency --- acme_common/Cargo.toml | 2 +- acmed/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"] }