X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=rust-lightning;a=blobdiff_plain;f=lightning-background-processor%2FCargo.toml;fp=lightning-background-processor%2FCargo.toml;h=1659ffd3ea37012b0dd3d478020ed458db97b725;hp=9849ac44bc6b706b7efc51121fe542dd369f1d51;hb=bee9a1e4030e04a91a2d774784a2e2fc545ae797;hpb=fe4b0b86db758a31164afc0f8620f566a4143d5f 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" }