Skip to content

Commit

Permalink
update jsonrpc-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyukang committed Dec 12, 2023
1 parent 6868b40 commit 2d960b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ckb-app-config = { path = "../util/app-config", version = "= 0.113.0-pre" }
ckb-constant = { path = "../util/constant", version = "= 0.113.0-pre" }
jsonrpc-core = "18.0"
serde_json = "1.0"
jsonrpc-utils = { version = "0.2.5", features = ["server", "macros", "axum"] }
jsonrpc-utils = { version = "0.2.6", features = ["server", "macros", "axum"] }
ckb-jsonrpc-types = { path = "../util/jsonrpc-types", version = "= 0.113.0-pre" }
ckb-verification = { path = "../verification", version = "= 0.113.0-pre" }
ckb-verification-traits = { path = "../verification/traits", version = "= 0.113.0-pre" }
Expand Down

0 comments on commit 2d960b9

Please sign in to comment.