From 2e1e4fb8a4aa9f0e5a2fbff89d6b1ba48dc4415a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Nov 2021 19:08:01 -0700 Subject: [PATCH] chore: bump hidapi from 1.2.7 to 1.3.0 (#21396) * chore: bump hidapi from 1.2.7 to 1.3.0 Bumps [hidapi](https://github.com/ruabmbua/hidapi-rs) from 1.2.7 to 1.3.0. - [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-minor ... Signed-off-by: dependabot[bot] * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 4 ++-- programs/bpf/Cargo.lock | 4 ++-- remote-wallet/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e00bdb30b8..eec05c8e5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1788,9 +1788,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hidapi" -version = "1.2.7" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f39cbe399e8e9550264e9f26553bf26f5ece2b6cf13abe32d06c857a5166263" +checksum = "8d6f5e247bc66f3255d755e96d9d43f6b191f4e182072b811d55584ff58c510f" dependencies = [ "cc", "libc", diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index b8e15155ab..a53831cdc2 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -1173,9 +1173,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hidapi" -version = "1.2.7" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f39cbe399e8e9550264e9f26553bf26f5ece2b6cf13abe32d06c857a5166263" +checksum = "8d6f5e247bc66f3255d755e96d9d43f6b191f4e182072b811d55584ff58c510f" dependencies = [ "cc", "libc", diff --git a/remote-wallet/Cargo.toml b/remote-wallet/Cargo.toml index 2a73a44054..c03d5be9dc 100644 --- a/remote-wallet/Cargo.toml +++ b/remote-wallet/Cargo.toml @@ -13,7 +13,7 @@ documentation = "https://docs.rs/solana-remote-wallet" base32 = "0.4.0" console = "0.15.0" dialoguer = "0.9.0" -hidapi = { version = "1.2.7", default-features = false } +hidapi = { version = "1.3.0", default-features = false } log = "0.4.14" num-derive = { version = "0.3" } num-traits = { version = "0.2" }