From e00fd5b36f4459345627ade175971b107c36da6b Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Fri, 16 Aug 2019 19:12:12 -0400 Subject: [PATCH] Bump bitcoin{,_hashes} --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.30.2