diff --git a/Cargo.lock b/Cargo.lock index c2a2ea67..14e0b1ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -879,23 +879,6 @@ dependencies = [ "unreachable", ] -[[package]] -name = "console" -version = "0.11.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c0994e656bba7b922d8dd1245db90672ffb701e684e45be58f20719d69abc5a" -dependencies = [ - "encode_unicode", - "lazy_static", - "libc", - "regex", - "terminal_size", - "termios", - "unicode-width", - "winapi 0.3.9", - "winapi-util", -] - [[package]] name = "console" version = "0.13.0" @@ -2483,7 +2466,7 @@ dependencies = [ "chain-vote", "chrono", "cocoon", - "console 0.11.3", + "console 0.15.0", "cryptoxide 0.3.6", "csv", "dialoguer 0.10.0", @@ -2627,7 +2610,7 @@ version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7baab56125e25686df467fe470785512329883aab42696d661247aca2a2896e4" dependencies = [ - "console 0.11.3", + "console 0.13.0", "lazy_static", "number_prefix", "regex", @@ -5494,15 +5477,6 @@ dependencies = [ "winapi 0.3.9", ] -[[package]] -name = "termios" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b" -dependencies = [ - "libc", -] - [[package]] name = "termtree" version = "0.2.4" @@ -6394,7 +6368,7 @@ dependencies = [ "chain-impl-mockchain", "chain-time", "chain-vote", - "console 0.13.0", + "console 0.15.0", "ctrlc", "custom_debug", "dialoguer 0.10.0", diff --git a/iapyx/Cargo.toml b/iapyx/Cargo.toml index 445e5037..6e3d91b4 100644 --- a/iapyx/Cargo.toml +++ b/iapyx/Cargo.toml @@ -42,7 +42,7 @@ chrono = { version = "0.4", features = ["serde"] } regex = "*" dialoguer = "0.10" structopt = "0.3" -console = "0.11" +console = "0.15" csv = "1.1" warp = { version = "0.3", features = ["tls"] } warp-reverse-proxy = "0.3.2" diff --git a/vitup/Cargo.toml b/vitup/Cargo.toml index af599575..202007b9 100644 --- a/vitup/Cargo.toml +++ b/vitup/Cargo.toml @@ -46,7 +46,7 @@ thiserror = "1.0" warp-reverse-proxy = "0.3.2" hex = "0.4" futures = "0.3.8" -console = "0.13" +console = "0.15" indicatif = "0.15" lazy_static = "1" serde_json = "1.0"