chore: remove unused `server_benchmarks` => `packers` dep
parent
a364bdfb5f
commit
99c019bf33
|
@ -3929,7 +3929,6 @@ dependencies = [
|
|||
"influxdb_tsm",
|
||||
"mutable_buffer",
|
||||
"object_store",
|
||||
"packers",
|
||||
"predicate",
|
||||
"query",
|
||||
"query_tests",
|
||||
|
|
|
@ -22,7 +22,6 @@ influxdb_tsm = { path = "../influxdb_tsm" }
|
|||
influxdb_line_protocol = { path = "../influxdb_line_protocol" }
|
||||
mutable_buffer = { path = "../mutable_buffer" }
|
||||
object_store = { path = "../object_store" }
|
||||
packers = { path = "../packers" }
|
||||
predicate = { path = "../predicate" }
|
||||
query = { path = "../query" }
|
||||
query_tests = { path = "../query_tests" }
|
||||
|
|
Loading…
Reference in New Issue