mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-18 05:24:25 +01:00
Set specific rev for Boltz client crate (#685)
This commit is contained in:
2
lib/Cargo.lock
generated
2
lib/Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
] }
|
||||
|
||||
Reference in New Issue
Block a user