Skip to content

Commit 2d960b9

Browse files
committed
update jsonrpc-utils
1 parent 6868b40 commit 2d960b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ckb-app-config = { path = "../util/app-config", version = "= 0.113.0-pre" }
2424
ckb-constant = { path = "../util/constant", version = "= 0.113.0-pre" }
2525
jsonrpc-core = "18.0"
2626
serde_json = "1.0"
27-
jsonrpc-utils = { version = "0.2.5", features = ["server", "macros", "axum"] }
27+
jsonrpc-utils = { version = "0.2.6", features = ["server", "macros", "axum"] }
2828
ckb-jsonrpc-types = { path = "../util/jsonrpc-types", version = "= 0.113.0-pre" }
2929
ckb-verification = { path = "../verification", version = "= 0.113.0-pre" }
3030
ckb-verification-traits = { path = "../verification/traits", version = "= 0.113.0-pre" }

0 commit comments

Comments
 (0)