@@ -39,17 +39,17 @@ default = []
3939# lightning-liquidity = { version = "0.2.0", features = ["std"] }
4040# lightning-macros = { version = "0.2.0" }
4141
42- lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 128ead25e8d62b0262b71711631220983c48756a " , features = [" std" ] }
43- lightning-types = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 128ead25e8d62b0262b71711631220983c48756a " }
44- lightning-invoice = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 128ead25e8d62b0262b71711631220983c48756a " , features = [" std" ] }
45- lightning-net-tokio = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 128ead25e8d62b0262b71711631220983c48756a " }
46- lightning-persister = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 128ead25e8d62b0262b71711631220983c48756a " , features = [" tokio" ] }
47- lightning-background-processor = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 128ead25e8d62b0262b71711631220983c48756a " }
48- lightning-rapid-gossip-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 128ead25e8d62b0262b71711631220983c48756a " }
49- lightning-block-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 128ead25e8d62b0262b71711631220983c48756a " , features = [" rest-client" , " rpc-client" , " tokio" ] }
50- lightning-transaction-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 128ead25e8d62b0262b71711631220983c48756a " , features = [" esplora-async-https" , " time" , " electrum-rustls-ring" ] }
51- lightning-liquidity = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 128ead25e8d62b0262b71711631220983c48756a " , features = [" std" ] }
52- lightning-macros = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 128ead25e8d62b0262b71711631220983c48756a " }
42+ lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 49912057895ddfbd69d503de67c80d5576c09953 " , features = [" std" ] }
43+ lightning-types = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 49912057895ddfbd69d503de67c80d5576c09953 " }
44+ lightning-invoice = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 49912057895ddfbd69d503de67c80d5576c09953 " , features = [" std" ] }
45+ lightning-net-tokio = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 49912057895ddfbd69d503de67c80d5576c09953 " }
46+ lightning-persister = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 49912057895ddfbd69d503de67c80d5576c09953 " , features = [" tokio" ] }
47+ lightning-background-processor = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 49912057895ddfbd69d503de67c80d5576c09953 " }
48+ lightning-rapid-gossip-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 49912057895ddfbd69d503de67c80d5576c09953 " }
49+ lightning-block-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 49912057895ddfbd69d503de67c80d5576c09953 " , features = [" rest-client" , " rpc-client" , " tokio" ] }
50+ lightning-transaction-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 49912057895ddfbd69d503de67c80d5576c09953 " , features = [" esplora-async-https" , " time" , " electrum-rustls-ring" ] }
51+ lightning-liquidity = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 49912057895ddfbd69d503de67c80d5576c09953 " , features = [" std" ] }
52+ lightning-macros = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 49912057895ddfbd69d503de67c80d5576c09953 " }
5353
5454bdk_chain = { version = " 0.23.0" , default-features = false , features = [" std" ] }
5555bdk_esplora = { version = " 0.22.0" , default-features = false , features = [" async-https-rustls" , " tokio" ]}
@@ -79,13 +79,13 @@ async-trait = { version = "0.1", default-features = false }
7979vss-client = { package = " vss-client-ng" , version = " 0.5" }
8080prost = { version = " 0.11.6" , default-features = false }
8181# bitcoin-payment-instructions = { version = "0.6" }
82- bitcoin-payment-instructions = { git = " https://github.com/carlaKC /bitcoin-payment-instructions" , rev = " c22c9b836b70d4c915dd28701e11083a8b558d56 " }
82+ bitcoin-payment-instructions = { git = " https://github.com/tnull /bitcoin-payment-instructions" , rev = " e9d7c07d7affc7714b023c853a65771e45277467 " }
8383
8484[target .'cfg(windows)' .dependencies ]
8585winapi = { version = " 0.3" , features = [" winbase" ] }
8686
8787[dev-dependencies ]
88- lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 128ead25e8d62b0262b71711631220983c48756a " , features = [" std" , " _test_utils" ] }
88+ lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 49912057895ddfbd69d503de67c80d5576c09953 " , features = [" std" , " _test_utils" ] }
8989rand = { version = " 0.9.2" , default-features = false , features = [" std" , " thread_rng" , " os_rng" ] }
9090proptest = " 1.0.0"
9191regex = " 1.5.6"
0 commit comments