]> git.bitcoin.ninja Git - rapid-gossip-sync-server/commitdiff
Upgrade LDK to 0.0.125 main
authorMatt Corallo <git@bluematt.me>
Wed, 20 Nov 2024 22:44:44 +0000 (22:44 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 20 Nov 2024 22:44:44 +0000 (22:44 +0000)
Cargo.toml

index 671d41abc2867d138df763a23fa77ec537b4c1f7..d859d1ec5c705749531f017a573444591ce2b36f 100644 (file)
@@ -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"