chore: bump dialoguer from 0.8.0 to 0.9.0 (#20718)
* chore: bump dialoguer from 0.8.0 to 0.9.0 Bumps [dialoguer](https://github.com/mitsuhiko/dialoguer) from 0.8.0 to 0.9.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.8.0...v0.9.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 <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
parent
6ec159a1ae
commit
469cb8af00
|
@ -765,6 +765,21 @@ dependencies = [
|
|||
"winapi 0.3.9",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "console"
|
||||
version = "0.15.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a28b32d32ca44b70c3e4acd7db1babf555fa026e385fb95f18028f88848b3c31"
|
||||
dependencies = [
|
||||
"encode_unicode",
|
||||
"libc",
|
||||
"once_cell",
|
||||
"regex",
|
||||
"terminal_size",
|
||||
"unicode-width",
|
||||
"winapi 0.3.9",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "const_fn"
|
||||
version = "0.4.5"
|
||||
|
@ -1068,11 +1083,11 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "dialoguer"
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c9dd058f8b65922819fabb4a41e7d1964e56344042c26efbccd465202c23fa0c"
|
||||
checksum = "61579ada4ec0c6031cfac3f86fdba0d195a7ebeb5e36693bd53cb5999a25beeb"
|
||||
dependencies = [
|
||||
"console",
|
||||
"console 0.15.0",
|
||||
"lazy_static",
|
||||
"tempfile",
|
||||
"zeroize",
|
||||
|
@ -2016,7 +2031,7 @@ version = "0.16.2"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b"
|
||||
dependencies = [
|
||||
"console",
|
||||
"console 0.14.1",
|
||||
"lazy_static",
|
||||
"number_prefix",
|
||||
"regex",
|
||||
|
@ -4471,7 +4486,7 @@ dependencies = [
|
|||
"bincode",
|
||||
"bs58 0.4.0",
|
||||
"clap 2.33.3",
|
||||
"console",
|
||||
"console 0.14.1",
|
||||
"const_format",
|
||||
"criterion-stats",
|
||||
"ctrlc",
|
||||
|
@ -4526,7 +4541,7 @@ dependencies = [
|
|||
"base64 0.13.0",
|
||||
"chrono",
|
||||
"clap 2.33.3",
|
||||
"console",
|
||||
"console 0.14.1",
|
||||
"humantime",
|
||||
"indicatif",
|
||||
"serde",
|
||||
|
@ -4707,7 +4722,7 @@ dependencies = [
|
|||
name = "solana-download-utils"
|
||||
version = "1.9.0"
|
||||
dependencies = [
|
||||
"console",
|
||||
"console 0.14.1",
|
||||
"indicatif",
|
||||
"log 0.4.14",
|
||||
"reqwest",
|
||||
|
@ -4899,7 +4914,7 @@ dependencies = [
|
|||
"bzip2",
|
||||
"chrono",
|
||||
"clap 2.33.3",
|
||||
"console",
|
||||
"console 0.14.1",
|
||||
"ctrlc",
|
||||
"dirs-next",
|
||||
"indicatif",
|
||||
|
@ -5356,7 +5371,7 @@ name = "solana-remote-wallet"
|
|||
version = "1.9.0"
|
||||
dependencies = [
|
||||
"base32",
|
||||
"console",
|
||||
"console 0.14.1",
|
||||
"dialoguer",
|
||||
"hidapi",
|
||||
"log 0.4.14",
|
||||
|
@ -5725,7 +5740,7 @@ dependencies = [
|
|||
"bincode",
|
||||
"chrono",
|
||||
"clap 2.33.3",
|
||||
"console",
|
||||
"console 0.14.1",
|
||||
"csv",
|
||||
"ctrlc",
|
||||
"indexmap",
|
||||
|
@ -5788,7 +5803,7 @@ version = "1.9.0"
|
|||
dependencies = [
|
||||
"chrono",
|
||||
"clap 2.33.3",
|
||||
"console",
|
||||
"console 0.14.1",
|
||||
"core_affinity",
|
||||
"fd-lock",
|
||||
"indicatif",
|
||||
|
|
|
@ -450,6 +450,21 @@ dependencies = [
|
|||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "console"
|
||||
version = "0.15.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a28b32d32ca44b70c3e4acd7db1babf555fa026e385fb95f18028f88848b3c31"
|
||||
dependencies = [
|
||||
"encode_unicode",
|
||||
"libc",
|
||||
"once_cell",
|
||||
"regex",
|
||||
"terminal_size",
|
||||
"unicode-width",
|
||||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "constant_time_eq"
|
||||
version = "0.1.5"
|
||||
|
@ -622,11 +637,11 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "dialoguer"
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c9dd058f8b65922819fabb4a41e7d1964e56344042c26efbccd465202c23fa0c"
|
||||
checksum = "61579ada4ec0c6031cfac3f86fdba0d195a7ebeb5e36693bd53cb5999a25beeb"
|
||||
dependencies = [
|
||||
"console",
|
||||
"console 0.15.0",
|
||||
"lazy_static",
|
||||
"tempfile",
|
||||
"zeroize",
|
||||
|
@ -1264,7 +1279,7 @@ version = "0.16.2"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b"
|
||||
dependencies = [
|
||||
"console",
|
||||
"console 0.14.1",
|
||||
"lazy_static",
|
||||
"number_prefix",
|
||||
"regex",
|
||||
|
@ -2870,7 +2885,7 @@ dependencies = [
|
|||
"base64 0.13.0",
|
||||
"chrono",
|
||||
"clap",
|
||||
"console",
|
||||
"console 0.14.1",
|
||||
"humantime",
|
||||
"indicatif",
|
||||
"serde",
|
||||
|
@ -3220,7 +3235,7 @@ name = "solana-remote-wallet"
|
|||
version = "1.9.0"
|
||||
dependencies = [
|
||||
"base32",
|
||||
"console",
|
||||
"console 0.14.1",
|
||||
"dialoguer",
|
||||
"hidapi",
|
||||
"log",
|
||||
|
|
|
@ -12,7 +12,7 @@ documentation = "https://docs.rs/solana-remote-wallet"
|
|||
[dependencies]
|
||||
base32 = "0.4.0"
|
||||
console = "0.14.1"
|
||||
dialoguer = "0.8.0"
|
||||
dialoguer = "0.9.0"
|
||||
hidapi = { version = "1.2.6", default-features = false }
|
||||
log = "0.4.14"
|
||||
num-derive = { version = "0.3" }
|
||||
|
|
Loading…
Reference in New Issue