mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-09 00:54:24 +01:00
Integrate ureq fix from Boltz Client (#148)
This commit is contained in:
2
cli/Cargo.lock
generated
2
cli/Cargo.lock
generated
@@ -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
2
lib/Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user