chore: bump jsonrpsee 0.19 (#3989)

This commit is contained in:
Matthias Seitz
2023-07-31 13:36:12 +02:00
committed by GitHub
parent f41386d28e
commit 73652ed3bc
14 changed files with 63 additions and 58 deletions

View File

@ -21,7 +21,7 @@ async-trait.workspace = true
futures.workspace = true
# misc
jsonrpsee = { version = "0.18", features = ["client", "async-client"] }
jsonrpsee = { workspace = true, features = ["client", "async-client"] }
serde_json.workspace = true
[dev-dependencies]