From 3c2f6edad8ec2d44aad23e92fdcabdf985d9dc64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Granh=C3=A3o?= <32176319+danielgranhao@users.noreply.github.com> Date: Wed, 22 Jan 2025 10:36:20 +0000 Subject: [PATCH] Set specific rev for Boltz client crate (#685) --- lib/Cargo.lock | 2 +- lib/core/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Cargo.lock b/lib/Cargo.lock index 1ee06e8..f1edca0 100644 --- a/lib/Cargo.lock +++ b/lib/Cargo.lock @@ -802,7 +802,7 @@ dependencies = [ [[package]] name = "boltz-client" version = "0.2.0" -source = "git+https://github.com/SatoshiPortal/boltz-rust?branch=trunk#540b5cb6505a97f1d02d846bf544bd5c1f800b25" +source = "git+https://github.com/SatoshiPortal/boltz-rust?rev=540b5cb6505a97f1d02d846bf544bd5c1f800b25#540b5cb6505a97f1d02d846bf544bd5c1f800b25" dependencies = [ "bip39", "bitcoin 0.32.4", diff --git a/lib/core/Cargo.toml b/lib/core/Cargo.toml index 8b52176..4d38c08 100644 --- a/lib/core/Cargo.toml +++ b/lib/core/Cargo.toml @@ -17,7 +17,7 @@ workspace = true [dependencies] anyhow = { workspace = true } bip39 = "2.0.0" -boltz-client = { git = "https://github.com/SatoshiPortal/boltz-rust", branch = "trunk" } +boltz-client = { git = "https://github.com/SatoshiPortal/boltz-rust", rev = "540b5cb6505a97f1d02d846bf544bd5c1f800b25" } chrono = "0.4" derivative = "2.2.0" env_logger = "0.11" @@ -49,7 +49,7 @@ futures-util = { version = "0.3.28", default-features = false, features = [ async-trait = "0.1.80" hex = "0.4" reqwest = { version = "=0.11.20", features = ["json"] } -electrum-client = { version = "0.21.0", default-features=false, features = [ +electrum-client = { version = "0.21.0", default-features = false, features = [ "use-rustls-ring", "proxy", ] }