diff --git a/Cargo.lock b/Cargo.lock index 081972ea8..edd9fef80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1753,9 +1753,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hidapi" -version = "1.3.3" +version = "1.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fd21b5ac4a597bf657ed92a5b078f46a011837bda14afb7a07a5c1157c33ac2" +checksum = "c2ec6bf425a5c3af047bb2a029de540a7d74cefa4761f14be67d7884dcd497b0" dependencies = [ "cc", "libc", diff --git a/remote-wallet/Cargo.toml b/remote-wallet/Cargo.toml index ef30a2bc9..18ca897ac 100644 --- a/remote-wallet/Cargo.toml +++ b/remote-wallet/Cargo.toml @@ -12,7 +12,7 @@ documentation = "https://docs.rs/solana-remote-wallet" [dependencies] console = "0.15.0" dialoguer = "0.10.0" -hidapi = { version = "1.3.3", default-features = false, optional = true} +hidapi = { version = "1.3.4", default-features = false, optional = true} log = "0.4.14" num-derive = { version = "0.3" } num-traits = { version = "0.2" }