Upgrade to LDK 117.
[rapid-gossip-sync-server] / Cargo.toml
index 99aeed72ffc662cf01630edb870ae5fef79c530b..c352d0b4dc75ef67345cd526de71267e61031f9c 100644 (file)
@@ -5,13 +5,16 @@ edition = "2021"
 
 [dependencies]
 bitcoin = "0.29"
-lightning = { version = "0.0.116" }
-lightning-block-sync = { version = "0.0.116", features=["rest-client"] }
-lightning-net-tokio = { version = "0.0.116" }
+lightning = { version = "0.0.117" }
+lightning-block-sync = { version = "0.0.117", features=["rest-client"] }
+lightning-net-tokio = { version = "0.0.117" }
 tokio = { version = "1.25", features = ["full"] }
-tokio-postgres = { version="=0.7.5" }
+tokio-postgres = { version = "=0.7.5" }
 futures = "0.3"
 
+[dev-dependencies]
+lightning-rapid-gossip-sync = { version = "0.0.117" }
+
 [profile.dev]
 panic = "abort"