From b51fb10f9b2c48bb51282e23f60d33655c4dc814 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 13:02:04 +0000 Subject: [PATCH] Bump hidapi from 2.4.0 to 2.4.1 (#32601) Bumps [hidapi](https://github.com/ruabmbua/hidapi-rs) from 2.4.0 to 2.4.1. - [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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"