Update to 0.0.115.
[rapid-gossip-sync-server] / Cargo.toml
index 729c080010881ed74bb63152e82eff560faa5863..61e2f7211cd540c62f4e8e24e3ac916fbc9169a8 100644 (file)
@@ -5,9 +5,9 @@ edition = "2018"
 
 [dependencies]
 bitcoin = "0.29"
-lightning = { version = "0.0.114" }
-lightning-block-sync = { version = "0.0.114", features=["rest-client"] }
-lightning-net-tokio = { version = "0.0.114" }
+lightning = { version = "0.0.115" }
+lightning-block-sync = { version = "0.0.115", features=["rest-client"] }
+lightning-net-tokio = { version = "0.0.115" }
 tokio = { version = "1.14.1", features = ["full"] }
 tokio-postgres = { version="=0.7.5" }
 futures = "0.3"