Merge #1302: bump async-hwi 0.0.23

d1ba7c2dc82c2d8db4e422a98b4161ec228532da bump async-hwi 0.0.23 (edouardparis)

Pull request description:

  This async-hwi version has a fix about the
  wrong fetched version of the coldcard Q device.

ACKs for top commit:
  edouardparis:
    Self-ACK d1ba7c2dc82c2d8db4e422a98b4161ec228532da

Tree-SHA512: 5e126aca919fdb729de275451b52ba6519b44c9ea1b4bddcc47b9c694757e90beddfa6fce43741fa3cd2023a17f61c4e6deb15d0f32c97469abb00c11528385c
This commit is contained in:
edouardparis 2024-09-09 14:15:44 +02:00
commit d41bc7cfb6
No known key found for this signature in database
GPG Key ID: E65F7A089C20DC8F
2 changed files with 3 additions and 6 deletions

7
gui/Cargo.lock generated
View File

@ -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]]

View File

@ -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"