X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-c-bindings;a=blobdiff_plain;f=lightning-c-bindings%2FCargo.toml;h=a6c075d813ac99914da68ba5474c700bccc06cce;hp=3c77e22f7eb43908532bc98169153eafb5d86720;hb=8af4116fe7c878945f08c85e5040cb24a6d26c55;hpb=10953f7d4eb6e573e0629fb8caa84ab1577bddfc diff --git a/lightning-c-bindings/Cargo.toml b/lightning-c-bindings/Cargo.toml index 3c77e22..a6c075d 100644 --- a/lightning-c-bindings/Cargo.toml +++ b/lightning-c-bindings/Cargo.toml @@ -19,8 +19,8 @@ no-std = ["bitcoin/no-std", "lightning/no-std", "lightning-invoice/no-std", "cor std = ["bitcoin/std", "lightning/std", "lightning-invoice/std"] [dependencies] -bitcoin = { version = "0.27", default-features = false } -secp256k1 = { version = "0.20.3", features = ["global-context-less-secure"] } +bitcoin = { version = "0.28", default-features = false } +secp256k1 = { version = "0.22", features = ["global-context", "recovery"] } # Note that the following line is matched by genbindings to update the path lightning = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.106-bindings", default-features = false } lightning-persister = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "0.0.106-bindings", default-features = false }