Set specific rev for Boltz client crate (#685)

This commit is contained in:
Daniel Granhão
2025-01-22 10:36:20 +00:00
committed by GitHub
parent 6760960cb0
commit 3c2f6edad8
2 changed files with 3 additions and 3 deletions

2
lib/Cargo.lock generated
View File

@@ -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",

View File

@@ -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",
] }