@@ -40,22 +40,22 @@ 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 = " 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 " }
43+ lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 10608650d455f4d535cbac73921be329d814854a " , features = [" std" ] }
44+ lightning-types = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 10608650d455f4d535cbac73921be329d814854a " }
45+ lightning-invoice = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 10608650d455f4d535cbac73921be329d814854a " , features = [" std" ] }
46+ lightning-net-tokio = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 10608650d455f4d535cbac73921be329d814854a " }
47+ lightning-persister = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 10608650d455f4d535cbac73921be329d814854a " , features = [" tokio" ] }
48+ lightning-background-processor = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 10608650d455f4d535cbac73921be329d814854a " }
49+ lightning-rapid-gossip-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 10608650d455f4d535cbac73921be329d814854a " }
50+ lightning-block-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 10608650d455f4d535cbac73921be329d814854a " , features = [" rest-client" , " rpc-client" , " tokio" ] }
51+ lightning-transaction-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 10608650d455f4d535cbac73921be329d814854a " , features = [" esplora-async-https" , " time" , " electrum-rustls-ring" ] }
52+ lightning-liquidity = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 10608650d455f4d535cbac73921be329d814854a " , features = [" std" ] }
53+ lightning-macros = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 10608650d455f4d535cbac73921be329d814854a " }
54+ lightning-dns-resolver = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 10608650d455f4d535cbac73921be329d814854a " }
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" ]}
58- bdk_electrum = { version = " 0.23 .0" , default-features = false , features = [" use-rustls-ring" ]}
58+ bdk_electrum = { version = " 0.24 .0" , default-features = false , features = [" use-rustls-ring" ]}
5959bdk_wallet = { version = " 2.3.0" , default-features = false , features = [" std" , " keys-bip39" ]}
6060
6161bitreq = { version = " 0.3" , default-features = false , features = [" async-https" , " json-using-serde" ] }
@@ -70,7 +70,7 @@ getrandom = { version = "0.3", default-features = false }
7070chrono = { version = " 0.4" , default-features = false , features = [" clock" ] }
7171tokio = { version = " 1.37" , default-features = false , features = [ " rt-multi-thread" , " time" , " sync" , " macros" , " net" ] }
7272esplora-client = { version = " 0.12" , default-features = false , features = [" tokio" , " async-https-rustls" ] }
73- electrum-client = { version = " 0.24.0 " , default-features = false , features = [" proxy" , " use-rustls-ring" ] }
73+ electrum-client = { version = " 0.25 " , default-features = false , features = [" proxy" , " use-rustls-ring" ] }
7474libc = " 0.2"
7575uniffi = { version = " 0.29.5" , features = [" build" ], optional = true }
7676serde = { version = " 1.0.210" , default-features = false , features = [" std" , " derive" ] }
@@ -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 = " 679dac50cc0d81ec4d31da94b93d467e5308f16a " }
84+ bitcoin-payment-instructions = { git = " https://github.com/jkczyz/bitcoin-payment-instructions" , rev = " c7d7ea849fcbe8cad385c93f8057cd68ecb994b7 " }
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 = " 369a2cf9c8ef810deea0cd2b4cf6ed0691b78144 " , features = [" std" , " _test_utils" ] }
90+ lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 10608650d455f4d535cbac73921be329d814854a " , 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