From 99e4af84ffd64a0aad3dbb99af2d64a3cd38f490 Mon Sep 17 00:00:00 2001 From: edouardparis Date: Fri, 24 May 2024 11:39:56 +0200 Subject: [PATCH] bum async-hwi 0.0.18 Include coldcard 0.12.2 that fixes the nightly build on MacOS --- gui/Cargo.lock | 8 ++++---- gui/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gui/Cargo.lock b/gui/Cargo.lock index cb661d5f..81bd9085 100644 --- a/gui/Cargo.lock +++ b/gui/Cargo.lock @@ -193,9 +193,9 @@ dependencies = [ [[package]] name = "async-hwi" -version = "0.0.17" +version = "0.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "647a2513ce55652719759c6416e98de94b19a349dc94e1be4924b0487f73ce9b" +checksum = "9db4e95bcb10d14662ffcf56bc33330f47947677e5834a7edaa5ec8520562b36" dependencies = [ "async-trait", "bitbox-api", @@ -736,9 +736,9 @@ dependencies = [ [[package]] name = "coldcard" -version = "0.12.1" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53b201b4f71707e6330445ed5b6af1024904c6d2c05aca2f74e5fa51d2e56a0f" +checksum = "9aaaf3f7409edc40001c30a4c1337f21558a8ceba2a4afe807da841a38ce83d6" dependencies = [ "aes", "base58", diff --git a/gui/Cargo.toml b/gui/Cargo.toml index c118a112..c9cbb672 100644 --- a/gui/Cargo.toml +++ b/gui/Cargo.toml @@ -15,7 +15,7 @@ path = "src/main.rs" [dependencies] async-trait = "0.1" -async-hwi = "0.0.17" +async-hwi = "0.0.18" liana = { git = "https://github.com/wizardsardine/liana", branch = "master", default-features = false, features = ["nonblocking_shutdown"] } liana_ui = { path = "ui" } backtrace = "0.3"