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