X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-background-processor%2FCargo.toml;h=00061ee6e5e852122e490b42420db81ca53c5859;hb=65920818db58880f6576fd50c3ea5df273912978;hp=16ec763fb8c3a4f48f5bb3ea773e4372b12984f3;hpb=49649442798af0344ac7ed5dbbb2c99d90f7a3fe;p=rust-lightning diff --git a/lightning-background-processor/Cargo.toml b/lightning-background-processor/Cargo.toml index 16ec763f..00061ee6 100644 --- a/lightning-background-processor/Cargo.toml +++ b/lightning-background-processor/Cargo.toml @@ -14,7 +14,7 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] -bitcoin = "0.27" +bitcoin = "0.28.1" lightning = { version = "0.0.106", path = "../lightning", features = ["std"] } [dev-dependencies]