X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=99aeed72ffc662cf01630edb870ae5fef79c530b;hb=db63107f5807066ed9eeb7e4212dd0bfbae5ad8a;hp=ec3f3a673b454c976d964127a3912f47c1190bc9;hpb=5e6a00a0509afe388b0dad721928cddd75dbcee2;p=rapid-gossip-sync-server diff --git a/Cargo.toml b/Cargo.toml index ec3f3a6..99aeed7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,9 +5,9 @@ edition = "2021" [dependencies] bitcoin = "0.29" -lightning = { version = "0.0.116-alpha1" } -lightning-block-sync = { version = "0.0.116-alpha1", features=["rest-client"] } -lightning-net-tokio = { version = "0.0.116-alpha1" } +lightning = { version = "0.0.116" } +lightning-block-sync = { version = "0.0.116", features=["rest-client"] } +lightning-net-tokio = { version = "0.0.116" } tokio = { version = "1.25", features = ["full"] } tokio-postgres = { version="=0.7.5" } futures = "0.3"