X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=background-processor%2FCargo.toml;h=1a4dc488436bbf3d3450d50087cff6bf7f6468b7;hb=d788e36b514fecea47fa27c029ef86146692729f;hp=71fbbbff83f0929818dd3a02371266aee91addc2;hpb=a368093803dc66ae19a00a6dbbdb6650656b2379;p=rust-lightning diff --git a/background-processor/Cargo.toml b/background-processor/Cargo.toml index 71fbbbff..1a4dc488 100644 --- a/background-processor/Cargo.toml +++ b/background-processor/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -bitcoin = "0.24" +bitcoin = "0.26" lightning = { version = "0.0.12", path = "../lightning", features = ["allow_wallclock_use"] } lightning-persister = { version = "0.0.1", path = "../lightning-persister" }