chore: bump hidapi from 1.3.3 to 1.3.4 (#23544)

Bumps [hidapi](https://github.com/ruabmbua/hidapi-rs) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/ruabmbua/hidapi-rs/releases)
- [Commits](https://github.com/ruabmbua/hidapi-rs/commits)

---
updated-dependencies:
- dependency-name: hidapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-03-09 05:57:59 +00:00
committed by GitHub
parent 5c722519cf
commit 65e2d9b2f2
2 changed files with 3 additions and 3 deletions

View File

@ -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" }