Skip to content

Commit

Permalink
fix dep checks
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyukang committed Sep 25, 2023
1 parent ed710c6 commit a52dd36
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
18 changes: 0 additions & 18 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,12 @@ ckb-stop-handler = { path = "../util/stop-handler", version = "= 0.112.0-pre" }

itertools.workspace = true
tokio = "1"
quote = "1.0.27"
async-trait = "0.1"
axum = "0.6.1"
tokio-util = { version = "0.7.3", features = ["codec"] }
futures-util = { version = "0.3.21"}
tower-http = { version = "0.3.5", features = ["timeout"] }
async-stream = "0.3.3"
tokio-stream = { version = "0.1.9", features = ["sync"] }
ckb-async-runtime = { path = "../util/runtime", version = "= 0.112.0-pre" }

[dev-dependencies]
Expand Down
4 changes: 0 additions & 4 deletions util/launcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ ckb-hash = { path = "../hash", version = "= 0.112.0-pre" }
num_cpus = "1.10"
once_cell = "1.8.0"
tempfile.workspace = true
quote = "1.0.27"
async-trait = "0.1"
http-body = "0.4.5"
jsonrpc-utils = { version = "0.2.0", features = ["server", "macros", "axum"] }

[dev-dependencies]
ckb-systemtime = {path = "../systemtime", version = "= 0.112.0-pre", features = ["enable_faketime"] }
Expand Down

0 comments on commit a52dd36

Please sign in to comment.