Skip to content

Commit

Permalink
chore: remove more unused dep
Browse files Browse the repository at this point in the history
  • Loading branch information
shuiyisong committed Dec 13, 2024
1 parent 05d4901 commit 980dbdf
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 97 deletions.
82 changes: 0 additions & 82 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/metric-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ workspace = true

[dependencies]
api.workspace = true
aquamarine.workspace = true
async-trait.workspace = true
base64.workspace = true
common-base.workspace = true
Expand Down
2 changes: 0 additions & 2 deletions src/mito2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ workspace = true

[dependencies]
api.workspace = true
aquamarine.workspace = true
async-channel = "1.9"
async-stream.workspace = true
async-trait = "0.1"
Expand Down Expand Up @@ -77,7 +76,6 @@ uuid.workspace = true
[dev-dependencies]
common-function.workspace = true
common-meta = { workspace = true, features = ["testing"] }
common-procedure-test.workspace = true
common-test-util.workspace = true
criterion = "0.4"
dotenv.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/pipeline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ yaml-rust = "0.4"
catalog = { workspace = true, features = ["testing"] }
criterion = { version = "0.4", features = ["html_reports"] }
rayon = "1.0"
ron = "0.7"
serde = { version = "1.0", features = ["derive"] }
session = { workspace = true, features = ["testing"] }

Expand Down
3 changes: 0 additions & 3 deletions src/promql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ futures = "0.3"
greptime-proto.workspace = true
lazy_static.workspace = true
prometheus.workspace = true
promql-parser.workspace = true
prost.workspace = true
snafu.workspace = true

[dev-dependencies]
query.workspace = true
session = { workspace = true, features = ["testing"] }
tokio.workspace = true
4 changes: 0 additions & 4 deletions src/query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,11 @@ tokio.workspace = true
uuid.workspace = true

[dev-dependencies]
approx_eq = "0.1"
arrow.workspace = true
catalog = { workspace = true, features = ["testing"] }
common-macro.workspace = true
common-query = { workspace = true, features = ["testing"] }
fastrand = "2.0"
format_num = "0.1"
num = "0.4"
num-traits = "0.2"
paste = "1.0"
Expand All @@ -83,8 +81,6 @@ serde.workspace = true
serde_json.workspace = true
session = { workspace = true, features = ["testing"] }
statrs = "0.16"
stats-cli = "3.0"
store-api.workspace = true
streaming-stats = "0.2"
table = { workspace = true, features = ["testing"] }
tokio-stream.workspace = true
2 changes: 0 additions & 2 deletions src/script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion src/servers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ table.workspace = true
tempfile = "3.0.0"
tokio-postgres = "0.7"
tokio-postgres-rustls = "0.12"
tokio-test = "0.4"

[target.'cfg(unix)'.dev-dependencies]
pprof = { version = "0.13", features = ["criterion", "flamegraph"] }
Expand Down
1 change: 0 additions & 1 deletion src/store-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ workspace = true

[dependencies]
api.workspace = true
aquamarine.workspace = true
async-trait.workspace = true
common-base.workspace = true
common-error.workspace = true
Expand Down

0 comments on commit 980dbdf

Please sign in to comment.