mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-21 12:33:42 +00:00
update dependencies
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
fa25b17cd0
commit
b450a72ffa
@ -19,7 +19,7 @@ libc = "0.2"
|
||||
nix = "0.16"
|
||||
|
||||
# tools module:
|
||||
base64 = "0.10"
|
||||
base64 = "0.12"
|
||||
chrono = "0.4"
|
||||
endian_trait = { version = "0.6", features = ["arrays"] }
|
||||
regex = "1.2"
|
||||
@ -36,7 +36,7 @@ bytes = "0.5"
|
||||
futures = "0.3"
|
||||
http = "0.2"
|
||||
hyper = { version = "0.13", optional = true }
|
||||
rustyline = "5.0.5"
|
||||
rustyline = "6"
|
||||
serde_derive = "1.0"
|
||||
textwrap = "0.11"
|
||||
tokio = { version = "0.2", features = [], optional = true }
|
||||
|
@ -41,5 +41,6 @@ impl rustyline::completion::Completer for CliHelper {
|
||||
}
|
||||
|
||||
impl rustyline::hint::Hinter for CliHelper {}
|
||||
impl rustyline::validate::Validator for CliHelper {}
|
||||
impl rustyline::highlight::Highlighter for CliHelper {}
|
||||
impl rustyline::Helper for CliHelper {}
|
||||
|
Loading…
Reference in New Issue
Block a user