chore: remove unused `server_benchmarks` => `packers` dep

pull/24376/head
Marco Neumann 2021-10-19 10:06:29 +02:00
parent a364bdfb5f
commit 99c019bf33
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -3929,7 +3929,6 @@ dependencies = [
"influxdb_tsm",
"mutable_buffer",
"object_store",
"packers",
"predicate",
"query",
"query_tests",

View File

@ -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" }