Merge pull request #99 from TheBlueMatt/main
[ldk-sample] / Cargo.toml
index 74ce48b40325f7804d358fd00e039452389e0b39..15c6c79104034cf6b066457263346cee2595baeb 100644 (file)
@@ -1,5 +1,5 @@
 [package]
-name = "ldk-tutorial-node"
+name = "ldk-sample"
 version = "0.1.0"
 authors = ["Valentine Wallace <vwallace@protonmail.com>"]
 license = "MIT OR Apache-2.0"
@@ -8,19 +8,20 @@ edition = "2018"
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-lightning = { version = "0.0.109", features = ["max_level_trace"] }
-lightning-block-sync = { version = "0.0.109", features = [ "rpc-client" ] }
-lightning-invoice = { version = "0.17" }
-lightning-net-tokio = { version = "0.0.109" }
-lightning-persister = { version = "0.0.109" }
-lightning-background-processor = { version = "0.0.109" }
-lightning-rapid-gossip-sync = { version = "0.0.109" }
+lightning = { version = "0.0.114", features = ["max_level_trace"] }
+lightning-block-sync = { version = "0.0.114", features = [ "rpc-client" ] }
+lightning-invoice = { version = "0.22" }
+lightning-net-tokio = { version = "0.0.114" }
+lightning-persister = { version = "0.0.114" }
+lightning-background-processor = { version = "0.0.114" }
+lightning-rapid-gossip-sync = { version = "0.0.114" }
 
 base64 = "0.13.0"
-bitcoin = "0.28.1"
+bitcoin = "0.29.0"
 bitcoin-bech32 = "0.12"
 bech32 = "0.8"
 hex = "0.3"
+libc = "0.2"
 
 futures = "0.3"
 chrono = "0.4"