mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-22 15:35:13 +01:00
Move dependency to breez org (#899)
This commit is contained in:
4
cli/Cargo.lock
generated
4
cli/Cargo.lock
generated
@@ -637,7 +637,7 @@ checksum = "829a082bd3761fde7476dc2ed85ca56c11628948460ece621e4f56fef5046567"
|
||||
[[package]]
|
||||
name = "boltz-client"
|
||||
version = "0.3.0"
|
||||
source = "git+https://github.com/dangeross/boltz-rust?rev=0ffdc77b3db6a14484b1a948b78d506a6aebbafe#0ffdc77b3db6a14484b1a948b78d506a6aebbafe"
|
||||
source = "git+https://github.com/breez/boltz-rust?rev=0ffdc77b3db6a14484b1a948b78d506a6aebbafe#0ffdc77b3db6a14484b1a948b78d506a6aebbafe"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"bip39",
|
||||
@@ -2770,7 +2770,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "macros"
|
||||
version = "0.0.0"
|
||||
source = "git+https://github.com/dangeross/boltz-rust?rev=0ffdc77b3db6a14484b1a948b78d506a6aebbafe#0ffdc77b3db6a14484b1a948b78d506a6aebbafe"
|
||||
source = "git+https://github.com/breez/boltz-rust?rev=0ffdc77b3db6a14484b1a948b78d506a6aebbafe#0ffdc77b3db6a14484b1a948b78d506a6aebbafe"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
||||
4
lib/Cargo.lock
generated
4
lib/Cargo.lock
generated
@@ -760,7 +760,7 @@ checksum = "829a082bd3761fde7476dc2ed85ca56c11628948460ece621e4f56fef5046567"
|
||||
[[package]]
|
||||
name = "boltz-client"
|
||||
version = "0.3.0"
|
||||
source = "git+https://github.com/dangeross/boltz-rust?rev=0ffdc77b3db6a14484b1a948b78d506a6aebbafe#0ffdc77b3db6a14484b1a948b78d506a6aebbafe"
|
||||
source = "git+https://github.com/breez/boltz-rust?rev=0ffdc77b3db6a14484b1a948b78d506a6aebbafe#0ffdc77b3db6a14484b1a948b78d506a6aebbafe"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"bip39",
|
||||
@@ -3196,7 +3196,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "macros"
|
||||
version = "0.0.0"
|
||||
source = "git+https://github.com/dangeross/boltz-rust?rev=0ffdc77b3db6a14484b1a948b78d506a6aebbafe#0ffdc77b3db6a14484b1a948b78d506a6aebbafe"
|
||||
source = "git+https://github.com/breez/boltz-rust?rev=0ffdc77b3db6a14484b1a948b78d506a6aebbafe#0ffdc77b3db6a14484b1a948b78d506a6aebbafe"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
||||
@@ -77,7 +77,7 @@ maybe-sync = { version = "0.1.1", features = ["sync"] }
|
||||
prost = "^0.11"
|
||||
tonic = { version = "^0.8", features = ["tls", "tls-webpki-roots"] }
|
||||
uuid = { version = "1.8.0", features = ["v4"] }
|
||||
boltz-client = { git = "https://github.com/dangeross/boltz-rust", rev = "0ffdc77b3db6a14484b1a948b78d506a6aebbafe", features = [
|
||||
boltz-client = { git = "https://github.com/breez/boltz-rust", rev = "0ffdc77b3db6a14484b1a948b78d506a6aebbafe", features = [
|
||||
"electrum",
|
||||
] }
|
||||
rusqlite = { git = "https://github.com/Spxg/rusqlite", rev = "e36644127f31fa6e7ea0999b59432deb4a07f220", features = [
|
||||
@@ -98,7 +98,7 @@ tonic = { version = "0.12", default-features = false, features = [
|
||||
"codegen",
|
||||
"prost",
|
||||
] }
|
||||
boltz-client = { git = "https://github.com/dangeross/boltz-rust", rev = "0ffdc77b3db6a14484b1a948b78d506a6aebbafe" }
|
||||
boltz-client = { git = "https://github.com/breez/boltz-rust", rev = "0ffdc77b3db6a14484b1a948b78d506a6aebbafe" }
|
||||
rusqlite = { git = "https://github.com/Spxg/rusqlite", rev = "e36644127f31fa6e7ea0999b59432deb4a07f220", features = [
|
||||
"backup",
|
||||
"bundled",
|
||||
|
||||
Reference in New Issue
Block a user