Merge pull request #7585 from influxdata/dom/remove-unused

chore: remove unused dependencies
pull/24376/head
Dom 2023-04-18 11:30:39 +01:00 committed by GitHub
commit e03c7cd105
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 8 deletions

4
Cargo.lock generated
View File

@ -2033,7 +2033,6 @@ name = "garbage_collector"
version = "0.1.0"
dependencies = [
"chrono",
"chrono-english",
"clap 4.2.2",
"clap_blocks",
"data_types",
@ -4459,7 +4458,6 @@ dependencies = [
"service_grpc_catalog",
"service_grpc_object_store",
"service_grpc_schema",
"sharder",
"snafu",
"test_helpers",
"thiserror",
@ -4736,7 +4734,6 @@ dependencies = [
"iox_catalog",
"iox_tests",
"iox_time",
"ioxd_common",
"metric",
"mutable_batch",
"mutable_batch_lp",
@ -4909,7 +4906,6 @@ dependencies = [
"arrow",
"hashbrown 0.13.2",
"indexmap",
"itertools",
"observability_deps",
"snafu",
"workspace-hack",

View File

@ -7,7 +7,6 @@ license.workspace = true
[dependencies]
chrono = { version = "0.4", default-features = false }
chrono-english = { workspace = true }
clap = { version = "4", features = ["derive", "env"] }
clap_blocks = { path = "../clap_blocks" }
data_types = { path = "../data_types" }

View File

@ -36,7 +36,6 @@ service_grpc_catalog = { path = "../service_grpc_catalog"}
service_grpc_schema = { path = "../service_grpc_schema" }
service_grpc_object_store = { path = "../service_grpc_object_store" }
schema = { path = "../schema" }
sharder = { path = "../sharder" }
snafu = "0.7"
thiserror = "1.0"
tokio = { version = "1.27", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }

View File

@ -20,7 +20,6 @@ hashbrown = { workspace = true }
hyper = "0.14"
iox_catalog = { path = "../iox_catalog" }
iox_time = { path = "../iox_time" }
ioxd_common = { path = "../ioxd_common" }
metric = { path = "../metric" }
mutable_batch = { path = "../mutable_batch" }
mutable_batch_lp = { path = "../mutable_batch_lp" }

View File

@ -10,7 +10,6 @@ license.workspace = true
arrow = { workspace = true, features = ["prettyprint"] }
hashbrown = { workspace = true }
indexmap = { version = "1.9", features = ["std"] }
itertools = "0.10.5"
observability_deps = { path = "../observability_deps" }
snafu = "0.7"
workspace-hack = { version = "0.1", path = "../workspace-hack" }