X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=3f4b29656f194cca90154f0292035da5ba8c9a01;hb=82ab324e5e800a6dc8b952c3b776ce2f8f827f2f;hp=fb03cb5e59e25e28c8db341226024e26738310ce;hpb=18a1f7614129571ce67d63521e79a0fbf4d7de1b;p=dnsseed-rust diff --git a/Cargo.toml b/Cargo.toml index fb03cb5..3f4b296 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["matt"] edition = "2018" [dependencies] -bitcoin = { git = "https://github.com/TheBlueMatt/rust-bitcoin", rev = "47fb553e2a551968a0f283bd30a4dc9db576ee40" } +bitcoin = { git = "https://github.com/rust-bitcoin/rust-bitcoin", rev = "860e74ecb56b546595342bd09e26ca25a7251a1d" } bitcoin_hashes = "0.3" tokio = "0.1" bytes = "0.4"