From fb7190032ad7929e9c484bbf2b9409eef9910ae4 Mon Sep 17 00:00:00 2001 From: ok300 <106775972+ok300@users.noreply.github.com> Date: Thu, 9 May 2024 21:22:57 +0200 Subject: [PATCH] Bump boltz-rust client to latest patch level --- cli/Cargo.lock | 2 +- lib/Cargo.lock | 2 +- lib/core/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 7c227a5..e446912 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -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", diff --git a/lib/Cargo.lock b/lib/Cargo.lock index f30073c..4375c22 100644 --- a/lib/Cargo.lock +++ b/lib/Cargo.lock @@ -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", diff --git a/lib/core/Cargo.toml b/lib/core/Cargo.toml index e251f64..ef4c761 100644 --- a/lib/core/Cargo.toml +++ b/lib/core/Cargo.toml @@ -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"