Merge #479: gui: bump async-hwi 0.0.6
000b37901d85aac4254b43505c734f1092d02ddb gui: bump async-hwi 0.0.6 (edouard)
Pull request description:
ACKs for top commit:
edouardparis:
Self-ACK 000b37901d85aac4254b43505c734f1092d02ddb
Tree-SHA512: 876bc2d76ad4dd0b14b9bd08e4546e25b0a65d6dd5765d433658efbddfbc91bc3a845e553dff78ec25a28b1ff2560aa12d248a163dff8dbf7abd696752bd5c87
This commit is contained in:
commit
79ea903e87
8
gui/Cargo.lock
generated
8
gui/Cargo.lock
generated
@ -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",
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user