bump async-hwi 0.05

This commit is contained in:
edouard 2023-04-06 11:34:07 +02:00
parent 9fc9bd6958
commit 9250f7d735
2 changed files with 3 additions and 3 deletions

4
gui/Cargo.lock generated
View File

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

View File

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