Bump boltz-rust client to latest patch level

This commit is contained in:
ok300
2024-05-09 21:22:57 +02:00
parent 91b6598cf8
commit fb7190032a
3 changed files with 3 additions and 3 deletions

2
cli/Cargo.lock generated
View File

@@ -355,7 +355,7 @@ dependencies = [
[[package]]
name = "boltz-client"
version = "0.1.3"
source = "git+https://github.com/hydra-yse/boltz-rust?rev=50b93fb7eba043e12a71fd7ddb1e9604a946c21b#50b93fb7eba043e12a71fd7ddb1e9604a946c21b"
source = "git+https://github.com/hydra-yse/boltz-rust?rev=88a2f30a431952ba1ed94a4a054a5ebbd321320a#88a2f30a431952ba1ed94a4a054a5ebbd321320a"
dependencies = [
"bip39",
"bitcoin 0.31.2",

2
lib/Cargo.lock generated
View File

@@ -478,7 +478,7 @@ dependencies = [
[[package]]
name = "boltz-client"
version = "0.1.3"
source = "git+https://github.com/hydra-yse/boltz-rust?rev=50b93fb7eba043e12a71fd7ddb1e9604a946c21b#50b93fb7eba043e12a71fd7ddb1e9604a946c21b"
source = "git+https://github.com/hydra-yse/boltz-rust?rev=88a2f30a431952ba1ed94a4a054a5ebbd321320a#88a2f30a431952ba1ed94a4a054a5ebbd321320a"
dependencies = [
"bip39",
"bitcoin 0.31.2",

View File

@@ -11,7 +11,7 @@ crate-type = ["lib", "cdylib", "staticlib"]
anyhow = { workspace = true }
bip39 = { version = "2.0.0", features = ["serde"] }
#boltz-client = { git = "https://github.com/SatoshiPortal/boltz-rust", rev = "6f45fff8b87c7530c847eb05f018906c48785a6c" }
boltz-client = { git = "https://github.com/hydra-yse/boltz-rust", rev = "50b93fb7eba043e12a71fd7ddb1e9604a946c21b" }
boltz-client = { git = "https://github.com/hydra-yse/boltz-rust", rev = "88a2f30a431952ba1ed94a4a054a5ebbd321320a" }
flutter_rust_bridge = { version = "=2.0.0-dev.33", features = ["chrono"], optional = true }
log = "0.4.20"
lwk_common = "0.3.0"