From 8abf0d9058cae8d4be72437907e06f3488c6b6dd Mon Sep 17 00:00:00 2001 From: edouardparis Date: Thu, 6 Feb 2025 16:23:10 +0100 Subject: [PATCH] bump async-hwi 0.0.27 --- Cargo.lock | 4 ++-- liana-gui/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a315295b..2f2be3536 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -267,9 +267,9 @@ dependencies = [ [[package]] name = "async-hwi" -version = "0.0.26" +version = "0.0.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b67f67913279ff8009b46fde618b87d46f7c4306c7e93342fed09c6bb5dea09" +checksum = "e9e928e319430e339a0d6895e42f40fef8eb7d4c47a8f17c35a572a718072e7e" dependencies = [ "async-trait", "bitbox-api", diff --git a/liana-gui/Cargo.toml b/liana-gui/Cargo.toml index 2fe9d6950..139cccc69 100644 --- a/liana-gui/Cargo.toml +++ b/liana-gui/Cargo.toml @@ -15,7 +15,7 @@ path = "src/main.rs" [dependencies] async-trait = "0.1" -async-hwi = { version = "0.0.26" } +async-hwi = { version = "0.0.27" } liana = { path = "../liana" } lianad = { path = "../lianad", default-features = false, features = ["nonblocking_shutdown"] } liana-ui = { path = "../liana-ui" }