From a03d1c2f6391cedd9fc5951e8133f245aaacb582 Mon Sep 17 00:00:00 2001 From: Arik Sosman Date: Tue, 15 Aug 2023 14:38:46 -0700 Subject: [PATCH] Upgrade to LDK 117. --- Cargo.toml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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" -- 2.30.2