Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): remove some unused dependencies #3582

Merged
merged 2 commits into from Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
212 changes: 3 additions & 209 deletions Cargo.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion benchmarks/Cargo.toml
Expand Up @@ -14,6 +14,5 @@ clap.workspace = true
client.workspace = true
futures-util.workspace = true
indicatif = "0.17.1"
itertools.workspace = true
parquet.workspace = true
tokio.workspace = true
1 change: 0 additions & 1 deletion src/api/Cargo.toml
Expand Up @@ -18,7 +18,6 @@ greptime-proto.workspace = true
paste = "1.0"
prost.workspace = true
snafu.workspace = true
tonic.workspace = true

[build-dependencies]
tonic-build = "0.9"
Expand Down
1 change: 0 additions & 1 deletion src/auth/Cargo.toml
Expand Up @@ -17,7 +17,6 @@ async-trait.workspace = true
common-error.workspace = true
common-macro.workspace = true
digest = "0.10"
hex = { version = "0.4" }
secrecy = { version = "0.8", features = ["serde", "alloc"] }
sha1 = "0.10"
snafu.workspace = true
Expand Down
7 changes: 0 additions & 7 deletions src/catalog/Cargo.toml
Expand Up @@ -11,20 +11,16 @@ testing = []
workspace = true

[dependencies]
api.workspace = true
arc-swap = "1.0"
arrow.workspace = true
arrow-schema.workspace = true
async-stream.workspace = true
async-trait = "0.1"
common-catalog.workspace = true
common-error.workspace = true
common-grpc.workspace = true
common-macro.workspace = true
common-meta.workspace = true
common-query.workspace = true
common-recordbatch.workspace = true
common-runtime.workspace = true
common-telemetry.workspace = true
common-time.workspace = true
common-version.workspace = true
Expand All @@ -37,12 +33,9 @@ itertools.workspace = true
lazy_static.workspace = true
meta-client.workspace = true
moka = { workspace = true, features = ["future", "sync"] }
parking_lot = "0.12"
partition.workspace = true
paste = "1.0"
prometheus.workspace = true
regex.workspace = true
serde.workspace = true
serde_json.workspace = true
session.workspace = true
snafu.workspace = true
Expand Down
7 changes: 0 additions & 7 deletions src/client/Cargo.toml
Expand Up @@ -16,7 +16,6 @@ arc-swap = "1.6"
arrow-flight.workspace = true
async-stream.workspace = true
async-trait.workspace = true
common-base.workspace = true
common-catalog.workspace = true
common-error.workspace = true
common-grpc.workspace = true
Expand All @@ -25,10 +24,6 @@ common-meta.workspace = true
common-query.workspace = true
common-recordbatch.workspace = true
common-telemetry.workspace = true
common-time.workspace = true
datafusion.workspace = true
datatypes.workspace = true
derive_builder.workspace = true
enum_dispatch = "0.3"
futures-util.workspace = true
lazy_static.workspace = true
Expand All @@ -37,9 +32,7 @@ parking_lot = "0.12"
prometheus.workspace = true
prost.workspace = true
rand.workspace = true
serde.workspace = true
serde_json.workspace = true
session.workspace = true
snafu.workspace = true
tokio.workspace = true
tokio-stream = { workspace = true, features = ["net"] }
Expand Down
2 changes: 0 additions & 2 deletions src/cmd/Cargo.toml
Expand Up @@ -16,7 +16,6 @@ tokio-console = ["common-telemetry/tokio-console"]
workspace = true

[dependencies]
anymap = "1.0.0-beta.2"
async-trait.workspace = true
auth.workspace = true
catalog.workspace = true
Expand Down Expand Up @@ -52,7 +51,6 @@ meta-client.workspace = true
meta-srv.workspace = true
mito2.workspace = true
nu-ansi-term = "0.46"
partition.workspace = true
plugins.workspace = true
prometheus.workspace = true
prost.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/common/config/Cargo.toml
Expand Up @@ -9,7 +9,6 @@ workspace = true

[dependencies]
common-base.workspace = true
humantime-serde.workspace = true
num_cpus.workspace = true
serde.workspace = true
sysinfo.workspace = true
1 change: 0 additions & 1 deletion src/common/decimal/Cargo.toml
Expand Up @@ -8,7 +8,6 @@ license.workspace = true
workspace = true

[dependencies]
arrow.workspace = true
bigdecimal.workspace = true
common-error.workspace = true
common-macro.workspace = true
Expand Down
2 changes: 0 additions & 2 deletions src/common/function/Cargo.toml
Expand Up @@ -11,7 +11,6 @@ workspace = true
api.workspace = true
arc-swap = "1.0"
async-trait.workspace = true
chrono-tz = "0.6"
common-base.workspace = true
common-catalog.workspace = true
common-error.workspace = true
Expand All @@ -24,7 +23,6 @@ common-time.workspace = true
common-version.workspace = true
datafusion.workspace = true
datatypes.workspace = true
libc = "0.2"
num = "0.4"
num-traits = "0.2"
once_cell.workspace = true
Expand Down
2 changes: 0 additions & 2 deletions src/common/greptimedb-telemetry/Cargo.toml
Expand Up @@ -9,12 +9,10 @@ workspace = true

[dependencies]
async-trait.workspace = true
common-error.workspace = true
common-runtime.workspace = true
common-telemetry.workspace = true
reqwest.workspace = true
serde.workspace = true
serde_json.workspace = true
tokio.workspace = true
uuid.workspace = true

Expand Down
2 changes: 0 additions & 2 deletions src/common/grpc-expr/Cargo.toml
Expand Up @@ -9,13 +9,11 @@ workspace = true

[dependencies]
api.workspace = true
async-trait.workspace = true
common-base.workspace = true
common-catalog.workspace = true
common-error.workspace = true
common-macro.workspace = true
common-query.workspace = true
common-telemetry.workspace = true
common-time.workspace = true
datatypes.workspace = true
snafu.workspace = true
Expand Down
4 changes: 0 additions & 4 deletions src/common/grpc/Cargo.toml
Expand Up @@ -10,8 +10,6 @@ workspace = true
[dependencies]
api.workspace = true
arrow-flight.workspace = true
async-trait = "0.1"
backtrace = "0.3"
common-base.workspace = true
common-error.workspace = true
common-macro.workspace = true
Expand All @@ -20,10 +18,8 @@ common-runtime.workspace = true
common-telemetry.workspace = true
common-time.workspace = true
dashmap.workspace = true
datafusion.workspace = true
datatypes.workspace = true
flatbuffers = "23.1"
futures = "0.3"
lazy_static.workspace = true
prost.workspace = true
snafu.workspace = true
Expand Down
2 changes: 0 additions & 2 deletions src/common/meta/Cargo.toml
Expand Up @@ -13,7 +13,6 @@ workspace = true
[dependencies]
api.workspace = true
async-recursion = "1.0"
async-stream.workspace = true
async-trait.workspace = true
base64.workspace = true
bytes.workspace = true
Expand All @@ -26,7 +25,6 @@ common-macro.workspace = true
common-procedure.workspace = true
common-procedure-test.workspace = true
common-recordbatch.workspace = true
common-runtime.workspace = true
common-telemetry.workspace = true
common-time.workspace = true
common-wal.workspace = true
Expand Down
2 changes: 0 additions & 2 deletions src/common/recordbatch/Cargo.toml
Expand Up @@ -9,14 +9,12 @@ workspace = true

[dependencies]
arc-swap = "1.6"
common-base.workspace = true
common-error.workspace = true
common-macro.workspace = true
datafusion.workspace = true
datafusion-common.workspace = true
datatypes.workspace = true
futures.workspace = true
paste = "1.0"
pin-project.workspace = true
serde.workspace = true
serde_json.workspace = true
Expand Down
7 changes: 0 additions & 7 deletions src/common/substrait/Cargo.toml
Expand Up @@ -8,31 +8,24 @@ license.workspace = true
workspace = true

[dependencies]
async-recursion = "1.0"
async-trait.workspace = true
bytes.workspace = true
catalog.workspace = true
common-catalog.workspace = true
common-error.workspace = true
common-macro.workspace = true
common-telemetry.workspace = true
datafusion.workspace = true
datafusion-common.workspace = true
datafusion-expr.workspace = true
datafusion-substrait.workspace = true
datatypes.workspace = true
futures = "0.3"
promql.workspace = true
prost.workspace = true
session.workspace = true
snafu.workspace = true
table.workspace = true

[dependencies.substrait_proto]
package = "substrait"
version = "0.17"

[dev-dependencies]
datatypes.workspace = true
table.workspace = true
tokio.workspace = true
1 change: 0 additions & 1 deletion src/common/telemetry/Cargo.toml
Expand Up @@ -32,7 +32,6 @@ serde_json.workspace = true
tokio.workspace = true
tracing = "0.1"
tracing-appender = "0.2"
tracing-futures = { version = "0.2", features = ["futures-03"] }
tracing-log = "0.1"
tracing-opentelemetry = "0.22.0"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
15 changes: 0 additions & 15 deletions src/datanode/Cargo.toml
Expand Up @@ -13,21 +13,15 @@ workspace = true
[dependencies]
api.workspace = true
arrow-flight.workspace = true
async-compat = "0.2"
async-stream.workspace = true
async-trait.workspace = true
bytes.workspace = true
catalog.workspace = true
client.workspace = true
common-base.workspace = true
common-catalog.workspace = true
common-config.workspace = true
common-datasource.workspace = true
common-error.workspace = true
common-function.workspace = true
common-greptimedb-telemetry.workspace = true
common-grpc.workspace = true
common-grpc-expr.workspace = true
common-macro.workspace = true
common-meta.workspace = true
common-procedure.workspace = true
Expand All @@ -46,36 +40,27 @@ file-engine.workspace = true
futures = "0.3"
futures-util.workspace = true
humantime-serde.workspace = true
hyper = { version = "0.14", features = ["full"] }
lazy_static.workspace = true
log-store.workspace = true
meta-client.workspace = true
metric-engine.workspace = true
mito2.workspace = true
object-store.workspace = true
pin-project = "1.0"
prometheus.workspace = true
prost.workspace = true
query.workspace = true
reqwest.workspace = true
secrecy = { version = "0.8", features = ["serde", "alloc"] }
serde.workspace = true
serde_json.workspace = true
servers.workspace = true
session.workspace = true
snafu.workspace = true
sql.workspace = true
store-api.workspace = true
substrait.workspace = true
table.workspace = true
tokio.workspace = true
tokio-stream = { workspace = true, features = ["net"] }
toml.workspace = true
tonic.workspace = true
tower = { version = "0.4", features = ["full"] }
tower-http = { version = "0.4", features = ["full"] }
url = "2.3.1"
uuid.workspace = true

[dev-dependencies]
client.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/datatypes/Cargo.toml
Expand Up @@ -27,7 +27,6 @@ num = "0.4"
num-traits = "0.2"
ordered-float = { version = "3.0", features = ["serde"] }
paste = "1.0"
rust_decimal = "1.32.0"
serde.workspace = true
serde_json.workspace = true
snafu.workspace = true
4 changes: 0 additions & 4 deletions src/flow/Cargo.toml
Expand Up @@ -9,12 +9,9 @@ workspace = true

[dependencies]
api.workspace = true
bimap = "0.6.3"
common-decimal.workspace = true
common-error.workspace = true
common-macro.workspace = true
common-meta.workspace = true
common-query.workspace = true
common-telemetry.workspace = true
common-time.workspace = true
datatypes.workspace = true
Expand All @@ -24,7 +21,6 @@ itertools.workspace = true
num-traits = "0.2"
serde.workspace = true
servers.workspace = true
session.workspace = true
smallvec.workspace = true
snafu.workspace = true
tokio.workspace = true
Expand Down