Merge pull request #40 from arik-so/2023-06-0.0.115
[rapid-gossip-sync-server] / Cargo.toml
index 852c7c2c2ac62adffbc1ce381408cf96ff38619a..61e2f7211cd540c62f4e8e24e3ac916fbc9169a8 100644 (file)
@@ -5,11 +5,11 @@ edition = "2018"
 
 [dependencies]
 bitcoin = "0.29"
-lightning = { version = "0.0.112" }
-lightning-block-sync = { version = "0.0.112", features=["rest-client"] }
-lightning-net-tokio = { version = "0.0.112" }
+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]