gui: bump async-hwi 0.0.6

This commit is contained in:
edouard 2023-05-05 15:11:42 +02:00
parent 6a0a42c3f8
commit 000b37901d
2 changed files with 5 additions and 5 deletions

8
gui/Cargo.lock generated
View File

@ -139,9 +139,9 @@ dependencies = [
[[package]]
name = "async-hwi"
version = "0.0.5"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7285e74014fb61f85e24a8497d550e0436e3977ea2c522b818b9f277c3f2cc57"
checksum = "09be30d154c732f398ebe57645f2074c1993fb88b7a457dc41c73487737fcfc6"
dependencies = [
"async-trait",
"base64",
@ -1830,9 +1830,9 @@ dependencies = [
[[package]]
name = "ledger_bitcoin_client"
version = "0.1.2"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a8f2e27af48417f8786467d4bd7e0e279c3320ab756391329450eedec59eab6"
checksum = "23425498fc8127d0ec3938ddce6d0f926ad9ff27bde27278b061a79c782f542d"
dependencies = [
"async-trait",
"bitcoin",

View File

@ -14,7 +14,7 @@ name = "liana-gui"
path = "src/main.rs"
[dependencies]
async-hwi = "0.0.5"
async-hwi = "0.0.6"
liana = { git = "https://github.com/wizardsardine/liana", branch = "0.4-lianad", default-features = false }
liana_ui = { path = "ui" }
backtrace = "0.3"