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:
49
Cargo.lock
generated
49
Cargo.lock
generated
@ -749,23 +749,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.8",
|
||||
"winapi-util",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "console"
|
||||
version = "0.14.1"
|
||||
@ -1094,13 +1077,14 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "dialoguer"
|
||||
version = "0.6.2"
|
||||
version = "0.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f4aa86af7b19b40ef9cbef761ed411a49f0afa06b7b6dcd3dfe2f96a3c546138"
|
||||
checksum = "c9dd058f8b65922819fabb4a41e7d1964e56344042c26efbccd465202c23fa0c"
|
||||
dependencies = [
|
||||
"console 0.11.3",
|
||||
"console",
|
||||
"lazy_static",
|
||||
"tempfile",
|
||||
"zeroize",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -2031,7 +2015,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",
|
||||
@ -4405,7 +4389,7 @@ dependencies = [
|
||||
"bs58 0.4.0",
|
||||
"chrono",
|
||||
"clap 2.33.3",
|
||||
"console 0.14.1",
|
||||
"console",
|
||||
"criterion-stats",
|
||||
"ctrlc",
|
||||
"dirs-next",
|
||||
@ -4461,7 +4445,7 @@ dependencies = [
|
||||
"Inflector",
|
||||
"base64 0.13.0",
|
||||
"chrono",
|
||||
"console 0.14.1",
|
||||
"console",
|
||||
"humantime",
|
||||
"indicatif",
|
||||
"serde",
|
||||
@ -4649,7 +4633,7 @@ name = "solana-download-utils"
|
||||
version = "1.8.0"
|
||||
dependencies = [
|
||||
"bzip2",
|
||||
"console 0.14.1",
|
||||
"console",
|
||||
"indicatif",
|
||||
"log 0.4.11",
|
||||
"reqwest",
|
||||
@ -4847,7 +4831,7 @@ dependencies = [
|
||||
"bzip2",
|
||||
"chrono",
|
||||
"clap 2.33.3",
|
||||
"console 0.14.1",
|
||||
"console",
|
||||
"ctrlc",
|
||||
"dirs-next",
|
||||
"indicatif",
|
||||
@ -5314,7 +5298,7 @@ name = "solana-remote-wallet"
|
||||
version = "1.8.0"
|
||||
dependencies = [
|
||||
"base32",
|
||||
"console 0.14.1",
|
||||
"console",
|
||||
"dialoguer",
|
||||
"hidapi",
|
||||
"log 0.4.11",
|
||||
@ -5647,7 +5631,7 @@ dependencies = [
|
||||
"bincode",
|
||||
"chrono",
|
||||
"clap 2.33.3",
|
||||
"console 0.14.1",
|
||||
"console",
|
||||
"csv",
|
||||
"ctrlc",
|
||||
"dirs-next",
|
||||
@ -5711,7 +5695,7 @@ dependencies = [
|
||||
"bincode",
|
||||
"chrono",
|
||||
"clap 2.33.3",
|
||||
"console 0.14.1",
|
||||
"console",
|
||||
"core_affinity",
|
||||
"fd-lock",
|
||||
"indicatif",
|
||||
@ -6104,15 +6088,6 @@ dependencies = [
|
||||
"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]]
|
||||
name = "textwrap"
|
||||
version = "0.11.0"
|
||||
|
39
programs/bpf/Cargo.lock
generated
39
programs/bpf/Cargo.lock
generated
@ -476,23 +476,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.8",
|
||||
"winapi-util",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "console"
|
||||
version = "0.14.1"
|
||||
@ -743,13 +726,14 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "dialoguer"
|
||||
version = "0.6.2"
|
||||
version = "0.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f4aa86af7b19b40ef9cbef761ed411a49f0afa06b7b6dcd3dfe2f96a3c546138"
|
||||
checksum = "c9dd058f8b65922819fabb4a41e7d1964e56344042c26efbccd465202c23fa0c"
|
||||
dependencies = [
|
||||
"console 0.11.3",
|
||||
"console",
|
||||
"lazy_static",
|
||||
"tempfile",
|
||||
"zeroize",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -1402,7 +1386,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",
|
||||
@ -3157,7 +3141,7 @@ dependencies = [
|
||||
"Inflector",
|
||||
"base64 0.13.0",
|
||||
"chrono",
|
||||
"console 0.14.1",
|
||||
"console",
|
||||
"humantime",
|
||||
"indicatif",
|
||||
"serde",
|
||||
@ -3484,7 +3468,7 @@ name = "solana-remote-wallet"
|
||||
version = "1.8.0"
|
||||
dependencies = [
|
||||
"base32",
|
||||
"console 0.14.1",
|
||||
"console",
|
||||
"dialoguer",
|
||||
"hidapi",
|
||||
"log",
|
||||
@ -3907,15 +3891,6 @@ dependencies = [
|
||||
"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]]
|
||||
name = "textwrap"
|
||||
version = "0.11.0"
|
||||
|
@ -12,7 +12,7 @@ documentation = "https://docs.rs/solana-remote-wallet"
|
||||
[dependencies]
|
||||
base32 = "0.4.0"
|
||||
console = "0.14.1"
|
||||
dialoguer = "0.6.2"
|
||||
dialoguer = "0.8.0"
|
||||
hidapi = { version = "1.2.5", default-features = false }
|
||||
log = "0.4.11"
|
||||
num-derive = { version = "0.3" }
|
||||
|
Reference in New Issue
Block a user