X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=c2c689b9407439088e8cd818edfdd0937c53e92c;hb=b1d015229e3e6dc97e9bd24b892e2005e3b90779;hp=852c7c2c2ac62adffbc1ce381408cf96ff38619a;hpb=df908c814c701f5a19e55706e7716dc0647dcda0;p=rapid-gossip-sync-server diff --git a/Cargo.toml b/Cargo.toml index 852c7c2..c2c689b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,9 +5,9 @@ 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.114" } +lightning-block-sync = { version = "0.0.114", features=["rest-client"] } +lightning-net-tokio = { version = "0.0.114" } tokio = { version = "1.14.1", features = ["full"] } tokio-postgres = { version="0.7.5" } futures = "0.3"