From 65e2d9b2f2038a6cbb1b55d1ba0489d0c7232665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 05:57:59 +0000 Subject: [PATCH] chore: bump hidapi from 1.3.3 to 1.3.4 (#23544) Bumps [hidapi](https://github.com/ruabmbua/hidapi-rs) from 1.3.3 to 1.3.4. - [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 ++-- remote-wallet/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 081972ea8..edd9fef80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1753,9 +1753,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hidapi" -version = "1.3.3" +version = "1.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fd21b5ac4a597bf657ed92a5b078f46a011837bda14afb7a07a5c1157c33ac2" +checksum = "c2ec6bf425a5c3af047bb2a029de540a7d74cefa4761f14be67d7884dcd497b0" dependencies = [ "cc", "libc", diff --git a/remote-wallet/Cargo.toml b/remote-wallet/Cargo.toml index ef30a2bc9..18ca897ac 100644 --- a/remote-wallet/Cargo.toml +++ b/remote-wallet/Cargo.toml @@ -12,7 +12,7 @@ documentation = "https://docs.rs/solana-remote-wallet" [dependencies] console = "0.15.0" dialoguer = "0.10.0" -hidapi = { version = "1.3.3", default-features = false, optional = true} +hidapi = { version = "1.3.4", default-features = false, optional = true} log = "0.4.14" num-derive = { version = "0.3" } num-traits = { version = "0.2" }