Bump electrum-client to v0.25
What changed, and why it matters
This commit simply updates a dependency version number in a configuration file, bumping the electrum-client library from version 0.24.0 to 0.25. There is no code change, no disclosed security fix, and no indication of any vulnerability. It appears to be a routine maintenance update.
No security action required. Review the upstream electrum-client v0.25 release notes separately if desired, but this commit itself does not address or introduce any known security issue.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The change is a one-line version bump in lightning-transaction-sync/Cargo.toml for the optional electrum-client dependency (0.24.0 -> 0.25). No source code, API usage, or feature flags are modified beyond the version string. No security advisory, CVE, or changelog is provided in the commit or references.
Changed components
lightning-transaction-sync/Cargo.tomlelectrum-client dependencyInspect captured patch +1 / −1
diff --git a/lightning-transaction-sync/Cargo.toml b/lightning-transaction-sync/Cargo.toml
index 4bc37d7..2c991cd 100644
--- a/lightning-transaction-sync/Cargo.toml
+++ b/lightning-transaction-sync/Cargo.toml
@@ -38,7 +38,7 @@ lightning-macros = { version = "0.2", path = "../lightning-macros", default-feat
bitcoin = { version = "0.32.2", default-features = false }
futures = { version = "0.3", optional = true }
esplora-client = { version = "0.12", default-features = false, optional = true }
-electrum-client = { version = "0.24.0", optional = true, default-features = false, features = ["proxy"] }
+electrum-client = { version = "0.25", optional = true, default-features = false, features = ["proxy"] }
[dev-dependencies]
lightning = { version = "0.3.0", path = "../lightning", default-features = false, features = ["std", "_test_utils"] }
Why this scored 5/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.