Bump hidapi from 2.3.1 to 2.3.2 (#31634)
Bumps [hidapi](https://github.com/ruabmbua/hidapi-rs) from 2.3.1 to 2.3.2. - [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> Signed-off-by: illia.bobyr@solana.com
This commit is contained in:
parent
694099bbe3
commit
4ac0ffcace
|
@ -2267,9 +2267,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|||
|
||||
[[package]]
|
||||
name = "hidapi"
|
||||
version = "2.3.1"
|
||||
version = "2.3.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e7bd942bc25db46cfed7e4fc0a5ff1eca990475460621d1fa85486b1c15ef7a3"
|
||||
checksum = "88c57421a3f575970573c2d8bedcaf4c9fe1a560c6944651c7256d408ee091b1"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"libc",
|
||||
|
|
|
@ -197,7 +197,7 @@ gethostname = "0.2.3"
|
|||
getrandom = "0.1.14"
|
||||
goauth = "0.13.1"
|
||||
hex = "0.4.3"
|
||||
hidapi = { version = "2.3.1", default-features = false }
|
||||
hidapi = { version = "2.3.2", default-features = false }
|
||||
histogram = "0.6.9"
|
||||
hmac = "0.12.1"
|
||||
http = "0.2.9"
|
||||
|
|
Loading…
Reference in New Issue