From 7d1810bbcc7e3076b1c0c945336554b656790d37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 16:06:56 -0700 Subject: [PATCH] chore: bump hidapi from 1.3.2 to 1.3.3 (#23416) Bumps [hidapi](https://github.com/ruabmbua/hidapi-rs) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/ruabmbua/hidapi-rs/releases) - [Commits](https://github.com/ruabmbua/hidapi-rs/commits/v1.3.3) --- 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 d0cd80f73..067125da6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1823,9 +1823,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hidapi" -version = "1.3.2" +version = "1.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6c4cc7279df8353788ac551186920e44959d5948aec404be02b28544a598bce" +checksum = "7fd21b5ac4a597bf657ed92a5b078f46a011837bda14afb7a07a5c1157c33ac2" dependencies = [ "cc", "libc", diff --git a/remote-wallet/Cargo.toml b/remote-wallet/Cargo.toml index f2a64894a..200dc1d84 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.2", default-features = false, optional = true} +hidapi = { version = "1.3.3", default-features = false, optional = true} log = "0.4.14" num-derive = { version = "0.3" } num-traits = { version = "0.2" }