chore: bump console from 0.14.1 to 0.15.0 (#20817)

* chore: bump console from 0.14.1 to 0.15.0

Bumps [console](https://github.com/mitsuhiko/console) from 0.14.1 to 0.15.0.
- [Release notes](https://github.com/mitsuhiko/console/releases)
- [Changelog](https://github.com/mitsuhiko/console/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/console/compare/0.14.1...v0.15.0)

---
updated-dependencies:
- dependency-name: console
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot]
2021-10-20 21:43:46 +00:00
committed by GitHub
parent aead16496d
commit d1d4d687af
9 changed files with 20 additions and 50 deletions

View File

@ -435,21 +435,6 @@ dependencies = [
"unreachable",
]
[[package]]
name = "console"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3993e6445baa160675931ec041a5e03ca84b9c6e32a056150d3aa2bdda0a1f45"
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
"regex",
"terminal_size",
"unicode-width",
"winapi",
]
[[package]]
name = "console"
version = "0.15.0"
@ -641,7 +626,7 @@ version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61579ada4ec0c6031cfac3f86fdba0d195a7ebeb5e36693bd53cb5999a25beeb"
dependencies = [
"console 0.15.0",
"console",
"lazy_static",
"tempfile",
"zeroize",
@ -1279,7 +1264,7 @@ version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b"
dependencies = [
"console 0.14.1",
"console",
"lazy_static",
"number_prefix",
"regex",
@ -2885,7 +2870,7 @@ dependencies = [
"base64 0.13.0",
"chrono",
"clap",
"console 0.14.1",
"console",
"humantime",
"indicatif",
"serde",
@ -3235,7 +3220,7 @@ name = "solana-remote-wallet"
version = "1.9.0"
dependencies = [
"base32",
"console 0.14.1",
"console",
"dialoguer",
"hidapi",
"log",