Skip to content

Commit 369b59c

Browse files
authored
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 <[email protected]> * fix: adress comments fix the problem Signed-off-by: yihong0618 <[email protected]> --------- Signed-off-by: yihong0618 <[email protected]>
1 parent c305b2b commit 369b59c

File tree

5 files changed

+0
-128
lines changed

5 files changed

+0
-128
lines changed

Cargo.lock

Lines changed: 0 additions & 124 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/cli/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ tokio.workspace = true
5959
tracing-appender.workspace = true
6060

6161
[dev-dependencies]
62-
common-test-util.workspace = true
6362
common-version.workspace = true
6463
serde.workspace = true
6564
tempfile.workspace = true

src/flow/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ datatypes.workspace = true
4040
enum-as-inner = "0.6.0"
4141
enum_dispatch = "0.3"
4242
futures = "0.3"
43-
get-size-derive2 = "0.1.2"
4443
get-size2 = "0.1.2"
4544
greptime-proto.workspace = true
4645
# This fork of hydroflow is simply for keeping our dependency in our org, and pin the version

src/script/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ tokio.workspace = true
7878

7979
[dev-dependencies]
8080
catalog = { workspace = true, features = ["testing"] }
81-
common-test-util.workspace = true
8281
criterion = { version = "0.4", features = ["html_reports", "async_tokio"] }
8382
operator.workspace = true
8483
rayon = "1.0"

src/session/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@ common-telemetry.workspace = true
2222
common-time.workspace = true
2323
derive_builder.workspace = true
2424
derive_more = { version = "1", default-features = false, features = ["debug"] }
25-
meter-core.workspace = true
2625
snafu.workspace = true
2726
sql.workspace = true

0 commit comments

Comments
 (0)