Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0fa808e

Browse files
committedJan 29, 2024
use latest jsonrpc-utils
1 parent 200c85d commit 0fa808e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎rpc/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ckb-app-config = { path = "../util/app-config", version = "= 0.114.0-pre" }
2424
ckb-constant = { path = "../util/constant", version = "= 0.114.0-pre" }
2525
jsonrpc-core = "18.0"
2626
serde_json = "1.0"
27-
jsonrpc-utils = { version = "0.2.4", 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.114.0-pre" }
2929
ckb-verification = { path = "../verification", version = "= 0.114.0-pre" }
3030
ckb-verification-traits = { path = "../verification/traits", version = "= 0.114.0-pre" }
@@ -42,14 +42,14 @@ ckb-stop-handler = { path = "../util/stop-handler", version = "= 0.114.0-pre" }
4242
itertools.workspace = true
4343
tokio = "1"
4444
async-trait = "0.1"
45-
axum = "0.6.1"
45+
axum = "0.6.20"
4646
tokio-util = { version = "0.7.3", features = ["codec"] }
4747
futures-util = { version = "0.3.21" }
4848
tower-http = { version = "0.3.5", features = ["timeout", "cors"] }
4949
async-stream = "0.3.3"
5050
ckb-async-runtime = { path = "../util/runtime", version = "= 0.114.0-pre" }
51+
# issue tracking: https://github.com/GREsau/schemars/pull/251
5152
schemars = { git = "https://github.com/chenyukang/schemars", branch = "fix-derive" }
52-
#schemars = "0.8.15"
5353

5454
[dev-dependencies]
5555
reqwest = { version = "=0.11.20", features = ["blocking", "json"] }

0 commit comments

Comments
 (0)
Please sign in to comment.