From f3f3bbc11670403926841560658c2701092c4380 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Mon, 19 Aug 2019 18:27:54 +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 e5ba571..4958a74 100644 --- a/acme_common/Cargo.toml +++ b/acme_common/Cargo.toml @@ -26,4 +26,4 @@ toml = "0.5" x509-parser = "0.4" [target.'cfg(unix)'.dependencies] -nix = "0.14" +nix = "0.15" diff --git a/acmed/Cargo.toml b/acmed/Cargo.toml index 52a964f..584618e 100644 --- a/acmed/Cargo.toml +++ b/acmed/Cargo.toml @@ -29,4 +29,4 @@ serde = { version = "1.0", features = ["derive"] } toml = "0.5" [target.'cfg(unix)'.dependencies] -nix = "0.14" +nix = "0.15"