chore: bump dialoguer from 0.6.2 to 0.8.0 (#18039)

* chore: bump dialoguer from 0.6.2 to 0.8.0

Bumps [dialoguer](https://github.com/mitsuhiko/dialoguer) from 0.6.2 to 0.8.0.
- [Release notes](https://github.com/mitsuhiko/dialoguer/releases)
- [Changelog](https://github.com/mitsuhiko/dialoguer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/dialoguer/compare/0.6.2...0.8.0)

---
updated-dependencies:
- dependency-name: dialoguer
  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 <anatoly+githubjenkins@solana.io>
This commit is contained in:
dependabot[bot]
2021-06-17 14:28:13 +00:00
committed by GitHub
parent cca0f744ab
commit 76d49523e9
3 changed files with 20 additions and 70 deletions

49
Cargo.lock generated
View File

@ -749,23 +749,6 @@ dependencies = [
"unreachable", "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.8",
"winapi-util",
]
[[package]] [[package]]
name = "console" name = "console"
version = "0.14.1" version = "0.14.1"
@ -1094,13 +1077,14 @@ dependencies = [
[[package]] [[package]]
name = "dialoguer" name = "dialoguer"
version = "0.6.2" version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4aa86af7b19b40ef9cbef761ed411a49f0afa06b7b6dcd3dfe2f96a3c546138" checksum = "c9dd058f8b65922819fabb4a41e7d1964e56344042c26efbccd465202c23fa0c"
dependencies = [ dependencies = [
"console 0.11.3", "console",
"lazy_static", "lazy_static",
"tempfile", "tempfile",
"zeroize",
] ]
[[package]] [[package]]
@ -2031,7 +2015,7 @@ version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b" checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b"
dependencies = [ dependencies = [
"console 0.14.1", "console",
"lazy_static", "lazy_static",
"number_prefix", "number_prefix",
"regex", "regex",
@ -4405,7 +4389,7 @@ dependencies = [
"bs58 0.4.0", "bs58 0.4.0",
"chrono", "chrono",
"clap 2.33.3", "clap 2.33.3",
"console 0.14.1", "console",
"criterion-stats", "criterion-stats",
"ctrlc", "ctrlc",
"dirs-next", "dirs-next",
@ -4461,7 +4445,7 @@ dependencies = [
"Inflector", "Inflector",
"base64 0.13.0", "base64 0.13.0",
"chrono", "chrono",
"console 0.14.1", "console",
"humantime", "humantime",
"indicatif", "indicatif",
"serde", "serde",
@ -4649,7 +4633,7 @@ name = "solana-download-utils"
version = "1.8.0" version = "1.8.0"
dependencies = [ dependencies = [
"bzip2", "bzip2",
"console 0.14.1", "console",
"indicatif", "indicatif",
"log 0.4.11", "log 0.4.11",
"reqwest", "reqwest",
@ -4847,7 +4831,7 @@ dependencies = [
"bzip2", "bzip2",
"chrono", "chrono",
"clap 2.33.3", "clap 2.33.3",
"console 0.14.1", "console",
"ctrlc", "ctrlc",
"dirs-next", "dirs-next",
"indicatif", "indicatif",
@ -5314,7 +5298,7 @@ name = "solana-remote-wallet"
version = "1.8.0" version = "1.8.0"
dependencies = [ dependencies = [
"base32", "base32",
"console 0.14.1", "console",
"dialoguer", "dialoguer",
"hidapi", "hidapi",
"log 0.4.11", "log 0.4.11",
@ -5647,7 +5631,7 @@ dependencies = [
"bincode", "bincode",
"chrono", "chrono",
"clap 2.33.3", "clap 2.33.3",
"console 0.14.1", "console",
"csv", "csv",
"ctrlc", "ctrlc",
"dirs-next", "dirs-next",
@ -5711,7 +5695,7 @@ dependencies = [
"bincode", "bincode",
"chrono", "chrono",
"clap 2.33.3", "clap 2.33.3",
"console 0.14.1", "console",
"core_affinity", "core_affinity",
"fd-lock", "fd-lock",
"indicatif", "indicatif",
@ -6104,15 +6088,6 @@ dependencies = [
"winapi 0.3.8", "winapi 0.3.8",
] ]
[[package]]
name = "termios"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f0fcee7b24a25675de40d5bb4de6e41b0df07bc9856295e7e2b3a3600c400c2"
dependencies = [
"libc",
]
[[package]] [[package]]
name = "textwrap" name = "textwrap"
version = "0.11.0" version = "0.11.0"

View File

@ -476,23 +476,6 @@ dependencies = [
"unreachable", "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.8",
"winapi-util",
]
[[package]] [[package]]
name = "console" name = "console"
version = "0.14.1" version = "0.14.1"
@ -743,13 +726,14 @@ dependencies = [
[[package]] [[package]]
name = "dialoguer" name = "dialoguer"
version = "0.6.2" version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4aa86af7b19b40ef9cbef761ed411a49f0afa06b7b6dcd3dfe2f96a3c546138" checksum = "c9dd058f8b65922819fabb4a41e7d1964e56344042c26efbccd465202c23fa0c"
dependencies = [ dependencies = [
"console 0.11.3", "console",
"lazy_static", "lazy_static",
"tempfile", "tempfile",
"zeroize",
] ]
[[package]] [[package]]
@ -1402,7 +1386,7 @@ version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b" checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b"
dependencies = [ dependencies = [
"console 0.14.1", "console",
"lazy_static", "lazy_static",
"number_prefix", "number_prefix",
"regex", "regex",
@ -3157,7 +3141,7 @@ dependencies = [
"Inflector", "Inflector",
"base64 0.13.0", "base64 0.13.0",
"chrono", "chrono",
"console 0.14.1", "console",
"humantime", "humantime",
"indicatif", "indicatif",
"serde", "serde",
@ -3484,7 +3468,7 @@ name = "solana-remote-wallet"
version = "1.8.0" version = "1.8.0"
dependencies = [ dependencies = [
"base32", "base32",
"console 0.14.1", "console",
"dialoguer", "dialoguer",
"hidapi", "hidapi",
"log", "log",
@ -3907,15 +3891,6 @@ dependencies = [
"winapi 0.3.8", "winapi 0.3.8",
] ]
[[package]]
name = "termios"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b"
dependencies = [
"libc",
]
[[package]] [[package]]
name = "textwrap" name = "textwrap"
version = "0.11.0" version = "0.11.0"

View File

@ -12,7 +12,7 @@ documentation = "https://docs.rs/solana-remote-wallet"
[dependencies] [dependencies]
base32 = "0.4.0" base32 = "0.4.0"
console = "0.14.1" console = "0.14.1"
dialoguer = "0.6.2" dialoguer = "0.8.0"
hidapi = { version = "1.2.5", default-features = false } hidapi = { version = "1.2.5", default-features = false }
log = "0.4.11" log = "0.4.11"
num-derive = { version = "0.3" } num-derive = { version = "0.3" }