@@ -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 = " 98501d6e5134228c41460dcf786ab53337e41245 " , features = [" std" ] }
43- lightning-types = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 98501d6e5134228c41460dcf786ab53337e41245 " }
44- lightning-invoice = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 98501d6e5134228c41460dcf786ab53337e41245 " , features = [" std" ] }
45- lightning-net-tokio = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 98501d6e5134228c41460dcf786ab53337e41245 " }
46- lightning-persister = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 98501d6e5134228c41460dcf786ab53337e41245 " , features = [" tokio" ] }
47- lightning-background-processor = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 98501d6e5134228c41460dcf786ab53337e41245 " }
48- lightning-rapid-gossip-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 98501d6e5134228c41460dcf786ab53337e41245 " }
49- lightning-block-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 98501d6e5134228c41460dcf786ab53337e41245 " , features = [" rest-client" , " rpc-client" , " tokio" ] }
50- lightning-transaction-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 98501d6e5134228c41460dcf786ab53337e41245 " , features = [" esplora-async-https" , " time" , " electrum-rustls-ring" ] }
51- lightning-liquidity = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 98501d6e5134228c41460dcf786ab53337e41245 " , features = [" std" ] }
52- lightning-macros = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 98501d6e5134228c41460dcf786ab53337e41245 " }
42+ lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 98393b3de3d8aec897e9ab783cb2418da504e204 " , features = [" std" ] }
43+ lightning-types = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 98393b3de3d8aec897e9ab783cb2418da504e204 " }
44+ lightning-invoice = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 98393b3de3d8aec897e9ab783cb2418da504e204 " , features = [" std" ] }
45+ lightning-net-tokio = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 98393b3de3d8aec897e9ab783cb2418da504e204 " }
46+ lightning-persister = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 98393b3de3d8aec897e9ab783cb2418da504e204 " , features = [" tokio" ] }
47+ lightning-background-processor = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 98393b3de3d8aec897e9ab783cb2418da504e204 " }
48+ lightning-rapid-gossip-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 98393b3de3d8aec897e9ab783cb2418da504e204 " }
49+ lightning-block-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 98393b3de3d8aec897e9ab783cb2418da504e204 " , features = [" rest-client" , " rpc-client" , " tokio" ] }
50+ lightning-transaction-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 98393b3de3d8aec897e9ab783cb2418da504e204 " , features = [" esplora-async-https" , " time" , " electrum-rustls-ring" ] }
51+ lightning-liquidity = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 98393b3de3d8aec897e9ab783cb2418da504e204 " , features = [" std" ] }
52+ lightning-macros = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 98393b3de3d8aec897e9ab783cb2418da504e204 " }
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/jkczyz/bitcoin-payment-instructions" , rev = " 869fd348c3ca0c78f439d2f31181f4d798c6b20e " }
82+ bitcoin-payment-instructions = { git = " https://github.com/jkczyz/bitcoin-payment-instructions" , rev = " 0138feb7acefb1e49102a6fb46d7b776bf43265e " }
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 = " 98501d6e5134228c41460dcf786ab53337e41245 " , features = [" std" , " _test_utils" ] }
88+ lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 98393b3de3d8aec897e9ab783cb2418da504e204 " , 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