chore: remove unused `mutable_buffer` => `influxdb_line_protocol` dep

pull/24376/head
Marco Neumann 2021-09-22 10:56:15 +02:00
parent cbb2f38b1f
commit a9662b0edb
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -2232,7 +2232,6 @@ dependencies = [
"data_types",
"entry",
"hashbrown 0.11.2",
"influxdb_line_protocol",
"internal_types",
"metric",
"observability_deps",

View File

@ -21,7 +21,6 @@ chrono = "0.4"
data_types = { path = "../data_types" }
entry = { path = "../entry" }
hashbrown = "0.11"
influxdb_line_protocol = { path = "../influxdb_line_protocol" }
internal_types = { path = "../internal_types" }
metric = { path = "../metric" }
observability_deps = { path = "../observability_deps" }