From fc31198ca87079ea3dde94cfbe5ea3ac08a8dd94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 21:07:58 +0800 Subject: [PATCH] build(deps): bump hidapi from 2.6.2 to 2.6.3 (#2485) Bumps [hidapi](https://github.com/ruabmbua/hidapi-rs) from 2.6.2 to 2.6.3. - [Release notes](https://github.com/ruabmbua/hidapi-rs/releases) - [Commits](https://github.com/ruabmbua/hidapi-rs/compare/v2.6.2...v2.6.3) --- 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 4b8c897130d45b..5c7f9d36bd68eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2656,9 +2656,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hidapi" -version = "2.6.2" +version = "2.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ad5e383c2cf354bf4b54b7adf1dc781942fa9ec2ebc0714ad32524de968edce" +checksum = "03b876ecf37e86b359573c16c8366bc3eba52b689884a0fc42ba3f67203d2a8b" dependencies = [ "cc", "cfg-if 1.0.0", diff --git a/Cargo.toml b/Cargo.toml index 45f6625f01ec6d..ca61d6806ae86b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -237,7 +237,7 @@ gethostname = "0.2.3" getrandom = "0.2.10" goauth = "0.13.1" hex = "0.4.3" -hidapi = { version = "2.6.2", default-features = false } +hidapi = { version = "2.6.3", default-features = false } histogram = "0.6.9" hmac = "0.12.1" http = "0.2.12"