@@ -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 = " 1c730c8a16e28cc8e0c4817717ee63c97abcf4b0 " , features = [" std" ] }
43- lightning-types = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 1c730c8a16e28cc8e0c4817717ee63c97abcf4b0 " }
44- lightning-invoice = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 1c730c8a16e28cc8e0c4817717ee63c97abcf4b0 " , features = [" std" ] }
45- lightning-net-tokio = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 1c730c8a16e28cc8e0c4817717ee63c97abcf4b0 " }
46- lightning-persister = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 1c730c8a16e28cc8e0c4817717ee63c97abcf4b0 " , features = [" tokio" ] }
47- lightning-background-processor = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 1c730c8a16e28cc8e0c4817717ee63c97abcf4b0 " }
48- lightning-rapid-gossip-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 1c730c8a16e28cc8e0c4817717ee63c97abcf4b0 " }
49- lightning-block-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 1c730c8a16e28cc8e0c4817717ee63c97abcf4b0 " , features = [" rest-client" , " rpc-client" , " tokio" ] }
50- lightning-transaction-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 1c730c8a16e28cc8e0c4817717ee63c97abcf4b0 " , features = [" esplora-async-https" , " time" , " electrum-rustls-ring" ] }
51- lightning-liquidity = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 1c730c8a16e28cc8e0c4817717ee63c97abcf4b0 " , features = [" std" ] }
52- lightning-macros = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 1c730c8a16e28cc8e0c4817717ee63c97abcf4b0 " }
42+ lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 5236dba053a3f4f01cf0c32ce42b609a93738891 " , features = [" std" ] }
43+ lightning-types = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 5236dba053a3f4f01cf0c32ce42b609a93738891 " }
44+ lightning-invoice = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 5236dba053a3f4f01cf0c32ce42b609a93738891 " , features = [" std" ] }
45+ lightning-net-tokio = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 5236dba053a3f4f01cf0c32ce42b609a93738891 " }
46+ lightning-persister = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 5236dba053a3f4f01cf0c32ce42b609a93738891 " , features = [" tokio" ] }
47+ lightning-background-processor = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 5236dba053a3f4f01cf0c32ce42b609a93738891 " }
48+ lightning-rapid-gossip-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 5236dba053a3f4f01cf0c32ce42b609a93738891 " }
49+ lightning-block-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 5236dba053a3f4f01cf0c32ce42b609a93738891 " , features = [" rest-client" , " rpc-client" , " tokio" ] }
50+ lightning-transaction-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 5236dba053a3f4f01cf0c32ce42b609a93738891 " , features = [" esplora-async-https" , " time" , " electrum-rustls-ring" ] }
51+ lightning-liquidity = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 5236dba053a3f4f01cf0c32ce42b609a93738891 " , features = [" std" ] }
52+ lightning-macros = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 5236dba053a3f4f01cf0c32ce42b609a93738891 " }
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" ]}
@@ -78,13 +78,13 @@ log = { version = "0.4.22", default-features = false, features = ["std"]}
7878vss-client = { package = " vss-client-ng" , version = " 0.4" }
7979prost = { version = " 0.11.6" , default-features = false }
8080# bitcoin-payment-instructions = { version = "0.6" }
81- bitcoin-payment-instructions = { git = " https://github.com/tnull/bitcoin-payment-instructions" , rev = " a9ad849a0eb7b155a688d713de6d9010cb48f073 " }
81+ bitcoin-payment-instructions = { git = " https://github.com/tnull/bitcoin-payment-instructions" , rev = " fdca6c62f2fe2c53427d3e51e322a49aa7323ee2 " }
8282
8383[target .'cfg(windows)' .dependencies ]
8484winapi = { version = " 0.3" , features = [" winbase" ] }
8585
8686[dev-dependencies ]
87- lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 1c730c8a16e28cc8e0c4817717ee63c97abcf4b0 " , features = [" std" , " _test_utils" ] }
87+ lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 5236dba053a3f4f01cf0c32ce42b609a93738891 " , features = [" std" , " _test_utils" ] }
8888proptest = " 1.0.0"
8989regex = " 1.5.6"
9090criterion = { version = " 0.7.0" , features = [" async_tokio" ] }
0 commit comments