X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=rust-lightning;a=blobdiff_plain;f=lightning-background-processor%2FCargo.toml;h=1659ffd3ea37012b0dd3d478020ed458db97b725;hp=9849ac44bc6b706b7efc51121fe542dd369f1d51;hb=3f229052eaba48d13ab66e933bc8e63efea5ecaf;hpb=e26c9b051a5983eae1f38fbd403763ad9924bf13 diff --git a/lightning-background-processor/Cargo.toml b/lightning-background-processor/Cargo.toml index 9849ac44..1659ffd3 100644 --- a/lightning-background-processor/Cargo.toml +++ b/lightning-background-processor/Cargo.toml @@ -10,7 +10,7 @@ Utilities to perform required background tasks for Rust Lightning. edition = "2018" [dependencies] -bitcoin = "0.26" +bitcoin = "0.27" lightning = { version = "0.0.99", path = "../lightning", features = ["allow_wallclock_use"] } lightning-persister = { version = "0.0.99", path = "../lightning-persister" }