Skip to content

Commit ff90769

Browse files
committed
fix conflicts
1 parent c2a530e commit ff90769

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Cargo.lock

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

rpc/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +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.2", features = ["server", "macros", "axum"] }
2728
ckb-jsonrpc-types = { path = "../util/jsonrpc-types", version = "= 0.113.0-pre" }
2829
ckb-verification = { path = "../verification", version = "= 0.113.0-pre" }
2930
ckb-verification-traits = { path = "../verification/traits", version = "= 0.113.0-pre" }
@@ -37,6 +38,7 @@ ckb-tx-pool = { path = "../tx-pool", version = "= 0.113.0-pre" }
3738
ckb-memory-tracker = { path = "../util/memory-tracker", version = "= 0.113.0-pre" }
3839
ckb-pow = { path = "../pow", version = "= 0.113.0-pre" }
3940
ckb-indexer = { path = "../util/indexer", version = "= 0.113.0-pre" }
41+
ckb-stop-handler = { path = "../util/stop-handler", version = "= 0.113.0-pre" }
4042
itertools.workspace = true
4143
tokio = "1"
4244
async-trait = "0.1"
@@ -45,7 +47,7 @@ tokio-util = { version = "0.7.3", features = ["codec"] }
4547
futures-util = { version = "0.3.21"}
4648
tower-http = { version = "0.3.5", features = ["timeout"] }
4749
async-stream = "0.3.3"
48-
ckb-async-runtime = { path = "../util/runtime", version = "= 0.112.0-pre" }
50+
ckb-async-runtime = { path = "../util/runtime", version = "= 0.113.0-pre" }
4951

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

0 commit comments

Comments
 (0)