chore: bump hidapi from 1.2.3 to 1.2.5

Bumps [hidapi](https://github.com/ruabmbua/hidapi-rs) from 1.2.3 to 1.2.5.
- [Release notes](https://github.com/ruabmbua/hidapi-rs/releases)
- [Commits](https://github.com/ruabmbua/hidapi-rs/commits/v1.2.5)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-03 09:02:06 +00:00 committed by Michael Vines
parent e7a4349b0e
commit f035b9c7cd
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1627,9 +1627,9 @@ checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
[[package]]
name = "hidapi"
version = "1.2.3"
version = "1.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c6ffb97f2ec5835ec73bcea5256fc2cd57a13c5958230778ef97f11900ba661"
checksum = "76c352a18370f7e7e47bcbfcbdc5432b8c80c705b5d751a25232c659fcf5c775"
dependencies = [
"cc",
"libc",

View File

@ -12,7 +12,7 @@ homepage = "https://solana.com/"
base32 = "0.4.0"
console = "0.11.3"
dialoguer = "0.6.2"
hidapi = { version = "1.2.3", default-features = false }
hidapi = { version = "1.2.5", default-features = false }
log = "0.4.11"
num-derive = { version = "0.3" }
num-traits = { version = "0.2" }