Skip to content

Commit c7a88d1

Browse files
committed
Update jsonrpc dependency to v0.14.0
Bump our `jsonrpc` dependency to the latest version v0.14.0
1 parent d274dce commit c7a88d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ path = "src/lib.rs"
2222
bitcoincore-rpc-json = { version = "0.16.0", path = "../json" }
2323

2424
log = "0.4.5"
25-
jsonrpc = "0.13.0"
25+
jsonrpc = "0.14.0"
2626

2727
# Used for deserialization of JSON.
2828
serde = "1"

0 commit comments

Comments
 (0)