From 3c21019cb5e98deb3fb9d2b33f3e251b931c13f9 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Mon, 27 Jul 2020 21:05:29 +0200 Subject: [PATCH] Update the nix that dependabot forgot --- acme_common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acme_common/Cargo.toml b/acme_common/Cargo.toml index 9035b1f..cd095f8 100644 --- a/acme_common/Cargo.toml +++ b/acme_common/Cargo.toml @@ -28,4 +28,4 @@ syslog = "5.0" toml = "0.5" [target.'cfg(unix)'.dependencies] -nix = "0.17" +nix = "0.18"