From 3b876ea816df4f77baa93ca01ddc79e4c93c5e83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 10:17:28 -0600 Subject: [PATCH] Bump hidapi from 2.3.2 to 2.3.3 (#31742) Bumps [hidapi](https://github.com/ruabmbua/hidapi-rs) from 2.3.2 to 2.3.3. - [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-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb1eb3c00..27d55bef1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2180,9 +2180,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hidapi" -version = "2.3.2" +version = "2.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88c57421a3f575970573c2d8bedcaf4c9fe1a560c6944651c7256d408ee091b1" +checksum = "1f841dbb77615e116fb2ca38044b42310370f0d093c774a72361670ff2ae431b" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 04c78888d..db051bb36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -197,7 +197,7 @@ gethostname = "0.2.3" getrandom = "0.1.14" goauth = "0.13.1" hex = "0.4.3" -hidapi = { version = "2.3.2", default-features = false } +hidapi = { version = "2.3.3", default-features = false } histogram = "0.6.9" hmac = "0.12.1" http = "0.2.9"