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"