Bump hidapi from 1.4.1 to 2.2.0 (#31022)

Bump hidapi to v2.2.0
This commit is contained in:
Tyera 2023-04-05 11:47:29 -06:00 committed by GitHub
parent 83e17d8e44
commit a7878313b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -2226,13 +2226,14 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hidapi"
version = "1.4.1"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38b1717343691998deb81766bfcd1dce6df0d5d6c37070b5a3de2bb6d39f7822"
checksum = "d4255d387f1961f1d469ef24acc5620d4b1b15a7b763b759d9b29f095164ee27"
dependencies = [
"cc",
"libc",
"pkg-config",
"winapi 0.3.9",
]
[[package]]

View File

@ -197,7 +197,7 @@ getrandom = "0.1.14"
goauth = "0.13.1"
hashbrown = "0.12"
hex = "0.4.3"
hidapi = { version = "1.4.1", default-features = false }
hidapi = { version = "2.2.0", default-features = false }
histogram = "0.6.9"
hmac = "0.12.1"
http = "0.2.8"