From f2dc5ff63338f40d153473ae5de8a2cc883fb3db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sun, 18 Dec 2022 21:53:36 +0100 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 1625cf0..f62e375 100644 --- a/acme_common/Cargo.toml +++ b/acme_common/Cargo.toml @@ -35,4 +35,4 @@ tinytemplate = "1.2" toml = "0.5" [target.'cfg(unix)'.dependencies] -nix = "0.25" +nix = "0.26" diff --git a/acmed/Cargo.toml b/acmed/Cargo.toml index 8a02465..4c16e34 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.25" +nix = "0.26" [build-dependencies] serde = { version = "1.0", features = ["derive"] }