Skip to content

Commit

Permalink
chore(deps): bump jsonrpc from 10.0.1 to 10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangsoledad committed Feb 18, 2019
1 parent 21daf89 commit b618d3f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 31 deletions.
39 changes: 13 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ ckb-chain = { path = "../chain" }
ckb-miner = { path = "../miner" }
ckb-protocol = { path = "../protocol" }
ckb-pow = { path = "../pow"}
jsonrpc-core = "10.0"
jsonrpc-derive = "10.0"
jsonrpc-core = "10.1"
jsonrpc-derive = "10.1"
jsonrpc-http-server = { git = "https://github.com/nervosnetwork/jsonrpc", branch = "http_remake" }
jsonrpc-server-utils = "10.0"
jsonrpc-pubsub = "10.0"
jsonrpc-server-utils = "10.1"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion util/jsonrpc-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
faster-hex = "0.3"
jsonrpc-core = "10.0"
jsonrpc-core = "10.1"

[dev-dependencies]
proptest = "0.9"

0 comments on commit b618d3f

Please sign in to comment.