From a3efe0b3dcb39aa84fe81886f0eb082bf479eeed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 2 Jun 2022 11:59:00 +0200 Subject: [PATCH] bump rustyline to 9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit it works with nix 0.24 Signed-off-by: Fabian Grünbichler --- proxmox-router/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-router/Cargo.toml b/proxmox-router/Cargo.toml index 5029cf69..9f68d192 100644 --- a/proxmox-router/Cargo.toml +++ b/proxmox-router/Cargo.toml @@ -20,7 +20,7 @@ unicode-width ="0.1.8" # cli: tokio = { version = "1.0", features = [], optional = true } -rustyline = { version = "7", optional = true } +rustyline = { version = "9", optional = true } libc = { version = "0.2", optional = true } proxmox-lang = { path = "../proxmox-lang", version = "1.1" }