From f192423b5e08a2bb330bf7867655f1017067200a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 08:58:51 +0000 Subject: [PATCH] build(deps): bump hidapi from 2.6.1 to 2.6.2 Bumps [hidapi](https://github.com/ruabmbua/hidapi-rs) from 2.6.1 to 2.6.2. - [Release notes](https://github.com/ruabmbua/hidapi-rs/releases) - [Commits](https://github.com/ruabmbua/hidapi-rs/compare/v2.6.1...v2.6.2) --- updated-dependencies: - dependency-name: hidapi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d9175d0d9c0682..6cfaf7489beb44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2655,9 +2655,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hidapi" -version = "2.6.1" +version = "2.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e58251020fe88fe0dae5ebcc1be92b4995214af84725b375d08354d0311c23c" +checksum = "7ad5e383c2cf354bf4b54b7adf1dc781942fa9ec2ebc0714ad32524de968edce" dependencies = [ "cc", "cfg-if 1.0.0", diff --git a/Cargo.toml b/Cargo.toml index de49b9b8ac1016..bacc825a61d590 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.1", default-features = false } +hidapi = { version = "2.6.2", default-features = false } histogram = "0.6.9" hmac = "0.12.1" http = "0.2.12"