mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-20 06:50:37 +00:00
chore: remove unused deps using udeps (#7906)
* chore: remove unused deps using udeps Signed-off-by: shuiyisong <xixing.sys@gmail.com> * chore: fmt toml Signed-off-by: shuiyisong <xixing.sys@gmail.com> --------- Signed-off-by: shuiyisong <xixing.sys@gmail.com>
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -2162,17 +2162,12 @@ dependencies = [
|
||||
"async-trait",
|
||||
"bitvec",
|
||||
"bytes",
|
||||
"common-error",
|
||||
"common-macro",
|
||||
"common-test-util",
|
||||
"futures",
|
||||
"lazy_static",
|
||||
"paste",
|
||||
"pin-project",
|
||||
"rand 0.9.1",
|
||||
"regex",
|
||||
"serde",
|
||||
"snafu 0.8.6",
|
||||
"tokio",
|
||||
"toml 0.8.23",
|
||||
"zeroize",
|
||||
@@ -2203,7 +2198,6 @@ dependencies = [
|
||||
"object-store",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"serde_with",
|
||||
"snafu 0.8.6",
|
||||
"temp-env",
|
||||
"tempfile",
|
||||
@@ -8724,7 +8718,6 @@ dependencies = [
|
||||
"futures",
|
||||
"humantime-serde",
|
||||
"lazy_static",
|
||||
"moka",
|
||||
"opendal",
|
||||
"prometheus 0.14.0",
|
||||
"reqwest",
|
||||
|
||||
@@ -86,7 +86,6 @@ serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
servers.workspace = true
|
||||
session.workspace = true
|
||||
similar-asserts.workspace = true
|
||||
snafu.workspace = true
|
||||
sqlparser.workspace = true
|
||||
standalone.workspace = true
|
||||
@@ -113,5 +112,6 @@ common-version.workspace = true
|
||||
file-engine.workspace = true
|
||||
mito2.workspace = true
|
||||
serde.workspace = true
|
||||
similar-asserts.workspace = true
|
||||
temp-env = "0.3"
|
||||
tempfile.workspace = true
|
||||
|
||||
@@ -16,16 +16,11 @@ anymap2 = "0.13"
|
||||
async-trait.workspace = true
|
||||
bitvec = "1.0"
|
||||
bytes.workspace = true
|
||||
common-error.workspace = true
|
||||
common-macro.workspace = true
|
||||
futures.workspace = true
|
||||
lazy_static.workspace = true
|
||||
paste.workspace = true
|
||||
pin-project.workspace = true
|
||||
rand.workspace = true
|
||||
regex.workspace = true
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
snafu.workspace = true
|
||||
tokio.workspace = true
|
||||
zeroize = { version = "1.6", default-features = false, features = ["alloc"] }
|
||||
|
||||
|
||||
@@ -18,7 +18,6 @@ notify.workspace = true
|
||||
object-store.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
serde_with.workspace = true
|
||||
snafu.workspace = true
|
||||
toml.workspace = true
|
||||
|
||||
|
||||
@@ -28,7 +28,6 @@ common-runtime.workspace = true
|
||||
common-telemetry.workspace = true
|
||||
datafusion.workspace = true
|
||||
datafusion-datasource.workspace = true
|
||||
datafusion-orc.workspace = true
|
||||
datatypes.workspace = true
|
||||
futures.workspace = true
|
||||
lazy_static.workspace = true
|
||||
@@ -47,3 +46,4 @@ url.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
common-test-util.workspace = true
|
||||
datafusion-orc.workspace = true
|
||||
|
||||
@@ -37,7 +37,6 @@ common-error.workspace = true
|
||||
common-grpc-expr.workspace = true
|
||||
common-macro.workspace = true
|
||||
common-procedure.workspace = true
|
||||
common-procedure-test.workspace = true
|
||||
common-query.workspace = true
|
||||
common-recordbatch.workspace = true
|
||||
common-runtime.workspace = true
|
||||
@@ -92,6 +91,7 @@ typetag.workspace = true
|
||||
[dev-dependencies]
|
||||
chrono.workspace = true
|
||||
common-procedure = { workspace = true, features = ["testing"] }
|
||||
common-procedure-test.workspace = true
|
||||
common-test-util.workspace = true
|
||||
common-wal = { workspace = true, features = ["testing"] }
|
||||
datatypes.workspace = true
|
||||
|
||||
@@ -15,7 +15,6 @@ common-base.workspace = true
|
||||
common-decimal.workspace = true
|
||||
common-error.workspace = true
|
||||
common-macro.workspace = true
|
||||
common-query.workspace = true
|
||||
common-recordbatch.workspace = true
|
||||
common-telemetry.workspace = true
|
||||
common-time.workspace = true
|
||||
@@ -27,6 +26,7 @@ snafu.workspace = true
|
||||
store-api.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
common-query.workspace = true
|
||||
criterion = "0.7"
|
||||
datafusion-common.workspace = true
|
||||
datafusion-expr.workspace = true
|
||||
|
||||
@@ -21,7 +21,6 @@ derive_builder = { workspace = true, optional = true }
|
||||
futures.workspace = true
|
||||
humantime-serde.workspace = true
|
||||
lazy_static.workspace = true
|
||||
moka = { workspace = true, features = ["future"] }
|
||||
opendal = { version = "0.54", features = [
|
||||
"layers-tracing",
|
||||
"layers-prometheus",
|
||||
|
||||
@@ -13,7 +13,6 @@ async-trait.workspace = true
|
||||
bytemuck.workspace = true
|
||||
common-error.workspace = true
|
||||
common-macro.workspace = true
|
||||
common-recordbatch.workspace = true
|
||||
common-telemetry.workspace = true
|
||||
datafusion.workspace = true
|
||||
datafusion-common.workspace = true
|
||||
@@ -27,6 +26,7 @@ prost.workspace = true
|
||||
snafu.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
common-recordbatch.workspace = true
|
||||
criterion.workspace = true
|
||||
datafusion-common.workspace = true
|
||||
datafusion-expr.workspace = true
|
||||
|
||||
@@ -63,22 +63,14 @@ meta-client.workspace = true
|
||||
meta-srv = { workspace = true, features = ["mock"] }
|
||||
mito2.workspace = true
|
||||
moka.workspace = true
|
||||
mysql_async = { version = "0.35", default-features = false, features = [
|
||||
"time",
|
||||
"default-rustls-ring",
|
||||
] }
|
||||
object-store.workspace = true
|
||||
operator = { workspace = true, features = ["testing"] }
|
||||
prost.workspace = true
|
||||
query.workspace = true
|
||||
rand.workspace = true
|
||||
rstest.workspace = true
|
||||
rstest_reuse.workspace = true
|
||||
sea-query.workspace = true
|
||||
serde_json.workspace = true
|
||||
servers = { workspace = true, features = ["testing"] }
|
||||
session.workspace = true
|
||||
similar-asserts.workspace = true
|
||||
snafu.workspace = true
|
||||
sql.workspace = true
|
||||
sqlx = { workspace = true, features = [
|
||||
@@ -108,6 +100,10 @@ hex.workspace = true
|
||||
http.workspace = true
|
||||
itertools.workspace = true
|
||||
jsonb.workspace = true
|
||||
mysql_async = { version = "0.35", default-features = false, features = [
|
||||
"time",
|
||||
"default-rustls-ring",
|
||||
] }
|
||||
opentelemetry-proto.workspace = true
|
||||
otel-arrow-rust.workspace = true
|
||||
partition.workspace = true
|
||||
@@ -115,7 +111,11 @@ paste.workspace = true
|
||||
pipeline.workspace = true
|
||||
prost.workspace = true
|
||||
rand.workspace = true
|
||||
rstest.workspace = true
|
||||
rstest_reuse.workspace = true
|
||||
sea-query.workspace = true
|
||||
session = { workspace = true, features = ["testing"] }
|
||||
similar-asserts.workspace = true
|
||||
store-api.workspace = true
|
||||
tokio-postgres = { workspace = true }
|
||||
url = "2.3"
|
||||
|
||||
Reference in New Issue
Block a user