Build reminder updates with correct SCID field
[rapid-gossip-sync-server] / Cargo.toml
index c2c689b9407439088e8cd818edfdd0937c53e92c..61e2f7211cd540c62f4e8e24e3ac916fbc9169a8 100644 (file)
@@ -5,11 +5,11 @@ 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" }
+tokio-postgres = { version="=0.7.5" }
 futures = "0.3"
 
 [profile.release]