diff --git a/Cargo.lock b/Cargo.lock index d960190e..937d094b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "anyhow" version = "1.0.43" @@ -79,14 +81,13 @@ dependencies = [ [[package]] name = "console" -version = "0.14.1" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3993e6445baa160675931ec041a5e03ca84b9c6e32a056150d3aa2bdda0a1f45" +checksum = "c050367d967ced717c04b65d8c619d863ef9292ce0c5760028655a2fb298718c" dependencies = [ "encode_unicode", "lazy_static", "libc", - "regex", "terminal_size", "unicode-width", "winapi", diff --git a/Cargo.toml b/Cargo.toml index 681e6340..5726bcdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ path = "src/main.rs" anyhow = "1.0.43" base64 = "0.13.0" clap = { git = "https://github.com/clap-rs/clap", features = ["wrap_help"] } -console = "0.14.1" +console = "0.15.2" crossbeam-channel = "0.5.1" getset = "0.1.1" hostname = "0.3.1"