diff --git a/Cargo.lock b/Cargo.lock index 3165b202b2..94530cf95a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2327,9 +2327,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hidapi" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "794c84123f70c5ac93c45f0fed6edd39db80aab71a62097982e4ab13b43e8bb7" +checksum = "723777263b0dcc5730aec947496bd8c3940ba63c15f5633b288cc615f4f6af79" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 1abcd815d4..cecfd34b37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -200,7 +200,7 @@ gethostname = "0.2.3" getrandom = "0.1.14" goauth = "0.13.1" hex = "0.4.3" -hidapi = { version = "2.4.0", default-features = false } +hidapi = { version = "2.4.1", default-features = false } histogram = "0.6.9" hmac = "0.12.1" http = "0.2.9"