@@ -41,18 +41,18 @@ postgres = ["dep:tokio-postgres", "dep:native-tls", "dep:postgres-native-tls"]
4141# lightning-macros = { version = "0.2.0" }
4242# lightning-dns-resolver = { version = "0.3.0" }
4343
44- lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 506cb91f2e0fb87906188b79777bcf42595d3623 " , features = [" std" ] }
45- lightning-types = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 506cb91f2e0fb87906188b79777bcf42595d3623 " }
46- lightning-invoice = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 506cb91f2e0fb87906188b79777bcf42595d3623 " , features = [" std" ] }
47- lightning-net-tokio = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 506cb91f2e0fb87906188b79777bcf42595d3623 " }
48- lightning-persister = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 506cb91f2e0fb87906188b79777bcf42595d3623 " , features = [" tokio" ] }
49- lightning-background-processor = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 506cb91f2e0fb87906188b79777bcf42595d3623 " }
50- lightning-rapid-gossip-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 506cb91f2e0fb87906188b79777bcf42595d3623 " }
51- lightning-block-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 506cb91f2e0fb87906188b79777bcf42595d3623 " , features = [" rest-client" , " rpc-client" , " tokio" ] }
52- lightning-transaction-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 506cb91f2e0fb87906188b79777bcf42595d3623 " , features = [" esplora-async-https" , " time" , " electrum-rustls-ring" ] }
53- lightning-liquidity = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 506cb91f2e0fb87906188b79777bcf42595d3623 " , features = [" std" ] }
54- lightning-macros = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 506cb91f2e0fb87906188b79777bcf42595d3623 " }
55- lightning-dns-resolver = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 506cb91f2e0fb87906188b79777bcf42595d3623 " }
44+ lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " f680fd37d8bea69383e1b18730423f347e6a8341 " , features = [" std" ] }
45+ lightning-types = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " f680fd37d8bea69383e1b18730423f347e6a8341 " }
46+ lightning-invoice = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " f680fd37d8bea69383e1b18730423f347e6a8341 " , features = [" std" ] }
47+ lightning-net-tokio = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " f680fd37d8bea69383e1b18730423f347e6a8341 " }
48+ lightning-persister = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " f680fd37d8bea69383e1b18730423f347e6a8341 " , features = [" tokio" ] }
49+ lightning-background-processor = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " f680fd37d8bea69383e1b18730423f347e6a8341 " }
50+ lightning-rapid-gossip-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " f680fd37d8bea69383e1b18730423f347e6a8341 " }
51+ lightning-block-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " f680fd37d8bea69383e1b18730423f347e6a8341 " , features = [" rest-client" , " rpc-client" , " tokio" ] }
52+ lightning-transaction-sync = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " f680fd37d8bea69383e1b18730423f347e6a8341 " , features = [" esplora-async-https" , " time" , " electrum-rustls-ring" ] }
53+ lightning-liquidity = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " f680fd37d8bea69383e1b18730423f347e6a8341 " , features = [" std" ] }
54+ lightning-macros = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " f680fd37d8bea69383e1b18730423f347e6a8341 " }
55+ lightning-dns-resolver = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " f680fd37d8bea69383e1b18730423f347e6a8341 " }
5656
5757bdk_chain = { version = " 0.23.3" , default-features = false , features = [" std" ] }
5858bdk_esplora = { version = " 0.22.2" , default-features = false , features = [" async-https-rustls" , " tokio" ]}
@@ -85,14 +85,14 @@ postgres-native-tls = { version = "0.5", default-features = false, features = ["
8585vss-client = { package = " vss-client-ng" , version = " 0.6" }
8686prost = { version = " 0.11.6" , default-features = false }
8787# bitcoin-payment-instructions = { version = "0.6" }
88- bitcoin-payment-instructions = { git = " https://github.com/tnull /bitcoin-payment-instructions" , rev = " 0e430be98c09540624a68a68022ee0551e86d1be " }
88+ bitcoin-payment-instructions = { git = " https://github.com/benthecarman /bitcoin-payment-instructions" , rev = " 766f554ee0e44f4fb209f14c56c8b8bd7dadb46b " }
8989
9090[target .'cfg(windows)' .dependencies ]
9191winapi = { version = " 0.3" , features = [" winbase" ] }
9292
9393[dev-dependencies ]
94- lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 506cb91f2e0fb87906188b79777bcf42595d3623 " , features = [" std" , " _test_utils" ] }
95- lightning-persister = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " 506cb91f2e0fb87906188b79777bcf42595d3623 " , features = [" tokio" ] }
94+ lightning = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " f680fd37d8bea69383e1b18730423f347e6a8341 " , features = [" std" , " _test_utils" ] }
95+ lightning-persister = { git = " https://github.com/lightningdevkit/rust-lightning" , rev = " f680fd37d8bea69383e1b18730423f347e6a8341 " , features = [" tokio" ] }
9696rand = { version = " 0.9.2" , default-features = false , features = [" std" , " thread_rng" , " os_rng" ] }
9797proptest = " 1.0.0"
9898regex = " 1.5.6"
0 commit comments