From 6666660d4c4716c2a8c476a87485d93fd0f0347b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 16:29:48 +0800 Subject: [PATCH] build(deps): bump hidapi from 2.5.0 to 2.5.1 (#34998) Bumps [hidapi](https://github.com/ruabmbua/hidapi-rs) from 2.5.0 to 2.5.1. - [Commits](https://github.com/ruabmbua/hidapi-rs/commits/v2.5.1) --- 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 489f2f0a4..93c712b80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2407,9 +2407,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hidapi" -version = "2.5.0" +version = "2.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b125253e27c9fd67beac20665348f4bfc5b488b5c8a1020610eeb7e6d205cde" +checksum = "830eccace7c861211d0ad04288e5dad690d6711b0db152084da58882ee7a840a" dependencies = [ "cc", "cfg-if 1.0.0", diff --git a/Cargo.toml b/Cargo.toml index 0e5564044..eabe122cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -212,7 +212,7 @@ gethostname = "0.2.3" getrandom = "0.2.10" goauth = "0.13.1" hex = "0.4.3" -hidapi = { version = "2.5.0", default-features = false } +hidapi = { version = "2.5.1", default-features = false } histogram = "0.6.9" hmac = "0.12.1" http = "0.2.11"