X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=61e2f7211cd540c62f4e8e24e3ac916fbc9169a8;hb=160a68310fcfa9f9428de20387470925d08fa6c6;hp=729c080010881ed74bb63152e82eff560faa5863;hpb=56a58f214905c8329fb768da6a969d43d0ad7ebe;p=rapid-gossip-sync-server diff --git a/Cargo.toml b/Cargo.toml index 729c080..61e2f72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"