@@ -21,17 +21,17 @@ lexe-ln = { path = "../lexe-ln" }
2121
2222#  --- BITCOIN --- #
2323
24- bitcoin  = { version  = " 0.28.1 "  , features  = [" use- serde"  ] }
24+ bitcoin  = { version  = " 0.29 "  , features  = [" serde"  ] }
2525bitcoin-bech32  = " 0.12" 
2626#  bech32 = "0.8"
2727base64  = " 0.13.0" 
2828
2929#  --- LIGHTNING --- #
3030
31- lightning  = { version  = " 0.0.110 "  , features  = [" max_level_trace"  ] }
32- lightning-block-sync  = { version  = " 0.0.110 "  , features  = [ " rpc-client"   ] }
33- lightning-invoice  = { version  = " 0.18 "   }
34- lightning-net-tokio  = { version  = " 0.0.110 "   }
31+ lightning  = { version  = " 0.0.111 "  , features  = [" max_level_trace"  ] }
32+ lightning-block-sync  = { version  = " 0.0.111 "  , features  = [ " rpc-client"   ] }
33+ lightning-invoice  = { version  = " 0.19 "   }
34+ lightning-net-tokio  = { version  = " 0.0.111 "   }
3535
3636#  lightning = { git = "https://github.com/lexe-tech/rust-lightning", features = # ["max_level_trace"], branch = "main" }
3737#  lightning-block-sync = { git = "https://github.com/lexe-tech/rust-lightning", # features = [ "rpc-client" ], branch = "main" }
@@ -122,7 +122,7 @@ tokio = { version = "=1.15.0", default-features = false, features = [
122122
123123[target .'cfg(not(target_env  =  "sgx"))' .dev-dependencies ]
124124#  Run bitcoin regtest for tests
125- bitcoind  = { version  = " 0.26 "  , features  = [ " 22_0"   ] }
125+ bitcoind  = { version  = " 0.27 "  , features  = [ " 22_0"   ] }
126126#  Enable all default features outside SGX for better test convenience
127127proptest  = " 1" 
128128
0 commit comments