diff --git a/gui/Cargo.lock b/gui/Cargo.lock index 175d3da7..99b83b1a 100644 --- a/gui/Cargo.lock +++ b/gui/Cargo.lock @@ -133,9 +133,9 @@ dependencies = [ [[package]] name = "async-hwi" -version = "0.0.10" +version = "0.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22355924b351ed9bad0e8b400d0b039eb624259e80ad4afb978e04a35e81ea93" +checksum = "d29e54987aab24867f5259b95d5c7f3d46bf69ad8ddfb01dde24a88c00a9e93d" dependencies = [ "async-trait", "base64 0.13.1", diff --git a/gui/Cargo.toml b/gui/Cargo.toml index 1668aff0..e97577b0 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.10" +async-hwi = "0.0.11" liana = { git = "https://github.com/wizardsardine/liana", branch = "master", default-features = false, features = ["nonblocking_shutdown"] } liana_ui = { path = "ui" } backtrace = "0.3"