X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-rapid-gossip-sync%2FCargo.toml;h=b8bc8437bca04f2c96e08a12f5464635195c6993;hb=12687d75d5a0eba4bc691998e51a5313c715e559;hp=a4bc04fed013e0599c52fbf5bdba44a7f4c8238b;hpb=08ab6581f1c6254a7765340c5c7a553db58d3a89;p=rust-lightning diff --git a/lightning-rapid-gossip-sync/Cargo.toml b/lightning-rapid-gossip-sync/Cargo.toml index a4bc04fe..b8bc8437 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.104" +version = "0.0.110" 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.106", path = "../lightning" } -bitcoin = { version = "0.28.1", default-features = false } +lightning = { version = "0.0.110", path = "../lightning" } +bitcoin = { version = "0.29.0", default-features = false } [dev-dependencies] -lightning = { version = "0.0.106", path = "../lightning", features = ["_test_utils"] } +lightning = { version = "0.0.110", path = "../lightning", features = ["_test_utils"] }