X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=rust-lightning;a=blobdiff_plain;f=lightning-invoice%2FCargo.toml;fp=lightning-invoice%2FCargo.toml;h=404f12d76eb1a87ef1728dd422f1cb14a9fd9eb5;hp=ae37382fd340290a961edd9adc03ecb7fb3535b9;hb=bee9a1e4030e04a91a2d774784a2e2fc545ae797;hpb=fe4b0b86db758a31164afc0f8620f566a4143d5f diff --git a/lightning-invoice/Cargo.toml b/lightning-invoice/Cargo.toml index ae37382f..404f12d7 100644 --- a/lightning-invoice/Cargo.toml +++ b/lightning-invoice/Cargo.toml @@ -9,11 +9,11 @@ keywords = [ "lightning", "bitcoin", "invoice", "BOLT11" ] readme = "README.md" [dependencies] -bech32 = "0.7" +bech32 = "0.8" lightning = { version = "0.0.99", path = "../lightning" } secp256k1 = { version = "0.20", features = ["recovery"] } num-traits = "0.2.8" -bitcoin_hashes = "0.9.4" +bitcoin_hashes = "0.10" [dev-dependencies] lightning = { version = "0.0.99", path = "../lightning", features = ["_test_utils"] }