X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=c352d0b4dc75ef67345cd526de71267e61031f9c;hb=a03d1c2f6391cedd9fc5951e8133f245aaacb582;hp=99aeed72ffc662cf01630edb870ae5fef79c530b;hpb=8e4fc532b297211021eec31a5e5baac6c31ffdf8;p=rapid-gossip-sync-server diff --git a/Cargo.toml b/Cargo.toml index 99aeed7..c352d0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,13 +5,16 @@ edition = "2021" [dependencies] bitcoin = "0.29" -lightning = { version = "0.0.116" } -lightning-block-sync = { version = "0.0.116", features=["rest-client"] } -lightning-net-tokio = { version = "0.0.116" } +lightning = { version = "0.0.117" } +lightning-block-sync = { version = "0.0.117", features=["rest-client"] } +lightning-net-tokio = { version = "0.0.117" } tokio = { version = "1.25", features = ["full"] } -tokio-postgres = { version="=0.7.5" } +tokio-postgres = { version = "=0.7.5" } futures = "0.3" +[dev-dependencies] +lightning-rapid-gossip-sync = { version = "0.0.117" } + [profile.dev] panic = "abort"