Skip to content

Commit

Permalink
fix: drop unused dep using udeps to minial the size (#5301)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
yihong0618 authored Jan 8, 2025
1 parent c305b2b commit 369b59c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 128 deletions.
124 changes: 0 additions & 124 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion src/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion src/flow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion src/session/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 369b59c

Please sign in to comment.