From 36f03c0feb4f54f9ec1d8e59f57842b7fad8c284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Tue, 17 Dec 2019 15:16:06 +0100 Subject: [PATCH] proxmox-api: update rustyline to 5.0.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- proxmox-api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-api/Cargo.toml b/proxmox-api/Cargo.toml index eb33194e..cae011e7 100644 --- a/proxmox-api/Cargo.toml +++ b/proxmox-api/Cargo.toml @@ -11,7 +11,7 @@ futures = "0.3" http = "0.2" proxmox-tools = { version = "0.1", path = "../proxmox-tools" } regex = "1.2" -rustyline = "5.0.4" +rustyline = "5.0.5" serde = "1.0" serde_derive = "1.0" serde_json = "1.0"