From 20a039cfb1a1c8afcd79a937fc8480a0ea7c8fb7 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Wed, 20 Nov 2024 22:44:44 +0000 Subject: [PATCH] Upgrade LDK to 0.0.125 --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 671d41a..d859d1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,16 +6,16 @@ edition = "2021" [dependencies] bitcoin = "0.32.2" hex-conservative = "0.2.1" -lightning = { version = "0.0.124" } -lightning-block-sync = { version = "0.0.124", features=["rest-client"] } -lightning-net-tokio = { version = "0.0.124" } +lightning = { version = "0.0.125" } +lightning-block-sync = { version = "0.0.125", features=["rest-client"] } +lightning-net-tokio = { version = "0.0.125" } tokio = { version = "1.25", features = ["full"] } tokio-postgres = { version = "=0.7.5" } futures = "0.3" [dev-dependencies] -lightning = { version = "0.0.124", features = ["_test_utils"] } -lightning-rapid-gossip-sync = { version = "0.0.124" } +lightning = { version = "0.0.125", features = ["_test_utils"] } +lightning-rapid-gossip-sync = { version = "0.0.125" } [profile.dev] panic = "abort" -- 2.39.5