From d76f8db5d85a6047e3054b7b92289a43013e645d Mon Sep 17 00:00:00 2001 From: w0xlt Date: Fri, 27 Jan 2023 00:30:12 -0300 Subject: [PATCH] update jsonrpc to 0.14 --- client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Cargo.toml b/client/Cargo.toml index 72ea3c70..06362d5d 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -22,7 +22,7 @@ path = "src/lib.rs" bitcoincore-rpc-json = { version = "0.16.0", path = "../json" } log = "0.4.5" -jsonrpc = "0.13.0" +jsonrpc = "0.14.0" # Used for deserialization of JSON. serde = "1"