gui: update to latest liana master

This commit is contained in:
Antoine Poinsot 2024-03-25 16:34:36 +01:00
parent 6d498db5e5
commit fecaddb111
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304

6
gui/Cargo.lock generated
View File

@ -2619,8 +2619,8 @@ dependencies = [
[[package]]
name = "liana"
version = "4.0.0"
source = "git+https://github.com/wizardsardine/liana?branch=master#2aa8874456bd8e43085c1496dedde68d3ce9d49a"
version = "5.0.0"
source = "git+https://github.com/wizardsardine/liana?branch=master#6d498db5e50d13a653e5592090873bf269107ed2"
dependencies = [
"backtrace",
"bdk_coin_select",
@ -4223,7 +4223,7 @@ version = "0.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f622567e3b4b38154fb8190bcf6b160d7a4301d70595a49195b48c116007a27"
dependencies = [
"bitcoin_hashes 0.12.0",
"bitcoin_hashes 0.13.0",
"secp256k1-sys",
"serde",
]