chore: remove unused dep (#5163)

* chore: remove unused dep

* chore: remove more unused dep
This commit is contained in:
shuiyisong
2024-12-16 14:17:27 +08:00
committed by Yingwen
parent dc2252eb6d
commit 4e725d259d
21 changed files with 2 additions and 218 deletions

View File

@@ -80,13 +80,11 @@ tokio.workspace = true
catalog = { workspace = true, features = ["testing"] }
common-test-util.workspace = true
criterion = { version = "0.4", features = ["html_reports", "async_tokio"] }
log-store.workspace = true
operator.workspace = true
rayon = "1.0"
ron = "0.7"
serde = { version = "1.0", features = ["derive"] }
session = { workspace = true, features = ["testing"] }
tokio-test = "0.4"
[[bench]]
name = "py_benchmark"