X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-block-sync%2FCargo.toml;h=1358370d3db0e090c12d06c59aab87eb0aadd9c7;hb=5421e1a6e712ae3d04569562fd036e29908188d7;hp=673034081588e373b6590aff9a4db111987862af;hpb=a3832b029c151e2afd910f5372d1aadcd4e394bc;p=rust-lightning diff --git a/lightning-block-sync/Cargo.toml b/lightning-block-sync/Cargo.toml index 67303408..1358370d 100644 --- a/lightning-block-sync/Cargo.toml +++ b/lightning-block-sync/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightning-block-sync" -version = "0.0.106" +version = "0.0.108" authors = ["Jeffrey Czyz", "Matt Corallo"] license = "MIT OR Apache-2.0" repository = "http://github.com/lightningdevkit/rust-lightning" @@ -18,8 +18,8 @@ rest-client = [ "serde", "serde_json", "chunked_transfer" ] rpc-client = [ "serde", "serde_json", "chunked_transfer" ] [dependencies] -bitcoin = "0.27" -lightning = { version = "0.0.106", path = "../lightning" } +bitcoin = "0.28.1" +lightning = { version = "0.0.108", path = "../lightning" } futures = { version = "0.3" } tokio = { version = "1.0", features = [ "io-util", "net", "time" ], optional = true } serde = { version = "1.0", features = ["derive"], optional = true }