@@ -40,18 +40,18 @@ default = []
4040# lightning-macros = { version = "0.2.0" }
4141# lightning-dns-resolver = { version = "0.3.0" }
4242
43- lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 23b620a6016abcf1614659eb75b9bc1fd8579e89 " , features = [" std" ] }
44- lightning-types = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 23b620a6016abcf1614659eb75b9bc1fd8579e89 " }
45- lightning-invoice = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 23b620a6016abcf1614659eb75b9bc1fd8579e89 " , features = [" std" ] }
46- lightning-net-tokio = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 23b620a6016abcf1614659eb75b9bc1fd8579e89 " }
47- lightning-persister = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 23b620a6016abcf1614659eb75b9bc1fd8579e89 " , features = [" tokio" ] }
48- lightning-background-processor = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 23b620a6016abcf1614659eb75b9bc1fd8579e89 " }
49- lightning-rapid-gossip-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 23b620a6016abcf1614659eb75b9bc1fd8579e89 " }
50- lightning-block-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 23b620a6016abcf1614659eb75b9bc1fd8579e89 " , features = [" rest-client" , " rpc-client" , " tokio" ] }
51- lightning-transaction-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 23b620a6016abcf1614659eb75b9bc1fd8579e89 " , features = [" esplora-async-https" , " time" , " electrum-rustls-ring" ] }
52- lightning-liquidity = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 23b620a6016abcf1614659eb75b9bc1fd8579e89 " , features = [" std" ] }
53- lightning-macros = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 23b620a6016abcf1614659eb75b9bc1fd8579e89 " }
54- lightning-dns-resolver = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 23b620a6016abcf1614659eb75b9bc1fd8579e89 " }
43+ lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 38f5651ce0c423d27d7dc4d7abb1b2adc5cc4eb0 " , features = [" std" ] }
44+ lightning-types = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 38f5651ce0c423d27d7dc4d7abb1b2adc5cc4eb0 " }
45+ lightning-invoice = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 38f5651ce0c423d27d7dc4d7abb1b2adc5cc4eb0 " , features = [" std" ] }
46+ lightning-net-tokio = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 38f5651ce0c423d27d7dc4d7abb1b2adc5cc4eb0 " }
47+ lightning-persister = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 38f5651ce0c423d27d7dc4d7abb1b2adc5cc4eb0 " , features = [" tokio" ] }
48+ lightning-background-processor = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 38f5651ce0c423d27d7dc4d7abb1b2adc5cc4eb0 " }
49+ lightning-rapid-gossip-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 38f5651ce0c423d27d7dc4d7abb1b2adc5cc4eb0 " }
50+ lightning-block-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 38f5651ce0c423d27d7dc4d7abb1b2adc5cc4eb0 " , features = [" rest-client" , " rpc-client" , " tokio" ] }
51+ lightning-transaction-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 38f5651ce0c423d27d7dc4d7abb1b2adc5cc4eb0 " , features = [" esplora-async-https" , " time" , " electrum-rustls-ring" ] }
52+ lightning-liquidity = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 38f5651ce0c423d27d7dc4d7abb1b2adc5cc4eb0 " , features = [" std" ] }
53+ lightning-macros = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 38f5651ce0c423d27d7dc4d7abb1b2adc5cc4eb0 " }
54+ lightning-dns-resolver = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 38f5651ce0c423d27d7dc4d7abb1b2adc5cc4eb0 " }
5555
5656bdk_chain = { version = " 0.23.0" , default-features = false , features = [" std" ] }
5757bdk_esplora = { version = " 0.22.0" , default-features = false , features = [" async-https-rustls" , " tokio" ]}
@@ -81,13 +81,13 @@ async-trait = { version = "0.1", default-features = false }
8181vss-client = { package = " vss-client-ng" , version = " 0.5" }
8282prost = { version = " 0.11.6" , default-features = false }
8383# bitcoin-payment-instructions = { version = "0.6" }
84- bitcoin-payment-instructions = { git = " https://github.com/jkczyz/bitcoin-payment-instructions" , rev = " 4b176efe2e0258767b949904c7c835b3d0d142dd " }
84+ bitcoin-payment-instructions = { git = " https://github.com/jkczyz/bitcoin-payment-instructions" , rev = " e75be4ef1e4f1d30eefac3cd1a2b8f495dd4ba66 " }
8585
8686[target .'cfg(windows)' .dependencies ]
8787winapi = { version = " 0.3" , features = [" winbase" ] }
8888
8989[dev-dependencies ]
90- lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 23b620a6016abcf1614659eb75b9bc1fd8579e89 " , features = [" std" , " _test_utils" ] }
90+ lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 38f5651ce0c423d27d7dc4d7abb1b2adc5cc4eb0 " , features = [" std" , " _test_utils" ] }
9191rand = { version = " 0.9.2" , default-features = false , features = [" std" , " thread_rng" , " os_rng" ] }
9292proptest = " 1.0.0"
9393regex = " 1.5.6"
0 commit comments