@@ -25,13 +25,13 @@ description = "A ready-to-go node implementation built using LDK."
25
25
# lightning-rapid-gossip-sync = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main" }
26
26
# lightning-transaction-sync = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main", features = ["esplora-async"] }
27
27
28
- lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev =" 7b85ebadb64058127350b83fb4b76dcb409ea518 " , features = [" max_level_trace" , " std" ] }
29
- lightning-invoice = { git = " https://github.com/lightningdevkit/rust-lightning" , rev =" 7b85ebadb64058127350b83fb4b76dcb409ea518 " }
30
- lightning-net-tokio = { git = " https://github.com/lightningdevkit/rust-lightning" , rev =" 7b85ebadb64058127350b83fb4b76dcb409ea518 " }
31
- lightning-persister = { git = " https://github.com/lightningdevkit/rust-lightning" , rev =" 7b85ebadb64058127350b83fb4b76dcb409ea518 " }
32
- lightning-background-processor = { git = " https://github.com/lightningdevkit/rust-lightning" , rev =" 7b85ebadb64058127350b83fb4b76dcb409ea518 " }
33
- lightning-rapid-gossip-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev =" 7b85ebadb64058127350b83fb4b76dcb409ea518 " }
34
- lightning-transaction-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev =" 7b85ebadb64058127350b83fb4b76dcb409ea518 " , features = [" esplora-async" ] }
28
+ lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev =" 2ebbe6f30467cd7f0688673f7bfbac297e5c3506 " , features = [" max_level_trace" , " std" ] }
29
+ lightning-invoice = { git = " https://github.com/lightningdevkit/rust-lightning" , rev =" 2ebbe6f30467cd7f0688673f7bfbac297e5c3506 " }
30
+ lightning-net-tokio = { git = " https://github.com/lightningdevkit/rust-lightning" , rev =" 2ebbe6f30467cd7f0688673f7bfbac297e5c3506 " }
31
+ lightning-persister = { git = " https://github.com/lightningdevkit/rust-lightning" , rev =" 2ebbe6f30467cd7f0688673f7bfbac297e5c3506 " }
32
+ lightning-background-processor = { git = " https://github.com/lightningdevkit/rust-lightning" , rev =" 2ebbe6f30467cd7f0688673f7bfbac297e5c3506 " }
33
+ lightning-rapid-gossip-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev =" 2ebbe6f30467cd7f0688673f7bfbac297e5c3506 " }
34
+ lightning-transaction-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev =" 2ebbe6f30467cd7f0688673f7bfbac297e5c3506 " , features = [" esplora-async" ] }
35
35
36
36
# lightning = { path = "../rust-lightning/lightning", features = ["max_level_trace", "std"] }
37
37
# lightning-invoice = { path = "../rust-lightning/lightning-invoice" }
@@ -41,7 +41,7 @@ lightning-transaction-sync = { git = "https://github.com/lightningdevkit/rust-li
41
41
# lightning-rapid-gossip-sync = { path = "../rust-lightning/lightning-rapid-gossip-sync" }
42
42
# lightning-transaction-sync = { path = "../rust-lightning/lightning-transaction-sync", features = ["esplora-async"] }
43
43
44
- bdk = { version = " 0.27.1 " , default-features = false , features = [" async-interface" , " use-esplora-async" , " sqlite-bundled" ]}
44
+ bdk = { version = " 0.28.0 " , default-features = false , features = [" std " , " async-interface" , " use-esplora-async" , " sqlite-bundled" ]}
45
45
reqwest = { version = " 0.11" , default-features = false , features = [" json" , " rustls-tls" ] }
46
46
rusqlite = { version = " 0.28.0" , features = [" bundled" ] }
47
47
bitcoin = " 0.29.2"
0 commit comments