X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;fp=Cargo.toml;h=4c8459f55b0c13ea58ff5823c4701eea1bc5f4e9;hb=e00fd5b36f4459345627ade175971b107c36da6b;hp=3f4b29656f194cca90154f0292035da5ba8c9a01;hpb=82ab324e5e800a6dc8b952c3b776ce2f8f827f2f;p=dnsseed-rust diff --git a/Cargo.toml b/Cargo.toml index 3f4b296..4c8459f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,8 @@ authors = ["matt"] edition = "2018" [dependencies] -bitcoin = { git = "https://github.com/rust-bitcoin/rust-bitcoin", rev = "860e74ecb56b546595342bd09e26ca25a7251a1d" } -bitcoin_hashes = "0.3" +bitcoin = "0.19" +bitcoin_hashes = "0.7" tokio = "0.1" bytes = "0.4" futures = "0.1"