X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=99aeed72ffc662cf01630edb870ae5fef79c530b;hb=a631bfd6194fa1557a8509365026f5f67aea7195;hp=852c7c2c2ac62adffbc1ce381408cf96ff38619a;hpb=f0ef17314840b4e30d08511dfc7773b4ffc8d343;p=rapid-gossip-sync-server diff --git a/Cargo.toml b/Cargo.toml index 852c7c2..99aeed7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,17 +1,20 @@ [package] name = "rapid-gossip-sync-server" version = "0.1.0" -edition = "2018" +edition = "2021" [dependencies] bitcoin = "0.29" -lightning = { version = "0.0.112" } -lightning-block-sync = { version = "0.0.112", features=["rest-client"] } -lightning-net-tokio = { version = "0.0.112" } -tokio = { version = "1.14.1", features = ["full"] } -tokio-postgres = { version="0.7.5" } +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" +[profile.dev] +panic = "abort" + [profile.release] opt-level = 3 lto = true