Bump console from 0.11.3 to 0.12.0 (#518)

Bumps [console](https://github.com/mitsuhiko/console) from 0.11.3 to 0.12.0.
- [Release notes](https://github.com/mitsuhiko/console/releases)
- [Commits](https://github.com/mitsuhiko/console/compare/v0.11.3...v0.12.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-09-23 13:05:51 +00:00 committed by GitHub
parent af98c77839
commit e8bb772dba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 5 deletions

25
Cargo.lock generated
View File

@ -304,6 +304,23 @@ dependencies = [
"winapi-util",
]
[[package]]
name = "console"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0b1aacfaffdbff75be81c15a399b4bedf78aaefe840e8af1d299ac2ade885d2"
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
"regex",
"terminal_size",
"termios",
"unicode-width",
"winapi 0.3.9",
"winapi-util",
]
[[package]]
name = "constant_time_eq"
version = "0.1.5"
@ -424,7 +441,7 @@ version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4aa86af7b19b40ef9cbef761ed411a49f0afa06b7b6dcd3dfe2f96a3c546138"
dependencies = [
"console",
"console 0.11.3",
"lazy_static",
"tempfile",
]
@ -889,7 +906,7 @@ version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7baab56125e25686df467fe470785512329883aab42696d661247aca2a2896e4"
dependencies = [
"console",
"console 0.12.0",
"lazy_static",
"number_prefix",
"regex",
@ -2054,7 +2071,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ac2e1d8efc9f11eef199be1983ca519c31aeae07d543c4494a773c1bb0b0c5f"
dependencies = [
"base32",
"console",
"console 0.11.3",
"dialoguer",
"hidapi",
"log",
@ -2267,7 +2284,7 @@ name = "spl-token-cli"
version = "2.0.1"
dependencies = [
"clap",
"console",
"console 0.12.0",
"serde_json",
"solana-account-decoder",
"solana-clap-utils",

View File

@ -10,7 +10,7 @@ version = "2.0.1"
[dependencies]
clap = "2.33.3"
console = "0.11.3"
console = "0.12.0"
serde_json = "1.0.57"
solana-account-decoder = { version = "1.3.12" }
solana-clap-utils = { version = "1.3.12"}