From a1fcfa33e88089b9a3a584cc0548368ef6cb233a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 19:17:24 +0000 Subject: [PATCH] Bump hidapi from 2.0.2 to 2.1.0 Bumps [hidapi](https://github.com/ruabmbua/hidapi-rs) from 2.0.2 to 2.1.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..ab86a2e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -95,9 +95,9 @@ dependencies = [ [[package]] name = "hidapi" -version = "2.0.2" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29839436a2de4587be0b5ef083492a5dcee40ac98404e63410dc98c916251ca7" +checksum = "a090a12b53564bcb2f6053b8be08d5f9e7b91f26953d6e8e08c9affd8aeb4ec9" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 7521942..909a381 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.0" clap = { version = "4.0.29", features = ["derive"] } anyhow = "1.0.66"