From 95a3d0abd640ba39decf4cb001b99a13d5e0006e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 19:13:45 +0000 Subject: [PATCH] Bump hidapi from 2.0.2 to 2.1.2 Bumps [hidapi](https://github.com/ruabmbua/hidapi-rs) from 2.0.2 to 2.1.2. - [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 | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 987a711..4262018 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -95,9 +95,9 @@ dependencies = [ [[package]] name = "hidapi" -version = "2.0.2" +version = "2.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29839436a2de4587be0b5ef083492a5dcee40ac98404e63410dc98c916251ca7" +checksum = "be8f12c6c547a4c0fdda0b833cbae77a1e6ed24163d5aab792ce860125badc53" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 7521942..210debd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,6 @@ version = "0.0.1" edition = "2021" [dependencies] -hidapi = "2.0.2" +hidapi = "2.1.2" clap = { version = "4.0.29", features = ["derive"] } anyhow = "1.0.66"