From 06ac9fa3e834413f7afeaed322cf8098d876e4a0 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Thu, 22 Jul 2021 08:54:58 +0300 Subject: [PATCH] Bump bitcoin dependency to 0.27 --- integration_test/Cargo.toml | 2 +- json/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration_test/Cargo.toml b/integration_test/Cargo.toml index ba9c3aa5..f2b0ee09 100644 --- a/integration_test/Cargo.toml +++ b/integration_test/Cargo.toml @@ -5,6 +5,6 @@ authors = ["Steven Roose "] [dependencies] bitcoincore-rpc = { path = "../client" } -bitcoin = { version = "0.26", features = [ "use-serde", "rand" ] } +bitcoin = { version = "0.27", features = [ "use-serde", "rand" ] } lazy_static = "1.4.0" log = "0.4" diff --git a/json/Cargo.toml b/json/Cargo.toml index 25f28e1b..3ec82f60 100644 --- a/json/Cargo.toml +++ b/json/Cargo.toml @@ -21,4 +21,4 @@ path = "src/lib.rs" serde = { version = "1", features = [ "derive" ] } serde_json = "1" -bitcoin = { version = "0.26", features = [ "use-serde" ] } +bitcoin = { version = "0.27", features = [ "use-serde" ] }