@@ -25,13 +25,13 @@ description = "A ready-to-go node implementation built using LDK."
2525# lightning-rapid-gossip-sync = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main" }
2626# lightning-transaction-sync = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main", features = ["esplora-async"] }
2727
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" ] }
3535
3636# lightning = { path = "../rust-lightning/lightning", features = ["max_level_trace", "std"] }
3737# lightning-invoice = { path = "../rust-lightning/lightning-invoice" }
@@ -41,7 +41,7 @@ lightning-transaction-sync = { git = "https://github.com/lightningdevkit/rust-li
4141# lightning-rapid-gossip-sync = { path = "../rust-lightning/lightning-rapid-gossip-sync" }
4242# lightning-transaction-sync = { path = "../rust-lightning/lightning-transaction-sync", features = ["esplora-async"] }
4343
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" ]}
4545reqwest = { version = " 0.11" , default-features = false , features = [" json" , " rustls-tls" ] }
4646rusqlite = { version = " 0.28.0" , features = [" bundled" ] }
4747bitcoin = " 0.29.2"
0 commit comments