fix: drop unused dep using udeps to minial the size (#5301)

* fix: drop unused dep using udeps to minial the size

Signed-off-by: yihong0618 <zouzou0208@gmail.com>

* fix: adress comments fix the problem

Signed-off-by: yihong0618 <zouzou0208@gmail.com>

---------

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
yihong
2025-01-08 14:36:22 +08:00
committed by GitHub
parent c305b2b406
commit 369b59c84a
5 changed files with 0 additions and 128 deletions

View File

@@ -59,7 +59,6 @@ tokio.workspace = true
tracing-appender.workspace = true
[dev-dependencies]
common-test-util.workspace = true
common-version.workspace = true
serde.workspace = true
tempfile.workspace = true

View File

@@ -40,7 +40,6 @@ datatypes.workspace = true
enum-as-inner = "0.6.0"
enum_dispatch = "0.3"
futures = "0.3"
get-size-derive2 = "0.1.2"
get-size2 = "0.1.2"
greptime-proto.workspace = true
# This fork of hydroflow is simply for keeping our dependency in our org, and pin the version

View File

@@ -78,7 +78,6 @@ tokio.workspace = true
[dev-dependencies]
catalog = { workspace = true, features = ["testing"] }
common-test-util.workspace = true
criterion = { version = "0.4", features = ["html_reports", "async_tokio"] }
operator.workspace = true
rayon = "1.0"

View File

@@ -22,6 +22,5 @@ common-telemetry.workspace = true
common-time.workspace = true
derive_builder.workspace = true
derive_more = { version = "1", default-features = false, features = ["debug"] }
meter-core.workspace = true
snafu.workspace = true
sql.workspace = true