diff --git a/Cargo.lock b/Cargo.lock index 95e13f7..a5e75f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -401,13 +401,14 @@ checksum = "6e5c37193a1db1d8ed868c03ec7b152175f26160a5b740e5e484143877e0adf0" [[package]] name = "dialoguer" -version = "0.10.4" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59c6f2989294b9a498d3ad5491a79c6deb604617378e1cdc4bfc1c1361fe2f87" +checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de" dependencies = [ "console", "shell-words", "tempfile", + "thiserror", "zeroize", ] diff --git a/remote-wallet/Cargo.toml b/remote-wallet/Cargo.toml index 56b3441..5f615bd 100644 --- a/remote-wallet/Cargo.toml +++ b/remote-wallet/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["staticlib", "cdylib", "rlib"] [dependencies] console = "0.15.7" derivation-path = { workspace = true } -dialoguer = "0.10.4" +dialoguer = "0.11.0" hidapi = { version = "2.4.1", default-features = false, optional = true } log = "0.4.20" num-derive = "0.4"