From: Arik Sosman Date: Tue, 15 Aug 2023 21:38:46 +0000 (-0700) Subject: Upgrade to LDK 117. X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=rapid-gossip-sync-server;a=commitdiff_plain;h=a03d1c2f6391cedd9fc5951e8133f245aaacb582 Upgrade to LDK 117. --- diff --git a/Cargo.toml b/Cargo.toml index 99aeed7..c352d0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,13 +5,16 @@ edition = "2021" [dependencies] bitcoin = "0.29" -lightning = { version = "0.0.116" } -lightning-block-sync = { version = "0.0.116", features=["rest-client"] } -lightning-net-tokio = { version = "0.0.116" } +lightning = { version = "0.0.117" } +lightning-block-sync = { version = "0.0.117", features=["rest-client"] } +lightning-net-tokio = { version = "0.0.117" } tokio = { version = "1.25", features = ["full"] } -tokio-postgres = { version="=0.7.5" } +tokio-postgres = { version = "=0.7.5" } futures = "0.3" +[dev-dependencies] +lightning-rapid-gossip-sync = { version = "0.0.117" } + [profile.dev] panic = "abort"