diff --git a/Cargo.lock b/Cargo.lock index 299c31e1b..f2bb37c51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2265,9 +2265,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hidapi" -version = "2.2.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4255d387f1961f1d469ef24acc5620d4b1b15a7b763b759d9b29f095164ee27" +checksum = "e7bd942bc25db46cfed7e4fc0a5ff1eca990475460621d1fa85486b1c15ef7a3" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index f4ea442b5..abd96bf09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -197,7 +197,7 @@ gethostname = "0.2.3" getrandom = "0.1.14" goauth = "0.13.1" hex = "0.4.3" -hidapi = { version = "2.2.0", default-features = false } +hidapi = { version = "2.3.1", default-features = false } histogram = "0.6.9" hmac = "0.12.1" http = "0.2.9"