diff --git a/Cargo.lock b/Cargo.lock index 8d5b87a79b..f0fc249881 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1436,7 +1436,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "hidapi" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cc 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4371,7 +4371,7 @@ version = "1.1.0" dependencies = [ "base32 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "dialoguer 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "hidapi 1.2.0 (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.0 (registry+https://github.com/rust-lang/crates.io-index)", "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6266,7 +6266,7 @@ dependencies = [ "checksum hex-literal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "961de220ec9a91af2e1e5bd80d02109155695e516771762381ef8581317066e0" "checksum hex-literal-impl 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "06095d08c7c05760f11a071b3e1d4c5b723761c01bd8d7201c30a9536668a612" "checksum hex_fmt 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f" -"checksum hidapi 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1cfd6cd631a5f39abaabad541f0b64bfcb7e55fa5c7de9a1e5d5578cb86dd687" +"checksum hidapi 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e347988010cd7d98689c553ab3d32f53e62cabb0d876aed16d41a8f9c1760e54" "checksum histogram 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "12cb882ccb290b8646e554b157ab0b71e64e8d5bef775cd66b6531e52d302669" "checksum hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695" "checksum http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0" diff --git a/remote-wallet/Cargo.toml b/remote-wallet/Cargo.toml index 67bf166be9..74056b5316 100644 --- a/remote-wallet/Cargo.toml +++ b/remote-wallet/Cargo.toml @@ -11,7 +11,7 @@ homepage = "https://solana.com/" [dependencies] base32 = "0.4.0" dialoguer = "0.5.0" -hidapi = { version = "1.2.0", default-features = false } +hidapi = { version = "1.2.1", default-features = false } log = "0.4.8" parking_lot = "0.10" semver = "0.9"