From d1ba7c2dc82c2d8db4e422a98b4161ec228532da Mon Sep 17 00:00:00 2001 From: edouardparis Date: Mon, 9 Sep 2024 13:48:20 +0200 Subject: [PATCH] bump async-hwi 0.0.23 This async-hwi version has a fix about the wrong fetched version of the coldcard Q device. --- gui/Cargo.lock | 7 ++----- gui/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/gui/Cargo.lock b/gui/Cargo.lock index 48d3bfb0..1d661828 100644 --- a/gui/Cargo.lock +++ b/gui/Cargo.lock @@ -199,9 +199,9 @@ dependencies = [ [[package]] name = "async-hwi" -version = "0.0.22" +version = "0.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b3f27c4ed452a71a415e1198b2ef0b586ef270f3921b6ebbd558311d46806fd" +checksum = "2f5e1703fc8cf217444fde8f3fdcf44382a1dec3afe5430620aa1b421c692b58" dependencies = [ "async-trait", "bitbox-api", @@ -212,8 +212,6 @@ dependencies = [ "ledger-apdu", "ledger-transport-hidapi", "ledger_bitcoin_client", - "prost 0.12.2", - "prost-derive 0.12.2", "regex", "reqwest", "serde", @@ -222,7 +220,6 @@ dependencies = [ "serialport", "tokio", "tokio-serial", - "zeroize", ] [[package]] diff --git a/gui/Cargo.toml b/gui/Cargo.toml index 70e089d3..588922ed 100644 --- a/gui/Cargo.toml +++ b/gui/Cargo.toml @@ -15,7 +15,7 @@ path = "src/main.rs" [dependencies] async-trait = "0.1" -async-hwi = { version = "0.0.22" } +async-hwi = { version = "0.0.23" } liana = { git = "https://github.com/wizardsardine/liana", branch = "master", default-features = false, features = ["nonblocking_shutdown"] } liana_ui = { path = "ui" } backtrace = "0.3"