From daab5a9faf51656e19a0d044d19c9e0e2c8f42a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 19 Oct 2020 12:11:50 +0200 Subject: [PATCH] proxmox: bump nix dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- proxmox/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox/Cargo.toml b/proxmox/Cargo.toml index 11d77961..94fa980f 100644 --- a/proxmox/Cargo.toml +++ b/proxmox/Cargo.toml @@ -16,7 +16,7 @@ exclude = [ "debian" ] anyhow = "1.0" lazy_static = "1.4" libc = "0.2" -nix = "0.16" +nix = "0.19" # tools module: base64 = "0.12"