update dependencies

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2020-05-18 09:05:34 +02:00
parent fa25b17cd0
commit b450a72ffa
2 changed files with 3 additions and 2 deletions

View File

@ -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 }

View File

@ -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 {}