Bump hidapi from 2.3.3 to 2.4.0 (#32434)

Bumps [hidapi](https://github.com/ruabmbua/hidapi-rs) from 2.3.3 to 2.4.0.
- [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-minor
...

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Illia Bobyr <illia.bobyr@solana.com>
This commit is contained in:
dependabot[bot] 2023-07-10 21:11:41 -07:00 committed by GitHub
parent 2ed30793cc
commit 41242138dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2294,9 +2294,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hidapi"
version = "2.3.3"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f841dbb77615e116fb2ca38044b42310370f0d093c774a72361670ff2ae431b"
checksum = "794c84123f70c5ac93c45f0fed6edd39db80aab71a62097982e4ab13b43e8bb7"
dependencies = [
"cc",
"libc",

View File

@ -200,7 +200,7 @@ gethostname = "0.2.3"
getrandom = "0.1.14"
goauth = "0.13.1"
hex = "0.4.3"
hidapi = { version = "2.3.3", default-features = false }
hidapi = { version = "2.4.0", default-features = false }
histogram = "0.6.9"
hmac = "0.12.1"
http = "0.2.9"