X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-background-processor%2FCargo.toml;h=8f0fc15363a436de69cdd82d6e0f60ca42b20f74;hb=20591900a0e3ddc720e1f3571a02a72edf73c695;hp=6dd06b57f6c09fd582f76db2615f995e5e375626;hpb=ee17faff904b0be91902b64e2fbcb05f9db28a51;p=rust-lightning diff --git a/lightning-background-processor/Cargo.toml b/lightning-background-processor/Cargo.toml index 6dd06b57..8f0fc153 100644 --- a/lightning-background-processor/Cargo.toml +++ b/lightning-background-processor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightning-background-processor" -version = "0.0.111" +version = "0.0.112" authors = ["Valentine Wallace "] license = "MIT OR Apache-2.0" repository = "http://github.com/lightningdevkit/rust-lightning" @@ -18,11 +18,11 @@ futures = [ "futures-util" ] [dependencies] bitcoin = "0.29.0" -lightning = { version = "0.0.111", path = "../lightning", features = ["std"] } -lightning-rapid-gossip-sync = { version = "0.0.111", path = "../lightning-rapid-gossip-sync" } +lightning = { version = "0.0.112", path = "../lightning", features = ["std"] } +lightning-rapid-gossip-sync = { version = "0.0.112", path = "../lightning-rapid-gossip-sync" } futures-util = { version = "0.3", default-features = false, features = ["async-await-macro"], optional = true } [dev-dependencies] -lightning = { version = "0.0.111", path = "../lightning", features = ["_test_utils"] } -lightning-invoice = { version = "0.19.0", path = "../lightning-invoice" } -lightning-persister = { version = "0.0.111", path = "../lightning-persister" } +lightning = { version = "0.0.112", path = "../lightning", features = ["_test_utils"] } +lightning-invoice = { version = "0.20.0", path = "../lightning-invoice" } +lightning-persister = { version = "0.0.112", path = "../lightning-persister" }