From 9250f7d735649bed70f2099cc08a4c95bf0cd7db Mon Sep 17 00:00:00 2001 From: edouard Date: Thu, 6 Apr 2023 11:34:07 +0200 Subject: [PATCH] bump async-hwi 0.05 --- gui/Cargo.lock | 4 ++-- gui/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gui/Cargo.lock b/gui/Cargo.lock index d0232a0a..520d5be7 100644 --- a/gui/Cargo.lock +++ b/gui/Cargo.lock @@ -139,9 +139,9 @@ dependencies = [ [[package]] name = "async-hwi" -version = "0.0.4" +version = "0.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3b6805d43fc4b11c8f2a16f0aa8dca5b8b8702c3a23aa0a1a2ec1b42c98ebb7" +checksum = "7285e74014fb61f85e24a8497d550e0436e3977ea2c522b818b9f277c3f2cc57" dependencies = [ "async-trait", "base64", diff --git a/gui/Cargo.toml b/gui/Cargo.toml index ebee0052..fc4bbd6f 100644 --- a/gui/Cargo.toml +++ b/gui/Cargo.toml @@ -14,7 +14,7 @@ name = "liana-gui" path = "src/main.rs" [dependencies] -async-hwi = "0.0.4" +async-hwi = "0.0.5" liana = { git = "https://github.com/wizardsardine/liana", branch = "master", default-features = false } liana_ui = { path = "ui" } backtrace = "0.3"