X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-rapid-gossip-sync%2FCargo.toml;h=28a2ddedfdc4cb30eacf72e154e6f7204481ba73;hb=1059ac3c28d0f7bac70bdc9be6d85e936fa6a358;hp=73a68751128809a694ac8eaeede95fb58754d2b8;hpb=6775b957bc0e738afff46eb819c69f45410f1843;p=rust-lightning diff --git a/lightning-rapid-gossip-sync/Cargo.toml b/lightning-rapid-gossip-sync/Cargo.toml index 73a68751..28a2dded 100644 --- a/lightning-rapid-gossip-sync/Cargo.toml +++ b/lightning-rapid-gossip-sync/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "lightning-rapid-gossip-sync" -version = "0.0.115" +version = "0.0.119" authors = ["Arik Sosman "] license = "MIT OR Apache-2.0" repository = "https://github.com/lightningdevkit/rust-lightning" -edition = "2018" +edition = "2021" description = """ Utility to process gossip routing data from Rapid Gossip Sync Server. """ @@ -15,11 +15,11 @@ no-std = ["lightning/no-std"] std = ["lightning/std"] [dependencies] -lightning = { version = "0.0.115", path = "../lightning", default-features = false } -bitcoin = { version = "0.29.0", default-features = false } +lightning = { version = "0.0.119", path = "../lightning", default-features = false } +bitcoin = { version = "0.30.2", default-features = false } [target.'cfg(ldk_bench)'.dependencies] criterion = { version = "0.4", optional = true, default-features = false } [dev-dependencies] -lightning = { version = "0.0.115", path = "../lightning", features = ["_test_utils"] } +lightning = { version = "0.0.119", path = "../lightning", features = ["_test_utils"] }