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