Browse Source

add jsonrpc-core-client and jsonrpc-derive to Cargo.toml

ghassmo 5 years ago
parent
commit
6b5587586c
2 changed files with 263 additions and 141 deletions
  1. 260 139
      Cargo.lock
  2. 3 2
      Cargo.toml

File diff suppressed because it is too large
+ 260 - 139
Cargo.lock


+ 3 - 2
Cargo.toml

@@ -60,7 +60,9 @@ async-std = "1.6.2"
 async-rwlock = "1.3.0"
 easy-parallel = "3.1.0"
 
-jsonrpc-core = "16.0.0"
+jsonrpc-core = "18.0.0"
+jsonrpc-derive = "18.0.0"
+jsonrpc-core-client = "18.0.0"
 surf = "2.2.0"
 http-types = "2.9.0"
 async-h1 = "2.3.0"
@@ -122,7 +124,6 @@ path = "src/bin/cashierd.rs"
 name = "darkfid"
 path = "src/bin/darkfid.rs"
 
-
 [[bin]]
 name = "drk"
 path = "src/bin/drk.rs"

Some files were not shown because too many files changed in this diff