From f035b9c7cd62732bf49405439aa8adc261f897db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Mar 2021 09:02:06 +0000 Subject: [PATCH] chore: bump hidapi from 1.2.3 to 1.2.5 Bumps [hidapi](https://github.com/ruabmbua/hidapi-rs) from 1.2.3 to 1.2.5. - [Release notes](https://github.com/ruabmbua/hidapi-rs/releases) - [Commits](https://github.com/ruabmbua/hidapi-rs/commits/v1.2.5) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- remote-wallet/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 90274a84b..6a48fc9bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1627,9 +1627,9 @@ checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35" [[package]] name = "hidapi" -version = "1.2.3" +version = "1.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c6ffb97f2ec5835ec73bcea5256fc2cd57a13c5958230778ef97f11900ba661" +checksum = "76c352a18370f7e7e47bcbfcbdc5432b8c80c705b5d751a25232c659fcf5c775" dependencies = [ "cc", "libc", diff --git a/remote-wallet/Cargo.toml b/remote-wallet/Cargo.toml index 6454aa9ed..3e452a77a 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.11.3" dialoguer = "0.6.2" -hidapi = { version = "1.2.3", default-features = false } +hidapi = { version = "1.2.5", default-features = false } log = "0.4.11" num-derive = { version = "0.3" } num-traits = { version = "0.2" }