From 3dfef813bf67687dcc15c3612dd72d9b6ac93811 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 24 May 2020 19:39:06 -0700 Subject: [PATCH] Bump hidapi from 1.2.1 to 1.2.2 (#10210) Bumps [hidapi](https://github.com/ruabmbua/hidapi-rs) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/ruabmbua/hidapi-rs/releases) - [Commits](https://github.com/ruabmbua/hidapi-rs/commits) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[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 1f889ca7a..fde416e12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1397,9 +1397,9 @@ checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f" [[package]] name = "hidapi" -version = "1.2.1" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e347988010cd7d98689c553ab3d32f53e62cabb0d876aed16d41a8f9c1760e54" +checksum = "d95d0287c6c92c3fe5426a25dace368e0cf1b93e63beacbd7720176e713b001d" dependencies = [ "cc", "libc", diff --git a/remote-wallet/Cargo.toml b/remote-wallet/Cargo.toml index 76742441c..b1b09295d 100644 --- a/remote-wallet/Cargo.toml +++ b/remote-wallet/Cargo.toml @@ -12,7 +12,7 @@ homepage = "https://solana.com/" base32 = "0.4.0" console = "0.10.1" dialoguer = "0.6.2" -hidapi = { version = "1.2.1", default-features = false } +hidapi = { version = "1.2.2", default-features = false } log = "0.4.8" num-derive = { version = "0.3" } num-traits = { version = "0.2" }