From 7d8a181098dc786e76cd5950fe953e3e57d7dd38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 10:13:57 +0000 Subject: [PATCH] build(deps): bump hidapi from 2.4.1 to 2.5.0 Bumps [hidapi](https://github.com/ruabmbua/hidapi-rs) from 2.4.1 to 2.5.0. - [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-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 ++++--- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f890de73f4420f..0bccf7cea6c114 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2417,14 +2417,15 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hidapi" -version = "2.4.1" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "723777263b0dcc5730aec947496bd8c3940ba63c15f5633b288cc615f4f6af79" +checksum = "3b125253e27c9fd67beac20665348f4bfc5b488b5c8a1020610eeb7e6d205cde" dependencies = [ "cc", + "cfg-if 1.0.0", "libc", "pkg-config", - "winapi 0.3.9", + "windows-sys 0.48.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 3da03d9963ff91..07c9b494d00de8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -211,7 +211,7 @@ gethostname = "0.2.3" getrandom = "0.2.10" goauth = "0.13.1" hex = "0.4.3" -hidapi = { version = "2.4.1", default-features = false } +hidapi = { version = "2.5.0", default-features = false } histogram = "0.6.9" hmac = "0.12.1" http = "0.2.11"