]> git.proxmox.com Git - proxmox.git/commitdiff
bump rustyline to 9
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 2 Jun 2022 09:59:00 +0000 (11:59 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 2 Jun 2022 11:34:09 +0000 (13:34 +0200)
it works with nix 0.24

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
proxmox-router/Cargo.toml

index 5029cf69f73d3fbe4454baf64afa33ab511bc01f..9f68d192a3fe77ae76e816efeb535a17102f869d 100644 (file)
@@ -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" }