Skip to content

Commit

Permalink
Bump jsonrpc dependency
Browse files Browse the repository at this point in the history
Bump our `jsonrpc` dependency to the latest version v0.13.0
  • Loading branch information
tcharding committed Sep 11, 2022
1 parent 400a3c0 commit d2959ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ path = "src/lib.rs"
bitcoincore-rpc-json = { version = "0.16.0", path = "../json" }

log = "0.4.5"
jsonrpc = "0.12.0"
jsonrpc = "0.13.0"

# Used for deserialization of JSON.
serde = "1"
Expand Down

0 comments on commit d2959ec

Please sign in to comment.