Bump `jsonrpc` from 0.17.0 to 0.18.0

This commit is contained in:
Marek 2024-04-15 18:31:16 +02:00
parent 3db188da0f
commit cf9f81f6a8
2 changed files with 3 additions and 3 deletions

View File

@ -2301,9 +2301,9 @@ dependencies = [
[[package]]
name = "jsonrpc"
version = "0.17.0"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a26d9104d516092f092d97448787505881fdb6518293b2d6500bf9c180c839dd"
checksum = "3662a38d341d77efecb73caf01420cfa5aa63c0253fd7bc05289ef9f6616e1bf"
dependencies = [
"base64 0.13.1",
"serde",

View File

@ -118,7 +118,7 @@ reqwest = { version = "0.11.26", default-features = false, features = ["rustls-t
# These crates are needed for the zebra-checkpoints and search-issue-refs binaries
tokio = { version = "1.37.0", features = ["full"], optional = true }
jsonrpc = { version = "0.17.0", optional = true }
jsonrpc = { version = "0.18.0", optional = true }
zcash_primitives = { version = "0.13.0-rc.1", optional = true }
zcash_client_backend = {version = "0.10.0-rc.1", optional = true}