chore: remove unused `mutable_buffer` => `influxdb_line_protocol` dep
parent
cbb2f38b1f
commit
a9662b0edb
|
@ -2232,7 +2232,6 @@ dependencies = [
|
|||
"data_types",
|
||||
"entry",
|
||||
"hashbrown 0.11.2",
|
||||
"influxdb_line_protocol",
|
||||
"internal_types",
|
||||
"metric",
|
||||
"observability_deps",
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue