From: Matt Corallo Date: Wed, 20 Nov 2024 22:44:44 +0000 (+0000) Subject: Upgrade LDK to 0.0.125 X-Git-Url: http://git.bitcoin.ninja/?a=commitdiff_plain;h=20a039cfb1a1c8afcd79a937fc8480a0ea7c8fb7;p=rapid-gossip-sync-server Upgrade LDK to 0.0.125 --- 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"