@@ -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 = " 044f3fab42e3085edecd40f0c9b369093edb7133 " , features = [" std" ] }
44- lightning-types = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 044f3fab42e3085edecd40f0c9b369093edb7133 " }
45- lightning-invoice = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 044f3fab42e3085edecd40f0c9b369093edb7133 " , features = [" std" ] }
46- lightning-net-tokio = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 044f3fab42e3085edecd40f0c9b369093edb7133 " }
47- lightning-persister = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 044f3fab42e3085edecd40f0c9b369093edb7133 " , features = [" tokio" ] }
48- lightning-background-processor = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 044f3fab42e3085edecd40f0c9b369093edb7133 " }
49- lightning-rapid-gossip-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 044f3fab42e3085edecd40f0c9b369093edb7133 " }
50- lightning-block-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 044f3fab42e3085edecd40f0c9b369093edb7133 " , features = [" rest-client" , " rpc-client" , " tokio" ] }
51- lightning-transaction-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 044f3fab42e3085edecd40f0c9b369093edb7133 " , features = [" esplora-async-https" , " time" , " electrum-rustls-ring" ] }
52- lightning-liquidity = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 044f3fab42e3085edecd40f0c9b369093edb7133 " , features = [" std" ] }
53- lightning-macros = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 044f3fab42e3085edecd40f0c9b369093edb7133 " }
54- lightning-dns-resolver = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 044f3fab42e3085edecd40f0c9b369093edb7133 " }
43+ lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 369a2cf9c8ef810deea0cd2b4cf6ed0691b78144 " , features = [" std" ] }
44+ lightning-types = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 369a2cf9c8ef810deea0cd2b4cf6ed0691b78144 " }
45+ lightning-invoice = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 369a2cf9c8ef810deea0cd2b4cf6ed0691b78144 " , features = [" std" ] }
46+ lightning-net-tokio = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 369a2cf9c8ef810deea0cd2b4cf6ed0691b78144 " }
47+ lightning-persister = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 369a2cf9c8ef810deea0cd2b4cf6ed0691b78144 " , features = [" tokio" ] }
48+ lightning-background-processor = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 369a2cf9c8ef810deea0cd2b4cf6ed0691b78144 " }
49+ lightning-rapid-gossip-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 369a2cf9c8ef810deea0cd2b4cf6ed0691b78144 " }
50+ lightning-block-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 369a2cf9c8ef810deea0cd2b4cf6ed0691b78144 " , features = [" rest-client" , " rpc-client" , " tokio" ] }
51+ lightning-transaction-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 369a2cf9c8ef810deea0cd2b4cf6ed0691b78144 " , features = [" esplora-async-https" , " time" , " electrum-rustls-ring" ] }
52+ lightning-liquidity = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 369a2cf9c8ef810deea0cd2b4cf6ed0691b78144 " , features = [" std" ] }
53+ lightning-macros = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 369a2cf9c8ef810deea0cd2b4cf6ed0691b78144 " }
54+ lightning-dns-resolver = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 369a2cf9c8ef810deea0cd2b4cf6ed0691b78144 " }
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 = " 340c535a600f7c43bef4c9f910edac4085f2e70c " }
84+ bitcoin-payment-instructions = { git = " https://github.com/jkczyz/bitcoin-payment-instructions" , rev = " 679dac50cc0d81ec4d31da94b93d467e5308f16a " }
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 = " 044f3fab42e3085edecd40f0c9b369093edb7133 " , features = [" std" , " _test_utils" ] }
90+ lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 369a2cf9c8ef810deea0cd2b4cf6ed0691b78144 " , 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