diff --git a/Cargo.lock b/Cargo.lock index e501956291..59ba4da539 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -857,7 +857,7 @@ dependencies = [ [[package]] name = "dialoguer" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "console 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4510,7 +4510,7 @@ version = "1.2.0" dependencies = [ "base32 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "console 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", - "dialoguer 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "dialoguer 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "hidapi 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6444,7 +6444,7 @@ dependencies = [ "checksum curve25519-dalek 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8b7dcd30ba50cdf88b55b033456138b7c0ac4afdc436d82e1b79f370f24cc66d" "checksum data-encoding 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f4f47ca1860a761136924ddd2422ba77b2ea54fe8cc75b9040804a0d9d32ad97" "checksum derivative 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "942ca430eef7a3806595a6737bc388bf51adb888d3fc0dd1b50f1c170167ee3a" -"checksum dialoguer 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94616e25d2c04fc97253d145f6ca33ad84a584258dc70c4e621cc79a57f903b6" +"checksum dialoguer 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b5eb0fce3c4f955b8d8d864b131fb8863959138da962026c106ba7a2e3bf7a" "checksum diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a" "checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" "checksum digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "03b072242a8cbaf9c145665af9d250c59af3b958f83ed6824e13533cf76d5b90" diff --git a/remote-wallet/Cargo.toml b/remote-wallet/Cargo.toml index eecd0cec9c..089af5204f 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.0" +dialoguer = "0.5.1" hidapi = { version = "1.2.1", default-features = false } log = "0.4.8" parking_lot = "0.10"