X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-rapid-gossip-sync%2FCargo.toml;h=7767094479c72d9c1be74ae0a43d6df72667f707;hb=c1d8cb9710c7a430ba68a32c26d8ceb88007ff14;hp=a65e2853177e0828057355a14e0822b1010c6b15;hpb=3676a056c85f54347e7e079e913317a79e26a2ae;p=rust-lightning diff --git a/lightning-rapid-gossip-sync/Cargo.toml b/lightning-rapid-gossip-sync/Cargo.toml index a65e2853..77670944 100644 --- a/lightning-rapid-gossip-sync/Cargo.toml +++ b/lightning-rapid-gossip-sync/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightning-rapid-gossip-sync" -version = "0.0.108" +version = "0.0.111" authors = ["Arik Sosman "] license = "MIT OR Apache-2.0" repository = "https://github.com/lightningdevkit/rust-lightning" @@ -13,8 +13,8 @@ Utility to process gossip routing data from Rapid Gossip Sync Server. _bench_unstable = [] [dependencies] -lightning = { version = "0.0.108", path = "../lightning" } -bitcoin = { version = "0.28.1", default-features = false } +lightning = { version = "0.0.111", path = "../lightning" } +bitcoin = { version = "0.29.0", default-features = false } [dev-dependencies] -lightning = { version = "0.0.108", path = "../lightning", features = ["_test_utils"] } +lightning = { version = "0.0.111", path = "../lightning", features = ["_test_utils"] }