From f4d9e8157c7b1c333d2ce3abd9f02af2f50f2c9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Tue, 17 Dec 2019 16:05:49 +0100 Subject: [PATCH] proxmox-sys: update lazy-static to 1.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- proxmox-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-sys/Cargo.toml b/proxmox-sys/Cargo.toml index cf736c0d..59ca42bf 100644 --- a/proxmox-sys/Cargo.toml +++ b/proxmox-sys/Cargo.toml @@ -9,7 +9,7 @@ authors = [ [dependencies] failure = "0.1" -lazy_static = "1.1" +lazy_static = "1.4" libc = "0.2" proxmox-tools = { path = "../proxmox-tools" }