@@ -86,18 +86,18 @@ uniffi-default = [
8686# lightning-macros = { version = "0.2.0" }
8787# lightning-dns-resolver = { version = "0.3.0" }
8888
89- lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 9174965af9437196c527a9aa0df36bbcf050c8bb " , features = [" std" ] }
90- lightning-types = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 9174965af9437196c527a9aa0df36bbcf050c8bb " }
91- lightning-invoice = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 9174965af9437196c527a9aa0df36bbcf050c8bb " , features = [" std" ] }
92- lightning-net-tokio = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 9174965af9437196c527a9aa0df36bbcf050c8bb " }
93- lightning-persister = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 9174965af9437196c527a9aa0df36bbcf050c8bb " , features = [" tokio" ], optional = true }
94- lightning-background-processor = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 9174965af9437196c527a9aa0df36bbcf050c8bb " }
95- lightning-rapid-gossip-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 9174965af9437196c527a9aa0df36bbcf050c8bb " }
96- lightning-block-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 9174965af9437196c527a9aa0df36bbcf050c8bb " , features = [" rest-client" , " rpc-client" , " tokio" ], optional = true }
97- lightning-transaction-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 9174965af9437196c527a9aa0df36bbcf050c8bb " , optional = true }
98- lightning-liquidity = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 9174965af9437196c527a9aa0df36bbcf050c8bb " , features = [" std" ] }
99- lightning-macros = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 9174965af9437196c527a9aa0df36bbcf050c8bb " }
100- lightning-dns-resolver = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 9174965af9437196c527a9aa0df36bbcf050c8bb " , optional = true }
89+ lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 4219131b05e44663a1b417e4f6cf09c7740ead2a " , features = [" std" ] }
90+ lightning-types = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 4219131b05e44663a1b417e4f6cf09c7740ead2a " }
91+ lightning-invoice = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 4219131b05e44663a1b417e4f6cf09c7740ead2a " , features = [" std" ] }
92+ lightning-net-tokio = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 4219131b05e44663a1b417e4f6cf09c7740ead2a " }
93+ lightning-persister = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 4219131b05e44663a1b417e4f6cf09c7740ead2a " , features = [" tokio" ], optional = true }
94+ lightning-background-processor = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 4219131b05e44663a1b417e4f6cf09c7740ead2a " }
95+ lightning-rapid-gossip-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 4219131b05e44663a1b417e4f6cf09c7740ead2a " }
96+ lightning-block-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 4219131b05e44663a1b417e4f6cf09c7740ead2a " , features = [" rest-client" , " rpc-client" , " tokio" ], optional = true }
97+ lightning-transaction-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 4219131b05e44663a1b417e4f6cf09c7740ead2a " , optional = true }
98+ lightning-liquidity = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 4219131b05e44663a1b417e4f6cf09c7740ead2a " , features = [" std" ] }
99+ lightning-macros = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 4219131b05e44663a1b417e4f6cf09c7740ead2a " }
100+ lightning-dns-resolver = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 4219131b05e44663a1b417e4f6cf09c7740ead2a " , optional = true }
101101
102102bdk_chain = { version = " 0.23.3" , default-features = false , features = [" std" ] }
103103bdk_esplora = { version = " 0.22.2" , default-features = false , features = [" async-https-rustls" , " tokio" ], optional = true }
@@ -132,14 +132,14 @@ postgres-native-tls = { version = "0.5", default-features = false, features = ["
132132vss-client = { package = " vss-client-ng" , version = " 0.6" , optional = true }
133133prost = { version = " 0.11.6" , default-features = false , optional = true }
134134# bitcoin-payment-instructions = { version = "0.6" }
135- bitcoin-payment-instructions = { git = " https://github.com/tnull /bitcoin-payment-instructions" , rev = " 1d6ffaa8962391ddc84aeef98bd7439e55ccae9d " , optional = true }
135+ bitcoin-payment-instructions = { git = " https://github.com/jkczyz /bitcoin-payment-instructions" , rev = " c359b125e972ff49b5c2e9f6865afb11500286a0 " , optional = true }
136136
137137[target .'cfg(windows)' .dependencies ]
138138winapi = { version = " 0.3" , features = [" winbase" ] }
139139
140140[dev-dependencies ]
141- lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 9174965af9437196c527a9aa0df36bbcf050c8bb " , features = [" std" , " _test_utils" ] }
142- lightning-persister = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 9174965af9437196c527a9aa0df36bbcf050c8bb " , features = [" tokio" ] }
141+ lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 4219131b05e44663a1b417e4f6cf09c7740ead2a " , features = [" std" , " _test_utils" ] }
142+ lightning-persister = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 4219131b05e44663a1b417e4f6cf09c7740ead2a " , features = [" tokio" ] }
143143rand = { version = " 0.9.2" , default-features = false , features = [" std" , " thread_rng" , " os_rng" ] }
144144proptest = " 1.0.0"
145145regex = " 1.5.6"
0 commit comments