@@ -24,7 +24,7 @@ ckb-app-config = { path = "../util/app-config", version = "= 0.114.0-pre" }
24
24
ckb-constant = { path = " ../util/constant" , version = " = 0.114.0-pre" }
25
25
jsonrpc-core = " 18.0"
26
26
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" ] }
28
28
ckb-jsonrpc-types = { path = " ../util/jsonrpc-types" , version = " = 0.114.0-pre" }
29
29
ckb-verification = { path = " ../verification" , version = " = 0.114.0-pre" }
30
30
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" }
42
42
itertools.workspace = true
43
43
tokio = " 1"
44
44
async-trait = " 0.1"
45
- axum = " 0.6.1 "
45
+ axum = " 0.6.20 "
46
46
tokio-util = { version = " 0.7.3" , features = [" codec" ] }
47
47
futures-util = { version = " 0.3.21" }
48
48
tower-http = { version = " 0.3.5" , features = [" timeout" , " cors" ] }
49
49
async-stream = " 0.3.3"
50
50
ckb-async-runtime = { path = " ../util/runtime" , version = " = 0.114.0-pre" }
51
+ # issue tracking: https://github.com/GREsau/schemars/pull/251
51
52
schemars = { git = " https://github.com/chenyukang/schemars" , branch = " fix-derive" }
52
- # schemars = "0.8.15"
53
53
54
54
[dev-dependencies ]
55
55
reqwest = { version = " =0.11.20" , features = [" blocking" , " json" ] }
0 commit comments