From 1f9d0fc2849625a6dc8a6185e38ed28cc96d5e57 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 May 2020 08:21:16 -0700 Subject: [PATCH] Bump dialoguer from 0.5.1 to 0.6.2 (#9970) Bumps [dialoguer](https://github.com/mitsuhiko/dialoguer) from 0.5.1 to 0.6.2. - [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.5.1...v0.6.2) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- remote-wallet/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c61f9ff276..204898d869 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -821,11 +821,11 @@ dependencies = [ [[package]] name = "dialoguer" -version = "0.5.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8b5eb0fce3c4f955b8d8d864b131fb8863959138da962026c106ba7a2e3bf7a" +checksum = "f4aa86af7b19b40ef9cbef761ed411a49f0afa06b7b6dcd3dfe2f96a3c546138" dependencies = [ - "console 0.10.3", + "console 0.11.2", "lazy_static", "tempfile", ] diff --git a/remote-wallet/Cargo.toml b/remote-wallet/Cargo.toml index 089af5204f..f94a82a6b1 100644 --- a/remote-wallet/Cargo.toml +++ b/remote-wallet/Cargo.toml @@ -11,7 +11,7 @@ homepage = "https://solana.com/" [dependencies] base32 = "0.4.0" console = "0.10.1" -dialoguer = "0.5.1" +dialoguer = "0.6.2" hidapi = { version = "1.2.1", default-features = false } log = "0.4.8" parking_lot = "0.10"