Integrate ureq fix from Boltz Client (#148)

This commit is contained in:
ok300
2024-05-02 18:29:45 +00:00
committed by GitHub
parent 6589a8799b
commit 33815fac05
3 changed files with 3 additions and 5 deletions

2
cli/Cargo.lock generated
View File

@@ -343,7 +343,7 @@ dependencies = [
[[package]]
name = "boltz-client"
version = "0.1.3"
source = "git+https://github.com/ok300/boltz-rust?branch=ok300-fix-swapstatus-close_notify-errors#0763847845cb8467f1a1faeb1b59382c034dddd3"
source = "git+https://github.com/SatoshiPortal/boltz-rust?rev=6f45fff8b87c7530c847eb05f018906c48785a6c#6f45fff8b87c7530c847eb05f018906c48785a6c"
dependencies = [
"bip39",
"bitcoin 0.31.2",

2
lib/Cargo.lock generated
View File

@@ -466,7 +466,7 @@ dependencies = [
[[package]]
name = "boltz-client"
version = "0.1.3"
source = "git+https://github.com/ok300/boltz-rust?branch=ok300-fix-swapstatus-close_notify-errors#0763847845cb8467f1a1faeb1b59382c034dddd3"
source = "git+https://github.com/SatoshiPortal/boltz-rust?rev=6f45fff8b87c7530c847eb05f018906c48785a6c#6f45fff8b87c7530c847eb05f018906c48785a6c"
dependencies = [
"bip39",
"bitcoin 0.31.2",

View File

@@ -9,9 +9,7 @@ name = "breez_liquid_sdk"
[dependencies]
anyhow = { workspace = true }
bip39 = { version = "2.0.0", features = ["serde"] }
#boltz-client = { git = "https://github.com/SatoshiPortal/boltz-rust", rev = "cf2544ae126ac46ab2118313d61a57f160e3d64e" }
# Temp workaround until https://github.com/SatoshiPortal/boltz-rust/pull/41 is reviewed and merged
boltz-client = { git = "https://github.com/ok300/boltz-rust", branch = "ok300-fix-swapstatus-close_notify-errors" }
boltz-client = { git = "https://github.com/SatoshiPortal/boltz-rust", rev = "6f45fff8b87c7530c847eb05f018906c48785a6c" }
flutter_rust_bridge = { version = "=2.0.0-dev.32", features = ["chrono"], optional = true }
log = "0.4.20"
lwk_common = "0.3.0"